From 000b49ad71b2ddc80d3064de0b0ba074c2c2e0d6 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Thu, 28 Nov 2024 22:21:08 +0100 Subject: [PATCH] build(deps): add vue-tsc as dev dependency --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 22 +++ dist-workspace.toml | 2 +- docs/package.json | 4 +- docs/pnpm-lock.yaml | 326 ++++++++++++++++++++++------------ 5 files changed, 238 insertions(+), 118 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa65843..31930ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: # we specify bash to get pipefail; it guards against the `curl` command # failing. otherwise `sh` won't catch that `curl` returned non-0 shell: bash - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.24.1/cargo-dist-installer.sh | sh" + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.25.1/cargo-dist-installer.sh | sh" - name: Cache dist uses: actions/upload-artifact@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e678c..af9bf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.16...HEAD) +- build(deps): bump tempfile from 3.13.0 to 3.14.0 [`#401`](https://github.com/hougesen/hitt/pull/401) +- build(deps): bump clap from 4.5.20 to 4.5.21 [`#405`](https://github.com/hougesen/hitt/pull/405) +- build(deps): bump clap_complete from 4.5.36 to 4.5.38 [`#403`](https://github.com/hougesen/hitt/pull/403) +- build(deps): bump tokio from 1.41.0 to 1.41.1 [`#400`](https://github.com/hougesen/hitt/pull/400) +- build(deps-dev): bump @nuxtjs/sitemap from 6.1.3 to 6.1.4 in /docs [`#397`](https://github.com/hougesen/hitt/pull/397) +- build(deps): bump futures from 0.3.30 to 0.3.31 [`#385`](https://github.com/hougesen/hitt/pull/385) +- build(deps-dev): bump vite-plugin-eslint2 from 4.4.2 to 5.0.1 in /docs [`#398`](https://github.com/hougesen/hitt/pull/398) +- build(deps): bump clap_complete from 4.5.34 to 4.5.36 [`#396`](https://github.com/hougesen/hitt/pull/396) +- build(deps-dev): bump @nuxtjs/sitemap from 6.1.1 to 6.1.3 in /docs [`#394`](https://github.com/hougesen/hitt/pull/394) +- build(deps-dev): bump @nuxt/eslint from 0.5.7 to 0.6.1 in /docs [`#395`](https://github.com/hougesen/hitt/pull/395) +- build(deps-dev): bump @nuxt/devtools from 1.5.1 to 1.6.0 in /docs [`#391`](https://github.com/hougesen/hitt/pull/391) +- build(deps): bump reqwest from 0.12.8 to 0.12.9 [`#390`](https://github.com/hougesen/hitt/pull/390) +- build(deps-dev): bump tailwindcss from 3.4.13 to 3.4.14 in /docs [`#386`](https://github.com/hougesen/hitt/pull/386) +- build(deps): bump @nuxt/content from 2.13.2 to 2.13.4 in /docs [`#389`](https://github.com/hougesen/hitt/pull/389) +- build(deps): bump clap from 4.5.19 to 4.5.20 [`#388`](https://github.com/hougesen/hitt/pull/388) +- build(deps): bump @nuxt/image from 1.8.0 to 1.8.1 in /docs [`#393`](https://github.com/hougesen/hitt/pull/393) +- build(deps-dev): bump eslint-plugin-tailwindcss in /docs [`#392`](https://github.com/hougesen/hitt/pull/392) +- build(deps): bump once_cell from 1.20.1 to 1.20.2 [`#387`](https://github.com/hougesen/hitt/pull/387) +- build(deps-dev): bump vue from 3.5.10 to 3.5.12 in /docs [`#384`](https://github.com/hougesen/hitt/pull/384) +- build(deps): bump clap_complete from 4.5.29 to 4.5.34 [`#383`](https://github.com/hougesen/hitt/pull/383) +- build(deps): bump tokio from 1.40.0 to 1.41.0 [`#382`](https://github.com/hougesen/hitt/pull/382) +- build(cargo-dist): bump to v0.24.1 [`#381`](https://github.com/hougesen/hitt/pull/381) - build(deps): bump micromatch from 4.0.7 to 4.0.8 in /docs [`#378`](https://github.com/hougesen/hitt/pull/378) - build(deps): bump rollup from 4.21.2 to 4.24.0 in /docs [`#379`](https://github.com/hougesen/hitt/pull/379) - build(deps): bump serve-static from 1.15.0 to 1.16.2 in /docs [`#380`](https://github.com/hougesen/hitt/pull/380) diff --git a/dist-workspace.toml b/dist-workspace.toml index d0ed9a1..7bc8548 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -4,7 +4,7 @@ members = ["cargo:."] # Config for 'dist' [dist] # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.24.1" +cargo-dist-version = "0.25.1" # CI backends to support ci = "github" # The installers to generate for each app diff --git a/docs/package.json b/docs/package.json index 027149f..fb38875 100644 --- a/docs/package.json +++ b/docs/package.json @@ -40,8 +40,10 @@ "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.14", + "typescript": "^5.6.3", "vite-plugin-eslint2": "^5.0.1", - "vue": "^3.5.12" + "vue": "^3.5.12", + "vue-tsc": "^2.1.10" }, "dependencies": { "@nuxt/content": "^2.13.4", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 2fa40f0..d108b28 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -10,20 +10,20 @@ importers: dependencies: '@nuxt/content': specifier: ^2.13.4 - version: 2.13.4(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + version: 2.13.4(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@nuxt/image': specifier: ^1.8.1 version: 1.8.1(ioredis@5.4.1)(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) devDependencies: '@nuxt/devtools': specifier: ^1.6.0 - version: 1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + version: 1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@nuxt/eslint': specifier: ^0.6.1 - version: 0.6.1(eslint@8.57.0)(magicast@0.3.5)(rollup@4.24.0)(typescript@5.4.5)(vite-plugin-eslint2@5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)))(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) + version: 0.6.1(eslint@8.57.0)(magicast@0.3.5)(rollup@4.24.0)(typescript@5.6.3)(vite-plugin-eslint2@5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)))(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) '@nuxtjs/sitemap': specifier: ^6.1.4 - version: 6.1.4(h3@1.13.0)(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + version: 6.1.4(h3@1.13.0)(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@tailwindcss/typography': specifier: ^0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -38,7 +38,7 @@ importers: version: 2.4.1(eslint@8.57.0) nuxt: specifier: ^3.13.2 - version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) + version: 3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3) postcss: specifier: ^8.4.47 version: 8.4.47 @@ -48,12 +48,18 @@ importers: tailwindcss: specifier: ^3.4.14 version: 3.4.14 + typescript: + specifier: ^5.6.3 + version: 5.6.3 vite-plugin-eslint2: specifier: ^5.0.1 version: 5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)) vue: specifier: ^3.5.12 - version: 3.5.12(typescript@5.4.5) + version: 3.5.12(typescript@5.6.3) + vue-tsc: + specifier: ^2.1.10 + version: 2.1.10(typescript@5.6.3) packages: @@ -1483,6 +1489,15 @@ packages: vite: ^5.0.0 vue: ^3.2.25 + '@volar/language-core@2.4.10': + resolution: {integrity: sha512-hG3Z13+nJmGaT+fnQzAkS0hjJRa2FCeqZt6Bd+oGNhUkQ+mTFsDETg5rqUTxyzIh5pSOGY7FHCWUS8G82AzLCA==} + + '@volar/source-map@2.4.10': + resolution: {integrity: sha512-OCV+b5ihV0RF3A7vEvNyHPi4G4kFa6ukPmyVocmqm5QzOd8r5yAtiNvaPEjl8dNvgC/lj4JPryeeHLdXd62rWA==} + + '@volar/typescript@2.4.10': + resolution: {integrity: sha512-F8ZtBMhSXyYKuBfGpYwqA5rsONnOwAVvjyE7KPYJ7wgZqo2roASqNWUnianOomJX5u1cxeRooHV59N0PhvEOgw==} + '@voxpelli/config-array-find-files@1.2.1': resolution: {integrity: sha512-mRqVGLcK+yU+fQyaHAL9Xbhw633spi+VGurX1+gwSiZS8SzX63WzOmGi3qXO7mn4cozJcExyzIC5WmbUFJWQOw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1538,6 +1553,9 @@ packages: '@vue/compiler-ssr@3.5.12': resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==} + '@vue/compiler-vue2@2.7.16': + resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} + '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} @@ -1552,6 +1570,14 @@ packages: '@vue/devtools-shared@7.4.6': resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==} + '@vue/language-core@2.1.10': + resolution: {integrity: sha512-DAI289d0K3AB5TUG3xDp9OuQ71CnrujQwJrQnfuZDwo6eGNf0UoRlPuaVNO+Zrn65PC3j0oB2i7mNmVPggeGeQ==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@vue/reactivity@3.5.12': resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} @@ -1625,6 +1651,9 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + alien-signals@0.2.2: + resolution: {integrity: sha512-cZIRkbERILsBOXTQmMrxc9hgpxglstn69zm+F1ARf4aPAzdAFYd6sBq87ErO0Fj3DV94tglcyHG5kQz9nDC/8A==} + ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} @@ -2096,6 +2125,9 @@ packages: drizzle-orm: optional: true + de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: @@ -2751,6 +2783,10 @@ packages: hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} + he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} @@ -3371,6 +3407,9 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + muggle-string@0.4.1: + resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} + mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} @@ -3611,6 +3650,9 @@ packages: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} + path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -4493,8 +4535,8 @@ packages: resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} engines: {node: '>=14.16'} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} hasBin: true @@ -4823,6 +4865,12 @@ packages: peerDependencies: vue: ^3.2.0 + vue-tsc@2.1.10: + resolution: {integrity: sha512-RBNSfaaRHcN5uqVqJSZh++Gy/YUzryuv9u1aFWhsammDJXNtUiJMNoJ747lZcQ68wUQFx6E73y4FY3D8E7FGMA==} + hasBin: true + peerDependencies: + typescript: '>=5.0.0' + vue@3.5.12: resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==} peerDependencies: @@ -5665,13 +5713,13 @@ snapshots: '@nodelib/fs.scandir': 3.0.0 fastq: 1.17.1 - '@nuxt/content@2.13.4(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3)': + '@nuxt/content@2.13.4(ioredis@5.4.1)(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) '@nuxtjs/mdc': 0.9.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) - '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.4.5)) - '@vueuse/head': 2.0.0(vue@3.5.12(typescript@5.4.5)) - '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/head': 2.0.0(vue@3.5.12(typescript@5.6.3)) + '@vueuse/nuxt': 11.2.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) consola: 3.2.3 defu: 6.1.4 destr: 2.0.3 @@ -5746,13 +5794,13 @@ snapshots: rc9: 2.1.2 semver: 7.6.3 - '@nuxt/devtools@1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3)': + '@nuxt/devtools@1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@antfu/utils': 0.7.10 '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) '@nuxt/devtools-wizard': 1.6.0 '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) - '@vue/devtools-core': 7.4.4(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5)) + '@vue/devtools-core': 7.4.4(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools-kit': 7.4.4 birpc: 0.2.17 consola: 3.2.3 @@ -5794,17 +5842,17 @@ snapshots: - vue - webpack-sources - '@nuxt/eslint-config@0.6.1(eslint@8.57.0)(typescript@5.4.5)': + '@nuxt/eslint-config@0.6.1(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@eslint/js': 9.13.0 - '@nuxt/eslint-plugin': 0.6.1(eslint@8.57.0)(typescript@5.4.5) - '@stylistic/eslint-plugin': 2.10.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/eslint-plugin': 8.12.2(@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@nuxt/eslint-plugin': 0.6.1(eslint@8.57.0)(typescript@5.6.3) + '@stylistic/eslint-plugin': 2.10.0(eslint@8.57.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.12.2(@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3) eslint: 8.57.0 eslint-config-flat-gitignore: 0.3.0(eslint@8.57.0) eslint-flat-config-utils: 0.4.0 - eslint-plugin-import-x: 4.3.1(eslint@8.57.0)(typescript@5.4.5) + eslint-plugin-import-x: 4.3.1(eslint@8.57.0)(typescript@5.6.3) eslint-plugin-jsdoc: 50.4.3(eslint@8.57.0) eslint-plugin-regexp: 2.6.0(eslint@8.57.0) eslint-plugin-unicorn: 56.0.0(eslint@8.57.0) @@ -5817,21 +5865,21 @@ snapshots: - supports-color - typescript - '@nuxt/eslint-plugin@0.6.1(eslint@8.57.0)(typescript@5.4.5)': + '@nuxt/eslint-plugin@0.6.1(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.6.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - '@nuxt/eslint@0.6.1(eslint@8.57.0)(magicast@0.3.5)(rollup@4.24.0)(typescript@5.4.5)(vite-plugin-eslint2@5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)))(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3)': + '@nuxt/eslint@0.6.1(eslint@8.57.0)(magicast@0.3.5)(rollup@4.24.0)(typescript@5.6.3)(vite-plugin-eslint2@5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)))(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3)': dependencies: '@eslint/config-inspector': 0.5.6(eslint@8.57.0) '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) - '@nuxt/eslint-config': 0.6.1(eslint@8.57.0)(typescript@5.4.5) - '@nuxt/eslint-plugin': 0.6.1(eslint@8.57.0)(typescript@5.4.5) + '@nuxt/eslint-config': 0.6.1(eslint@8.57.0)(typescript@5.6.3) + '@nuxt/eslint-plugin': 0.6.1(eslint@8.57.0)(typescript@5.6.3) '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) chokidar: 4.0.1 eslint: 8.57.0 @@ -5962,12 +6010,12 @@ snapshots: - supports-color - webpack-sources - '@nuxt/vite-builder@3.13.2(@types/node@20.14.2)(eslint@8.57.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3)': + '@nuxt/vite-builder@3.13.2(@types/node@20.14.2)(eslint@8.57.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) '@rollup/plugin-replace': 5.0.7(rollup@4.24.0) - '@vitejs/plugin-vue': 5.1.3(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5)) - '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5)) + '@vitejs/plugin-vue': 5.1.3(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3)) + '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3)) autoprefixer: 10.4.20(postcss@8.4.47) clear: 0.1.0 consola: 3.2.3 @@ -5995,8 +6043,8 @@ snapshots: unplugin: 1.14.1(webpack-sources@3.2.3) vite: 5.4.8(@types/node@20.14.2)(terser@5.31.1) vite-node: 2.1.1(@types/node@20.14.2)(terser@5.31.1) - vite-plugin-checker: 0.8.0(eslint@8.57.0)(optionator@0.9.4)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)) - vue: 3.5.12(typescript@5.4.5) + vite-plugin-checker: 0.8.0(eslint@8.57.0)(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3)) + vue: 3.5.12(typescript@5.6.3) vue-bundle-renderer: 2.1.0 transitivePeerDependencies: - '@biomejs/biome' @@ -6065,22 +6113,22 @@ snapshots: - supports-color - webpack-sources - '@nuxtjs/sitemap@6.1.4(h3@1.13.0)(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3)': + '@nuxtjs/sitemap@6.1.4(h3@1.13.0)(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) chalk: 5.3.0 defu: 6.1.4 h3-compression: 0.3.2(h3@1.13.0) - nuxt-site-config: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) - nuxt-site-config-kit: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + nuxt-site-config: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) + nuxt-site-config-kit: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) ofetch: 1.4.1 pathe: 1.1.2 pkg-types: 1.2.1 radix3: 1.1.2 semver: 7.6.3 sirv: 3.0.0 - site-config-stack: 2.2.18(vue@3.5.12(typescript@5.4.5)) + site-config-stack: 2.2.18(vue@3.5.12(typescript@5.6.3)) ufo: 1.5.4 transitivePeerDependencies: - h3 @@ -6314,9 +6362,9 @@ snapshots: '@socket.io/component-emitter@3.1.2': {} - '@stylistic/eslint-plugin@2.10.0(eslint@8.57.0)(typescript@5.4.5)': + '@stylistic/eslint-plugin@2.10.0(eslint@8.57.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.6.3) eslint: 8.57.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -6380,34 +6428,34 @@ snapshots: '@types/web-bluetooth@0.0.20': {} - '@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.6.3))(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.10.1 - '@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 8.12.2(eslint@8.57.0)(typescript@5.6.3) '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/type-utils': 8.12.2(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/type-utils': 8.12.2(eslint@8.57.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.12.2 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/parser@8.12.2(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@typescript-eslint/scope-manager': 8.12.2 '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.12.2 debug: 4.3.7 eslint: 8.57.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 transitivePeerDependencies: - supports-color @@ -6421,14 +6469,14 @@ snapshots: '@typescript-eslint/types': 8.8.0 '@typescript-eslint/visitor-keys': 8.8.0 - '@typescript-eslint/type-utils@8.12.2(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@8.12.2(eslint@8.57.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.4.5) - '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.3) + '@typescript-eslint/utils': 8.12.2(eslint@8.57.0)(typescript@5.6.3) debug: 4.3.7 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 transitivePeerDependencies: - eslint - supports-color @@ -6437,7 +6485,7 @@ snapshots: '@typescript-eslint/types@8.8.0': {} - '@typescript-eslint/typescript-estree@8.12.2(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.12.2(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.12.2 '@typescript-eslint/visitor-keys': 8.12.2 @@ -6446,13 +6494,13 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.8.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.8.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.8.0 '@typescript-eslint/visitor-keys': 8.8.0 @@ -6461,29 +6509,29 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.6.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.12.2(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@8.12.2(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@typescript-eslint/scope-manager': 8.12.2 '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.6.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@8.8.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@8.8.0(eslint@8.57.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@typescript-eslint/scope-manager': 8.8.0 '@typescript-eslint/types': 8.8.0 - '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 8.8.0(typescript@5.6.3) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -6520,14 +6568,14 @@ snapshots: '@unhead/schema': 1.11.7 '@unhead/shared': 1.11.7 - '@unhead/vue@1.11.7(vue@3.5.12(typescript@5.4.5))': + '@unhead/vue@1.11.7(vue@3.5.12(typescript@5.6.3))': dependencies: '@unhead/schema': 1.11.7 '@unhead/shared': 1.11.7 defu: 6.1.4 hookable: 5.5.3 unhead: 1.11.7 - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) '@vercel/nft@0.26.5(encoding@0.1.13)': dependencies: @@ -6547,27 +6595,39 @@ snapshots: - encoding - supports-color - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))': dependencies: '@babel/core': 7.24.7 '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7) vite: 5.4.8(@types/node@20.14.2)(terser@5.31.1) - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))': dependencies: vite: 5.4.8(@types/node@20.14.2)(terser@5.31.1) - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) + + '@volar/language-core@2.4.10': + dependencies: + '@volar/source-map': 2.4.10 + + '@volar/source-map@2.4.10': {} + + '@volar/typescript@2.4.10': + dependencies: + '@volar/language-core': 2.4.10 + path-browserify: 1.0.1 + vscode-uri: 3.0.8 '@voxpelli/config-array-find-files@1.2.1(@eslint/config-array@0.18.0)': dependencies: '@eslint/config-array': 0.18.0 '@nodelib/fs.walk': 2.0.0 - '@vue-macros/common@1.12.2(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))': + '@vue-macros/common@1.12.2(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))': dependencies: '@babel/types': 7.25.6 '@rollup/pluginutils': 5.1.2(rollup@4.24.0) @@ -6576,7 +6636,7 @@ snapshots: local-pkg: 0.5.0 magic-string-ast: 0.6.2 optionalDependencies: - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - rollup @@ -6669,9 +6729,14 @@ snapshots: '@vue/compiler-dom': 3.5.12 '@vue/shared': 3.5.12 + '@vue/compiler-vue2@2.7.16': + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.4.4(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))': + '@vue/devtools-core@7.4.4(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.4.4 '@vue/devtools-shared': 7.4.6 @@ -6679,7 +6744,7 @@ snapshots: nanoid: 3.3.7 pathe: 1.1.2 vite-hot-client: 0.2.3(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)) - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) transitivePeerDependencies: - vite @@ -6697,6 +6762,19 @@ snapshots: dependencies: rfdc: 1.4.1 + '@vue/language-core@2.1.10(typescript@5.6.3)': + dependencies: + '@volar/language-core': 2.4.10 + '@vue/compiler-dom': 3.5.12 + '@vue/compiler-vue2': 2.7.16 + '@vue/shared': 3.5.12 + alien-signals: 0.2.2 + minimatch: 9.0.5 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + optionalDependencies: + typescript: 5.6.3 + '@vue/reactivity@3.5.12': dependencies: '@vue/shared': 3.5.12 @@ -6713,44 +6791,44 @@ snapshots: '@vue/shared': 3.5.12 csstype: 3.1.3 - '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.4.5))': + '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.3))': dependencies: '@vue/compiler-ssr': 3.5.12 '@vue/shared': 3.5.12 - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) '@vue/shared@3.5.10': {} '@vue/shared@3.5.12': {} - '@vueuse/core@11.2.0(vue@3.5.12(typescript@5.4.5))': + '@vueuse/core@11.2.0(vue@3.5.12(typescript@5.6.3))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 11.2.0 - '@vueuse/shared': 11.2.0(vue@3.5.12(typescript@5.4.5)) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.4.5)) + '@vueuse/shared': 11.2.0(vue@3.5.12(typescript@5.6.3)) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/head@2.0.0(vue@3.5.12(typescript@5.4.5))': + '@vueuse/head@2.0.0(vue@3.5.12(typescript@5.6.3))': dependencies: '@unhead/dom': 1.11.7 '@unhead/schema': 1.11.7 '@unhead/ssr': 1.11.7 - '@unhead/vue': 1.11.7(vue@3.5.12(typescript@5.4.5)) - vue: 3.5.12(typescript@5.4.5) + '@unhead/vue': 1.11.7(vue@3.5.12(typescript@5.6.3)) + vue: 3.5.12(typescript@5.6.3) '@vueuse/metadata@11.2.0': {} - '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3)': + '@vueuse/nuxt@11.2.0(magicast@0.3.5)(nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)': dependencies: '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) - '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.4.5)) + '@vueuse/core': 11.2.0(vue@3.5.12(typescript@5.6.3)) '@vueuse/metadata': 11.2.0 local-pkg: 0.5.0 - nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) - vue-demi: 0.14.10(vue@3.5.12(typescript@5.4.5)) + nuxt: 3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - magicast @@ -6759,9 +6837,9 @@ snapshots: - vue - webpack-sources - '@vueuse/shared@11.2.0(vue@3.5.12(typescript@5.4.5))': + '@vueuse/shared@11.2.0(vue@3.5.12(typescript@5.6.3))': dependencies: - vue-demi: 0.14.10(vue@3.5.12(typescript@5.4.5)) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -6801,6 +6879,8 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + alien-signals@0.2.2: {} + ansi-colors@4.1.3: {} ansi-escapes@4.3.2: @@ -7276,6 +7356,8 @@ snapshots: db0@0.1.4: {} + de-indent@1.0.2: {} + debug@2.6.9: dependencies: ms: 2.0.0 @@ -7576,9 +7658,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import-x@4.3.1(eslint@8.57.0)(typescript@5.4.5): + eslint-plugin-import-x@4.3.1(eslint@8.57.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 8.8.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.8.0(eslint@8.57.0)(typescript@5.6.3) debug: 4.3.7 doctrine: 3.0.0 eslint: 8.57.0 @@ -8141,6 +8223,8 @@ snapshots: property-information: 6.5.0 space-separated-tokens: 2.0.2 + he@1.2.0: {} + hookable@5.5.3: {} hosted-git-info@2.8.9: {} @@ -8935,6 +9019,8 @@ snapshots: ms@2.1.3: {} + muggle-string@0.4.1: {} + mz@2.7.0: dependencies: any-promise: 1.3.0 @@ -9109,12 +9195,12 @@ snapshots: nuxi@3.14.0: {} - nuxt-site-config-kit@2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3): + nuxt-site-config-kit@2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) '@nuxt/schema': 3.13.2(rollup@4.24.0)(webpack-sources@3.2.3) pkg-types: 1.2.1 - site-config-stack: 2.2.18(vue@3.5.12(typescript@5.4.5)) + site-config-stack: 2.2.18(vue@3.5.12(typescript@5.6.3)) std-env: 3.7.0 ufo: 1.5.4 transitivePeerDependencies: @@ -9124,16 +9210,16 @@ snapshots: - vue - webpack-sources - nuxt-site-config@2.2.18(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3): + nuxt-site-config@2.2.18(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@nuxt/devtools-kit': 1.6.0(magicast@0.3.5)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3) '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) '@nuxt/schema': 3.13.2(rollup@4.24.0)(webpack-sources@3.2.3) - nuxt-site-config-kit: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + nuxt-site-config-kit: 2.2.18(magicast@0.3.5)(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) pathe: 1.1.2 pkg-types: 1.2.1 sirv: 2.0.4 - site-config-stack: 2.2.18(vue@3.5.12(typescript@5.4.5)) + site-config-stack: 2.2.18(vue@3.5.12(typescript@5.6.3)) ufo: 1.5.4 transitivePeerDependencies: - magicast @@ -9143,18 +9229,18 @@ snapshots: - vue - webpack-sources - nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(webpack-sources@3.2.3): + nuxt@3.13.2(@parcel/watcher@2.4.1)(@types/node@20.14.2)(encoding@0.1.13)(eslint@8.57.0)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + '@nuxt/devtools': 1.6.0(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) '@nuxt/schema': 3.13.2(rollup@4.24.0)(webpack-sources@3.2.3) '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.0)(webpack-sources@3.2.3) - '@nuxt/vite-builder': 3.13.2(@types/node@20.14.2)(eslint@8.57.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.4.5)(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + '@nuxt/vite-builder': 3.13.2(@types/node@20.14.2)(eslint@8.57.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.31.1)(typescript@5.6.3)(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) '@unhead/dom': 1.11.7 '@unhead/shared': 1.11.7 '@unhead/ssr': 1.11.7 - '@unhead/vue': 1.11.7(vue@3.5.12(typescript@5.4.5)) + '@unhead/vue': 1.11.7(vue@3.5.12(typescript@5.6.3)) '@vue/shared': 3.5.10 acorn: 8.12.1 c12: 1.11.2(magicast@0.3.5) @@ -9202,13 +9288,13 @@ snapshots: unhead: 1.11.7 unimport: 3.13.1(rollup@4.24.0)(webpack-sources@3.2.3) unplugin: 1.14.1(webpack-sources@3.2.3) - unplugin-vue-router: 0.10.8(rollup@4.24.0)(vue-router@4.4.5(vue@3.5.12(typescript@5.4.5)))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3) + unplugin-vue-router: 0.10.8(rollup@4.24.0)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3) unstorage: 1.12.0(ioredis@5.4.1) untyped: 1.4.2 - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) vue-bundle-renderer: 2.1.0 vue-devtools-stub: 0.1.0 - vue-router: 4.4.5(vue@3.5.12(typescript@5.4.5)) + vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3)) optionalDependencies: '@parcel/watcher': 2.4.1 '@types/node': 20.14.2 @@ -9404,6 +9490,8 @@ snapshots: parseurl@1.3.3: {} + path-browserify@1.0.1: {} + path-exists@4.0.0: {} path-exists@5.0.0: {} @@ -10076,10 +10164,10 @@ snapshots: sisteransi@1.0.5: {} - site-config-stack@2.2.18(vue@3.5.12(typescript@5.4.5)): + site-config-stack@2.2.18(vue@3.5.12(typescript@5.6.3)): dependencies: ufo: 1.5.4 - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) skin-tone@2.0.0: dependencies: @@ -10376,9 +10464,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@1.3.0(typescript@5.4.5): + ts-api-utils@1.3.0(typescript@5.6.3): dependencies: - typescript: 5.4.5 + typescript: 5.6.3 ts-interface-checker@0.1.13: {} @@ -10403,7 +10491,7 @@ snapshots: type-fest@3.13.1: {} - typescript@5.4.5: {} + typescript@5.6.3: {} ufo@1.5.4: {} @@ -10503,11 +10591,11 @@ snapshots: universalify@2.0.1: {} - unplugin-vue-router@0.10.8(rollup@4.24.0)(vue-router@4.4.5(vue@3.5.12(typescript@5.4.5)))(vue@3.5.12(typescript@5.4.5))(webpack-sources@3.2.3): + unplugin-vue-router@0.10.8(rollup@4.24.0)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3): dependencies: '@babel/types': 7.25.6 '@rollup/pluginutils': 5.1.2(rollup@4.24.0) - '@vue-macros/common': 1.12.2(rollup@4.24.0)(vue@3.5.12(typescript@5.4.5)) + '@vue-macros/common': 1.12.2(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3)) ast-walker-scope: 0.6.2 chokidar: 3.6.0 fast-glob: 3.3.2 @@ -10520,7 +10608,7 @@ snapshots: unplugin: 1.14.1(webpack-sources@3.2.3) yaml: 2.5.0 optionalDependencies: - vue-router: 4.4.5(vue@3.5.12(typescript@5.4.5)) + vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - rollup - vue @@ -10643,7 +10731,7 @@ snapshots: - supports-color - terser - vite-plugin-checker@0.8.0(eslint@8.57.0)(optionator@0.9.4)(typescript@5.4.5)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)): + vite-plugin-checker@0.8.0(eslint@8.57.0)(optionator@0.9.4)(typescript@5.6.3)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1))(vue-tsc@2.1.10(typescript@5.6.3)): dependencies: '@babel/code-frame': 7.24.7 ansi-escapes: 4.3.2 @@ -10663,7 +10751,8 @@ snapshots: optionalDependencies: eslint: 8.57.0 optionator: 0.9.4 - typescript: 5.4.5 + typescript: 5.6.3 + vue-tsc: 2.1.10(typescript@5.6.3) vite-plugin-eslint2@5.0.1(@types/eslint@9.6.1)(eslint@8.57.0)(rollup@4.24.0)(vite@5.4.8(@types/node@20.14.2)(terser@5.31.1)): dependencies: @@ -10747,9 +10836,9 @@ snapshots: dependencies: ufo: 1.5.4 - vue-demi@0.14.10(vue@3.5.12(typescript@5.4.5)): + vue-demi@0.14.10(vue@3.5.12(typescript@5.6.3)): dependencies: - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) vue-devtools-stub@0.1.0: {} @@ -10766,20 +10855,27 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.4.5(vue@3.5.12(typescript@5.4.5)): + vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.12(typescript@5.4.5) + vue: 3.5.12(typescript@5.6.3) + + vue-tsc@2.1.10(typescript@5.6.3): + dependencies: + '@volar/typescript': 2.4.10 + '@vue/language-core': 2.1.10(typescript@5.6.3) + semver: 7.6.3 + typescript: 5.6.3 - vue@3.5.12(typescript@5.4.5): + vue@3.5.12(typescript@5.6.3): dependencies: '@vue/compiler-dom': 3.5.12 '@vue/compiler-sfc': 3.5.12 '@vue/runtime-dom': 3.5.12 - '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.4.5)) + '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.3)) '@vue/shared': 3.5.12 optionalDependencies: - typescript: 5.4.5 + typescript: 5.6.3 web-namespaces@2.0.1: {}