From ef13ca922b67350592f7b47d439766f2d3951c4c Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 25 Nov 2024 22:44:05 +0800 Subject: [PATCH 01/25] ci: forgot to setup pnpm --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35aeb5f..333d928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: submodules: 'recursive' - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c8ed19..e3eac4f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,9 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 + with: + version: 9 - uses: actions/setup-node@v4 with: node-version: 'lts/*' From c5f92f42cca3878513d2fade3c4170fc206f8790 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 28 Nov 2024 14:08:30 +0800 Subject: [PATCH 02/25] chore: cleanup dependencies The eslint-plugin not *directly* depended on, so we can remove it. --- package.json | 1 - pnpm-lock.yaml | 31 ++++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index e10b60d..321d668 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ } }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^8.15.0", "fast-glob": "^3.3.2", "typescript-eslint": "^8.15.0", "vue-eslint-parser": "^9.4.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c5dd08..10f566b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ importers: .: dependencies: - '@typescript-eslint/eslint-plugin': - specifier: ^8.15.0 - version: 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)(typescript@5.6.3) fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -5602,7 +5599,7 @@ snapshots: '@eslint/config-array@0.19.0': dependencies: '@eslint/object-schema': 2.1.4 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -5612,7 +5609,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -6057,7 +6054,7 @@ snapshots: '@typescript-eslint/types': 8.15.0 '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.15.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 eslint: 9.15.0 optionalDependencies: typescript: 5.6.3 @@ -6073,7 +6070,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 eslint: 9.15.0 ts-api-utils: 1.4.1(typescript@5.6.3) optionalDependencies: @@ -6102,7 +6099,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.15.0 '@typescript-eslint/visitor-keys': 8.15.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -6485,7 +6482,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -7013,6 +7010,10 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.3.7: + dependencies: + ms: 2.1.3 + debug@4.3.7(supports-color@8.1.1): dependencies: ms: 2.1.3 @@ -7419,7 +7420,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -7825,7 +7826,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -7838,7 +7839,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -9394,7 +9395,7 @@ snapshots: vite-node@2.1.5(@types/node@22.9.3): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@22.9.3) @@ -9625,7 +9626,7 @@ snapshots: '@vitest/spy': 2.1.5 '@vitest/utils': 2.1.5 chai: 5.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9661,7 +9662,7 @@ snapshots: vue-eslint-parser@9.4.3(eslint@9.15.0): dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 eslint: 9.15.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 From 4689bd764687655ddc2b1609a84b867897195286 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 30 Nov 2024 00:38:50 +0800 Subject: [PATCH 03/25] workflow: add `--no-git-checks` to `pnpm publish` command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3eac4f..b729f93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,6 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - run: pnpm install - - run: pnpm publish + - run: pnpm publish --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From 168f88f7e845cd51960ac31889ad59b7ffd09f22 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 14 Dec 2024 18:14:58 +0800 Subject: [PATCH 04/25] chore: do not ignore examples & some fixture folders for renovate Renovate's `config:recommended` ignores `**/examples/**` by default. But we want to keep the examples up-to-date, so we need to unignore it. The same goes for `test/fixtures/file-based-routing`. I didn't unignore the whole `test/fixtures` folder because the other fixture, `with-older-espree`, intentionally installs older versions of dependencies for testing purposes. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 9865515..20885b9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>haoqunjiang/renovate-presets:npm.json5" + ], + "ignorePaths": [ + "!examples/**", + "!test/fixtures/file-based-routing" ] } From ba154a7a25df494a24e120538837fa57cb5cb7e2 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 14 Dec 2024 18:21:35 +0800 Subject: [PATCH 05/25] ci: fix ignorePaths pattern Negated glob patterns would have too broad of a match, so they don't fit in ignorePaths. I choose to use a more specific pattern to only ignore the test fixture with older espree version. --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 20885b9..aa6911b 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "github>haoqunjiang/renovate-presets:npm.json5" ], "ignorePaths": [ - "!examples/**", - "!test/fixtures/file-based-routing" + "**/node_modules/**", + "**/test/fixtures/with-older-espree" ] } From 2b1815071af50831faef9b618549c66c9a1aef57 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 14 Dec 2024 18:23:45 +0800 Subject: [PATCH 06/25] ci: forgot to add ** to the glob pattern --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index aa6911b..43b78fe 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,6 @@ ], "ignorePaths": [ "**/node_modules/**", - "**/test/fixtures/with-older-espree" + "**/test/fixtures/with-older-espree/**" ] } From 99019d6d370a52b4073cf103a5392daf2b099699 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sat, 14 Dec 2024 18:31:03 +0800 Subject: [PATCH 07/25] ci: renovate branches should only run CI on pull requests, avoid double CI runs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333d928..178878f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - '**' + - '!renovate/**' paths-ignore: - README.md pull_request: From b2b56a2f302ac87705e9905cb8c1da85605bd068 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:34:02 +0800 Subject: [PATCH 08/25] chore(deps): update all non-major dependencies (#106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 6 +- examples/minimal/package.json | 6 +- examples/type-checked/package.json | 20 +- examples/with-cypress/package.json | 10 +- examples/with-jsx-in-vue/package.json | 6 +- examples/with-jsx/package.json | 6 +- examples/with-nightwatch/package.json | 6 +- examples/with-playwright/package.json | 8 +- examples/with-prettier/package.json | 8 +- examples/with-tsx-in-vue/package.json | 6 +- examples/with-tsx/package.json | 6 +- examples/with-vitest/package.json | 8 +- package.json | 14 +- pnpm-lock.yaml | 1040 +++++++++-------- test/fixtures/file-based-routing/package.json | 8 +- 15 files changed, 623 insertions(+), 535 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index b561a0a..773e5a4 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -16,12 +16,12 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 1c506c9..ef462e6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -16,12 +16,12 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index f9472d6..e4145b2 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -16,33 +16,33 @@ "format": "prettier --write src/" }, "dependencies": { - "pinia": "^2.2.6", + "pinia": "^2.3.0", "vue": "^3.5.13", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", - "@vitest/eslint-plugin": "1.1.7", + "@vitest/eslint-plugin": "1.1.16", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", - "cypress": "^13.16.0", - "eslint": "^9.15.0", + "cypress": "^13.16.1", + "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", - "eslint-plugin-vue": "^9.31.0", + "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^6.2.6", - "prettier": "^3.3.3", - "start-server-and-test": "^2.0.8", + "prettier": "^3.4.2", + "start-server-and-test": "^2.0.9", "typescript": "~5.5.4", "vite": "^5.4.11", "vite-plugin-vue-devtools": "^7.6.4", - "vitest": "^2.1.5", + "vitest": "^2.1.8", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index a693f0e..02e1e34 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -20,16 +20,16 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "cypress": "^13.16.0", - "eslint": "^9.15.0", + "cypress": "^13.16.1", + "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", - "eslint-plugin-vue": "^9.31.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "start-server-and-test": "^2.0.8", + "start-server-and-test": "^2.0.9", "typescript": "~5.5.4", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 85701ac..0ae234f 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -16,13 +16,13 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index ae9751e..f1e2209 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -16,13 +16,13 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 548958a..833900a 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -19,14 +19,14 @@ "devDependencies": { "@nightwatch/vue": "^3.1.2", "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "chromedriver": "^129.0.4", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "geckodriver": "^4.5.1", "nightwatch": "^3.9.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index f6a3d61..8d4f782 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -16,15 +16,15 @@ "vue": "^3.5.13" }, "devDependencies": { - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.49.1", "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", + "eslint": "^9.17.0", "eslint-plugin-playwright": "^1.8.3", - "eslint-plugin-vue": "^9.31.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 6d712fa..c0a0833 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -17,15 +17,15 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "prettier": "^3.3.3", + "prettier": "^3.4.2", "typescript": "~5.5.4", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index 3a7440f..ccaa38f 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -16,13 +16,13 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 96cd5cf..9970edd 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -16,13 +16,13 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", "vite": "^5.4.11", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index ccf0cb6..b66c3ce 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -18,14 +18,14 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", - "@vitest/eslint-plugin": "^1.1.10", + "@vitest/eslint-plugin": "^1.1.16", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^6.2.6", "typescript": "~5.5.4", diff --git a/package.json b/package.json index 321d668..cc34d55 100644 --- a/package.json +++ b/package.json @@ -48,15 +48,15 @@ "homepage": "https://github.com/vuejs/eslint-config-typescript#readme", "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.9.3", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", - "execa": "^9.5.1", + "@types/node": "^22.10.2", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", + "execa": "^9.5.2", "pkgroll": "^2.5.1", - "prettier": "^3.3.3", + "prettier": "^3.4.2", "tsx": "^4.19.2", "typescript": "~5.6.3", - "vitest": "^2.1.5", + "vitest": "^2.1.8", "vue": "^3.5.13" }, "peerDependencies": { @@ -71,7 +71,7 @@ }, "dependencies": { "fast-glob": "^3.3.2", - "typescript-eslint": "^8.15.0", + "typescript-eslint": "^8.18.0", "vue-eslint-parser": "^9.4.3" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 10f566b..81441b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,33 +12,33 @@ importers: specifier: ^3.3.2 version: 3.3.2 typescript-eslint: - specifier: ^8.15.0 - version: 8.15.0(eslint@9.15.0)(typescript@5.6.3) + specifier: ^8.18.0 + version: 8.18.0(eslint@9.17.0)(typescript@5.6.3) vue-eslint-parser: specifier: ^9.4.3 - version: 9.4.3(eslint@9.15.0) + version: 9.4.3(eslint@9.17.0) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^22.9.3 - version: 22.9.3 + specifier: ^22.10.2 + version: 22.10.2 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) execa: - specifier: ^9.5.1 - version: 9.5.1 + specifier: ^9.5.2 + version: 9.5.2 pkgroll: specifier: ^2.5.1 version: 2.5.1(typescript@5.6.3) prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.2 + version: 3.4.2 tsx: specifier: ^4.19.2 version: 4.19.2 @@ -46,8 +46,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vitest: - specifier: ^2.1.5 - version: 2.1.5(@types/node@22.9.3)(jsdom@25.0.1) + specifier: ^2.1.8 + version: 2.1.8(@types/node@22.10.2)(jsdom@25.0.1) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.6.3) @@ -62,11 +62,11 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -74,11 +74,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -87,7 +87,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -102,11 +102,11 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -114,11 +114,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -127,7 +127,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -135,14 +135,14 @@ importers: examples/type-checked: dependencies: pinia: - specifier: ^2.2.6 - version: 2.2.6(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + specifier: ^2.3.0 + version: 2.3.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.5.4) vue-router: - specifier: ^4.4.5 - version: 4.4.5(vue@3.5.13(typescript@5.5.4)) + specifier: ^4.5.0 + version: 4.5.0(vue@3.5.13(typescript@5.5.4)) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -151,20 +151,20 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitest/eslint-plugin': - specifier: 1.1.7 - version: 1.1.7(@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.5.4))(eslint@9.15.0)(typescript@5.5.4)(vitest@2.1.5(@types/node@20.17.7)(jsdom@25.0.1)) + specifier: 1.1.16 + version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-prettier': specifier: ^10.1.0 - version: 10.1.0(eslint@9.15.0)(prettier@3.3.3) + version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -175,17 +175,17 @@ importers: specifier: ^0.5.1 version: 0.5.1 cypress: - specifier: ^13.16.0 - version: 13.16.0 + specifier: ^13.16.1 + version: 13.16.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-cypress: specifier: ^3.6.0 - version: 3.6.0(eslint@9.15.0) + version: 3.6.0(eslint@9.17.0) eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) jsdom: specifier: ^25.0.1 version: 25.0.1 @@ -193,23 +193,23 @@ importers: specifier: ^6.2.6 version: 6.2.6 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.2 + version: 3.4.2 start-server-and-test: - specifier: ^2.0.8 - version: 2.0.8 + specifier: ^2.0.9 + version: 2.0.9 typescript: specifier: ~5.5.4 version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vite-plugin-vue-devtools: specifier: ^7.6.4 - version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) vitest: - specifier: ^2.1.5 - version: 2.1.5(@types/node@20.17.7)(jsdom@25.0.1) + specifier: ^2.1.8 + version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -224,11 +224,11 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -236,29 +236,29 @@ importers: specifier: ^0.5.1 version: 0.5.1 cypress: - specifier: ^13.16.0 - version: 13.16.0 + specifier: ^13.16.1 + version: 13.16.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-cypress: specifier: ^3.6.0 - version: 3.6.0(eslint@9.15.0) + version: 3.6.0(eslint@9.17.0) eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 start-server-and-test: - specifier: ^2.0.8 - version: 2.0.8 + specifier: ^2.0.9 + version: 2.0.9 typescript: specifier: ~5.5.4 version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -273,14 +273,14 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -288,11 +288,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -301,7 +301,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -316,14 +316,14 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -331,11 +331,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -344,7 +344,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -357,16 +357,16 @@ importers: devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@20.17.7)(vue@3.5.13(typescript@5.5.4)) + version: 3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.5.4)) '@tsconfig/node20': specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,11 +380,11 @@ importers: specifier: ^129.0.4 version: 129.0.4 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) geckodriver: specifier: ^4.5.1 version: 4.5.1 @@ -396,13 +396,13 @@ importers: version: 6.2.6 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.17.7)(typescript@5.5.4) + version: 10.9.2(@types/node@20.17.10)(typescript@5.5.4) typescript: specifier: ~5.5.4 version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -417,17 +417,17 @@ importers: version: 3.5.13(typescript@5.5.4) devDependencies: '@playwright/test': - specifier: ^1.49.0 - version: 1.49.0 + specifier: ^1.49.1 + version: 1.49.1 '@tsconfig/node20': specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -435,14 +435,14 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-playwright: specifier: ^1.8.3 - version: 1.8.3(eslint@9.15.0) + version: 1.8.3(eslint@9.17.0) eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -451,7 +451,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -466,14 +466,14 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-prettier': specifier: ^10.1.0 - version: 10.1.0(eslint@9.15.0)(prettier@3.3.3) + version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -481,23 +481,23 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.2 + version: 3.4.2 typescript: specifier: ~5.5.4 version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -512,14 +512,14 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -527,11 +527,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -540,7 +540,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -555,14 +555,14 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -570,11 +570,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -583,7 +583,7 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -601,14 +601,14 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vitest/eslint-plugin': - specifier: ^1.1.10 - version: 1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.5.4))(eslint@9.15.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.7)(jsdom@25.0.1)) + specifier: ^1.1.16 + version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -619,11 +619,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) jsdom: specifier: ^25.0.1 version: 25.0.1 @@ -635,10 +635,10 @@ importers: version: 5.5.4 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + version: 5.4.11(@types/node@20.17.10) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.17.7)(jsdom@25.0.1) + version: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.5.4) @@ -649,18 +649,18 @@ importers: specifier: ^3.5.13 version: 3.5.13(typescript@5.6.3) vue-router: - specifier: ^4.4.5 - version: 4.4.5(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.5.0 + version: 4.5.0(vue@3.5.13(typescript@5.6.3)) devDependencies: '@tsconfig/node22': specifier: ^22.0.0 version: 22.0.0 '@types/node': - specifier: ^22.9.3 - version: 22.9.3 + specifier: ^22.10.2 + version: 22.10.2 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.0(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -668,11 +668,11 @@ importers: specifier: ^0.5.1 version: 0.5.1 eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) npm-run-all2: specifier: ^7.0.1 version: 7.0.1 @@ -681,13 +681,13 @@ importers: version: 5.6.3 unplugin-vue-router: specifier: ^0.10.8 - version: 0.10.8(rollup@4.27.4)(vue-router@4.4.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + version: 0.10.8(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@22.9.3) + version: 5.4.11(@types/node@22.10.2) vite-plugin-vue-devtools: specifier: ^7.6.4 - version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3)) + version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -1356,6 +1356,10 @@ packages: resolution: {integrity: sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1558,8 +1562,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.49.0': - resolution: {integrity: sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==} + '@playwright/test@1.49.1': + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} engines: {node: '>=18'} hasBin: true @@ -1795,11 +1799,14 @@ packages: '@types/nightwatch@2.3.32': resolution: {integrity: sha512-RXAWpe83AERF0MbRHXaEJlMQGDtA6BW5sgbn2jO0z04yzbxc4gUvzaJwHpGULBSa2QKUHfBZoLwe/tuQx0PWLg==} + '@types/node@20.17.10': + resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==} + '@types/node@20.17.7': resolution: {integrity: sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==} - '@types/node@22.9.3': - resolution: {integrity: sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==} + '@types/node@22.10.2': + resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -1822,66 +1829,51 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.15.0': - resolution: {integrity: sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==} + '@typescript-eslint/eslint-plugin@8.18.0': + resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.15.0': - resolution: {integrity: sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==} + '@typescript-eslint/parser@8.18.0': + resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.15.0': - resolution: {integrity: sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==} + '@typescript-eslint/scope-manager@8.18.0': + resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.15.0': - resolution: {integrity: sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==} + '@typescript-eslint/type-utils@8.18.0': + resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.15.0': - resolution: {integrity: sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==} + '@typescript-eslint/types@8.18.0': + resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.15.0': - resolution: {integrity: sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==} + '@typescript-eslint/typescript-estree@8.18.0': + resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.15.0': - resolution: {integrity: sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==} + '@typescript-eslint/utils@8.18.0': + resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.15.0': - resolution: {integrity: sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==} + '@typescript-eslint/visitor-keys@8.18.0': + resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.1.0': @@ -1905,21 +1897,8 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.1.10': - resolution: {integrity: sha512-uScH5Kz5v32vvtQYB2iodpoPg2mGASK+VKpjlc2IUgE0+16uZKqVKi2vQxjxJ6sMCQLBs4xhBFZlmZBszsmfKQ==} - peerDependencies: - '@typescript-eslint/utils': '>= 8.0' - eslint: '>= 8.57.0' - typescript: '>= 5.0.0' - vitest: '*' - peerDependenciesMeta: - typescript: - optional: true - vitest: - optional: true - - '@vitest/eslint-plugin@1.1.7': - resolution: {integrity: sha512-pTWGW3y6lH2ukCuuffpan6kFxG6nIuoesbhMiQxskyQMRcCN5t9SXsKrNHvEw3p8wcCsgJoRqFZVkOTn6TjclA==} + '@vitest/eslint-plugin@1.1.16': + resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -1934,11 +1913,11 @@ packages: '@vitest/expect@1.6.0': resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} - '@vitest/expect@2.1.5': - resolution: {integrity: sha512-nZSBTW1XIdpZvEJyoP/Sy8fUg0b8od7ZpGDkTUcfJ7wz/VoZAFzFfLyxVxGFhUjJzhYqSbIpfMtl/+k/dpWa3Q==} + '@vitest/expect@2.1.8': + resolution: {integrity: sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==} - '@vitest/mocker@2.1.5': - resolution: {integrity: sha512-XYW6l3UuBmitWqSUXTNXcVBUCRytDogBsWuNXQijc00dtnU/9OqpXWp4OJroVrad/gLIomAq9aW8yWDBtMthhQ==} + '@vitest/mocker@2.1.8': + resolution: {integrity: sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 @@ -1948,32 +1927,32 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.5': - resolution: {integrity: sha512-4ZOwtk2bqG5Y6xRGHcveZVr+6txkH7M2e+nPFd6guSoN638v/1XQ0K06eOpi0ptVU/2tW/pIU4IoPotY/GZ9fw==} + '@vitest/pretty-format@2.1.8': + resolution: {integrity: sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==} '@vitest/runner@1.6.0': resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} - '@vitest/runner@2.1.5': - resolution: {integrity: sha512-pKHKy3uaUdh7X6p1pxOkgkVAFW7r2I818vHDthYLvUyjRfkKOU6P45PztOch4DZarWQne+VOaIMwA/erSSpB9g==} + '@vitest/runner@2.1.8': + resolution: {integrity: sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==} '@vitest/snapshot@1.6.0': resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} - '@vitest/snapshot@2.1.5': - resolution: {integrity: sha512-zmYw47mhfdfnYbuhkQvkkzYroXUumrwWDGlMjpdUr4jBd3HZiV2w7CQHj+z7AAS4VOtWxI4Zt4bWt4/sKcoIjg==} + '@vitest/snapshot@2.1.8': + resolution: {integrity: sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==} '@vitest/spy@1.6.0': resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} - '@vitest/spy@2.1.5': - resolution: {integrity: sha512-aWZF3P0r3w6DiYTVskOYuhBc7EMc3jvn1TkBg8ttylFFRqNN2XGD7V5a4aQdk6QiUzZQ4klNBSpCLJgWNdIiNw==} + '@vitest/spy@2.1.8': + resolution: {integrity: sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==} '@vitest/utils@1.6.0': resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} - '@vitest/utils@2.1.5': - resolution: {integrity: sha512-yfj6Yrp0Vesw2cwJbP+cl04OC+IHFsuQsrsJBL9pyGeQXE56v1UAOQco+SR55Vf1nQzfV0QJg1Qum7AaWUwwYg==} + '@vitest/utils@2.1.8': + resolution: {integrity: sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==} '@volar/language-core@2.4.10': resolution: {integrity: sha512-hG3Z13+nJmGaT+fnQzAkS0hjJRa2FCeqZt6Bd+oGNhUkQ+mTFsDETg5rqUTxyzIh5pSOGY7FHCWUS8G82AzLCA==} @@ -2526,8 +2505,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@13.16.0: - resolution: {integrity: sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==} + cypress@13.16.1: + resolution: {integrity: sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -2588,6 +2567,15 @@ packages: supports-color: optional: true + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize@4.0.0: resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} engines: {node: '>=10'} @@ -2948,6 +2936,12 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + eslint-plugin-vue@9.32.0: + resolution: {integrity: sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2974,6 +2968,16 @@ packages: jiti: optional: true + eslint@9.17.0: + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + espree@10.3.0: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3027,8 +3031,8 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} - execa@9.5.1: - resolution: {integrity: sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==} + execa@9.5.2: + resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==} engines: {node: ^18.19.0 || >=20.5.0} executable@4.1.1: @@ -4132,15 +4136,12 @@ packages: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} - pinia@2.2.6: - resolution: {integrity: sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==} + pinia@2.3.0: + resolution: {integrity: sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==} peerDependencies: - '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' - vue: ^2.6.14 || ^3.5.11 + vue: ^2.7.0 || ^3.5.11 peerDependenciesMeta: - '@vue/composition-api': - optional: true typescript: optional: true @@ -4160,13 +4161,13 @@ packages: typescript: optional: true - playwright-core@1.49.0: - resolution: {integrity: sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==} + playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} engines: {node: '>=18'} hasBin: true - playwright@1.49.0: - resolution: {integrity: sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==} + playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} engines: {node: '>=18'} hasBin: true @@ -4190,8 +4191,8 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} - prettier@3.3.3: - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -4472,8 +4473,8 @@ packages: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} engines: {node: '>=6'} - start-server-and-test@2.0.8: - resolution: {integrity: sha512-v2fV6NV2F7tL1ocwfI4Wpait+IKjRbT5l3ZZ+ZikXdMLmxYsS8ynGAsCQAUVXkVyGyS+UibsRnvgHkMvJIvCsw==} + start-server-and-test@2.0.9: + resolution: {integrity: sha512-DDceIvc4wdpr+z3Aqkot2QMho8TcUBh5qH0wEHDpEexBTzlheOcmh53d3dExABY4J5C7qS2UbSXqRWLtxpbWIQ==} engines: {node: '>=16'} hasBin: true @@ -4698,15 +4699,12 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.15.0: - resolution: {integrity: sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==} + typescript-eslint@8.18.0: + resolution: {integrity: sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' typescript@5.5.4: resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} @@ -4724,6 +4722,9 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@6.20.0: + resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} + unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} engines: {node: '>=18'} @@ -4788,8 +4789,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-node@2.1.5: - resolution: {integrity: sha512-rd0QIgx74q4S1Rd56XIiL2cYEdyWn13cunYBIuqh9mpmQr7gGS0IxXoP8R6OaZtNQQLyXSWbd4rXKYUbhFpK5w==} + vite-node@2.1.8: + resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4901,15 +4902,15 @@ packages: jsdom: optional: true - vitest@2.1.5: - resolution: {integrity: sha512-P4ljsdpuzRTPI/kbND2sDZ4VmieerR2c9szEZpjc+98Z9ebvnXmM5+0tHEKqYZumXqlvnmfWsjeFOjXVriDG7A==} + vitest@2.1.8: + resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.5 - '@vitest/ui': 2.1.5 + '@vitest/browser': 2.1.8 + '@vitest/ui': 2.1.8 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -4949,8 +4950,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - vue-router@4.4.5: - resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==} + vue-router@4.5.0: + resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==} peerDependencies: vue: ^3.2.0 @@ -5594,12 +5595,17 @@ snapshots: eslint: 9.15.0 eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0)': + dependencies: + eslint: 9.17.0 + eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.12.1': {} '@eslint/config-array@0.19.0': dependencies: '@eslint/object-schema': 2.1.4 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -5609,7 +5615,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -5622,6 +5628,8 @@ snapshots: '@eslint/js@9.15.0': {} + '@eslint/js@9.17.0': {} + '@eslint/object-schema@2.1.4': {} '@eslint/plugin-kit@0.2.3': @@ -5774,12 +5782,12 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@20.17.7)(vue@3.5.13(typescript@5.5.4))': + '@nightwatch/vue@3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.5.4))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) get-port: 5.1.1 - vite: 4.5.5(@types/node@20.17.7) + vite: 4.5.5(@types/node@20.17.10) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -5815,9 +5823,9 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.49.0': + '@playwright/test@1.49.1': dependencies: - playwright: 1.49.0 + playwright: 1.49.1 '@polka/url@1.0.0-next.28': {} @@ -5987,7 +5995,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -5996,23 +6004,27 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 20.17.7 + '@types/node': 20.17.10 '@types/selenium-webdriver': 4.1.27 devtools-protocol: 0.0.1025565 - '@types/node@20.17.7': + '@types/node@20.17.10': dependencies: undici-types: 6.19.8 - '@types/node@22.9.3': + '@types/node@20.17.7': dependencies: undici-types: 6.19.8 + '@types/node@22.10.2': + dependencies: + undici-types: 6.20.0 + '@types/resolve@1.20.2': {} '@types/selenium-webdriver@4.1.27': dependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -6023,135 +6035,133 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 optional: true - '@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.15.0 - eslint: 9.15.0 + '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.18.0 + '@typescript-eslint/type-utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.0 + eslint: 9.17.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 ts-api-utils: 1.4.1(typescript@5.6.3) - optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3)': + '@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.15.0 - debug: 4.3.7 - eslint: 9.15.0 - optionalDependencies: + '@typescript-eslint/scope-manager': 8.18.0 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.0 + debug: 4.3.7(supports-color@8.1.1) + eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.15.0': + '@typescript-eslint/scope-manager@8.18.0': dependencies: - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/visitor-keys': 8.18.0 - '@typescript-eslint/type-utils@8.15.0(eslint@9.15.0)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - debug: 4.3.7 - eslint: 9.15.0 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + debug: 4.3.7(supports-color@8.1.1) + eslint: 9.17.0 ts-api-utils: 1.4.1(typescript@5.6.3) - optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.15.0': {} + '@typescript-eslint/types@8.18.0': {} - '@typescript-eslint/typescript-estree@8.15.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.18.0(typescript@5.5.4)': dependencies: - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/visitor-keys': 8.15.0 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/visitor-keys': 8.18.0 debug: 4.3.7(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 ts-api-utils: 1.4.1(typescript@5.5.4) - optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/visitor-keys': 8.15.0 - debug: 4.3.7 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/visitor-keys': 8.18.0 + debug: 4.3.7(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 ts-api-utils: 1.4.1(typescript@5.6.3) - optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.5.4)': + '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.5.4) - eslint: 9.15.0 - optionalDependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) + '@typescript-eslint/scope-manager': 8.18.0 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.5.4) + eslint: 9.17.0 typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.6.3)': + '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0) - '@typescript-eslint/scope-manager': 8.15.0 - '@typescript-eslint/types': 8.15.0 - '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) - eslint: 9.15.0 - optionalDependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) + '@typescript-eslint/scope-manager': 8.18.0 + '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) + eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.15.0': + '@typescript-eslint/visitor-keys@8.18.0': dependencies: - '@typescript-eslint/types': 8.15.0 + '@typescript-eslint/types': 8.18.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) vue: 3.5.13(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': dependencies: - vite: 4.5.5(@types/node@20.17.7) + vite: 4.5.5(@types/node@20.17.10) + vue: 3.5.13(typescript@5.5.4) + + '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': + dependencies: + vite: 5.4.11(@types/node@20.17.10) vue: 3.5.13(typescript@5.5.4) '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': @@ -6159,26 +6169,26 @@ snapshots: vite: 5.4.11(@types/node@20.17.7) vue: 3.5.13(typescript@5.5.4) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) vue: 3.5.13(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.10(@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.5.4))(eslint@9.15.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.7)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.5.4) - eslint: 9.15.0 + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.5.4) + eslint: 9.17.0 optionalDependencies: typescript: 5.5.4 - vitest: 1.6.0(@types/node@20.17.7)(jsdom@25.0.1) + vitest: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) - '@vitest/eslint-plugin@1.1.7(@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.5.4))(eslint@9.15.0)(typescript@5.5.4)(vitest@2.1.5(@types/node@20.17.7)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.5.4) - eslint: 9.15.0 + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.5.4) + eslint: 9.17.0 optionalDependencies: typescript: 5.5.4 - vitest: 2.1.5(@types/node@20.17.7)(jsdom@25.0.1) + vitest: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) '@vitest/expect@1.6.0': dependencies: @@ -6186,30 +6196,30 @@ snapshots: '@vitest/utils': 1.6.0 chai: 4.5.0 - '@vitest/expect@2.1.5': + '@vitest/expect@2.1.8': dependencies: - '@vitest/spy': 2.1.5 - '@vitest/utils': 2.1.5 + '@vitest/spy': 2.1.8 + '@vitest/utils': 2.1.8 chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.5(vite@5.4.11(@types/node@20.17.7))': + '@vitest/mocker@2.1.8(vite@5.4.11(@types/node@20.17.10))': dependencies: - '@vitest/spy': 2.1.5 + '@vitest/spy': 2.1.8 estree-walker: 3.0.3 magic-string: 0.30.13 optionalDependencies: - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) - '@vitest/mocker@2.1.5(vite@5.4.11(@types/node@22.9.3))': + '@vitest/mocker@2.1.8(vite@5.4.11(@types/node@22.10.2))': dependencies: - '@vitest/spy': 2.1.5 + '@vitest/spy': 2.1.8 estree-walker: 3.0.3 magic-string: 0.30.13 optionalDependencies: - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) - '@vitest/pretty-format@2.1.5': + '@vitest/pretty-format@2.1.8': dependencies: tinyrainbow: 1.2.0 @@ -6219,9 +6229,9 @@ snapshots: p-limit: 5.0.0 pathe: 1.1.2 - '@vitest/runner@2.1.5': + '@vitest/runner@2.1.8': dependencies: - '@vitest/utils': 2.1.5 + '@vitest/utils': 2.1.8 pathe: 1.1.2 '@vitest/snapshot@1.6.0': @@ -6230,9 +6240,9 @@ snapshots: pathe: 1.1.2 pretty-format: 29.7.0 - '@vitest/snapshot@2.1.5': + '@vitest/snapshot@2.1.8': dependencies: - '@vitest/pretty-format': 2.1.5 + '@vitest/pretty-format': 2.1.8 magic-string: 0.30.13 pathe: 1.1.2 @@ -6240,7 +6250,7 @@ snapshots: dependencies: tinyspy: 2.2.1 - '@vitest/spy@2.1.5': + '@vitest/spy@2.1.8': dependencies: tinyspy: 3.0.2 @@ -6251,9 +6261,9 @@ snapshots: loupe: 2.3.7 pretty-format: 29.7.0 - '@vitest/utils@2.1.5': + '@vitest/utils@2.1.8': dependencies: - '@vitest/pretty-format': 2.1.5 + '@vitest/pretty-format': 2.1.8 loupe: 3.1.2 tinyrainbow: 1.2.0 @@ -6349,26 +6359,26 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': + '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': dependencies: '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.11(@types/node@20.17.7)) + vite-hot-client: 0.2.3(vite@5.4.11(@types/node@20.17.10)) vue: 3.5.13(typescript@5.5.4) transitivePeerDependencies: - vite - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.9.3)) + vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.10.2)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite @@ -6387,12 +6397,12 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.1.0(eslint@9.15.0)(prettier@3.3.3)': + '@vue/eslint-config-prettier@10.1.0(eslint@9.17.0)(prettier@3.4.2)': dependencies: - eslint: 9.15.0 - eslint-config-prettier: 9.1.0(eslint@9.15.0) - eslint-plugin-prettier: 5.2.1(eslint-config-prettier@9.1.0(eslint@9.15.0))(eslint@9.15.0)(prettier@3.3.3) - prettier: 3.3.3 + eslint: 9.17.0 + eslint-config-prettier: 9.1.0(eslint@9.17.0) + eslint-plugin-prettier: 5.2.1(eslint-config-prettier@9.1.0(eslint@9.17.0))(eslint@9.17.0)(prettier@3.4.2) + prettier: 3.4.2 transitivePeerDependencies: - '@types/eslint' @@ -6482,7 +6492,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -6628,9 +6638,9 @@ snapshots: axe-core@4.10.2: {} - axios@1.7.7(debug@4.3.7): + axios@1.7.7(debug@4.4.0): dependencies: - follow-redirects: 1.15.9(debug@4.3.7) + follow-redirects: 1.15.9(debug@4.4.0) form-data: 4.0.1 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -6817,7 +6827,7 @@ snapshots: chromedriver@129.0.4: dependencies: '@testim/chrome-version': 1.1.4 - axios: 1.7.7(debug@4.3.7) + axios: 1.7.7(debug@4.4.0) compare-versions: 6.1.1 extract-zip: 2.0.1(supports-color@8.1.1) proxy-agent: 6.4.0 @@ -6931,7 +6941,7 @@ snapshots: csstype@3.1.3: {} - cypress@13.16.0: + cypress@13.16.1: dependencies: '@cypress/request': 3.0.6 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -7010,16 +7020,16 @@ snapshots: optionalDependencies: supports-color: 8.1.1 - debug@4.3.7: - dependencies: - ms: 2.1.3 - debug@4.3.7(supports-color@8.1.1): dependencies: ms: 2.1.3 optionalDependencies: supports-color: 8.1.1 + debug@4.4.0: + dependencies: + ms: 2.1.3 + decamelize@4.0.0: {} decamelize@6.0.0: {} @@ -7352,28 +7362,28 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@9.1.0(eslint@9.15.0): + eslint-config-prettier@9.1.0(eslint@9.17.0): dependencies: - eslint: 9.15.0 + eslint: 9.17.0 - eslint-plugin-cypress@3.6.0(eslint@9.15.0): + eslint-plugin-cypress@3.6.0(eslint@9.17.0): dependencies: - eslint: 9.15.0 + eslint: 9.17.0 globals: 13.24.0 - eslint-plugin-playwright@1.8.3(eslint@9.15.0): + eslint-plugin-playwright@1.8.3(eslint@9.17.0): dependencies: - eslint: 9.15.0 + eslint: 9.17.0 globals: 13.24.0 - eslint-plugin-prettier@5.2.1(eslint-config-prettier@9.1.0(eslint@9.15.0))(eslint@9.15.0)(prettier@3.3.3): + eslint-plugin-prettier@5.2.1(eslint-config-prettier@9.1.0(eslint@9.17.0))(eslint@9.17.0)(prettier@3.4.2): dependencies: - eslint: 9.15.0 - prettier: 3.3.3 + eslint: 9.17.0 + prettier: 3.4.2 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: - eslint-config-prettier: 9.1.0(eslint@9.15.0) + eslint-config-prettier: 9.1.0(eslint@9.17.0) eslint-plugin-vue@9.31.0(eslint@9.15.0): dependencies: @@ -7389,6 +7399,20 @@ snapshots: transitivePeerDependencies: - supports-color + eslint-plugin-vue@9.32.0(eslint@9.17.0): + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) + eslint: 9.17.0 + globals: 13.24.0 + natural-compare: 1.4.0 + nth-check: 2.1.1 + postcss-selector-parser: 6.1.2 + semver: 7.6.3 + vue-eslint-parser: 9.4.3(eslint@9.17.0) + xml-name-validator: 4.0.0 + transitivePeerDependencies: + - supports-color + eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 @@ -7420,7 +7444,46 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) + escape-string-regexp: 4.0.0 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + transitivePeerDependencies: + - supports-color + + eslint@9.17.0: + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.19.0 + '@eslint/core': 0.9.0 + '@eslint/eslintrc': 3.2.0 + '@eslint/js': 9.17.0 + '@eslint/plugin-kit': 0.2.3 + '@humanfs/node': 0.16.6 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.1 + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.3.7(supports-color@8.1.1) escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -7522,7 +7585,7 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 - execa@9.5.1: + execa@9.5.2: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.6 @@ -7622,9 +7685,9 @@ snapshots: flatted@3.3.2: {} - follow-redirects@1.15.9(debug@4.3.7): + follow-redirects@1.15.9(debug@4.4.0): optionalDependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 for-each@0.3.3: dependencies: @@ -7770,7 +7833,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.0.1 + minimatch: 5.1.6 once: 1.4.0 global-dirs@3.0.1: @@ -7826,7 +7889,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -7839,7 +7902,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -8656,13 +8719,15 @@ snapshots: pify@2.3.0: {} - pinia@2.2.6(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)): + pinia@2.3.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.5.4) vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.4)) optionalDependencies: typescript: 5.5.4 + transitivePeerDependencies: + - '@vue/composition-api' piscina@4.7.0: optionalDependencies: @@ -8689,11 +8754,11 @@ snapshots: optionalDependencies: typescript: 5.6.3 - playwright-core@1.49.0: {} + playwright-core@1.49.1: {} - playwright@1.49.0: + playwright@1.49.1: dependencies: - playwright-core: 1.49.0 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2 @@ -8716,7 +8781,7 @@ snapshots: dependencies: fast-diff: 1.3.0 - prettier@3.3.3: {} + prettier@3.4.2: {} pretty-bytes@5.6.0: {} @@ -9038,16 +9103,16 @@ snapshots: dependencies: type-fest: 0.7.1 - start-server-and-test@2.0.8: + start-server-and-test@2.0.9: dependencies: arg: 5.0.2 bluebird: 3.7.2 check-more-types: 2.24.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 - wait-on: 8.0.1(debug@4.3.7) + wait-on: 8.0.1(debug@4.4.0) transitivePeerDependencies: - supports-color @@ -9220,14 +9285,14 @@ snapshots: dependencies: typescript: 5.6.3 - ts-node@10.9.2(@types/node@20.17.7)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.17.10)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.17.7 + '@types/node': 20.17.10 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -9267,13 +9332,12 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.15.0(eslint@9.15.0)(typescript@5.6.3): + typescript-eslint@8.18.0(eslint@9.17.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)(typescript@5.6.3) - '@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3) - eslint: 9.15.0 - optionalDependencies: + '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color @@ -9286,13 +9350,15 @@ snapshots: undici-types@6.19.8: {} + undici-types@6.20.0: {} + unicorn-magic@0.3.0: {} universalify@0.2.0: {} universalify@2.0.1: {} - unplugin-vue-router@0.10.8(rollup@4.27.4)(vue-router@4.4.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): + unplugin-vue-router@0.10.8(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): dependencies: '@babel/types': 7.26.0 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9309,7 +9375,7 @@ snapshots: unplugin: 1.16.0 yaml: 2.6.1 optionalDependencies: - vue-router: 4.4.5(vue@3.5.13(typescript@5.6.3)) + vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) transitivePeerDependencies: - rollup - vue @@ -9348,21 +9414,21 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.3(vite@5.4.11(@types/node@20.17.7)): + vite-hot-client@0.2.3(vite@5.4.11(@types/node@20.17.10)): dependencies: - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) - vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.9.3)): + vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.10.2)): dependencies: - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) - vite-node@1.6.0(@types/node@20.17.7): + vite-node@1.6.0(@types/node@20.17.10): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@8.1.1) pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) transitivePeerDependencies: - '@types/node' - less @@ -9374,13 +9440,13 @@ snapshots: - supports-color - terser - vite-node@2.1.5(@types/node@20.17.7): + vite-node@2.1.8(@types/node@20.17.10): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) transitivePeerDependencies: - '@types/node' - less @@ -9392,13 +9458,13 @@ snapshots: - supports-color - terser - vite-node@2.1.5(@types/node@22.9.3): + vite-node@2.1.8(@types/node@22.10.2): dependencies: cac: 6.7.14 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) transitivePeerDependencies: - '@types/node' - less @@ -9410,7 +9476,7 @@ snapshots: - supports-color - terser - vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.7)): + vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9421,12 +9487,12 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) transitivePeerDependencies: - rollup - supports-color - vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3)): + vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9437,7 +9503,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) transitivePeerDependencies: - rollup - supports-color @@ -9456,39 +9522,39 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)): + vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)): dependencies: - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 execa: 8.0.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@20.17.7) - vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.7)) - vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@20.17.7)) + vite: 5.4.11(@types/node@20.17.10) + vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)) + vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@20.17.10)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@22.9.3))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 execa: 8.0.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@22.9.3) - vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.9.3)) - vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@22.9.3)) + vite: 5.4.11(@types/node@22.10.2) + vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)) + vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@22.10.2)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@20.17.7)): + vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@20.17.10)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9499,11 +9565,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 5.4.11(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) transitivePeerDependencies: - supports-color - vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@22.9.3)): + vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@22.10.2)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9514,17 +9580,26 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 5.4.11(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) transitivePeerDependencies: - supports-color - vite@4.5.5(@types/node@20.17.7): + vite@4.5.5(@types/node@20.17.10): dependencies: esbuild: 0.18.20 postcss: 8.4.49 rollup: 3.29.5 optionalDependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 + fsevents: 2.3.3 + + vite@5.4.11(@types/node@20.17.10): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.49 + rollup: 4.27.4 + optionalDependencies: + '@types/node': 20.17.10 fsevents: 2.3.3 vite@5.4.11(@types/node@20.17.7): @@ -9536,16 +9611,16 @@ snapshots: '@types/node': 20.17.7 fsevents: 2.3.3 - vite@5.4.11(@types/node@22.9.3): + vite@5.4.11(@types/node@22.10.2): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 22.9.3 + '@types/node': 22.10.2 fsevents: 2.3.3 - vitest@1.6.0(@types/node@20.17.7)(jsdom@25.0.1): + vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -9564,11 +9639,11 @@ snapshots: strip-literal: 2.1.1 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.4.11(@types/node@20.17.7) - vite-node: 1.6.0(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) + vite-node: 1.6.0(@types/node@20.17.10) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -9580,15 +9655,15 @@ snapshots: - supports-color - terser - vitest@2.1.5(@types/node@20.17.7)(jsdom@25.0.1): + vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1): dependencies: - '@vitest/expect': 2.1.5 - '@vitest/mocker': 2.1.5(vite@5.4.11(@types/node@20.17.7)) - '@vitest/pretty-format': 2.1.5 - '@vitest/runner': 2.1.5 - '@vitest/snapshot': 2.1.5 - '@vitest/spy': 2.1.5 - '@vitest/utils': 2.1.5 + '@vitest/expect': 2.1.8 + '@vitest/mocker': 2.1.8(vite@5.4.11(@types/node@20.17.10)) + '@vitest/pretty-format': 2.1.8 + '@vitest/runner': 2.1.8 + '@vitest/snapshot': 2.1.8 + '@vitest/spy': 2.1.8 + '@vitest/utils': 2.1.8 chai: 5.1.2 debug: 4.3.7(supports-color@8.1.1) expect-type: 1.1.0 @@ -9599,11 +9674,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@20.17.7) - vite-node: 2.1.5(@types/node@20.17.7) + vite: 5.4.11(@types/node@20.17.10) + vite-node: 2.1.8(@types/node@20.17.10) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.17.7 + '@types/node': 20.17.10 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -9616,17 +9691,17 @@ snapshots: - supports-color - terser - vitest@2.1.5(@types/node@22.9.3)(jsdom@25.0.1): + vitest@2.1.8(@types/node@22.10.2)(jsdom@25.0.1): dependencies: - '@vitest/expect': 2.1.5 - '@vitest/mocker': 2.1.5(vite@5.4.11(@types/node@22.9.3)) - '@vitest/pretty-format': 2.1.5 - '@vitest/runner': 2.1.5 - '@vitest/snapshot': 2.1.5 - '@vitest/spy': 2.1.5 - '@vitest/utils': 2.1.5 + '@vitest/expect': 2.1.8 + '@vitest/mocker': 2.1.8(vite@5.4.11(@types/node@22.10.2)) + '@vitest/pretty-format': 2.1.8 + '@vitest/runner': 2.1.8 + '@vitest/snapshot': 2.1.8 + '@vitest/spy': 2.1.8 + '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9635,11 +9710,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@22.9.3) - vite-node: 2.1.5(@types/node@22.9.3) + vite: 5.4.11(@types/node@22.10.2) + vite-node: 2.1.8(@types/node@22.10.2) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.9.3 + '@types/node': 22.10.2 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -9662,7 +9737,7 @@ snapshots: vue-eslint-parser@9.4.3(eslint@9.15.0): dependencies: - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) eslint: 9.15.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 @@ -9673,12 +9748,25 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.4.5(vue@3.5.13(typescript@5.5.4)): + vue-eslint-parser@9.4.3(eslint@9.17.0): + dependencies: + debug: 4.3.7(supports-color@8.1.1) + eslint: 9.17.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + lodash: 4.17.21 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + + vue-router@4.5.0(vue@3.5.13(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.5.4) - vue-router@4.4.5(vue@3.5.13(typescript@5.6.3)): + vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.6.3) @@ -9721,9 +9809,9 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wait-on@8.0.1(debug@4.3.7): + wait-on@8.0.1(debug@4.4.0): dependencies: - axios: 1.7.7(debug@4.3.7) + axios: 1.7.7(debug@4.4.0) joi: 17.13.3 lodash: 4.17.21 minimist: 1.2.8 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 248da7d..9b750c9 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -13,16 +13,16 @@ }, "dependencies": { "vue": "^3.5.13", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", - "@types/node": "^22.9.3", + "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.8", From 0cfd413b273e15c2ac118806e20a62419d0de3d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:39:29 +0800 Subject: [PATCH 09/25] chore(deps): update dependency @vue/tsconfig to ^0.7.0 (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 73 ++++++++++++------- test/fixtures/file-based-routing/package.json | 2 +- 14 files changed, 60 insertions(+), 39 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 773e5a4..68763dc 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ef462e6..3c11163 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index e4145b2..9d58b2b 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -30,7 +30,7 @@ "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 02e1e34..11e0dfd 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -23,7 +23,7 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 0ae234f..46a7836 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index f1e2209..21ff557 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 833900a..10fd660 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "chromedriver": "^129.0.4", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 8d4f782..0be048e 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-playwright": "^1.8.3", "eslint-plugin-vue": "^9.32.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index c0a0833..b1cfda9 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index ccaa38f..a266586 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 9970edd..4f1b859 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index b66c3ce..5f297ae 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -23,7 +23,7 @@ "@vitest/eslint-plugin": "^1.1.16", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81441b2..a9ea691 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -111,8 +111,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -172,8 +172,8 @@ importers: specifier: ^2.4.6 version: 2.4.6 '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) cypress: specifier: ^13.16.1 version: 13.16.1 @@ -233,8 +233,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) cypress: specifier: ^13.16.1 version: 13.16.1 @@ -285,8 +285,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -328,8 +328,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -374,8 +374,8 @@ importers: specifier: ^2.4.6 version: 2.4.6 '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) chromedriver: specifier: ^129.0.4 version: 129.0.4 @@ -432,8 +432,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -478,8 +478,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -524,8 +524,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -567,8 +567,8 @@ importers: specifier: workspace:* version: link:../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -616,8 +616,8 @@ importers: specifier: ^2.4.6 version: 2.4.6 '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -665,8 +665,8 @@ importers: specifier: workspace:* version: link:../../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -2054,6 +2054,17 @@ packages: '@vue/tsconfig@0.5.1': resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==} + '@vue/tsconfig@0.7.0': + resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==} + peerDependencies: + typescript: 5.x + vue: ^3.4.0 + peerDependenciesMeta: + typescript: + optional: true + vue: + optional: true + '@wdio/logger@9.1.3': resolution: {integrity: sha512-cumRMK/gE1uedBUw3WmWXOQ7HtB6DR8EyKQioUz2P0IJtRRpglMBdZV7Svr3b++WWawOuzZHMfbTkJQmaVt8Gw==} engines: {node: '>=18.20.0'} @@ -6469,6 +6480,16 @@ snapshots: '@vue/tsconfig@0.5.1': {} + '@vue/tsconfig@0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4))': + optionalDependencies: + typescript: 5.5.4 + vue: 3.5.13(typescript@5.5.4) + + '@vue/tsconfig@0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))': + optionalDependencies: + typescript: 5.6.3 + vue: 3.5.13(typescript@5.6.3) + '@wdio/logger@9.1.3': dependencies: chalk: 5.3.0 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 9b750c9..1c39837 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -20,7 +20,7 @@ "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.0", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", + "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", From 78e233c455d7b398e128dfd0e7e308318129dc83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:39:56 +0800 Subject: [PATCH 10/25] chore(deps): update dependency typescript to ~5.6.3 (#111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 230 +++++++++++--------------- 13 files changed, 110 insertions(+), 144 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 68763dc..75f0bab 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -23,7 +23,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3c11163..c7ab225 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -23,7 +23,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 9d58b2b..32c4453 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -39,7 +39,7 @@ "npm-run-all2": "^6.2.6", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vite-plugin-vue-devtools": "^7.6.4", "vitest": "^2.1.8", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 11e0dfd..68b96b7 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -30,7 +30,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "start-server-and-test": "^2.0.9", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 46a7836..098279a 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -24,7 +24,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 21ff557..494c1cc 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -24,7 +24,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 10fd660..fc31c15 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -31,7 +31,7 @@ "nightwatch": "^3.9.0", "npm-run-all2": "^6.2.6", "ts-node": "^10.9.2", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vite-plugin-nightwatch": "^0.4.6", "vue-tsc": "^2.1.10" diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 0be048e..8586e9c 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -26,7 +26,7 @@ "eslint-plugin-playwright": "^1.8.3", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index b1cfda9..4fd8623 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -26,7 +26,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", "prettier": "^3.4.2", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index a266586..b78c852 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -24,7 +24,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 4f1b859..f83fa04 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -24,7 +24,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 5f297ae..ac44dd8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -28,7 +28,7 @@ "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", + "typescript": "~5.6.3", "vite": "^5.4.11", "vitest": "^1.6.0", "vue-tsc": "^2.1.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9ea691..4ade189 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -66,7 +66,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -83,20 +83,20 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/minimal: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -106,7 +106,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -123,26 +123,26 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/type-checked: dependencies: pinia: specifier: ^2.3.0 - version: 2.3.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) vue-router: specifier: ^4.5.0 - version: 4.5.0(vue@3.5.13(typescript@5.5.4)) + version: 4.5.0(vue@3.5.13(typescript@5.6.3)) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -155,13 +155,13 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: 1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) + version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -199,26 +199,26 @@ importers: specifier: ^2.0.9 version: 2.0.9 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vite-plugin-vue-devtools: specifier: ^7.6.4 - version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-cypress: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -228,7 +228,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -254,20 +254,20 @@ importers: specifier: ^2.0.9 version: 2.0.9 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-jsx: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -277,10 +277,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -297,20 +297,20 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-jsx-in-vue: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -320,10 +320,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -340,24 +340,24 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-nightwatch: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.5.4)) + version: 3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.6.3)) '@tsconfig/node20': specifier: ^20.1.4 version: 20.1.4 @@ -366,7 +366,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -396,10 +396,10 @@ importers: version: 6.2.6 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.17.10)(typescript@5.5.4) + version: 10.9.2(@types/node@20.17.10)(typescript@5.6.3) typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) @@ -408,13 +408,13 @@ importers: version: 0.4.6 vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-playwright: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@playwright/test': specifier: ^1.49.1 @@ -427,7 +427,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -447,20 +447,20 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-prettier: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -470,7 +470,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -493,20 +493,20 @@ importers: specifier: ^3.4.2 version: 3.4.2 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-tsx: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -516,10 +516,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -536,20 +536,20 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-tsx-in-vue: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -559,10 +559,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -579,20 +579,20 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) examples/with-vitest: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -605,10 +605,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: ^1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1)) + version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -631,8 +631,8 @@ importers: specifier: ^6.2.6 version: 6.2.6 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) @@ -641,7 +641,7 @@ importers: version: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) test/fixtures/file-based-routing: dependencies: @@ -5793,10 +5793,10 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.5.4))': + '@nightwatch/vue@3.1.2(@types/node@20.17.10)(vue@3.5.13(typescript@5.6.3))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) get-port: 5.1.1 vite: 4.5.5(@types/node@20.17.10) vite-plugin-nightwatch: 0.4.6 @@ -6100,20 +6100,6 @@ snapshots: '@typescript-eslint/types@8.18.0': {} - '@typescript-eslint/typescript-estree@8.18.0(typescript@5.5.4)': - dependencies: - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.3.7(supports-color@8.1.1) - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 1.4.1(typescript@5.5.4) - typescript: 5.5.4 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 8.18.0 @@ -6128,17 +6114,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4)': - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.5.4) - eslint: 9.17.0 - typescript: 5.5.4 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) @@ -6155,25 +6130,25 @@ snapshots: '@typescript-eslint/types': 8.18.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) vite: 5.4.11(@types/node@20.17.10) - vue: 3.5.13(typescript@5.5.4) + vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 4.5.5(@types/node@20.17.10) - vue: 3.5.13(typescript@5.5.4) + vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': + '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 5.4.11(@types/node@20.17.10) - vue: 3.5.13(typescript@5.5.4) + vue: 3.5.13(typescript@5.6.3) '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': dependencies: @@ -6185,20 +6160,20 @@ snapshots: vite: 5.4.11(@types/node@22.10.2) vue: 3.5.13(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 optionalDependencies: - typescript: 5.5.4 + typescript: 5.6.3 vitest: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.5.4))(eslint@9.17.0)(typescript@5.5.4)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 optionalDependencies: - typescript: 5.5.4 + typescript: 5.6.3 vitest: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) '@vitest/expect@1.6.0': @@ -6370,7 +6345,7 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4))': + '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 @@ -6378,7 +6353,7 @@ snapshots: nanoid: 3.3.7 pathe: 1.1.2 vite-hot-client: 0.2.3(vite@5.4.11(@types/node@20.17.10)) - vue: 3.5.13(typescript@5.5.4) + vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite @@ -8740,13 +8715,13 @@ snapshots: pify@2.3.0: {} - pinia@2.3.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)): + pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.5.4) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.4)) + vue: 3.5.13(typescript@5.6.3) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) optionalDependencies: - typescript: 5.5.4 + typescript: 5.6.3 transitivePeerDependencies: - '@vue/composition-api' @@ -9298,15 +9273,11 @@ snapshots: tree-kill@1.2.2: {} - ts-api-utils@1.4.1(typescript@5.5.4): - dependencies: - typescript: 5.5.4 - ts-api-utils@1.4.1(typescript@5.6.3): dependencies: typescript: 5.6.3 - ts-node@10.9.2(@types/node@20.17.10)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.17.10)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -9320,7 +9291,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.6.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -9543,9 +9514,9 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)): + vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.5.4)) + '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.4 '@vue/devtools-shared': 7.6.4 execa: 8.0.1 @@ -9752,9 +9723,9 @@ snapshots: vue-component-type-helpers@2.1.10: {} - vue-demi@0.14.10(vue@3.5.13(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.5.13(typescript@5.6.3)): dependencies: - vue: 3.5.13(typescript@5.5.4) + vue: 3.5.13(typescript@5.6.3) vue-eslint-parser@9.4.3(eslint@9.15.0): dependencies: @@ -9782,11 +9753,6 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.5.0(vue@3.5.13(typescript@5.5.4)): - dependencies: - '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.5.4) - vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 From 5fb292b07cd7dde199acbb5fe58c956856df26e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:45:28 +0800 Subject: [PATCH 11/25] chore(deps): update dependency geckodriver to v5 (#114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/with-nightwatch/package.json | 2 +- pnpm-lock.yaml | 58 ++++++++++----------------- 2 files changed, 23 insertions(+), 37 deletions(-) diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index fc31c15..c3bab5f 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -27,7 +27,7 @@ "chromedriver": "^129.0.4", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "geckodriver": "^4.5.1", + "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", "npm-run-all2": "^6.2.6", "ts-node": "^10.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ade189..7c848be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,7 +72,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -112,7 +112,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -173,7 +173,7 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: specifier: ^13.16.1 version: 13.16.1 @@ -234,7 +234,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: specifier: ^13.16.1 version: 13.16.1 @@ -286,7 +286,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -329,7 +329,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -375,7 +375,7 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) chromedriver: specifier: ^129.0.4 version: 129.0.4 @@ -386,11 +386,11 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) geckodriver: - specifier: ^4.5.1 - version: 4.5.1 + specifier: ^5.0.0 + version: 5.0.0 nightwatch: specifier: ^3.9.0 - version: 3.9.0(chromedriver@129.0.4)(geckodriver@4.5.1) + version: 3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0) npm-run-all2: specifier: ^6.2.6 version: 6.2.6 @@ -433,7 +433,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -479,7 +479,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -525,7 +525,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -568,7 +568,7 @@ importers: version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -617,7 +617,7 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4)) + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: specifier: ^9.17.0 version: 9.17.0 @@ -3189,9 +3189,9 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - geckodriver@4.5.1: - resolution: {integrity: sha512-lGCRqPMuzbRNDWJOQcUqhNqPvNsIFu6yzXF8J/6K3WCYFd2r5ckbeF7h1cxsnjA7YLSEiWzERCt6/gjZ3tW0ug==} - engines: {node: ^16.13 || >=18 || >=20} + geckodriver@5.0.0: + resolution: {integrity: sha512-vn7TtQ3b9VMJtVXsyWtQQl1fyBVFhQy7UvJF96kPuuJ0or5THH496AD3eUyaDD11+EqCxH9t6V+EP9soZQk4YQ==} + engines: {node: '>=18.0.0'} hasBin: true gensync@1.0.0-beta.2: @@ -5036,11 +5036,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - which@4.0.0: - resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} - engines: {node: ^16.13.0 || >=18.0.0} - hasBin: true - which@5.0.0: resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} engines: {node: ^18.17.0 || >=20.5.0} @@ -6455,11 +6450,6 @@ snapshots: '@vue/tsconfig@0.5.1': {} - '@vue/tsconfig@0.7.0(typescript@5.5.4)(vue@3.5.13(typescript@5.5.4))': - optionalDependencies: - typescript: 5.5.4 - vue: 3.5.13(typescript@5.5.4) - '@vue/tsconfig@0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))': optionalDependencies: typescript: 5.6.3 @@ -7735,7 +7725,7 @@ snapshots: functions-have-names@1.2.3: {} - geckodriver@4.5.1: + geckodriver@5.0.0: dependencies: '@wdio/logger': 9.1.3 '@zip.js/zip.js': 2.7.53 @@ -7744,7 +7734,7 @@ snapshots: https-proxy-agent: 7.0.5 node-fetch: 3.3.2 tar-fs: 3.0.6 - which: 4.0.0 + which: 5.0.0 transitivePeerDependencies: - supports-color @@ -8444,7 +8434,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.9.0(chromedriver@129.0.4)(geckodriver@4.5.1): + nightwatch@3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -8482,7 +8472,7 @@ snapshots: uuid: 8.3.2 optionalDependencies: chromedriver: 129.0.4 - geckodriver: 4.5.1 + geckodriver: 5.0.0 transitivePeerDependencies: - bufferutil - canvas @@ -9858,10 +9848,6 @@ snapshots: dependencies: isexe: 2.0.0 - which@4.0.0: - dependencies: - isexe: 3.1.1 - which@5.0.0: dependencies: isexe: 3.1.1 From d22aefcd6cc79f7fe367897ec96740263c127f78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:45:43 +0800 Subject: [PATCH 12/25] chore(deps): update dependency unplugin-vue-router to ^0.10.9 (#112) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 31 ++++++++++++------- test/fixtures/file-based-routing/package.json | 2 +- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c848be..6123745 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -680,8 +680,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 unplugin-vue-router: - specifier: ^0.10.8 - version: 0.10.8(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + specifier: ^0.10.9 + version: 0.10.9(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) vite: specifier: ^5.4.11 version: 5.4.11(@types/node@22.10.2) @@ -3804,6 +3804,9 @@ packages: magic-string@0.30.13: resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} + magic-string@0.30.15: + resolution: {integrity: sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw==} + make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -4748,17 +4751,17 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unplugin-vue-router@0.10.8: - resolution: {integrity: sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==} + unplugin-vue-router@0.10.9: + resolution: {integrity: sha512-DXmC0GMcROOnCmN56GRvi1bkkG1BnVs4xJqNvucBUeZkmB245URvtxOfbo3H6q4SOUQQbLPYWd6InzvjRh363A==} peerDependencies: vue-router: ^4.4.0 peerDependenciesMeta: vue-router: optional: true - unplugin@1.16.0: - resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} - engines: {node: '>=14.0.0'} + unplugin@2.0.0-beta.1: + resolution: {integrity: sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==} + engines: {node: '>=18.12.0'} untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} @@ -8325,12 +8328,16 @@ snapshots: magic-string-ast@0.6.3: dependencies: - magic-string: 0.30.13 + magic-string: 0.30.15 magic-string@0.30.13: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.15: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + make-error@1.3.6: {} map-stream@0.1.0: {} @@ -9340,7 +9347,7 @@ snapshots: universalify@2.0.1: {} - unplugin-vue-router@0.10.8(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): + unplugin-vue-router@0.10.9(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): dependencies: '@babel/types': 7.26.0 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9350,11 +9357,11 @@ snapshots: fast-glob: 3.3.2 json5: 2.2.3 local-pkg: 0.5.1 - magic-string: 0.30.13 + magic-string: 0.30.15 mlly: 1.7.3 pathe: 1.1.2 scule: 1.3.0 - unplugin: 1.16.0 + unplugin: 2.0.0-beta.1 yaml: 2.6.1 optionalDependencies: vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) @@ -9362,7 +9369,7 @@ snapshots: - rollup - vue - unplugin@1.16.0: + unplugin@2.0.0-beta.1: dependencies: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 1c39837..7884ec3 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "unplugin-vue-router": "^0.10.8", + "unplugin-vue-router": "^0.10.9", "vite": "^5.4.11", "vite-plugin-vue-devtools": "^7.6.4", "vue-tsc": "^2.1.10" From d2c655326e0b5055b973f733b50f2831653127f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:46:01 +0800 Subject: [PATCH 13/25] chore(deps): update dependency npm-run-all2 to v7 (#115) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 48 +++++++++++++-------------- 13 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 75f0bab..742187e 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c7ab225..3779473 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 32c4453..c1b934f 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -36,7 +36,7 @@ "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 68b96b7..4d3e052 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -28,7 +28,7 @@ "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 098279a..d461e5d 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 494c1cc..fecfa53 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index c3bab5f..66d0f21 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "^9.32.0", "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "ts-node": "^10.9.2", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 8586e9c..389b064 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "eslint": "^9.17.0", "eslint-plugin-playwright": "^1.8.3", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 4fd8623..829033f 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index b78c852..fb83d69 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index f83fa04..4440703 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index ac44dd8..36693a8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -27,7 +27,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vitest": "^1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6123745..58c111f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,8 +80,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -120,8 +120,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -190,8 +190,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -248,8 +248,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 start-server-and-test: specifier: ^2.0.9 version: 2.0.9 @@ -294,8 +294,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -337,8 +337,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -392,8 +392,8 @@ importers: specifier: ^3.9.0 version: 3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.17.10)(typescript@5.6.3) @@ -444,8 +444,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -487,8 +487,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -533,8 +533,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -576,8 +576,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -628,8 +628,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 From 8874d776b83995a20bf51119901866a32677035d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:46:14 +0800 Subject: [PATCH 14/25] chore(deps): update vite packages (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 6 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 4 +- examples/with-jsx/package.json | 4 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 4 +- examples/with-tsx/package.json | 4 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 238 +++++++++--------- test/fixtures/file-based-routing/package.json | 4 +- 14 files changed, 146 insertions(+), 132 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 742187e..ddee7f1 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3779473..34eca9a 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index c1b934f..aa30e33 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", - "@vitejs/plugin-vue-jsx": "^4.1.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", "@vitest/eslint-plugin": "1.1.16", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", @@ -41,7 +41,7 @@ "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", "vite": "^5.4.11", - "vite-plugin-vue-devtools": "^7.6.4", + "vite-plugin-vue-devtools": "^7.6.8", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 4d3e052..c20ab79 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index d461e5d..17e243b 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", - "@vitejs/plugin-vue-jsx": "^4.1.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index fecfa53..c6e6d34 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", - "@vitejs/plugin-vue-jsx": "^4.1.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 66d0f21..c1f2a42 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -20,7 +20,7 @@ "@nightwatch/vue": "^3.1.2", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 389b064..4df180e 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -19,7 +19,7 @@ "@playwright/test": "^1.49.1", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 829033f..2bbc638 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index fb83d69..e9f0b60 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", - "@vitejs/plugin-vue-jsx": "^4.1.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 4440703..1bd5bf0 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", - "@vitejs/plugin-vue-jsx": "^4.1.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 36693a8..d4079c3 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -19,7 +19,7 @@ "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", "@types/node": "^20.17.10", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vitest/eslint-plugin": "^1.1.16", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58c111f..36d2f6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,8 +65,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -105,8 +105,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -154,11 +154,11 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.1.1 + version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: 1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) @@ -205,8 +205,8 @@ importers: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vite-plugin-vue-devtools: - specifier: ^7.6.4 - version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^7.6.8 + version: 7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) @@ -227,8 +227,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -276,11 +276,11 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.1.1 + version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -319,11 +319,11 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.1.1 + version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -365,8 +365,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -426,8 +426,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -469,8 +469,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -515,11 +515,11 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.1.1 + version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -558,11 +558,11 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.0 - version: 4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^4.1.1 + version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -604,8 +604,8 @@ importers: specifier: ^20.17.10 version: 20.17.10 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: ^1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1)) @@ -659,8 +659,8 @@ importers: specifier: ^22.10.2 version: 22.10.2 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + specifier: ^5.2.1 + version: 5.2.1(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -686,8 +686,8 @@ importers: specifier: ^5.4.11 version: 5.4.11(@types/node@22.10.2) vite-plugin-vue-devtools: - specifier: ^7.6.4 - version: 7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + specifier: ^7.6.8 + version: 7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -1876,11 +1876,11 @@ packages: resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-vue-jsx@4.1.0': - resolution: {integrity: sha512-KuRejz7KAFvhXDzOudlaS2IyygAwoAEEMtHAdcRSy/8cA5iKH043Qudcz48zsC0M0vvN5iKwIwNMuWbBYn6/Yg==} + '@vitejs/plugin-vue-jsx@4.1.1': + resolution: {integrity: sha512-uMJqv/7u1zz/9NbWAD3XdjaY20tKTf17XVfQ9zq4wY1BjsB/PjpJPMe2xiG39QpP4ZdhYNhm4Hvo66uJrykNLA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - vite: ^5.0.0 + vite: ^5.0.0 || ^6.0.0 vue: ^3.0.0 '@vitejs/plugin-vue@4.6.2': @@ -1897,6 +1897,13 @@ packages: vite: ^5.0.0 vue: ^3.2.25 + '@vitejs/plugin-vue@5.2.1': + resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 || ^6.0.0 + vue: ^3.2.25 + '@vitest/eslint-plugin@1.1.16': resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==} peerDependencies: @@ -2006,16 +2013,16 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-core@7.6.4': - resolution: {integrity: sha512-blSwGVYpb7b5TALMjjoBiAl5imuBF7WEOAtaJaBMNikR8SQkm6mkUt4YlIKh9874/qoimwmpDOm+GHBZ4Y5m+g==} + '@vue/devtools-core@7.6.8': + resolution: {integrity: sha512-8X4roysTwzQ94o7IobjVcOd1aZF5iunikrMrHPI2uUdigZCi2kFTQc7ffYiFiTNaLElCpjOhCnM7bo7aK1yU7A==} peerDependencies: vue: ^3.0.0 - '@vue/devtools-kit@7.6.4': - resolution: {integrity: sha512-Zs86qIXXM9icU0PiGY09PQCle4TI750IPLmAJzW5Kf9n9t5HzSYf6Rz6fyzSwmfMPiR51SUKJh9sXVZu78h2QA==} + '@vue/devtools-kit@7.6.8': + resolution: {integrity: sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==} - '@vue/devtools-shared@7.6.4': - resolution: {integrity: sha512-nD6CUvBEel+y7zpyorjiUocy0nh77DThZJ0k1GRnJeOmY3ATq2fWijEp7wk37gb023Cb0R396uYh5qMSBQ5WFg==} + '@vue/devtools-shared@7.6.8': + resolution: {integrity: sha512-9MBPO5Z3X1nYGFqTJyohl6Gmf/J7UNN1oicHdyzBVZP4jnhZ4c20MgtaHDIzWmHDHCMYVS5bwKxT3jxh7gOOKA==} '@vue/eslint-config-prettier@10.1.0': resolution: {integrity: sha512-J6wV91y2pXc0Phha01k0WOHBTPsoSTf4xlmMjoKaeSxBpAdsgTppGF5RZRdOHM7OA74zAXD+VLANrtYXpiPKkQ==} @@ -3907,6 +3914,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@5.0.9: + resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==} + engines: {node: ^18 || >=20} + hasBin: true + natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -4793,10 +4805,10 @@ packages: resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} engines: {'0': node >=0.6.0} - vite-hot-client@0.2.3: - resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==} + vite-hot-client@0.2.4: + resolution: {integrity: sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==} peerDependencies: - vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 + vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 vite-node@1.6.0: resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} @@ -4808,12 +4820,12 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-plugin-inspect@0.8.8: - resolution: {integrity: sha512-aZlBuXsWUPJFmMK92GIv6lH7LrwG2POu4KJ+aEdcqnu92OAf+rhBnfMDQvxIJPEB7hE2t5EyY/PMgf5aDLT8EA==} + vite-plugin-inspect@0.8.9: + resolution: {integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': '*' - vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 + vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1 peerDependenciesMeta: '@nuxt/kit': optional: true @@ -4821,16 +4833,16 @@ packages: vite-plugin-nightwatch@0.4.6: resolution: {integrity: sha512-7mxANgh3KA2c/xGJU35T8z1Xj9akWQ4FuyB1PN3nwinqxqYBAx44sW9Z87a2x6efj5TD4lU0Tbuvvgous6F1+Q==} - vite-plugin-vue-devtools@7.6.4: - resolution: {integrity: sha512-jxSsLyuETfmZ1OSrmnDp28BG6rmURrP7lkeyHW2gBFDyo+4dUcqVeQNMhbV7uKZn80mDdv06Mysw/5AdGxDvJQ==} + vite-plugin-vue-devtools@7.6.8: + resolution: {integrity: sha512-32aIps8C1Y7UEoqyWf+ES3J1OozsCYMIqTqd+I5qass+R0Tcf8SaA2bX1/rskAzkcKCteVoBjEENmqwTcMebbw==} engines: {node: '>=v14.21.3'} peerDependencies: - vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 + vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 - vite-plugin-vue-inspector@5.3.0: - resolution: {integrity: sha512-F6JNRUOrZl8FaUCTxPhsOLn2ka7N7Sz9ppxmmEwpybVBDYnhelbNnnlZpeFPc4ULnxbitSi8b0V2C0KT3CjReg==} + vite-plugin-vue-inspector@5.3.1: + resolution: {integrity: sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==} peerDependencies: - vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 + vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 vite@4.5.5: resolution: {integrity: sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==} @@ -5178,7 +5190,7 @@ snapshots: '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 convert-source-map: 2.0.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -5336,7 +5348,7 @@ snapshots: '@babel/parser': 7.26.2 '@babel/template': 7.25.9 '@babel/types': 7.26.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -6074,7 +6086,7 @@ snapshots: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: @@ -6089,7 +6101,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 eslint: 9.17.0 ts-api-utils: 1.4.1(typescript@5.6.3) typescript: 5.6.3 @@ -6102,7 +6114,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -6128,7 +6140,7 @@ snapshots: '@typescript-eslint/types': 8.18.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) @@ -6143,17 +6155,17 @@ snapshots: vite: 4.5.5(@types/node@20.17.10) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': - dependencies: - vite: 5.4.11(@types/node@20.17.10) - vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': dependencies: vite: 5.4.11(@types/node@20.17.7) vue: 3.5.13(typescript@5.5.4) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + dependencies: + vite: 5.4.11(@types/node@20.17.10) + vue: 3.5.13(typescript@5.6.3) + + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 5.4.11(@types/node@22.10.2) vue: 3.5.13(typescript@5.6.3) @@ -6343,33 +6355,33 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': dependencies: - '@vue/devtools-kit': 7.6.4 - '@vue/devtools-shared': 7.6.4 + '@vue/devtools-kit': 7.6.8 + '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 - nanoid: 3.3.7 + nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.11(@types/node@20.17.10)) + vite-hot-client: 0.2.4(vite@5.4.11(@types/node@20.17.10)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': dependencies: - '@vue/devtools-kit': 7.6.4 - '@vue/devtools-shared': 7.6.4 + '@vue/devtools-kit': 7.6.8 + '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 - nanoid: 3.3.7 + nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.4.11(@types/node@22.10.2)) + vite-hot-client: 0.2.4(vite@5.4.11(@types/node@22.10.2)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite - '@vue/devtools-kit@7.6.4': + '@vue/devtools-kit@7.6.8': dependencies: - '@vue/devtools-shared': 7.6.4 + '@vue/devtools-shared': 7.6.8 birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 @@ -6377,7 +6389,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.6.4': + '@vue/devtools-shared@7.6.8': dependencies: rfdc: 1.4.1 @@ -6481,7 +6493,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -7778,7 +7790,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -8433,6 +8445,8 @@ snapshots: nanoid@3.3.7: {} + nanoid@5.0.9: {} + natural-compare@1.4.0: {} netmask@2.0.2: {} @@ -8639,7 +8653,7 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 @@ -9055,7 +9069,7 @@ snapshots: socks-proxy-agent@8.0.4: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -9403,11 +9417,11 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.3(vite@5.4.11(@types/node@20.17.10)): + vite-hot-client@0.2.4(vite@5.4.11(@types/node@20.17.10)): dependencies: vite: 5.4.11(@types/node@20.17.10) - vite-hot-client@0.2.3(vite@5.4.11(@types/node@22.10.2)): + vite-hot-client@0.2.4(vite@5.4.11(@types/node@22.10.2)): dependencies: vite: 5.4.11(@types/node@22.10.2) @@ -9465,11 +9479,11 @@ snapshots: - supports-color - terser - vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9481,11 +9495,11 @@ snapshots: - rollup - supports-color - vite-plugin-inspect@0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9511,39 +9525,39 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) - '@vue/devtools-kit': 7.6.4 - '@vue/devtools-shared': 7.6.4 - execa: 8.0.1 + '@vue/devtools-core': 7.6.8(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-kit': 7.6.8 + '@vue/devtools-shared': 7.6.8 + execa: 9.5.2 sirv: 3.0.0 vite: 5.4.11(@types/node@20.17.10) - vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)) - vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@20.17.10)) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)) + vite-plugin-vue-inspector: 5.3.1(vite@5.4.11(@types/node@20.17.10)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-devtools@7.6.4(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) - '@vue/devtools-kit': 7.6.4 - '@vue/devtools-shared': 7.6.4 - execa: 8.0.1 + '@vue/devtools-core': 7.6.8(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-kit': 7.6.8 + '@vue/devtools-shared': 7.6.8 + execa: 9.5.2 sirv: 3.0.0 vite: 5.4.11(@types/node@22.10.2) - vite-plugin-inspect: 0.8.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)) - vite-plugin-vue-inspector: 5.3.0(vite@5.4.11(@types/node@22.10.2)) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)) + vite-plugin-vue-inspector: 5.3.1(vite@5.4.11(@types/node@22.10.2)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@20.17.10)): + vite-plugin-vue-inspector@5.3.1(vite@5.4.11(@types/node@20.17.10)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9558,7 +9572,7 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-vue-inspector@5.3.0(vite@5.4.11(@types/node@22.10.2)): + vite-plugin-vue-inspector@5.3.1(vite@5.4.11(@types/node@22.10.2)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 7884ec3..adbb7be 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/node": "^22.10.2", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", @@ -27,7 +27,7 @@ "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.9", "vite": "^5.4.11", - "vite-plugin-vue-devtools": "^7.6.4", + "vite-plugin-vue-devtools": "^7.6.8", "vue-tsc": "^2.1.10" } } From ea63a71e294f9642bd9cd55d37f543e7b7e0b9de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:47:57 +0800 Subject: [PATCH 15/25] chore(deps): update dependency vitest to v2 (#116) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 248 +----------------------------- 2 files changed, 4 insertions(+), 246 deletions(-) diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index d4079c3..774278d 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -30,7 +30,7 @@ "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", - "vitest": "^1.6.0", + "vitest": "^2.1.8", "vue-tsc": "^2.1.10" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36d2f6d..e07821b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -608,7 +608,7 @@ importers: version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: ^1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1)) + version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -637,8 +637,8 @@ importers: specifier: ^5.4.11 version: 5.4.11(@types/node@20.17.10) vitest: - specifier: ^1.6.0 - version: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) + specifier: ^2.1.8 + version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -1398,10 +1398,6 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - '@jest/schemas@29.6.3': - resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jridgewell/gen-mapping@0.3.5': resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} @@ -1735,9 +1731,6 @@ packages: '@sideway/pinpoint@2.0.0': resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - '@sinclair/typebox@0.27.8': - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@4.0.0': resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} engines: {node: '>=18'} @@ -1917,9 +1910,6 @@ packages: vitest: optional: true - '@vitest/expect@1.6.0': - resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} - '@vitest/expect@2.1.8': resolution: {integrity: sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==} @@ -1937,27 +1927,15 @@ packages: '@vitest/pretty-format@2.1.8': resolution: {integrity: sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==} - '@vitest/runner@1.6.0': - resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} - '@vitest/runner@2.1.8': resolution: {integrity: sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==} - '@vitest/snapshot@1.6.0': - resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} - '@vitest/snapshot@2.1.8': resolution: {integrity: sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==} - '@vitest/spy@1.6.0': - resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} - '@vitest/spy@2.1.8': resolution: {integrity: sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==} - '@vitest/utils@1.6.0': - resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} - '@vitest/utils@2.1.8': resolution: {integrity: sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==} @@ -2139,10 +2117,6 @@ packages: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} - ansi-styles@5.2.0: - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} - engines: {node: '>=10'} - ansi-styles@6.2.1: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} @@ -2356,10 +2330,6 @@ packages: resolution: {integrity: sha512-38ixH/mqpY6IwnZkz6xPqx8aB5/KVR+j6VPugcir3EGOsphnWXrPH/mUt8Jp+ninL6ghY0AaJDQ10hSfCPGy/g==} engines: {node: '>= 12.0.0'} - chai@4.5.0: - resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} - engines: {node: '>=4'} - chai@5.1.2: resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} engines: {node: '>=12'} @@ -2375,9 +2345,6 @@ packages: check-error@1.0.2: resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} - check-error@1.0.3: - resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} - check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} engines: {node: '>= 16'} @@ -2609,10 +2576,6 @@ packages: resolution: {integrity: sha512-D/Oxqobjr+kxaHsgiQBZq9b6iAWdEj5W/JdJm8deNduAPc9CwXQ3BJJCuEqlrPXcy45iOMkGPZ0T81Dnz7UDCA==} engines: {node: '>=6'} - deep-eql@4.1.4: - resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} - engines: {node: '>=6'} - deep-eql@5.0.2: resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} engines: {node: '>=6'} @@ -2672,10 +2635,6 @@ packages: didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - diff-sequences@29.6.3: - resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} @@ -3624,9 +3583,6 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-tokens@9.0.1: - resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -4054,10 +4010,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@5.0.0: - resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} - engines: {node: '>=18'} - p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} @@ -4226,10 +4178,6 @@ packages: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} - pretty-format@29.7.0: - resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - pretty-ms@9.2.0: resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==} engines: {node: '>=18'} @@ -4285,9 +4233,6 @@ packages: randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - react-is@18.3.1: - resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - read-package-json-fast@3.0.2: resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -4555,9 +4500,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strip-literal@2.1.1: - resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==} - superjson@2.2.1: resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==} engines: {node: '>=16'} @@ -4612,10 +4554,6 @@ packages: tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} - tinypool@0.8.4: - resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} - engines: {node: '>=14.0.0'} - tinypool@1.0.2: resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -4624,10 +4562,6 @@ packages: resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} engines: {node: '>=14.0.0'} - tinyspy@2.2.1: - resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} - engines: {node: '>=14.0.0'} - tinyspy@3.0.2: resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} @@ -4810,11 +4744,6 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 - vite-node@1.6.0: - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - vite-node@2.1.8: resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} engines: {node: ^18.0.0 || >=20.0.0} @@ -4903,31 +4832,6 @@ packages: terser: optional: true - vitest@1.6.0: - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.6.0 - '@vitest/ui': 1.6.0 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - vitest@2.1.8: resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -5148,10 +5052,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors@2.1.1: resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} engines: {node: '>=18'} @@ -5685,10 +5585,6 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@jest/schemas@29.6.3': - dependencies: - '@sinclair/typebox': 0.27.8 - '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 @@ -5968,8 +5864,6 @@ snapshots: '@sideway/pinpoint@2.0.0': {} - '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@4.0.0': {} '@sinonjs/commons@3.0.1': @@ -6170,14 +6064,6 @@ snapshots: vite: 5.4.11(@types/node@22.10.2) vue: 3.5.13(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1))': - dependencies: - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - eslint: 9.17.0 - optionalDependencies: - typescript: 5.6.3 - vitest: 1.6.0(@types/node@20.17.10)(jsdom@25.0.1) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) @@ -6186,12 +6072,6 @@ snapshots: typescript: 5.6.3 vitest: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) - '@vitest/expect@1.6.0': - dependencies: - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - chai: 4.5.0 - '@vitest/expect@2.1.8': dependencies: '@vitest/spy': 2.1.8 @@ -6219,44 +6099,21 @@ snapshots: dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@1.6.0': - dependencies: - '@vitest/utils': 1.6.0 - p-limit: 5.0.0 - pathe: 1.1.2 - '@vitest/runner@2.1.8': dependencies: '@vitest/utils': 2.1.8 pathe: 1.1.2 - '@vitest/snapshot@1.6.0': - dependencies: - magic-string: 0.30.13 - pathe: 1.1.2 - pretty-format: 29.7.0 - '@vitest/snapshot@2.1.8': dependencies: '@vitest/pretty-format': 2.1.8 magic-string: 0.30.13 pathe: 1.1.2 - '@vitest/spy@1.6.0': - dependencies: - tinyspy: 2.2.1 - '@vitest/spy@2.1.8': dependencies: tinyspy: 3.0.2 - '@vitest/utils@1.6.0': - dependencies: - diff-sequences: 29.6.3 - estree-walker: 3.0.3 - loupe: 2.3.7 - pretty-format: 29.7.0 - '@vitest/utils@2.1.8': dependencies: '@vitest/pretty-format': 2.1.8 @@ -6531,8 +6388,6 @@ snapshots: dependencies: color-convert: 2.0.1 - ansi-styles@5.2.0: {} - ansi-styles@6.2.1: {} ansi-to-html@0.7.2: @@ -6766,16 +6621,6 @@ snapshots: dependencies: assertion-error: 1.1.0 - chai@4.5.0: - dependencies: - assertion-error: 1.1.0 - check-error: 1.0.3 - deep-eql: 4.1.4 - get-func-name: 2.0.2 - loupe: 2.3.7 - pathval: 1.1.1 - type-detect: 4.1.0 - chai@5.1.2: dependencies: assertion-error: 2.0.1 @@ -6793,10 +6638,6 @@ snapshots: check-error@1.0.2: {} - check-error@1.0.3: - dependencies: - get-func-name: 2.0.2 - check-error@2.1.1: {} check-more-types@2.24.0: {} @@ -7041,10 +6882,6 @@ snapshots: dependencies: type-detect: 4.0.8 - deep-eql@4.1.4: - dependencies: - type-detect: 4.1.0 - deep-eql@5.0.2: {} deep-equal@2.2.3: @@ -7113,8 +6950,6 @@ snapshots: didyoumean@1.2.2: {} - diff-sequences@29.6.3: {} - diff@4.0.2: {} diff@5.0.0: {} @@ -8135,8 +7970,6 @@ snapshots: js-tokens@4.0.0: {} - js-tokens@9.0.1: {} - js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -8637,10 +8470,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@5.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@5.0.0: dependencies: p-limit: 3.1.0 @@ -8792,12 +8621,6 @@ snapshots: pretty-bytes@5.6.0: {} - pretty-format@29.7.0: - dependencies: - '@jest/schemas': 29.6.3 - ansi-styles: 5.2.0 - react-is: 18.3.1 - pretty-ms@9.2.0: dependencies: parse-ms: 4.0.0 @@ -8854,8 +8677,6 @@ snapshots: dependencies: safe-buffer: 5.2.1 - react-is@18.3.1: {} - read-package-json-fast@3.0.2: dependencies: json-parse-even-better-errors: 3.0.2 @@ -9177,10 +8998,6 @@ snapshots: strip-json-comments@3.1.1: {} - strip-literal@2.1.1: - dependencies: - js-tokens: 9.0.1 - superjson@2.2.1: dependencies: copy-anything: 3.0.5 @@ -9243,14 +9060,10 @@ snapshots: tinyexec@0.3.1: {} - tinypool@0.8.4: {} - tinypool@1.0.2: {} tinyrainbow@1.2.0: {} - tinyspy@2.2.1: {} - tinyspy@3.0.2: {} tldts-core@6.1.64: {} @@ -9425,24 +9238,6 @@ snapshots: dependencies: vite: 5.4.11(@types/node@22.10.2) - vite-node@1.6.0(@types/node@20.17.10): - dependencies: - cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) - pathe: 1.1.2 - picocolors: 1.1.1 - vite: 5.4.11(@types/node@20.17.10) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - vite-node@2.1.8(@types/node@20.17.10): dependencies: cac: 6.7.14 @@ -9623,41 +9418,6 @@ snapshots: '@types/node': 22.10.2 fsevents: 2.3.3 - vitest@1.6.0(@types/node@20.17.10)(jsdom@25.0.1): - dependencies: - '@vitest/expect': 1.6.0 - '@vitest/runner': 1.6.0 - '@vitest/snapshot': 1.6.0 - '@vitest/spy': 1.6.0 - '@vitest/utils': 1.6.0 - acorn-walk: 8.3.4 - chai: 4.5.0 - debug: 4.3.7(supports-color@8.1.1) - execa: 8.0.1 - local-pkg: 0.5.1 - magic-string: 0.30.13 - pathe: 1.1.2 - picocolors: 1.1.1 - std-env: 3.8.0 - strip-literal: 2.1.1 - tinybench: 2.9.0 - tinypool: 0.8.4 - vite: 5.4.11(@types/node@20.17.10) - vite-node: 1.6.0(@types/node@20.17.10) - why-is-node-running: 2.3.0 - optionalDependencies: - '@types/node': 20.17.10 - jsdom: 25.0.1 - transitivePeerDependencies: - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1): dependencies: '@vitest/expect': 2.1.8 @@ -9950,8 +9710,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors@2.1.1: {} zip-stream@4.1.1: From db7092e93ff66439076d0a0a524c8e9aa0fc74df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:50:07 +0800 Subject: [PATCH 16/25] chore(deps): update dependency chromedriver to v131 (#113) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/with-nightwatch/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index c1f2a42..7eb8831 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -24,7 +24,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "chromedriver": "^129.0.4", + "chromedriver": "^131.0.3", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "geckodriver": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e07821b..a8a9e68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -377,8 +377,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) chromedriver: - specifier: ^129.0.4 - version: 129.0.4 + specifier: ^131.0.3 + version: 131.0.3 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -390,7 +390,7 @@ importers: version: 5.0.0 nightwatch: specifier: ^3.9.0 - version: 3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0) + version: 3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0) npm-run-all2: specifier: ^7.0.1 version: 7.0.1 @@ -2361,8 +2361,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chromedriver@129.0.4: - resolution: {integrity: sha512-j5I55cQwodFJUaYa1tWUmj2ss9KcPRBWmUa5Qonq3X8kqv2ASPyTboFYb4YB/YLztkYTUUw2E43txXw0wYzT/A==} + chromedriver@131.0.3: + resolution: {integrity: sha512-DKHFt0ilcA/RJzY1ApBiJAil6fh08f9mXM8XbdDE1u+S1V5YVUNTUi4bOtJFZoAwS9nlV0H5W6InWrpXqSs2xg==} engines: {node: '>=18'} hasBin: true @@ -6666,7 +6666,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chromedriver@129.0.4: + chromedriver@131.0.3: dependencies: '@testim/chrome-version': 1.1.4 axios: 1.7.7(debug@4.4.0) @@ -8288,7 +8288,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0): + nightwatch@3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -8325,7 +8325,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 129.0.4 + chromedriver: 131.0.3 geckodriver: 5.0.0 transitivePeerDependencies: - bufferutil @@ -8634,7 +8634,7 @@ snapshots: proxy-agent@6.4.0: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 lru-cache: 7.18.3 From 5f54cdd3c4f50a0e65e03960ab35fea44bba2b8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:13:38 +0800 Subject: [PATCH 17/25] chore(deps): update dependency eslint-plugin-playwright to v2 (#119) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/with-playwright/package.json | 2 +- pnpm-lock.yaml | 76 ++------------------------- 2 files changed, 6 insertions(+), 72 deletions(-) diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 4df180e..d99f9f6 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -23,7 +23,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", - "eslint-plugin-playwright": "^1.8.3", + "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8a9e68..cc29aa6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -438,8 +438,8 @@ importers: specifier: ^9.17.0 version: 9.17.0 eslint-plugin-playwright: - specifier: ^1.8.3 - version: 1.8.3(eslint@9.17.0) + specifier: ^2.1.0 + version: 2.1.0(eslint@9.17.0) eslint-plugin-vue: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) @@ -2883,15 +2883,11 @@ packages: peerDependencies: eslint: '>=7' - eslint-plugin-playwright@1.8.3: - resolution: {integrity: sha512-h87JPFHkz8a6oPhn8GRGGhSQoAJjx0AkOv1jME6NoMk2FpEsfvfJJNaQDxLSqSALkCr0IJXPGTnp6SIRVu5Nqg==} + eslint-plugin-playwright@2.1.0: + resolution: {integrity: sha512-wMbHOehofSB1cBdzz2CLaCYaKNLeTQ0YnOW+7AHa281TJqlpEJUBgTHbRUYOUxiXphfWwOyTPvgr6vvEmArbSA==} engines: {node: '>=16.6.0'} peerDependencies: eslint: '>=8.40.0' - eslint-plugin-jest: '>=25' - peerDependenciesMeta: - eslint-plugin-jest: - optional: true eslint-plugin-prettier@5.2.1: resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} @@ -3004,10 +3000,6 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@8.0.1: - resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} - engines: {node: '>=16.17'} - execa@9.5.2: resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==} engines: {node: ^18.19.0 || >=20.5.0} @@ -3187,10 +3179,6 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - get-stream@8.0.1: - resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} - engines: {node: '>=16'} - get-stream@9.0.1: resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} engines: {node: '>=18'} @@ -3315,10 +3303,6 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - human-signals@5.0.0: - resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} - engines: {node: '>=16.17.0'} - human-signals@8.0.0: resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==} engines: {node: '>=18.18.0'} @@ -3490,10 +3474,6 @@ packages: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} - is-stream@3.0.0: - resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - is-stream@4.0.1: resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} engines: {node: '>=18'} @@ -3803,10 +3783,6 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - mimic-fn@4.0.0: - resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} - engines: {node: '>=12'} - minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -3946,10 +3922,6 @@ packages: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} - npm-run-path@5.3.0: - resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npm-run-path@6.0.0: resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==} engines: {node: '>=18'} @@ -3983,10 +3955,6 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - onetime@6.0.0: - resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} - engines: {node: '>=12'} - open@10.1.0: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} @@ -4488,10 +4456,6 @@ packages: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} - strip-final-newline@3.0.0: - resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} - engines: {node: '>=12'} - strip-final-newline@4.0.0: resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==} engines: {node: '>=18'} @@ -7207,7 +7171,7 @@ snapshots: eslint: 9.17.0 globals: 13.24.0 - eslint-plugin-playwright@1.8.3(eslint@9.17.0): + eslint-plugin-playwright@2.1.0(eslint@9.17.0): dependencies: eslint: 9.17.0 globals: 13.24.0 @@ -7409,18 +7373,6 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@8.0.1: - dependencies: - cross-spawn: 7.0.6 - get-stream: 8.0.1 - human-signals: 5.0.0 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.3.0 - onetime: 6.0.0 - signal-exit: 4.1.0 - strip-final-newline: 3.0.0 - execa@9.5.2: dependencies: '@sindresorhus/merge-streams': 4.0.0 @@ -7610,8 +7562,6 @@ snapshots: get-stream@6.0.1: {} - get-stream@8.0.1: {} - get-stream@9.0.1: dependencies: '@sec-ant/readable-stream': 0.4.1 @@ -7746,8 +7696,6 @@ snapshots: human-signals@2.1.0: {} - human-signals@5.0.0: {} - human-signals@8.0.0: {} iconv-lite@0.6.3: @@ -7884,8 +7832,6 @@ snapshots: is-stream@2.0.1: {} - is-stream@3.0.0: {} - is-stream@4.0.1: {} is-string@1.0.7: @@ -8206,8 +8152,6 @@ snapshots: mimic-fn@2.1.0: {} - mimic-fn@4.0.0: {} - minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -8387,10 +8331,6 @@ snapshots: dependencies: path-key: 3.1.1 - npm-run-path@5.3.0: - dependencies: - path-key: 4.0.0 - npm-run-path@6.0.0: dependencies: path-key: 4.0.0 @@ -8426,10 +8366,6 @@ snapshots: dependencies: mimic-fn: 2.1.0 - onetime@6.0.0: - dependencies: - mimic-fn: 4.0.0 - open@10.1.0: dependencies: default-browser: 5.2.1 @@ -8992,8 +8928,6 @@ snapshots: strip-final-newline@2.0.0: {} - strip-final-newline@3.0.0: {} - strip-final-newline@4.0.0: {} strip-json-comments@3.1.1: {} From 4703505444d1b63765e92aafaaff93b13772915e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:14:19 +0800 Subject: [PATCH 18/25] chore(deps): update dependency eslint-plugin-cypress to v4 (#118) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- pnpm-lock.yaml | 24 +++++++++++++++--------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index aa30e33..c40b1c9 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", "npm-run-all2": "^7.0.1", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index c20ab79..4da898a 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -26,7 +26,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^13.16.1", "eslint": "^9.17.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc29aa6..83c6f97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ importers: specifier: ^9.17.0 version: 9.17.0 eslint-plugin-cypress: - specifier: ^3.6.0 - version: 3.6.0(eslint@9.17.0) + specifier: ^4.1.0 + version: 4.1.0(eslint@9.17.0) eslint-plugin-vue: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) @@ -242,8 +242,8 @@ importers: specifier: ^9.17.0 version: 9.17.0 eslint-plugin-cypress: - specifier: ^3.6.0 - version: 3.6.0(eslint@9.17.0) + specifier: ^4.1.0 + version: 4.1.0(eslint@9.17.0) eslint-plugin-vue: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) @@ -2878,10 +2878,10 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-cypress@3.6.0: - resolution: {integrity: sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==} + eslint-plugin-cypress@4.1.0: + resolution: {integrity: sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==} peerDependencies: - eslint: '>=7' + eslint: '>=9' eslint-plugin-playwright@2.1.0: resolution: {integrity: sha512-wMbHOehofSB1cBdzz2CLaCYaKNLeTQ0YnOW+7AHa281TJqlpEJUBgTHbRUYOUxiXphfWwOyTPvgr6vvEmArbSA==} @@ -3233,6 +3233,10 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} + globals@15.13.0: + resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==} + engines: {node: '>=18'} + gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -7166,10 +7170,10 @@ snapshots: dependencies: eslint: 9.17.0 - eslint-plugin-cypress@3.6.0(eslint@9.17.0): + eslint-plugin-cypress@4.1.0(eslint@9.17.0): dependencies: eslint: 9.17.0 - globals: 13.24.0 + globals: 15.13.0 eslint-plugin-playwright@2.1.0(eslint@9.17.0): dependencies: @@ -7634,6 +7638,8 @@ snapshots: globals@14.0.0: {} + globals@15.13.0: {} + gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 From 41019e7c6e7f4ccd874928f7328fdc9c23bb2fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:09:49 +0800 Subject: [PATCH 19/25] chore(deps): update dependency vite to v6 (#120) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 466 +++++++++++++++--- test/fixtures/file-based-routing/package.json | 2 +- 14 files changed, 401 insertions(+), 91 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index ddee7f1..826db7d 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 34eca9a..4e45213 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index c40b1c9..ebe6681 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -40,7 +40,7 @@ "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vite-plugin-vue-devtools": "^7.6.8", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 4da898a..db3fce2 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -31,7 +31,7 @@ "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 17e243b..fd6476e 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index c6e6d34..e0f5f3d 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 7eb8831..26721c7 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -32,7 +32,7 @@ "npm-run-all2": "^7.0.1", "ts-node": "^10.9.2", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vite-plugin-nightwatch": "^0.4.6", "vue-tsc": "^2.1.10" } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index d99f9f6..9ebb729 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 2bbc638..cc16e27 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -27,7 +27,7 @@ "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index e9f0b60..b346695 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 1bd5bf0..0d2c97f 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 774278d..f01f89d 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -29,7 +29,7 @@ "jsdom": "^25.0.1", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^5.4.11", + "vite": "^6.0.3", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83c6f97..5c4e688 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -86,8 +86,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -106,7 +106,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -126,8 +126,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -155,10 +155,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: 1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) @@ -202,11 +202,11 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-vue-devtools: specifier: ^7.6.8 - version: 7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) @@ -228,7 +228,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -257,8 +257,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -277,10 +277,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -300,8 +300,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -320,10 +320,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -343,8 +343,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -366,7 +366,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -401,8 +401,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -427,7 +427,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -450,8 +450,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -470,7 +470,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -496,8 +496,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -516,10 +516,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -539,8 +539,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -559,10 +559,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -582,8 +582,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -605,7 +605,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: ^1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) @@ -634,8 +634,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.10) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) @@ -660,7 +660,7 @@ importers: version: 22.10.2 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -683,11 +683,11 @@ importers: specifier: ^0.10.9 version: 0.10.9(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@22.10.2) + specifier: ^6.0.3 + version: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-vue-devtools: specifier: ^7.6.8 - version: 7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + version: 7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -910,6 +910,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.24.0': + resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -928,6 +934,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.24.0': + resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.15.18': resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -958,6 +970,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.24.0': + resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -976,6 +994,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.24.0': + resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -994,6 +1018,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.24.0': + resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1012,6 +1042,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.24.0': + resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1030,6 +1066,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.24.0': + resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1048,6 +1090,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.24.0': + resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1066,6 +1114,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.24.0': + resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1084,6 +1138,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.24.0': + resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -1102,6 +1162,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.24.0': + resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.15.18': resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1126,6 +1192,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.24.0': + resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -1144,6 +1216,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.24.0': + resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.20': resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -1162,6 +1240,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.24.0': + resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.20': resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -1180,6 +1264,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.24.0': + resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.20': resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -1198,6 +1288,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.24.0': + resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.20': resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -1216,6 +1312,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.24.0': + resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-x64@0.18.20': resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -1234,12 +1336,24 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.24.0': + resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.23.1': resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.24.0': + resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.18.20': resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -1258,6 +1372,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.24.0': + resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.20': resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -1276,6 +1396,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.24.0': + resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.20': resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -1294,6 +1420,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.24.0': + resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.20': resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -1312,6 +1444,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.24.0': + resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.20': resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -1330,6 +1468,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.24.0': + resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.4.1': resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2855,6 +2999,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.24.0: + resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -4800,6 +4949,46 @@ packages: terser: optional: true + vite@6.0.3: + resolution: {integrity: sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vitest@2.1.8: resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -5269,6 +5458,9 @@ snapshots: '@esbuild/aix-ppc64@0.23.1': optional: true + '@esbuild/aix-ppc64@0.24.0': + optional: true + '@esbuild/android-arm64@0.18.20': optional: true @@ -5278,6 +5470,9 @@ snapshots: '@esbuild/android-arm64@0.23.1': optional: true + '@esbuild/android-arm64@0.24.0': + optional: true + '@esbuild/android-arm@0.15.18': optional: true @@ -5293,6 +5488,9 @@ snapshots: '@esbuild/android-arm@0.23.1': optional: true + '@esbuild/android-arm@0.24.0': + optional: true + '@esbuild/android-x64@0.18.20': optional: true @@ -5302,6 +5500,9 @@ snapshots: '@esbuild/android-x64@0.23.1': optional: true + '@esbuild/android-x64@0.24.0': + optional: true + '@esbuild/darwin-arm64@0.18.20': optional: true @@ -5311,6 +5512,9 @@ snapshots: '@esbuild/darwin-arm64@0.23.1': optional: true + '@esbuild/darwin-arm64@0.24.0': + optional: true + '@esbuild/darwin-x64@0.18.20': optional: true @@ -5320,6 +5524,9 @@ snapshots: '@esbuild/darwin-x64@0.23.1': optional: true + '@esbuild/darwin-x64@0.24.0': + optional: true + '@esbuild/freebsd-arm64@0.18.20': optional: true @@ -5329,6 +5536,9 @@ snapshots: '@esbuild/freebsd-arm64@0.23.1': optional: true + '@esbuild/freebsd-arm64@0.24.0': + optional: true + '@esbuild/freebsd-x64@0.18.20': optional: true @@ -5338,6 +5548,9 @@ snapshots: '@esbuild/freebsd-x64@0.23.1': optional: true + '@esbuild/freebsd-x64@0.24.0': + optional: true + '@esbuild/linux-arm64@0.18.20': optional: true @@ -5347,6 +5560,9 @@ snapshots: '@esbuild/linux-arm64@0.23.1': optional: true + '@esbuild/linux-arm64@0.24.0': + optional: true + '@esbuild/linux-arm@0.18.20': optional: true @@ -5356,6 +5572,9 @@ snapshots: '@esbuild/linux-arm@0.23.1': optional: true + '@esbuild/linux-arm@0.24.0': + optional: true + '@esbuild/linux-ia32@0.18.20': optional: true @@ -5365,6 +5584,9 @@ snapshots: '@esbuild/linux-ia32@0.23.1': optional: true + '@esbuild/linux-ia32@0.24.0': + optional: true + '@esbuild/linux-loong64@0.15.18': optional: true @@ -5377,6 +5599,9 @@ snapshots: '@esbuild/linux-loong64@0.23.1': optional: true + '@esbuild/linux-loong64@0.24.0': + optional: true + '@esbuild/linux-mips64el@0.18.20': optional: true @@ -5386,6 +5611,9 @@ snapshots: '@esbuild/linux-mips64el@0.23.1': optional: true + '@esbuild/linux-mips64el@0.24.0': + optional: true + '@esbuild/linux-ppc64@0.18.20': optional: true @@ -5395,6 +5623,9 @@ snapshots: '@esbuild/linux-ppc64@0.23.1': optional: true + '@esbuild/linux-ppc64@0.24.0': + optional: true + '@esbuild/linux-riscv64@0.18.20': optional: true @@ -5404,6 +5635,9 @@ snapshots: '@esbuild/linux-riscv64@0.23.1': optional: true + '@esbuild/linux-riscv64@0.24.0': + optional: true + '@esbuild/linux-s390x@0.18.20': optional: true @@ -5413,6 +5647,9 @@ snapshots: '@esbuild/linux-s390x@0.23.1': optional: true + '@esbuild/linux-s390x@0.24.0': + optional: true + '@esbuild/linux-x64@0.18.20': optional: true @@ -5422,6 +5659,9 @@ snapshots: '@esbuild/linux-x64@0.23.1': optional: true + '@esbuild/linux-x64@0.24.0': + optional: true + '@esbuild/netbsd-x64@0.18.20': optional: true @@ -5431,9 +5671,15 @@ snapshots: '@esbuild/netbsd-x64@0.23.1': optional: true + '@esbuild/netbsd-x64@0.24.0': + optional: true + '@esbuild/openbsd-arm64@0.23.1': optional: true + '@esbuild/openbsd-arm64@0.24.0': + optional: true + '@esbuild/openbsd-x64@0.18.20': optional: true @@ -5443,6 +5689,9 @@ snapshots: '@esbuild/openbsd-x64@0.23.1': optional: true + '@esbuild/openbsd-x64@0.24.0': + optional: true + '@esbuild/sunos-x64@0.18.20': optional: true @@ -5452,6 +5701,9 @@ snapshots: '@esbuild/sunos-x64@0.23.1': optional: true + '@esbuild/sunos-x64@0.24.0': + optional: true + '@esbuild/win32-arm64@0.18.20': optional: true @@ -5461,6 +5713,9 @@ snapshots: '@esbuild/win32-arm64@0.23.1': optional: true + '@esbuild/win32-arm64@0.24.0': + optional: true + '@esbuild/win32-ia32@0.18.20': optional: true @@ -5470,6 +5725,9 @@ snapshots: '@esbuild/win32-ia32@0.23.1': optional: true + '@esbuild/win32-ia32@0.24.0': + optional: true + '@esbuild/win32-x64@0.18.20': optional: true @@ -5479,6 +5737,9 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true + '@esbuild/win32-x64@0.24.0': + optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.15.0)': dependencies: eslint: 9.15.0 @@ -6002,12 +6263,12 @@ snapshots: '@typescript-eslint/types': 8.18.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 5.4.11(@types/node@20.17.10) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - supports-color @@ -6022,14 +6283,14 @@ snapshots: vite: 5.4.11(@types/node@20.17.7) vue: 3.5.13(typescript@5.5.4) - '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 5.4.11(@types/node@20.17.10) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 5.4.11(@types/node@22.10.2) + vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': @@ -6180,26 +6441,26 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.8(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@5.4.11(@types/node@20.17.10)) + vite-hot-client: 0.2.4(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite - '@vue/devtools-core@7.6.8(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@5.4.11(@types/node@22.10.2)) + vite-hot-client: 0.2.4(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite @@ -7152,6 +7413,33 @@ snapshots: '@esbuild/win32-ia32': 0.23.1 '@esbuild/win32-x64': 0.23.1 + esbuild@0.24.0: + optionalDependencies: + '@esbuild/aix-ppc64': 0.24.0 + '@esbuild/android-arm': 0.24.0 + '@esbuild/android-arm64': 0.24.0 + '@esbuild/android-x64': 0.24.0 + '@esbuild/darwin-arm64': 0.24.0 + '@esbuild/darwin-x64': 0.24.0 + '@esbuild/freebsd-arm64': 0.24.0 + '@esbuild/freebsd-x64': 0.24.0 + '@esbuild/linux-arm': 0.24.0 + '@esbuild/linux-arm64': 0.24.0 + '@esbuild/linux-ia32': 0.24.0 + '@esbuild/linux-loong64': 0.24.0 + '@esbuild/linux-mips64el': 0.24.0 + '@esbuild/linux-ppc64': 0.24.0 + '@esbuild/linux-riscv64': 0.24.0 + '@esbuild/linux-s390x': 0.24.0 + '@esbuild/linux-x64': 0.24.0 + '@esbuild/netbsd-x64': 0.24.0 + '@esbuild/openbsd-arm64': 0.24.0 + '@esbuild/openbsd-x64': 0.24.0 + '@esbuild/sunos-x64': 0.24.0 + '@esbuild/win32-arm64': 0.24.0 + '@esbuild/win32-ia32': 0.24.0 + '@esbuild/win32-x64': 0.24.0 + escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -9170,13 +9458,13 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@5.4.11(@types/node@20.17.10)): + vite-hot-client@0.2.4(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: - vite: 5.4.11(@types/node@20.17.10) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) - vite-hot-client@0.2.4(vite@5.4.11(@types/node@22.10.2)): + vite-hot-client@0.2.4(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: - vite: 5.4.11(@types/node@22.10.2) + vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vite-node@2.1.8(@types/node@20.17.10): dependencies: @@ -9214,7 +9502,7 @@ snapshots: - supports-color - terser - vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9225,12 +9513,12 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@20.17.10) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - rollup - supports-color - vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9241,7 +9529,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@22.10.2) + vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - rollup - supports-color @@ -9260,39 +9548,39 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.8(vite@5.4.11(@types/node@20.17.10))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-core': 7.6.8(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 execa: 9.5.2 sirv: 3.0.0 - vite: 5.4.11(@types/node@20.17.10) - vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@20.17.10)) - vite-plugin-vue-inspector: 5.3.1(vite@5.4.11(@types/node@20.17.10)) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.8(vite@5.4.11(@types/node@22.10.2))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-core': 7.6.8(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 execa: 9.5.2 sirv: 3.0.0 - vite: 5.4.11(@types/node@22.10.2) - vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@5.4.11(@types/node@22.10.2)) - vite-plugin-vue-inspector: 5.3.1(vite@5.4.11(@types/node@22.10.2)) + vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@5.4.11(@types/node@20.17.10)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9303,11 +9591,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 5.4.11(@types/node@20.17.10) + vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - supports-color - vite-plugin-vue-inspector@5.3.1(vite@5.4.11(@types/node@22.10.2)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9318,7 +9606,7 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 5.4.11(@types/node@22.10.2) + vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - supports-color @@ -9358,6 +9646,28 @@ snapshots: '@types/node': 22.10.2 fsevents: 2.3.3 + vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1): + dependencies: + esbuild: 0.24.0 + postcss: 8.4.49 + rollup: 4.27.4 + optionalDependencies: + '@types/node': 20.17.10 + fsevents: 2.3.3 + tsx: 4.19.2 + yaml: 2.6.1 + + vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1): + dependencies: + esbuild: 0.24.0 + postcss: 8.4.49 + rollup: 4.27.4 + optionalDependencies: + '@types/node': 22.10.2 + fsevents: 2.3.3 + tsx: 4.19.2 + yaml: 2.6.1 + vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1): dependencies: '@vitest/expect': 2.1.8 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index adbb7be..75f6adc 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -26,7 +26,7 @@ "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.9", - "vite": "^5.4.11", + "vite": "^6.0.3", "vite-plugin-vue-devtools": "^7.6.8", "vue-tsc": "^2.1.10" } From 42fe9d92978571d6b2beeb283400280aeacd7ced Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 17 Dec 2024 00:06:19 +0800 Subject: [PATCH 20/25] chore: auto-update every dep except the old espree fixture --- pnpm-lock.yaml | 252 +++---------------- renovate.json | 6 +- test/fixtures/with-older-espree/package.json | 14 +- 3 files changed, 40 insertions(+), 232 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c4e688..55421a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -696,7 +696,7 @@ importers: dependencies: vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.5.4) + version: 3.5.13(typescript@5.6.3) devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -705,35 +705,35 @@ importers: specifier: ^20.17.7 version: 20.17.7 '@vitejs/plugin-vue': - specifier: ^5.2.0 - version: 5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4)) + specifier: ^5.2.1 + version: 5.2.1(vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. '@vue/tsconfig': - specifier: ^0.5.1 - version: 0.5.1 + specifier: ^0.7.0 + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) eslint: - specifier: ^9.15.0 - version: 9.15.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-vue: - specifier: ^9.31.0 - version: 9.31.0(eslint@9.15.0) + specifier: ^9.32.0 + version: 9.32.0(eslint@9.17.0) espree: specifier: ^9.6.1 version: 9.6.1 npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: - specifier: ~5.5.4 - version: 5.5.4 + specifier: ~5.6.3 + version: 5.6.3 vite: - specifier: ^5.4.11 - version: 5.4.11(@types/node@20.17.7) + specifier: ^6.0.3 + version: 6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 - version: 2.1.10(typescript@5.5.4) + version: 2.1.10(typescript@5.6.3) packages: @@ -1496,10 +1496,6 @@ packages: resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.15.0': - resolution: {integrity: sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.17.0': resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2027,13 +2023,6 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 - '@vitejs/plugin-vue@5.2.0': - resolution: {integrity: sha512-7n7KdUEtx/7Yl7I/WVAMZ1bEb0eVvXF3ummWTeLcs/9gvo9pJhuLdouSXGjdZ/MKD1acf1I272+X0RMua4/R3g==} - engines: {node: ^18.0.0 || >=20.0.0} - peerDependencies: - vite: ^5.0.0 - vue: ^3.2.25 - '@vitejs/plugin-vue@5.2.1': resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -2180,9 +2169,6 @@ packages: '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} - '@vue/tsconfig@0.5.1': - resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==} - '@vue/tsconfig@0.7.0': resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==} peerDependencies: @@ -3052,12 +3038,6 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-vue@9.31.0: - resolution: {integrity: sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-vue@9.32.0: resolution: {integrity: sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==} engines: {node: ^14.17.0 || >=16.0.0} @@ -3080,16 +3060,6 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.15.0: - resolution: {integrity: sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - hasBin: true - peerDependencies: - jiti: '*' - peerDependenciesMeta: - jiti: - optional: true - eslint@9.17.0: resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3752,10 +3722,6 @@ packages: json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - json-parse-even-better-errors@3.0.2: - resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - json-parse-even-better-errors@4.0.0: resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -4053,19 +4019,10 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - npm-normalize-package-bin@3.0.1: - resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-normalize-package-bin@4.0.0: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 || >=20.5.0} - npm-run-all2@6.2.6: - resolution: {integrity: sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==} - engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} - hasBin: true - npm-run-all2@7.0.1: resolution: {integrity: sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==} engines: {node: ^18.17.0 || >=20.5.0, npm: '>= 9'} @@ -4354,10 +4311,6 @@ packages: randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - read-package-json-fast@4.0.0: resolution: {integrity: sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==} engines: {node: ^18.17.0 || >=20.5.0} @@ -4783,11 +4736,6 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.6.3: resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} @@ -5107,11 +5055,6 @@ packages: engines: {node: '>= 8'} hasBin: true - which@3.0.1: - resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - hasBin: true - which@5.0.0: resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} engines: {node: ^18.17.0 || >=20.5.0} @@ -5740,11 +5683,6 @@ snapshots: '@esbuild/win32-x64@0.24.0': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.15.0)': - dependencies: - eslint: 9.15.0 - eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0)': dependencies: eslint: 9.17.0 @@ -5776,8 +5714,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.15.0': {} - '@eslint/js@9.17.0': {} '@eslint/object-schema@2.1.4': {} @@ -6278,16 +6214,16 @@ snapshots: vite: 4.5.5(@types/node@20.17.10) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@20.17.7))(vue@3.5.13(typescript@5.5.4))': - dependencies: - vite: 5.4.11(@types/node@20.17.7) - vue: 3.5.13(typescript@5.5.4) - '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) + '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + dependencies: + vite: 6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) + vue: 3.5.13(typescript@5.6.3) + '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) @@ -6488,19 +6424,6 @@ snapshots: transitivePeerDependencies: - '@types/eslint' - '@vue/language-core@2.1.10(typescript@5.5.4)': - dependencies: - '@volar/language-core': 2.4.10 - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.13 - alien-signals: 0.2.2 - minimatch: 9.0.5 - muggle-string: 0.4.1 - path-browserify: 1.0.1 - optionalDependencies: - typescript: 5.5.4 - '@vue/language-core@2.1.10(typescript@5.6.3)': dependencies: '@volar/language-core': 2.4.10 @@ -6530,12 +6453,6 @@ snapshots: '@vue/shared': 3.5.13 csstype: 3.1.3 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.5.4))': - dependencies: - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.5.4) - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/compiler-ssr': 3.5.13 @@ -6549,8 +6466,6 @@ snapshots: js-beautify: 1.15.1 vue-component-type-helpers: 2.1.10 - '@vue/tsconfig@0.5.1': {} - '@vue/tsconfig@0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))': optionalDependencies: typescript: 5.6.3 @@ -7477,20 +7392,6 @@ snapshots: optionalDependencies: eslint-config-prettier: 9.1.0(eslint@9.17.0) - eslint-plugin-vue@9.31.0(eslint@9.15.0): - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0) - eslint: 9.15.0 - globals: 13.24.0 - natural-compare: 1.4.0 - nth-check: 2.1.1 - postcss-selector-parser: 6.1.2 - semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.15.0) - xml-name-validator: 4.0.0 - transitivePeerDependencies: - - supports-color - eslint-plugin-vue@9.32.0(eslint@9.17.0): dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) @@ -7519,45 +7420,6 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.15.0: - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0) - '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.19.0 - '@eslint/core': 0.9.0 - '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.15.0 - '@eslint/plugin-kit': 0.2.3 - '@humanfs/node': 0.16.6 - '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.1 - '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@8.1.1) - escape-string-regexp: 4.0.0 - eslint-scope: 8.2.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 - esquery: 1.6.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 8.0.0 - find-up: 5.0.0 - glob-parent: 6.0.2 - ignore: 5.3.2 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - json-stable-stringify-without-jsonify: 1.0.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.4 - transitivePeerDependencies: - - supports-color - eslint@9.17.0: dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) @@ -8278,8 +8140,6 @@ snapshots: json-buffer@3.0.1: {} - json-parse-even-better-errors@3.0.2: {} - json-parse-even-better-errors@4.0.0: {} json-schema-traverse@0.4.1: {} @@ -8595,21 +8455,8 @@ snapshots: normalize-path@3.0.0: {} - npm-normalize-package-bin@3.0.1: {} - npm-normalize-package-bin@4.0.0: {} - npm-run-all2@6.2.6: - dependencies: - ansi-styles: 6.2.1 - cross-spawn: 7.0.6 - memorystream: 0.3.1 - minimatch: 9.0.5 - pidtree: 0.6.0 - read-package-json-fast: 3.0.2 - shell-quote: 1.8.1 - which: 3.0.1 - npm-run-all2@7.0.1: dependencies: ansi-styles: 6.2.1 @@ -8907,11 +8754,6 @@ snapshots: dependencies: safe-buffer: 5.2.1 - read-package-json-fast@3.0.2: - dependencies: - json-parse-even-better-errors: 3.0.2 - npm-normalize-package-bin: 3.0.1 - read-package-json-fast@4.0.0: dependencies: json-parse-even-better-errors: 4.0.0 @@ -9386,8 +9228,6 @@ snapshots: transitivePeerDependencies: - supports-color - typescript@5.5.4: {} - typescript@5.6.3: {} ufo@1.5.4: {} @@ -9628,31 +9468,33 @@ snapshots: '@types/node': 20.17.10 fsevents: 2.3.3 - vite@5.4.11(@types/node@20.17.7): + vite@5.4.11(@types/node@22.10.2): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 20.17.7 + '@types/node': 22.10.2 fsevents: 2.3.3 - vite@5.4.11(@types/node@22.10.2): + vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1): dependencies: - esbuild: 0.21.5 + esbuild: 0.24.0 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 22.10.2 + '@types/node': 20.17.10 fsevents: 2.3.3 + tsx: 4.19.2 + yaml: 2.6.1 - vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1): + vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 20.17.10 + '@types/node': 20.17.7 fsevents: 2.3.3 tsx: 4.19.2 yaml: 2.6.1 @@ -9748,19 +9590,6 @@ snapshots: dependencies: vue: 3.5.13(typescript@5.6.3) - vue-eslint-parser@9.4.3(eslint@9.15.0): - dependencies: - debug: 4.3.7(supports-color@8.1.1) - eslint: 9.15.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - esquery: 1.6.0 - lodash: 4.17.21 - semver: 7.6.3 - transitivePeerDependencies: - - supports-color - vue-eslint-parser@9.4.3(eslint@9.17.0): dependencies: debug: 4.3.7(supports-color@8.1.1) @@ -9779,13 +9608,6 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.6.3) - vue-tsc@2.1.10(typescript@5.5.4): - dependencies: - '@volar/typescript': 2.4.10 - '@vue/language-core': 2.1.10(typescript@5.5.4) - semver: 7.6.3 - typescript: 5.5.4 - vue-tsc@2.1.10(typescript@5.6.3): dependencies: '@volar/typescript': 2.4.10 @@ -9793,16 +9615,6 @@ snapshots: semver: 7.6.3 typescript: 5.6.3 - vue@3.5.13(typescript@5.5.4): - dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-sfc': 3.5.13 - '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.5.4)) - '@vue/shared': 3.5.13 - optionalDependencies: - typescript: 5.5.4 - vue@3.5.13(typescript@5.6.3): dependencies: '@vue/compiler-dom': 3.5.13 @@ -9875,10 +9687,6 @@ snapshots: dependencies: isexe: 2.0.0 - which@3.0.1: - dependencies: - isexe: 2.0.0 - which@5.0.0: dependencies: isexe: 3.1.1 diff --git a/renovate.json b/renovate.json index 43b78fe..1e6d914 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "github>haoqunjiang/renovate-presets:npm.json5" ], "ignorePaths": [ - "**/node_modules/**", - "**/test/fixtures/with-older-espree/**" - ] + "**/node_modules/**" + ], + "ignoreDeps": ["espree"] } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 4a44558..463cf88 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -17,15 +17,15 @@ "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/node": "^20.17.7", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", - "@vue/tsconfig": "^0.5.1", - "eslint": "^9.15.0", - "eslint-plugin-vue": "^9.31.0", + "@vue/tsconfig": "^0.7.0", + "eslint": "^9.17.0", + "eslint-plugin-vue": "^9.32.0", "espree": "^9.6.1", - "npm-run-all2": "^6.2.6", - "typescript": "~5.5.4", - "vite": "^5.4.11", + "npm-run-all2": "^7.0.1", + "typescript": "~5.6.3", + "vite": "^6.0.3", "vue-tsc": "^2.1.10" } } From d6876f2de763ab3a2686a7dd09ec9b539955995e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:05:01 +0800 Subject: [PATCH 21/25] chore(deps): update dependency vite to ^6.0.5 (#122) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 176 +++++++++--------- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 2 +- 15 files changed, 102 insertions(+), 102 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 826db7d..4cc987c 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4e45213..4e67c89 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index ebe6681..d9c4790 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -40,7 +40,7 @@ "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vite-plugin-vue-devtools": "^7.6.8", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index db3fce2..65a6c5c 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -31,7 +31,7 @@ "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index fd6476e..066b338 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index e0f5f3d..729d97e 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 26721c7..ec983ee 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -32,7 +32,7 @@ "npm-run-all2": "^7.0.1", "ts-node": "^10.9.2", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vite-plugin-nightwatch": "^0.4.6", "vue-tsc": "^2.1.10" } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 9ebb729..67b3b73 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index cc16e27..c465c0d 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -27,7 +27,7 @@ "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index b346695..ec23c87 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 0d2c97f..c472be8 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "^9.32.0", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index f01f89d..5f9a4aa 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -29,7 +29,7 @@ "jsdom": "^25.0.1", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vitest": "^2.1.8", "vue-tsc": "^2.1.10" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55421a7..c0c9e01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -86,8 +86,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -106,7 +106,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -126,8 +126,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -155,10 +155,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: 1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) @@ -202,11 +202,11 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-vue-devtools: specifier: ^7.6.8 - version: 7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 7.6.8(rollup@4.27.4)(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) @@ -228,7 +228,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -257,8 +257,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -277,10 +277,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -300,8 +300,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -320,10 +320,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -343,8 +343,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -366,7 +366,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -401,8 +401,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -427,7 +427,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -450,8 +450,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -470,7 +470,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -496,8 +496,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -516,10 +516,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -539,8 +539,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -559,10 +559,10 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -582,8 +582,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -605,7 +605,7 @@ importers: version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': specifier: ^1.1.16 version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) @@ -634,8 +634,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vitest: specifier: ^2.1.8 version: 2.1.8(@types/node@20.17.10)(jsdom@25.0.1) @@ -660,7 +660,7 @@ importers: version: 22.10.2 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -683,11 +683,11 @@ importers: specifier: ^0.10.9 version: 0.10.9(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vite-plugin-vue-devtools: specifier: ^7.6.8 - version: 7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 7.6.8(rollup@4.27.4)(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -706,7 +706,7 @@ importers: version: 20.17.7 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -729,8 +729,8 @@ importers: specifier: ~5.6.3 version: 5.6.3 vite: - specifier: ^6.0.3 - version: 6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -4897,8 +4897,8 @@ packages: terser: optional: true - vite@6.0.3: - resolution: {integrity: sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==} + vite@6.0.5: + resolution: {integrity: sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -6199,12 +6199,12 @@ snapshots: '@typescript-eslint/types': 8.18.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - supports-color @@ -6214,19 +6214,19 @@ snapshots: vite: 4.5.5(@types/node@20.17.10) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': @@ -6377,26 +6377,26 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.8(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) + vite-hot-client: 0.2.4(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite - '@vue/devtools-core@7.6.8(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': + '@vue/devtools-core@7.6.8(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) + vite-hot-client: 0.2.4(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - vite @@ -9298,13 +9298,13 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): + vite-hot-client@0.2.4(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) - vite-hot-client@0.2.4(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): + vite-hot-client@0.2.4(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: - vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vite-node@2.1.8(@types/node@20.17.10): dependencies: @@ -9342,7 +9342,7 @@ snapshots: - supports-color - terser - vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9353,12 +9353,12 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - rollup - supports-color - vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): + vite-plugin-inspect@0.8.9(rollup@4.27.4)(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -9369,7 +9369,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - rollup - supports-color @@ -9388,39 +9388,39 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.8(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-core': 7.6.8(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 execa: 9.5.2 sirv: 3.0.0 - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) - vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) - vite-plugin-vue-inspector: 5.3.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.8(rollup@4.27.4)(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)): dependencies: - '@vue/devtools-core': 7.6.8(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + '@vue/devtools-core': 7.6.8(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-kit': 7.6.8 '@vue/devtools-shared': 7.6.8 execa: 9.5.2 sirv: 3.0.0 - vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) - vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) - vite-plugin-vue-inspector: 5.3.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) + vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite-plugin-inspect: 0.8.9(rollup@4.27.4)(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9431,11 +9431,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - supports-color - vite-plugin-vue-inspector@5.3.1(vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9446,7 +9446,7 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.13 - vite: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) + vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) transitivePeerDependencies: - supports-color @@ -9477,7 +9477,7 @@ snapshots: '@types/node': 22.10.2 fsevents: 2.3.3 - vite@6.0.3(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1): + vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 @@ -9488,7 +9488,7 @@ snapshots: tsx: 4.19.2 yaml: 2.6.1 - vite@6.0.3(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1): + vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 @@ -9499,7 +9499,7 @@ snapshots: tsx: 4.19.2 yaml: 2.6.1 - vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1): + vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 75f6adc..837e2f5 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -26,7 +26,7 @@ "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.9", - "vite": "^6.0.3", + "vite": "^6.0.5", "vite-plugin-vue-devtools": "^7.6.8", "vue-tsc": "^2.1.10" } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 463cf88..1cd68fe 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -25,7 +25,7 @@ "espree": "^9.6.1", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", - "vite": "^6.0.3", + "vite": "^6.0.5", "vue-tsc": "^2.1.10" } } From ffbd03bc49206e8ea39876236afeb41b84e66b60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:15:53 +0800 Subject: [PATCH 22/25] chore(deps): update all non-major dependencies (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 6 +- examples/with-cypress/package.json | 4 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 4 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 4 +- package.json | 2 +- pnpm-lock.yaml | 309 ++++++++---------- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 4 +- 16 files changed, 164 insertions(+), 187 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 4cc987c..a69713c 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4e67c89..a2e3a52 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index d9c4790..8d33760 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -26,17 +26,17 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vitest/eslint-plugin": "1.1.16", + "@vitest/eslint-plugin": "^1.1.20", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 65a6c5c..b2c5d5e 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -24,11 +24,11 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 066b338..49353a0 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 729d97e..7bef62b 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index ec983ee..17dce4b 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -24,12 +24,12 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "chromedriver": "^131.0.3", + "chromedriver": "^131.0.4", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "ts-node": "^10.9.2", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 67b3b73..51a5eb0 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "eslint": "^9.17.0", "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index c465c0d..3017a9c 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index ec23c87..ba193c7 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index c472be8..015a1ce 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 5f9a4aa..4380128 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -20,14 +20,14 @@ "@types/jsdom": "^21.1.7", "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", - "@vitest/eslint-plugin": "^1.1.16", + "@vitest/eslint-plugin": "^1.1.20", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vitest": "^2.1.8", diff --git a/package.json b/package.json index cc34d55..a1133bf 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "dependencies": { "fast-glob": "^3.3.2", - "typescript-eslint": "^8.18.0", + "typescript-eslint": "^8.18.1", "vue-eslint-parser": "^9.4.3" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0c9e01..b3887c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^3.3.2 version: 3.3.2 typescript-eslint: - specifier: ^8.18.0 - version: 8.18.0(eslint@9.17.0)(typescript@5.6.3) + specifier: ^8.18.1 + version: 8.18.1(eslint@9.17.0)(typescript@5.6.3) vue-eslint-parser: specifier: ^9.4.3 version: 9.4.3(eslint@9.17.0) @@ -80,8 +80,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -120,8 +120,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -160,8 +160,8 @@ importers: specifier: ^4.1.1 version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': - specifier: 1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) + specifier: ^1.1.20 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -175,8 +175,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: - specifier: ^13.16.1 - version: 13.16.1 + specifier: ^13.17.0 + version: 13.17.0 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -190,8 +190,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -236,8 +236,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: - specifier: ^13.16.1 - version: 13.16.1 + specifier: ^13.17.0 + version: 13.17.0 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -248,8 +248,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 start-server-and-test: specifier: ^2.0.9 version: 2.0.9 @@ -294,8 +294,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -337,8 +337,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -377,8 +377,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) chromedriver: - specifier: ^131.0.3 - version: 131.0.3 + specifier: ^131.0.4 + version: 131.0.4 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -390,10 +390,10 @@ importers: version: 5.0.0 nightwatch: specifier: ^3.9.0 - version: 3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0) + version: 3.9.0(chromedriver@131.0.4)(geckodriver@5.0.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.17.10)(typescript@5.6.3) @@ -444,8 +444,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -487,8 +487,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -533,8 +533,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -576,8 +576,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -607,8 +607,8 @@ importers: specifier: ^5.2.1 version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': - specifier: ^1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) + specifier: ^1.1.20 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -628,8 +628,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -674,8 +674,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -702,11 +702,11 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -723,14 +723,14 @@ importers: specifier: ^9.6.1 version: 9.6.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 vite: specifier: ^6.0.5 - version: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -1935,9 +1935,6 @@ packages: '@types/node@20.17.10': resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==} - '@types/node@20.17.7': - resolution: {integrity: sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==} - '@types/node@22.10.2': resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} @@ -1962,51 +1959,51 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.18.0': - resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==} + '@typescript-eslint/eslint-plugin@8.18.1': + resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.18.0': - resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==} + '@typescript-eslint/parser@8.18.1': + resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.18.0': - resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==} + '@typescript-eslint/scope-manager@8.18.1': + resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.18.0': - resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==} + '@typescript-eslint/type-utils@8.18.1': + resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.18.0': - resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==} + '@typescript-eslint/types@8.18.1': + resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.18.0': - resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==} + '@typescript-eslint/typescript-estree@8.18.1': + resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.18.0': - resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==} + '@typescript-eslint/utils@8.18.1': + resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.18.0': - resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==} + '@typescript-eslint/visitor-keys@8.18.1': + resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.1.1': @@ -2030,8 +2027,8 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.1.16': - resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==} + '@vitest/eslint-plugin@1.1.20': + resolution: {integrity: sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -2491,8 +2488,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chromedriver@131.0.3: - resolution: {integrity: sha512-DKHFt0ilcA/RJzY1ApBiJAil6fh08f9mXM8XbdDE1u+S1V5YVUNTUi4bOtJFZoAwS9nlV0H5W6InWrpXqSs2xg==} + chromedriver@131.0.4: + resolution: {integrity: sha512-JgIkept8YrnqT05ldLaOzxxEJDUV1t3PFIIMO/gQz9AbnpZx7Pl1zq6tQTTz2HoY5T2JKZ5kyiEWwc48g4fJ5w==} engines: {node: '>=18'} hasBin: true @@ -2620,8 +2617,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@13.16.1: - resolution: {integrity: sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==} + cypress@13.17.0: + resolution: {integrity: sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -4023,8 +4020,8 @@ packages: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 || >=20.5.0} - npm-run-all2@7.0.1: - resolution: {integrity: sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==} + npm-run-all2@7.0.2: + resolution: {integrity: sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==} engines: {node: ^18.17.0 || >=20.5.0, npm: '>= 9'} hasBin: true @@ -4729,8 +4726,8 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.18.0: - resolution: {integrity: sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==} + typescript-eslint@8.18.1: + resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5190,7 +5187,7 @@ snapshots: '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -5348,7 +5345,7 @@ snapshots: '@babel/parser': 7.26.2 '@babel/template': 7.25.9 '@babel/types': 7.26.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -5693,7 +5690,7 @@ snapshots: '@eslint/config-array@0.19.0': dependencies: '@eslint/object-schema': 2.1.4 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -5703,7 +5700,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -6084,7 +6081,7 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/selenium-webdriver': 4.1.27 devtools-protocol: 0.0.1025565 @@ -6092,10 +6089,6 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/node@20.17.7': - dependencies: - undici-types: 6.19.8 - '@types/node@22.10.2': dependencies: undici-types: 6.20.0 @@ -6104,7 +6097,7 @@ snapshots: '@types/selenium-webdriver@4.1.27': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -6115,21 +6108,21 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 optional: true - '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/type-utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.18.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.1 eslint: 9.17.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -6139,41 +6132,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.1 + debug: 4.4.0(supports-color@8.1.1) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.18.0': + '@typescript-eslint/scope-manager@8.18.1': dependencies: - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/visitor-keys': 8.18.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - debug: 4.4.0 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + debug: 4.4.0(supports-color@8.1.1) eslint: 9.17.0 ts-api-utils: 1.4.1(typescript@5.6.3) typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.18.0': {} + '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 + debug: 4.4.0(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -6183,20 +6176,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.18.0': + '@typescript-eslint/visitor-keys@8.18.1': dependencies: - '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/types': 8.18.1 eslint-visitor-keys: 4.2.0 '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': @@ -6219,19 +6212,14 @@ snapshots: vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': - dependencies: - vite: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) - vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 optionalDependencies: typescript: 5.6.3 @@ -6494,7 +6482,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -6810,7 +6798,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chromedriver@131.0.3: + chromedriver@131.0.4: dependencies: '@testim/chrome-version': 1.1.4 axios: 1.7.7(debug@4.4.0) @@ -6927,7 +6915,7 @@ snapshots: csstype@3.1.3: {} - cypress@13.16.1: + cypress@13.17.0: dependencies: '@cypress/request': 3.0.6 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -6946,7 +6934,7 @@ snapshots: commander: 6.2.1 common-tags: 1.8.2 dayjs: 1.11.13 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) enquirer: 2.4.1 eventemitter2: 6.4.7 execa: 4.1.0 @@ -7006,15 +6994,15 @@ snapshots: optionalDependencies: supports-color: 8.1.1 - debug@4.3.7(supports-color@8.1.1): + debug@4.3.7: dependencies: ms: 2.1.3 - optionalDependencies: - supports-color: 8.1.1 - debug@4.4.0: + debug@4.4.0(supports-color@8.1.1): dependencies: ms: 2.1.3 + optionalDependencies: + supports-color: 8.1.1 decamelize@4.0.0: {} @@ -7437,7 +7425,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -7552,7 +7540,7 @@ snapshots: extract-zip@2.0.1(supports-color@8.1.1): dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -7629,7 +7617,7 @@ snapshots: follow-redirects@1.15.9(debug@4.4.0): optionalDependencies: - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) for-each@0.3.3: dependencies: @@ -7729,7 +7717,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -7831,7 +7819,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -7844,7 +7832,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -8386,7 +8374,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0): + nightwatch@3.9.0(chromedriver@131.0.4)(geckodriver@5.0.0): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -8423,7 +8411,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 131.0.3 + chromedriver: 131.0.4 geckodriver: 5.0.0 transitivePeerDependencies: - bufferutil @@ -8457,7 +8445,7 @@ snapshots: npm-normalize-package-bin@4.0.0: {} - npm-run-all2@7.0.1: + npm-run-all2@7.0.2: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.6 @@ -8559,7 +8547,7 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 @@ -8711,7 +8699,7 @@ snapshots: proxy-agent@6.4.0: dependencies: agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 lru-cache: 7.18.3 @@ -8962,7 +8950,7 @@ snapshots: socks-proxy-agent@8.0.4: dependencies: agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -9008,7 +8996,7 @@ snapshots: arg: 5.0.2 bluebird: 3.7.2 check-more-types: 2.24.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 @@ -9218,11 +9206,11 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.18.0(eslint@9.17.0)(typescript@5.6.3): + typescript-eslint@8.18.1(eslint@9.17.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: @@ -9309,7 +9297,7 @@ snapshots: vite-node@2.1.8(@types/node@20.17.10): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@20.17.10) @@ -9327,7 +9315,7 @@ snapshots: vite-node@2.1.8(@types/node@22.10.2): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@22.10.2) @@ -9346,7 +9334,7 @@ snapshots: dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9362,7 +9350,7 @@ snapshots: dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9488,17 +9476,6 @@ snapshots: tsx: 4.19.2 yaml: 2.6.1 - vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1): - dependencies: - esbuild: 0.24.0 - postcss: 8.4.49 - rollup: 4.27.4 - optionalDependencies: - '@types/node': 20.17.7 - fsevents: 2.3.3 - tsx: 4.19.2 - yaml: 2.6.1 - vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 @@ -9520,7 +9497,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9556,7 +9533,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9592,7 +9569,7 @@ snapshots: vue-eslint-parser@9.4.3(eslint@9.17.0): dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 eslint: 9.17.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 837e2f5..0125e2a 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.9", "vite": "^6.0.5", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 1cd68fe..ce683fd 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -16,14 +16,14 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "espree": "^9.6.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" From 0d2e74a5baf100f070d72e88cbe845e09e9c01c1 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 25 Dec 2024 15:28:11 +0100 Subject: [PATCH 23/25] fix: add absolute path for reading file contents, fix `rootDir` issue (#108) * Add absolute option for finding files * Only use absolutePath to read file contents --------- Co-authored-by: Marco Havermans --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ba515e3..e66caef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,6 +6,7 @@ import vueParser from 'vue-eslint-parser' import pluginVue from 'eslint-plugin-vue' import fg from 'fast-glob' +import path from 'node:path' type ExtendableConfigName = keyof typeof tseslint.configs type ScriptLang = 'ts' | 'tsx' | 'js' | 'jsx' @@ -33,7 +34,8 @@ export default function createConfig({ }) .reduce( (acc, file) => { - const contents = fs.readFileSync(file, 'utf8') + const absolutePath = path.resolve(rootDir, file) + const contents = fs.readFileSync(absolutePath, 'utf8') // contents matches the