From 70b718c6ebfd5df670890203c3dc96820c3c115e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 7 Mar 2025 03:27:30 +0800 Subject: [PATCH 01/22] chore: use tilde range for eslint-plugin-vue as suggested by new docs --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 2 +- examples/custom-type-checked-rules-on-and-off/package.json | 2 +- examples/disable-ts-in-templates/package.json | 2 +- examples/disable-type-checked-for-yml/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 +- package.json | 2 +- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index a7ead51d..0f21f8f8 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -21,7 +21,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index b3ec1a7a..7e10c6e7 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -34,7 +34,7 @@ "cypress": "^14.1.0", "eslint": "^9.21.0", "eslint-plugin-cypress": "^4.1.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index ca1788c6..c677bda3 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -21,7 +21,7 @@ "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 8e2edf36..bd3d71fb 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -21,7 +21,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 7c33ab4f..0e3b7032 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -34,7 +34,7 @@ "cypress": "^14.1.0", "eslint": "^9.21.0", "eslint-plugin-cypress": "^4.1.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "eslint-plugin-yml": "^1.17.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ef577e7b..4ecea5e1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -21,7 +21,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 3686f549..bfa0809f 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -34,7 +34,7 @@ "cypress": "^14.1.0", "eslint": "^9.21.0", "eslint-plugin-cypress": "^4.1.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 4bd4e914..7cf45e9d 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -27,7 +27,7 @@ "cypress": "^14.1.0", "eslint": "^9.21.0", "eslint-plugin-cypress": "^4.1.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "start-server-and-test": "^2.0.10", "typescript": "~5.8.2", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 1ff8221c..34b90857 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index beb293c0..b89fd744 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index f2caa06b..5dda78f0 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -26,7 +26,7 @@ "@vue/tsconfig": "^0.7.0", "chromedriver": "^133.0.3", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "geckodriver": "^5.0.0", "nightwatch": "^3.11.1", "npm-run-all2": "^7.0.2", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 44f54626..9bd001af 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", "eslint-plugin-playwright": "^2.2.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 4edefec0..d21f0ddd 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -23,7 +23,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", "typescript": "~5.8.2", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index c1ccd42f..53010ee0 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 3821bcba..27f5b540 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index a23ca36f..16d3e7c3 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -25,7 +25,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/package.json b/package.json index 157c8187..33ed4460 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@tsconfig/node20": "^20.1.4", "@types/node": "^22.13.9", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "execa": "^9.5.2", "pkgroll": "^2.11.2", "prettier": "3.5.2", diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index eff73e15..4eee1ab0 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "unplugin-vue-router": "^0.11.2", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 650237ff..51ae5c2e 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -21,7 +21,7 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.21.0", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "~10.0.0", "espree": "^9.6.1", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", From 773613bb1bece45dfb52a89ee0ae095a8dc6c747 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 7 Mar 2025 13:45:57 +0800 Subject: [PATCH 02/22] chore: update lockfile --- pnpm-lock.yaml | 108 ++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 68 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30ad3cb9..e206fd66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) execa: specifier: ^9.5.2 version: 9.5.2 @@ -80,8 +80,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -147,8 +147,8 @@ importers: specifier: ^4.1.0 version: 4.1.0(eslint@9.21.0) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -202,8 +202,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -245,8 +245,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -312,8 +312,8 @@ importers: specifier: ^4.1.0 version: 4.1.0(eslint@9.21.0) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) eslint-plugin-yml: specifier: ^1.17.0 version: 1.17.0(eslint@9.21.0) @@ -370,8 +370,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -437,8 +437,8 @@ importers: specifier: ^4.1.0 version: 4.1.0(eslint@9.21.0) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -498,8 +498,8 @@ importers: specifier: ^4.1.0 version: 4.1.0(eslint@9.21.0) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -544,8 +544,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -587,8 +587,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -636,8 +636,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) geckodriver: specifier: ^5.0.0 version: 5.0.0(bare-buffer@3.0.1) @@ -694,8 +694,8 @@ importers: specifier: ^2.2.0 version: 2.2.0(eslint@9.21.0) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -737,8 +737,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -783,8 +783,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -826,8 +826,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -875,8 +875,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -924,8 +924,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -970,8 +970,8 @@ importers: specifier: ^9.21.0 version: 9.21.0 eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)) + specifier: ~10.0.0 + version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) espree: specifier: ^9.6.1 version: 9.6.1 @@ -3234,10 +3234,6 @@ packages: peerDependencies: eslint: '>=6.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} - eslint-scope@8.2.0: resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -5187,12 +5183,6 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - vue-eslint-parser@9.4.3: - resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0' - vue-router@4.5.0: resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==} peerDependencies: @@ -7549,7 +7539,7 @@ snapshots: optionalDependencies: eslint-config-prettier: 10.0.1(eslint@9.21.0) - eslint-plugin-vue@10.0.0(eslint@9.21.0)(vue-eslint-parser@9.4.3(eslint@9.21.0)): + eslint-plugin-vue@10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)): dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0) eslint: 9.21.0 @@ -7557,7 +7547,7 @@ snapshots: nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.21.0) + vue-eslint-parser: 10.1.1(eslint@9.21.0) xml-name-validator: 4.0.0 eslint-plugin-yml@1.17.0(eslint@9.21.0): @@ -7571,11 +7561,6 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-scope@7.2.2: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - eslint-scope@8.2.0: dependencies: esrecurse: 4.3.0 @@ -9694,19 +9679,6 @@ snapshots: transitivePeerDependencies: - supports-color - vue-eslint-parser@9.4.3(eslint@9.21.0): - dependencies: - debug: 4.4.0(supports-color@8.1.1) - eslint: 9.21.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.8.2)): dependencies: '@vue/devtools-api': 6.6.4 From dcc8eca8b194041f54643b78edb3e36a1268d80c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 01:54:42 +0800 Subject: [PATCH 03/22] chore(deps): update dependency vite to v6.2.3 [security] (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 647 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 558 insertions(+), 89 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e206fd66..e4604204 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.36 version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -166,10 +166,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.0.7 version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.36 version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -334,10 +334,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.0.7 version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.36 version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -456,10 +456,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.0.7 version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.21.0)(prettier@3.5.2) @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.36 version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -888,7 +888,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vitest: specifier: ^3.0.7 version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -934,13 +934,13 @@ importers: version: 5.8.2 unplugin-vue-router: specifier: ^0.11.2 - version: 0.11.2(rollup@4.34.8)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) + version: 0.11.2(rollup@4.37.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.13.9 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -1194,6 +1194,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.25.1': + resolution: {integrity: sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -1212,6 +1218,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.25.1': + resolution: {integrity: sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.15.18': resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1242,6 +1254,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.25.1': + resolution: {integrity: sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -1260,6 +1278,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.25.1': + resolution: {integrity: sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -1278,6 +1302,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.25.1': + resolution: {integrity: sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1296,6 +1326,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.25.1': + resolution: {integrity: sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1314,6 +1350,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.25.1': + resolution: {integrity: sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1332,6 +1374,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.25.1': + resolution: {integrity: sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1350,6 +1398,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.25.1': + resolution: {integrity: sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1368,6 +1422,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.25.1': + resolution: {integrity: sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -1386,6 +1446,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.25.1': + resolution: {integrity: sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.15.18': resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1410,6 +1476,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.25.1': + resolution: {integrity: sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -1428,6 +1500,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.25.1': + resolution: {integrity: sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.20': resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -1446,6 +1524,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.25.1': + resolution: {integrity: sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.20': resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -1464,6 +1548,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.25.1': + resolution: {integrity: sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.20': resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -1482,6 +1572,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.25.1': + resolution: {integrity: sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.20': resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -1500,6 +1596,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.1': + resolution: {integrity: sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.24.2': resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} engines: {node: '>=18'} @@ -1512,6 +1614,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.25.1': + resolution: {integrity: sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.18.20': resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -1530,6 +1638,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.1': + resolution: {integrity: sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.24.2': resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} @@ -1542,6 +1656,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.25.1': + resolution: {integrity: sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.18.20': resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -1560,6 +1680,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.25.1': + resolution: {integrity: sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.20': resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -1578,6 +1704,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.25.1': + resolution: {integrity: sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.20': resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -1596,6 +1728,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.25.1': + resolution: {integrity: sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.20': resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -1614,6 +1752,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.25.1': + resolution: {integrity: sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.20': resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -1632,6 +1776,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.1': + resolution: {integrity: sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==} + 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} @@ -1932,96 +2082,196 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.37.0': + resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.34.8': resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.37.0': + resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.34.8': resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.37.0': + resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.34.8': resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.37.0': + resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.34.8': resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.37.0': + resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.34.8': resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.37.0': + resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.34.8': resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': + resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.34.8': resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.37.0': + resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.34.8': resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.37.0': + resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.34.8': resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.37.0': + resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.34.8': resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} cpu: [loong64] os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': + resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': + resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.34.8': resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.37.0': + resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-riscv64-musl@4.37.0': + resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.34.8': resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.37.0': + resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.34.8': resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.37.0': + resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.34.8': resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.37.0': + resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.34.8': resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.37.0': + resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.34.8': resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.37.0': + resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.34.8': resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.37.0': + resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} + cpu: [x64] + os: [win32] + '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} @@ -2086,6 +2336,9 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + '@types/estree@1.0.7': + resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + '@types/jsdom@21.1.7': resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} @@ -3167,6 +3420,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.25.1: + resolution: {integrity: sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -4166,6 +4424,11 @@ packages: muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} + nanoid@3.3.11: + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + nanoid@3.3.8: resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -4595,6 +4858,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.37.0: + resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} @@ -5075,8 +5343,8 @@ packages: peerDependencies: 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==} + vite@4.5.10: + resolution: {integrity: sha512-f2ueoukYTMI/5kMMT7wW+ol3zL6z6PjN28zYrGKAjnbzXhRXWXPThD3uN6muCp+TbfXaDgGvRuPsg6mwVLaWwQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5103,8 +5371,8 @@ packages: terser: optional: true - vite@6.2.0: - resolution: {integrity: sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==} + vite@6.2.3: + resolution: {integrity: sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -5632,6 +5900,9 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true + '@esbuild/aix-ppc64@0.25.1': + optional: true + '@esbuild/android-arm64@0.18.20': optional: true @@ -5641,6 +5912,9 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true + '@esbuild/android-arm64@0.25.1': + optional: true + '@esbuild/android-arm@0.15.18': optional: true @@ -5656,6 +5930,9 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true + '@esbuild/android-arm@0.25.1': + optional: true + '@esbuild/android-x64@0.18.20': optional: true @@ -5665,6 +5942,9 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true + '@esbuild/android-x64@0.25.1': + optional: true + '@esbuild/darwin-arm64@0.18.20': optional: true @@ -5674,6 +5954,9 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true + '@esbuild/darwin-arm64@0.25.1': + optional: true + '@esbuild/darwin-x64@0.18.20': optional: true @@ -5683,6 +5966,9 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true + '@esbuild/darwin-x64@0.25.1': + optional: true + '@esbuild/freebsd-arm64@0.18.20': optional: true @@ -5692,6 +5978,9 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true + '@esbuild/freebsd-arm64@0.25.1': + optional: true + '@esbuild/freebsd-x64@0.18.20': optional: true @@ -5701,6 +5990,9 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true + '@esbuild/freebsd-x64@0.25.1': + optional: true + '@esbuild/linux-arm64@0.18.20': optional: true @@ -5710,6 +6002,9 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true + '@esbuild/linux-arm64@0.25.1': + optional: true + '@esbuild/linux-arm@0.18.20': optional: true @@ -5719,6 +6014,9 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true + '@esbuild/linux-arm@0.25.1': + optional: true + '@esbuild/linux-ia32@0.18.20': optional: true @@ -5728,6 +6026,9 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true + '@esbuild/linux-ia32@0.25.1': + optional: true + '@esbuild/linux-loong64@0.15.18': optional: true @@ -5740,6 +6041,9 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true + '@esbuild/linux-loong64@0.25.1': + optional: true + '@esbuild/linux-mips64el@0.18.20': optional: true @@ -5749,6 +6053,9 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true + '@esbuild/linux-mips64el@0.25.1': + optional: true + '@esbuild/linux-ppc64@0.18.20': optional: true @@ -5758,6 +6065,9 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true + '@esbuild/linux-ppc64@0.25.1': + optional: true + '@esbuild/linux-riscv64@0.18.20': optional: true @@ -5767,6 +6077,9 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true + '@esbuild/linux-riscv64@0.25.1': + optional: true + '@esbuild/linux-s390x@0.18.20': optional: true @@ -5776,6 +6089,9 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true + '@esbuild/linux-s390x@0.25.1': + optional: true + '@esbuild/linux-x64@0.18.20': optional: true @@ -5785,12 +6101,18 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true + '@esbuild/linux-x64@0.25.1': + optional: true + '@esbuild/netbsd-arm64@0.24.2': optional: true '@esbuild/netbsd-arm64@0.25.0': optional: true + '@esbuild/netbsd-arm64@0.25.1': + optional: true + '@esbuild/netbsd-x64@0.18.20': optional: true @@ -5800,12 +6122,18 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true + '@esbuild/netbsd-x64@0.25.1': + optional: true + '@esbuild/openbsd-arm64@0.24.2': optional: true '@esbuild/openbsd-arm64@0.25.0': optional: true + '@esbuild/openbsd-arm64@0.25.1': + optional: true + '@esbuild/openbsd-x64@0.18.20': optional: true @@ -5815,6 +6143,9 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true + '@esbuild/openbsd-x64@0.25.1': + optional: true + '@esbuild/sunos-x64@0.18.20': optional: true @@ -5824,6 +6155,9 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true + '@esbuild/sunos-x64@0.25.1': + optional: true + '@esbuild/win32-arm64@0.18.20': optional: true @@ -5833,6 +6167,9 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true + '@esbuild/win32-arm64@0.25.1': + optional: true + '@esbuild/win32-ia32@0.18.20': optional: true @@ -5842,6 +6179,9 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true + '@esbuild/win32-ia32@0.25.1': + optional: true + '@esbuild/win32-x64@0.18.20': optional: true @@ -5851,6 +6191,9 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true + '@esbuild/win32-x64@0.25.1': + optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.21.0)': dependencies: eslint: 9.21.0 @@ -6038,9 +6381,9 @@ snapshots: '@nightwatch/vue@3.1.2(@types/node@22.13.9)(vue@3.5.13(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.10(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.5(@types/node@22.13.9) + vite: 4.5.10(@types/node@22.13.9) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6140,63 +6483,131 @@ snapshots: optionalDependencies: rollup: 4.34.8 + '@rollup/pluginutils@5.1.4(rollup@4.37.0)': + dependencies: + '@types/estree': 1.0.6 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.37.0 + '@rollup/rollup-android-arm-eabi@4.34.8': optional: true + '@rollup/rollup-android-arm-eabi@4.37.0': + optional: true + '@rollup/rollup-android-arm64@4.34.8': optional: true + '@rollup/rollup-android-arm64@4.37.0': + optional: true + '@rollup/rollup-darwin-arm64@4.34.8': optional: true + '@rollup/rollup-darwin-arm64@4.37.0': + optional: true + '@rollup/rollup-darwin-x64@4.34.8': optional: true + '@rollup/rollup-darwin-x64@4.37.0': + optional: true + '@rollup/rollup-freebsd-arm64@4.34.8': optional: true + '@rollup/rollup-freebsd-arm64@4.37.0': + optional: true + '@rollup/rollup-freebsd-x64@4.34.8': optional: true + '@rollup/rollup-freebsd-x64@4.37.0': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.37.0': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-arm64-gnu@4.37.0': + optional: true + '@rollup/rollup-linux-arm64-musl@4.34.8': optional: true + '@rollup/rollup-linux-arm64-musl@4.37.0': + optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.37.0': + optional: true + + '@rollup/rollup-linux-riscv64-musl@4.37.0': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.34.8': optional: true + '@rollup/rollup-linux-s390x-gnu@4.37.0': + optional: true + '@rollup/rollup-linux-x64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-x64-gnu@4.37.0': + optional: true + '@rollup/rollup-linux-x64-musl@4.34.8': optional: true + '@rollup/rollup-linux-x64-musl@4.37.0': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-arm64-msvc@4.37.0': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.34.8': optional: true + '@rollup/rollup-win32-ia32-msvc@4.37.0': + optional: true + '@rollup/rollup-win32-x64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-x64-msvc@4.37.0': + optional: true + '@sec-ant/readable-stream@0.4.1': {} '@sideway/address@4.1.5': @@ -6251,6 +6662,8 @@ snapshots: '@types/estree@1.0.6': {} + '@types/estree@1.0.7': {} + '@types/jsdom@21.1.7': dependencies: '@types/node': 22.13.9 @@ -6369,24 +6782,24 @@ snapshots: '@typescript-eslint/types': 8.26.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.26.5(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.10(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 4.5.5(@types/node@22.13.9) + vite: 4.5.10(@types/node@22.13.9) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) '@vitest/eslint-plugin@1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': @@ -6404,13 +6817,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.7(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.0.7(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.0.7 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) '@vitest/pretty-format@3.0.7': dependencies: @@ -6531,14 +6944,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -7497,6 +7910,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 + esbuild@0.25.1: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.1 + '@esbuild/android-arm': 0.25.1 + '@esbuild/android-arm64': 0.25.1 + '@esbuild/android-x64': 0.25.1 + '@esbuild/darwin-arm64': 0.25.1 + '@esbuild/darwin-x64': 0.25.1 + '@esbuild/freebsd-arm64': 0.25.1 + '@esbuild/freebsd-x64': 0.25.1 + '@esbuild/linux-arm': 0.25.1 + '@esbuild/linux-arm64': 0.25.1 + '@esbuild/linux-ia32': 0.25.1 + '@esbuild/linux-loong64': 0.25.1 + '@esbuild/linux-mips64el': 0.25.1 + '@esbuild/linux-ppc64': 0.25.1 + '@esbuild/linux-riscv64': 0.25.1 + '@esbuild/linux-s390x': 0.25.1 + '@esbuild/linux-x64': 0.25.1 + '@esbuild/netbsd-arm64': 0.25.1 + '@esbuild/netbsd-x64': 0.25.1 + '@esbuild/openbsd-arm64': 0.25.1 + '@esbuild/openbsd-x64': 0.25.1 + '@esbuild/sunos-x64': 0.25.1 + '@esbuild/win32-arm64': 0.25.1 + '@esbuild/win32-ia32': 0.25.1 + '@esbuild/win32-x64': 0.25.1 + escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -8138,7 +8579,7 @@ snapshots: is-reference@1.2.1: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 is-regex@1.2.1: dependencies: @@ -8544,6 +8985,8 @@ snapshots: muggle-string@0.4.1: {} + nanoid@3.3.11: {} + nanoid@3.3.8: {} nanoid@5.0.9: {} @@ -8864,7 +9307,7 @@ snapshots: postcss@8.5.3: dependencies: - nanoid: 3.3.8 + nanoid: 3.3.11 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -9032,6 +9475,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.34.8 fsevents: 2.3.3 + rollup@4.37.0: + dependencies: + '@types/estree': 1.0.6 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.37.0 + '@rollup/rollup-android-arm64': 4.37.0 + '@rollup/rollup-darwin-arm64': 4.37.0 + '@rollup/rollup-darwin-x64': 4.37.0 + '@rollup/rollup-freebsd-arm64': 4.37.0 + '@rollup/rollup-freebsd-x64': 4.37.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.37.0 + '@rollup/rollup-linux-arm-musleabihf': 4.37.0 + '@rollup/rollup-linux-arm64-gnu': 4.37.0 + '@rollup/rollup-linux-arm64-musl': 4.37.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.37.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.37.0 + '@rollup/rollup-linux-riscv64-gnu': 4.37.0 + '@rollup/rollup-linux-riscv64-musl': 4.37.0 + '@rollup/rollup-linux-s390x-gnu': 4.37.0 + '@rollup/rollup-linux-x64-gnu': 4.37.0 + '@rollup/rollup-linux-x64-musl': 4.37.0 + '@rollup/rollup-win32-arm64-msvc': 4.37.0 + '@rollup/rollup-win32-ia32-msvc': 4.37.0 + '@rollup/rollup-win32-x64-msvc': 4.37.0 + fsevents: 2.3.3 + rrweb-cssom@0.7.1: {} rrweb-cssom@0.8.0: {} @@ -9461,10 +9930,10 @@ snapshots: universalify@2.0.1: {} - unplugin-vue-router@0.11.2(rollup@4.34.8)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)): + unplugin-vue-router@0.11.2(rollup@4.37.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)): dependencies: '@babel/types': 7.26.5 - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) '@vue-macros/common': 1.16.1(vue@3.5.13(typescript@5.8.2)) ast-walker-scope: 0.6.2 chokidar: 3.6.0 @@ -9517,9 +9986,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-node@3.0.7(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0): dependencies: @@ -9527,7 +9996,7 @@ snapshots: debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9542,10 +10011,10 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -9553,7 +10022,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9572,23 +10041,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.34.8)(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9599,24 +10068,24 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.5(@types/node@22.13.9): + vite@4.5.10(@types/node@22.13.9): dependencies: esbuild: 0.18.20 - postcss: 8.5.0 + postcss: 8.5.3 rollup: 3.29.5 optionalDependencies: '@types/node': 22.13.9 fsevents: 2.3.3 - vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0): dependencies: - esbuild: 0.25.0 + esbuild: 0.25.1 postcss: 8.5.3 - rollup: 4.34.8 + rollup: 4.37.0 optionalDependencies: '@types/node': 22.13.9 fsevents: 2.3.3 @@ -9626,7 +10095,7 @@ snapshots: vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): dependencies: '@vitest/expect': 3.0.7 - '@vitest/mocker': 3.0.7(vite@6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + '@vitest/mocker': 3.0.7(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.0.7 '@vitest/runner': 3.0.7 '@vitest/snapshot': 3.0.7 @@ -9642,7 +10111,7 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) vite-node: 3.0.7(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: From ef8fc4178804dbb522e0d12e724124be3a4738b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:33:24 +0800 Subject: [PATCH 04/22] chore(deps): update all non-major dependencies (#166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 6 +- examples/api-before-14.3/package.json | 16 +- .../package.json | 6 +- examples/disable-ts-in-templates/package.json | 6 +- .../disable-type-checked-for-yml/package.json | 16 +- examples/minimal/package.json | 6 +- examples/type-checked/package.json | 16 +- examples/with-cypress/package.json | 12 +- examples/with-jsx-in-vue/package.json | 6 +- examples/with-jsx/package.json | 6 +- examples/with-nightwatch/package.json | 8 +- examples/with-playwright/package.json | 8 +- examples/with-prettier/package.json | 6 +- examples/with-tsx-in-vue/package.json | 6 +- examples/with-tsx/package.json | 6 +- examples/with-vitest/package.json | 10 +- package.json | 14 +- pnpm-lock.yaml | 1509 ++++++----------- test/fixtures/file-based-routing/package.json | 6 +- test/fixtures/with-older-espree/package.json | 6 +- 20 files changed, 634 insertions(+), 1041 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 0f21f8f8..9dbdbb59 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 7e10c6e7..6f5882e3 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -21,28 +21,28 @@ "vue-router": "^4.5.0" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.9", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vitest/eslint-plugin": "^1.1.36", + "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.1.0", - "eslint": "^9.21.0", - "eslint-plugin-cypress": "^4.1.0", + "cypress": "^14.2.1", + "eslint": "^9.23.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", - "start-server-and-test": "^2.0.10", + "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.2", - "vitest": "^3.0.7", + "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } } diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index c677bda3..dc743fd2 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node22": "^22.0.0", - "@types/node": "^22.13.9", + "@tsconfig/node22": "^22.0.1", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index bd3d71fb..0720cc48 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 0e3b7032..d25ecdc4 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -21,29 +21,29 @@ "vue-router": "^4.5.0" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.9", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vitest/eslint-plugin": "^1.1.36", + "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.1.0", - "eslint": "^9.21.0", - "eslint-plugin-cypress": "^4.1.0", + "cypress": "^14.2.1", + "eslint": "^9.23.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "eslint-plugin-yml": "^1.17.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", - "start-server-and-test": "^2.0.10", + "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.2", - "vitest": "^3.0.7", + "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4ecea5e1..648521e2 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index bfa0809f..78dd4d1e 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -21,28 +21,28 @@ "vue-router": "^4.5.0" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.9", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vitest/eslint-plugin": "^1.1.36", + "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.1.0", - "eslint": "^9.21.0", - "eslint-plugin-cypress": "^4.1.0", + "cypress": "^14.2.1", + "eslint": "^9.23.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", - "start-server-and-test": "^2.0.10", + "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.2", - "vitest": "^3.0.7", + "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 7cf45e9d..534aaa9d 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -19,17 +19,17 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.1.0", - "eslint": "^9.21.0", - "eslint-plugin-cypress": "^4.1.0", + "cypress": "^14.2.1", + "eslint": "^9.23.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", - "start-server-and-test": "^2.0.10", + "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 34b90857..5af29523 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@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.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index b89fd744..9753477a 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@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.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 5dda78f0..fe79793c 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -18,17 +18,17 @@ }, "devDependencies": { "@nightwatch/vue": "^3.1.2", - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "chromedriver": "^133.0.3", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "geckodriver": "^5.0.0", - "nightwatch": "^3.11.1", + "nightwatch": "^3.12.1", "npm-run-all2": "^7.0.2", "ts-node": "^10.9.2", "typescript": "~5.8.2", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 9bd001af..2d789f2c 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -16,13 +16,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@playwright/test": "^1.50.1", - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@playwright/test": "^1.51.1", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-playwright": "^2.2.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index d21f0ddd..1e9be581 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -16,13 +16,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "prettier": "3.5.2", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index 53010ee0..6d1d2ec4 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@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.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 27f5b540..d9484815 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@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.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 16d3e7c3..b4a8d9a8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -16,21 +16,21 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", + "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.9", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", - "@vitest/eslint-plugin": "^1.1.36", + "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", "vite": "^6.2.0", - "vitest": "^3.0.7", + "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } } diff --git a/package.json b/package.json index 33ed4460..dac2984e 100644 --- a/package.json +++ b/package.json @@ -47,16 +47,16 @@ }, "homepage": "https://github.com/vuejs/eslint-config-typescript#readme", "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", - "eslint": "^9.21.0", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "execa": "^9.5.2", - "pkgroll": "^2.11.2", + "pkgroll": "^2.12.1", "prettier": "3.5.2", "tsx": "^4.19.3", "typescript": "~5.8.2", - "vitest": "^3.0.7", + "vitest": "^3.1.1", "vue": "^3.5.13" }, "peerDependencies": { @@ -70,9 +70,9 @@ } }, "dependencies": { - "@typescript-eslint/utils": "^8.26.0", + "@typescript-eslint/utils": "^8.29.0", "fast-glob": "^3.3.3", - "typescript-eslint": "^8.26.0", + "typescript-eslint": "^8.29.0", "vue-eslint-parser": "^10.1.1" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4604204..384ce322 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,36 +9,36 @@ importers: .: dependencies: '@typescript-eslint/utils': - specifier: ^8.26.0 - version: 8.26.0(eslint@9.21.0)(typescript@5.8.2) + specifier: ^8.29.0 + version: 8.29.0(eslint@9.23.0)(typescript@5.8.2) fast-glob: specifier: ^3.3.3 version: 3.3.3 typescript-eslint: - specifier: ^8.26.0 - version: 8.26.0(eslint@9.21.0)(typescript@5.8.2) + specifier: ^8.29.0 + version: 8.29.0(eslint@9.23.0)(typescript@5.8.2) vue-eslint-parser: specifier: ^10.1.1 - version: 10.1.1(eslint@9.21.0) + version: 10.1.1(eslint@9.23.0) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) execa: specifier: ^9.5.2 version: 9.5.2 pkgroll: - specifier: ^2.11.2 - version: 2.11.2(typescript@5.8.2) + specifier: ^2.12.1 + version: 2.12.1(typescript@5.8.2) prettier: specifier: 3.5.2 version: 3.5.2 @@ -49,8 +49,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vitest: - specifier: ^3.0.7 - version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.1.1 + version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.8.2) @@ -62,14 +62,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -77,11 +77,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -108,26 +108,26 @@ importers: version: 4.5.0(vue@3.5.13(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.36 - version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.1.38 + version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.21.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -138,17 +138,17 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) cypress: - specifier: ^14.1.0 - version: 14.1.0 + specifier: ^14.2.1 + version: 14.2.1 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-cypress: - specifier: ^4.1.0 - version: 4.1.0(eslint@9.21.0) + specifier: ^4.2.0 + version: 4.2.0(eslint@9.23.0) eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -159,20 +159,20 @@ importers: specifier: 3.5.2 version: 3.5.2 start-server-and-test: - specifier: ^2.0.10 - version: 2.0.10 + specifier: ^2.0.11 + version: 2.0.11 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: - specifier: ^3.0.7 - version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.1.1 + version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -184,14 +184,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node22': - specifier: ^22.0.0 - version: 22.0.0 + specifier: ^22.0.1 + version: 22.0.1 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -199,11 +199,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -227,14 +227,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -242,11 +242,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -273,26 +273,26 @@ importers: version: 4.5.0(vue@3.5.13(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.36 - version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.1.38 + version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.21.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -303,20 +303,20 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) cypress: - specifier: ^14.1.0 - version: 14.1.0 + specifier: ^14.2.1 + version: 14.2.1 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-cypress: - specifier: ^4.1.0 - version: 4.1.0(eslint@9.21.0) + specifier: ^4.2.0 + version: 4.2.0(eslint@9.23.0) eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) eslint-plugin-yml: specifier: ^1.17.0 - version: 1.17.0(eslint@9.21.0) + version: 1.17.0(eslint@9.23.0) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -327,20 +327,20 @@ importers: specifier: 3.5.2 version: 3.5.2 start-server-and-test: - specifier: ^2.0.10 - version: 2.0.10 + specifier: ^2.0.11 + version: 2.0.11 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: - specifier: ^3.0.7 - version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.1.1 + version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -352,14 +352,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -367,11 +367,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -398,26 +398,26 @@ importers: version: 4.5.0(vue@3.5.13(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.36 - version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.1.38 + version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.21.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -428,17 +428,17 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) cypress: - specifier: ^14.1.0 - version: 14.1.0 + specifier: ^14.2.1 + version: 14.2.1 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-cypress: - specifier: ^4.1.0 - version: 4.1.0(eslint@9.21.0) + specifier: ^4.2.0 + version: 4.2.0(eslint@9.23.0) eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -449,20 +449,20 @@ importers: specifier: 3.5.2 version: 3.5.2 start-server-and-test: - specifier: ^2.0.10 - version: 2.0.10 + specifier: ^2.0.11 + version: 2.0.11 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: - specifier: ^3.0.7 - version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.1.1 + version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -474,14 +474,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -489,29 +489,29 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) cypress: - specifier: ^14.1.0 - version: 14.1.0 + specifier: ^14.2.1 + version: 14.2.1 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-cypress: - specifier: ^4.1.0 - version: 4.1.0(eslint@9.21.0) + specifier: ^4.2.0 + version: 4.2.0(eslint@9.23.0) eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 start-server-and-test: - specifier: ^2.0.10 - version: 2.0.10 + specifier: ^2.0.11 + version: 2.0.11 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -523,17 +523,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -541,11 +541,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -566,17 +566,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -584,11 +584,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -610,16 +610,16 @@ importers: devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@22.13.9)(vue@3.5.13(typescript@5.8.2)) + version: 3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2)) '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -633,29 +633,29 @@ importers: specifier: ^133.0.3 version: 133.0.3 eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) geckodriver: specifier: ^5.0.0 version: 5.0.0(bare-buffer@3.0.1) nightwatch: - specifier: ^3.11.1 - version: 3.11.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) + specifier: ^3.12.1 + version: 3.12.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.13.9)(typescript@5.8.2) + version: 10.9.2(@types/node@22.13.15)(typescript@5.8.2) typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -670,17 +670,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@playwright/test': - specifier: ^1.50.1 - version: 1.50.1 + specifier: ^1.51.1 + version: 1.51.1 '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -688,14 +688,14 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-playwright: specifier: ^2.2.0 - version: 2.2.0(eslint@9.21.0) + version: 2.2.0(eslint@9.23.0) eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -716,17 +716,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.21.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -734,11 +734,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -762,17 +762,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -780,11 +780,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -805,17 +805,17 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -823,11 +823,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -848,20 +848,20 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.36 - version: 1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.1.38 + version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -872,11 +872,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) jsdom: specifier: ^26.0.0 version: 26.0.0 @@ -888,10 +888,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vitest: - specifier: ^3.0.7 - version: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.1.1 + version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -906,14 +906,14 @@ importers: version: 4.5.0(vue@3.5.13(typescript@5.8.2)) devDependencies: '@tsconfig/node22': - specifier: ^22.0.0 - version: 22.0.0 + specifier: ^22.0.1 + version: 22.0.1 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -921,11 +921,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -937,10 +937,10 @@ importers: version: 0.11.2(rollup@4.37.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -952,14 +952,14 @@ importers: version: 3.5.13(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.4 - version: 20.1.4 + specifier: ^20.1.5 + version: 20.1.5 '@types/node': - specifier: ^22.13.9 - version: 22.13.9 + specifier: ^22.13.15 + version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -967,11 +967,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) eslint: - specifier: ^9.21.0 - version: 9.21.0 + specifier: ^9.23.0 + version: 9.23.0 eslint-plugin-vue: specifier: ~10.0.0 - version: 10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)) + version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) espree: specifier: ^9.6.1 version: 9.6.1 @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -1175,19 +1175,13 @@ packages: resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} engines: {node: '>=18'} - '@cypress/request@3.0.7': - resolution: {integrity: sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==} + '@cypress/request@3.0.8': + resolution: {integrity: sha512-h0NFgh1mJmm1nr4jCwkGHwKneVYKghUyWe6TMNrk0B9zsjAJxpg8C4/+BAcmLgCPa1vj1V8rNUaILl+zYRUWBQ==} engines: {node: '>= 6'} '@cypress/xvfb@1.2.4': resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} - '@esbuild/aix-ppc64@0.24.2': - resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.25.0': resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==} engines: {node: '>=18'} @@ -1206,12 +1200,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.24.2': - resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.25.0': resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==} engines: {node: '>=18'} @@ -1242,12 +1230,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.24.2': - resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.25.0': resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==} engines: {node: '>=18'} @@ -1266,12 +1248,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.24.2': - resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.25.0': resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==} engines: {node: '>=18'} @@ -1290,12 +1266,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.24.2': - resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.25.0': resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==} engines: {node: '>=18'} @@ -1314,12 +1284,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.24.2': - resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.25.0': resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==} engines: {node: '>=18'} @@ -1338,12 +1302,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.24.2': - resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.25.0': resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==} engines: {node: '>=18'} @@ -1362,12 +1320,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.24.2': - resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.25.0': resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==} engines: {node: '>=18'} @@ -1386,12 +1338,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.24.2': - resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.25.0': resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==} engines: {node: '>=18'} @@ -1410,12 +1356,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.24.2': - resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.25.0': resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==} engines: {node: '>=18'} @@ -1434,12 +1374,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.24.2': - resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.25.0': resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==} engines: {node: '>=18'} @@ -1464,12 +1398,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.24.2': - resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.25.0': resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==} engines: {node: '>=18'} @@ -1488,12 +1416,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.24.2': - resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.25.0': resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==} engines: {node: '>=18'} @@ -1512,12 +1434,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.24.2': - resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.25.0': resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==} engines: {node: '>=18'} @@ -1536,12 +1452,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.24.2': - resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.25.0': resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==} engines: {node: '>=18'} @@ -1560,12 +1470,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.24.2': - resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.25.0': resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==} engines: {node: '>=18'} @@ -1584,12 +1488,6 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.24.2': - resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.25.0': resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==} engines: {node: '>=18'} @@ -1602,12 +1500,6 @@ packages: cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.24.2': - resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - '@esbuild/netbsd-arm64@0.25.0': resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} engines: {node: '>=18'} @@ -1626,12 +1518,6 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.24.2': - resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.25.0': resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==} engines: {node: '>=18'} @@ -1644,12 +1530,6 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.24.2': - resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-arm64@0.25.0': resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} engines: {node: '>=18'} @@ -1668,12 +1548,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.2': - resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.25.0': resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==} engines: {node: '>=18'} @@ -1692,12 +1566,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.24.2': - resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.25.0': resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==} engines: {node: '>=18'} @@ -1716,12 +1584,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.24.2': - resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.25.0': resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==} engines: {node: '>=18'} @@ -1740,12 +1602,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.24.2': - resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.25.0': resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==} engines: {node: '>=18'} @@ -1764,12 +1620,6 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.24.2': - resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.25.0': resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==} engines: {node: '>=18'} @@ -1796,16 +1646,20 @@ packages: resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.2.0': + resolution: {integrity: sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@0.12.0': resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/eslintrc@3.3.0': - resolution: {integrity: sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==} + '@eslint/eslintrc@3.3.1': + resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.21.0': - resolution: {integrity: sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==} + '@eslint/js@9.23.0': + resolution: {integrity: sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.6': @@ -2006,8 +1860,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.50.1': - resolution: {integrity: sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==} + '@playwright/test@1.51.1': + resolution: {integrity: sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==} engines: {node: '>=18'} hasBin: true @@ -2077,131 +1931,66 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.34.8': - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} - cpu: [arm] - os: [android] - '@rollup/rollup-android-arm-eabi@4.37.0': resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.34.8': - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.37.0': resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.34.8': - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.37.0': resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.34.8': - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.37.0': resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.34.8': - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} - cpu: [arm64] - os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.37.0': resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.34.8': - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} - cpu: [x64] - os: [freebsd] - '@rollup/rollup-freebsd-x64@4.37.0': resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.37.0': resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.34.8': - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.37.0': resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.34.8': - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.37.0': resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.34.8': - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.37.0': resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} - cpu: [loong64] - os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.37.0': resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} - cpu: [ppc64] - os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.34.8': - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.37.0': resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} cpu: [riscv64] @@ -2212,61 +2001,31 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.34.8': - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} - cpu: [s390x] - os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.37.0': resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.34.8': - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.37.0': resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.34.8': - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.37.0': resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.34.8': - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.37.0': resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.34.8': - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.37.0': resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.34.8': - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.37.0': resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} cpu: [x64] @@ -2318,11 +2077,11 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@tsconfig/node20@20.1.4': - resolution: {integrity: sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==} + '@tsconfig/node20@20.1.5': + resolution: {integrity: sha512-Vm8e3WxDTqMGPU4GATF9keQAIy1Drd7bPwlgzKJnZtoOsTm1tduUTbDjg0W5qERvGuxPI2h9RbMufH0YdfBylA==} - '@tsconfig/node22@22.0.0': - resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==} + '@tsconfig/node22@22.0.1': + resolution: {integrity: sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==} '@types/chai@4.3.20': resolution: {integrity: sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==} @@ -2348,8 +2107,8 @@ packages: '@types/nightwatch@2.3.32': resolution: {integrity: sha512-RXAWpe83AERF0MbRHXaEJlMQGDtA6BW5sgbn2jO0z04yzbxc4gUvzaJwHpGULBSa2QKUHfBZoLwe/tuQx0PWLg==} - '@types/node@22.13.9': - resolution: {integrity: sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==} + '@types/node@22.13.15': + resolution: {integrity: sha512-imAbQEEbVni6i6h6Bd5xkCRwLqFc8hihCsi2GbtDoAtUcAFQ6Zs4pFXTZUUbroTkXdImczWM9AI8eZUuybXE3w==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -2372,51 +2131,51 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.26.0': - resolution: {integrity: sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==} + '@typescript-eslint/eslint-plugin@8.29.0': + resolution: {integrity: sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==} 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.9.0' - '@typescript-eslint/parser@8.26.0': - resolution: {integrity: sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==} + '@typescript-eslint/parser@8.29.0': + resolution: {integrity: sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/scope-manager@8.26.0': - resolution: {integrity: sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==} + '@typescript-eslint/scope-manager@8.29.0': + resolution: {integrity: sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.26.0': - resolution: {integrity: sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==} + '@typescript-eslint/type-utils@8.29.0': + resolution: {integrity: sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/types@8.26.0': - resolution: {integrity: sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==} + '@typescript-eslint/types@8.29.0': + resolution: {integrity: sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.26.0': - resolution: {integrity: sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==} + '@typescript-eslint/typescript-estree@8.29.0': + resolution: {integrity: sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/utils@8.26.0': - resolution: {integrity: sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==} + '@typescript-eslint/utils@8.29.0': + resolution: {integrity: sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/visitor-keys@8.26.0': - resolution: {integrity: sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==} + '@typescript-eslint/visitor-keys@8.29.0': + resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.1.1': @@ -2440,8 +2199,8 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.1.36': - resolution: {integrity: sha512-IjBV/fcL9NJRxGw221ieaDsqKqj8qUo7rvSupDxMjTXyhsCusHC6M+jFUNqBp4PCkYFcf5bjrKxeZoCEWoPxig==} + '@vitest/eslint-plugin@1.1.38': + resolution: {integrity: sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==} peerDependencies: '@typescript-eslint/utils': ^8.24.0 eslint: '>= 8.57.0' @@ -2453,11 +2212,11 @@ packages: vitest: optional: true - '@vitest/expect@3.0.7': - resolution: {integrity: sha512-QP25f+YJhzPfHrHfYHtvRn+uvkCFCqFtW9CktfBxmB+25QqWsx7VB2As6f4GmwllHLDhXNHvqedwhvMmSnNmjw==} + '@vitest/expect@3.1.1': + resolution: {integrity: sha512-q/zjrW9lgynctNbwvFtQkGK9+vvHA5UzVi2V8APrp1C6fG6/MuYYkmlx4FubuqLycCeSdHD5aadWfua/Vr0EUA==} - '@vitest/mocker@3.0.7': - resolution: {integrity: sha512-qui+3BLz9Eonx4EAuR/i+QlCX6AUZ35taDQgwGkK/Tw6/WgwodSrjN1X2xf69IA/643ZX5zNKIn2svvtZDrs4w==} + '@vitest/mocker@3.1.1': + resolution: {integrity: sha512-bmpJJm7Y7i9BBELlLuuM1J1Q6EQ6K5Ye4wcyOpOMXMcePYKSIYlpcrCm4l/O6ja4VJA5G2aMJiuZkZdnxlC3SA==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 @@ -2467,20 +2226,20 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.7': - resolution: {integrity: sha512-CiRY0BViD/V8uwuEzz9Yapyao+M9M008/9oMOSQydwbwb+CMokEq3XVaF3XK/VWaOK0Jm9z7ENhybg70Gtxsmg==} + '@vitest/pretty-format@3.1.1': + resolution: {integrity: sha512-dg0CIzNx+hMMYfNmSqJlLSXEmnNhMswcn3sXO7Tpldr0LiGmg3eXdLLhwkv2ZqgHb/d5xg5F7ezNFRA1fA13yA==} - '@vitest/runner@3.0.7': - resolution: {integrity: sha512-WeEl38Z0S2ZcuRTeyYqaZtm4e26tq6ZFqh5y8YD9YxfWuu0OFiGFUbnxNynwLjNRHPsXyee2M9tV7YxOTPZl2g==} + '@vitest/runner@3.1.1': + resolution: {integrity: sha512-X/d46qzJuEDO8ueyjtKfxffiXraPRfmYasoC4i5+mlLEJ10UvPb0XH5M9C3gWuxd7BAQhpK42cJgJtq53YnWVA==} - '@vitest/snapshot@3.0.7': - resolution: {integrity: sha512-eqTUryJWQN0Rtf5yqCGTQWsCFOQe4eNz5Twsu21xYEcnFJtMU5XvmG0vgebhdLlrHQTSq5p8vWHJIeJQV8ovsA==} + '@vitest/snapshot@3.1.1': + resolution: {integrity: sha512-bByMwaVWe/+1WDf9exFxWWgAixelSdiwo2p33tpqIlM14vW7PRV5ppayVXtfycqze4Qhtwag5sVhX400MLBOOw==} - '@vitest/spy@3.0.7': - resolution: {integrity: sha512-4T4WcsibB0B6hrKdAZTM37ekuyFZt2cGbEGd2+L0P8ov15J1/HUsUaqkXEQPNAWr4BtPPe1gI+FYfMHhEKfR8w==} + '@vitest/spy@3.1.1': + resolution: {integrity: sha512-+EmrUOOXbKzLkTDwlsc/xrwOlPDXyVk3Z6P6K4oiCndxz7YLpp/0R0UsWVOKT0IXWjjBJuSMk6D27qipaupcvQ==} - '@vitest/utils@3.0.7': - resolution: {integrity: sha512-xePVpCRfooFX3rANQjwoditoXgWb1MaFbzmGuPP59MK6i13mrnDw/yEIyJudLeW6/38mCNcwCiJIGmpDPibAIg==} + '@vitest/utils@3.1.1': + resolution: {integrity: sha512-1XIjflyaU2k3HMArJ50bwSh3wKWPD6Q47wz/NUSmRV0zNywPc4w79ARjg/i/aNINHwA+mIALhUVqD9/aUvZNgg==} '@volar/language-core@2.4.11': resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==} @@ -2769,6 +2528,9 @@ packages: axios@1.7.9: resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==} + axios@1.8.4: + resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} + b4a@1.6.7: resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} @@ -3056,8 +2818,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@14.1.0: - resolution: {integrity: sha512-pPPj8Uu9NwjaaiXAEcjYZZmgsq6v9Zs1Nw6a+zRF+ANgYSNhH4S32SjFRsvMcuOHR/8dp4GBJhBPqIPSs+TxaA==} + cypress@14.2.1: + resolution: {integrity: sha512-5xd0E7fUp0pjjib1D7ljkmCwFDgMkWuW06jWiz8dKrI7MNRrDo0C65i4Sh+oZ9YHjMHZRJBR0XZk1DfekOhOUw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -3410,11 +3172,6 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.24.2: - resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} - engines: {node: '>=18'} - hasBin: true - esbuild@0.25.0: resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==} engines: {node: '>=18'} @@ -3454,8 +3211,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-cypress@4.1.0: - resolution: {integrity: sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==} + eslint-plugin-cypress@4.2.0: + resolution: {integrity: sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw==} peerDependencies: eslint: '>=9' @@ -3496,6 +3253,10 @@ packages: resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@8.3.0: + resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3504,8 +3265,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.21.0: - resolution: {integrity: sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==} + eslint@9.23.0: + resolution: {integrity: sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -3574,8 +3335,8 @@ packages: resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==} engines: {node: '>=4'} - expect-type@1.1.0: - resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} + expect-type@1.2.1: + resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==} engines: {node: '>=12.0.0'} extend@3.0.2: @@ -4449,8 +4210,8 @@ packages: nightwatch-axe-verbose@2.3.1: resolution: {integrity: sha512-C6N95bwPHsRnv04eVIwJ6w5m6X1+Pddvo6nzpzOHQlO0j+pYRVU7zaQmFUJ0L4cqeUxReNEXyTUg/R9WWfHk7w==} - nightwatch@3.11.1: - resolution: {integrity: sha512-CNVDXpy38RzVxM3Nmb/H56os9LrU9tGfpTjFbnbeZW6SWEggMT+ScbbedowUbPw2IPuNfGP8/a1vXD5sYrtdeA==} + nightwatch@3.12.1: + resolution: {integrity: sha512-+tTSjw7w2xY3TRdq5qMkgSztEk6ofMw1l/+Tc4GVRTyUi2/43qV4m2EzOi8Q/3ERKZrIR1Wqqyyh3pw6PJSKMQ==} engines: {node: '>= 16'} hasBin: true peerDependencies: @@ -4682,8 +4443,8 @@ packages: pkg-types@1.3.0: resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==} - pkgroll@2.11.2: - resolution: {integrity: sha512-AnmLpYTRsOuYl3tATsx9EHaBFN5siNu9ufdu0REz8oKDiILMsWrfvis3DxZh+ATw7z7lbc+hx7pE63pkI3k4Rg==} + pkgroll@2.12.1: + resolution: {integrity: sha512-MpooedkVk28Sl1I5q8YO2QZmdlHdEtCzv1nReZdHNRhY0CzbZ14TewN47JopF+0rGCaQOERSPfcIOgPZDQXlZA==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -4692,13 +4453,13 @@ packages: typescript: optional: true - playwright-core@1.50.1: - resolution: {integrity: sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==} + playwright-core@1.51.1: + resolution: {integrity: sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==} engines: {node: '>=18'} hasBin: true - playwright@1.50.1: - resolution: {integrity: sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==} + playwright@1.51.1: + resolution: {integrity: sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==} engines: {node: '>=18'} hasBin: true @@ -4774,8 +4535,8 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - qs@6.13.1: - resolution: {integrity: sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==} + qs@6.14.0: + resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==} engines: {node: '>=0.6'} querystringify@2.2.0: @@ -4853,11 +4614,6 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.34.8: - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.37.0: resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -4879,6 +4635,9 @@ packages: rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + rxjs@7.8.2: + resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} + safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -4917,6 +4676,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.7.1: + resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + engines: {node: '>=10'} + hasBin: true + serialize-javascript@6.0.0: resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} @@ -5026,13 +4790,13 @@ packages: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} engines: {node: '>=6'} - start-server-and-test@2.0.10: - resolution: {integrity: sha512-nZphcfcqGqwk74lbZkqSwClkYz+M5ZPGOMgWxNVJrdztPKN96qe6HooRu6L3TpwITn0lKJJdKACqHbJtqythOQ==} + start-server-and-test@2.0.11: + resolution: {integrity: sha512-TN39gLzPhHAflxyOkE/oMfQGj+pj3JgF6qVicFH/JrXt7xXktidKXwqfRga+ve7lVA8+RgPZVc25VrEPRScaDw==} engines: {node: '>=16'} hasBin: true - std-env@3.8.0: - resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==} + std-env@3.8.1: + resolution: {integrity: sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==} stop-iteration-iterator@1.1.0: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} @@ -5237,8 +5001,8 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.26.0: - resolution: {integrity: sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==} + typescript-eslint@8.29.0: + resolution: {integrity: sha512-ep9rVd9B4kQsZ7ZnWCVxUE/xDLUUUsRzE0poAeNu+4CkFErLfuvPt/qtm2EpnSyfvsR0S6QzDFSrPCFBwf64fg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5314,8 +5078,8 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 - vite-node@3.0.7: - resolution: {integrity: sha512-2fX0QwX4GkkkpULXdT1Pf4q0tC1i1lFOyseKoonavXUNlQ77KpW2XqBGGNIm/J4Ows4KxgGJzDguYVPKwG/n5A==} + vite-node@3.1.1: + resolution: {integrity: sha512-V+IxPAE2FvXpTCHXyNem0M+gWm6J7eRyWPR6vYoG/Gl+IscNOjXzztUhimQgTxaAoUoj40Qqimaa0NLIOOAH4w==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -5411,16 +5175,16 @@ packages: yaml: optional: true - vitest@3.0.7: - resolution: {integrity: sha512-IP7gPK3LS3Fvn44x30X1dM9vtawm0aesAa2yBIZ9vQf+qB69NXC5776+Qmcr7ohUXIQuLhk7xQR0aSUIDPqavg==} + vitest@3.1.1: + resolution: {integrity: sha512-kiZc/IYmKICeBAZr9DQ5rT7/6bD9G7uqQEki4fxazi1jdVl2mWGzedtBs5s6llz59yQhVb7FFY2MbHzHCnT79Q==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.0.7 - '@vitest/ui': 3.0.7 + '@vitest/browser': 3.1.1 + '@vitest/ui': 3.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -5474,8 +5238,8 @@ packages: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} - wait-on@8.0.2: - resolution: {integrity: sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==} + wait-on@8.0.3: + resolution: {integrity: sha512-nQFqAFzZDeRxsu7S3C7LbuxslHhk+gnJZHyethuGKAn2IVleIbTB9I3vJSQiSR+DifUqmdzfPMoMPJfLqMF2vw==} engines: {node: '>=12.0.0'} hasBin: true @@ -5866,7 +5630,7 @@ snapshots: '@csstools/css-tokenizer@3.0.3': {} - '@cypress/request@3.0.7': + '@cypress/request@3.0.8': dependencies: aws-sign2: 0.7.0 aws4: 1.13.2 @@ -5881,7 +5645,7 @@ snapshots: json-stringify-safe: 5.0.1 mime-types: 2.1.35 performance-now: 2.1.0 - qs: 6.13.1 + qs: 6.14.0 safe-buffer: 5.2.1 tough-cookie: 5.1.0 tunnel-agent: 0.6.0 @@ -5894,9 +5658,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@esbuild/aix-ppc64@0.24.2': - optional: true - '@esbuild/aix-ppc64@0.25.0': optional: true @@ -5906,9 +5667,6 @@ snapshots: '@esbuild/android-arm64@0.18.20': optional: true - '@esbuild/android-arm64@0.24.2': - optional: true - '@esbuild/android-arm64@0.25.0': optional: true @@ -5924,9 +5682,6 @@ snapshots: '@esbuild/android-arm@0.18.20': optional: true - '@esbuild/android-arm@0.24.2': - optional: true - '@esbuild/android-arm@0.25.0': optional: true @@ -5936,9 +5691,6 @@ snapshots: '@esbuild/android-x64@0.18.20': optional: true - '@esbuild/android-x64@0.24.2': - optional: true - '@esbuild/android-x64@0.25.0': optional: true @@ -5948,9 +5700,6 @@ snapshots: '@esbuild/darwin-arm64@0.18.20': optional: true - '@esbuild/darwin-arm64@0.24.2': - optional: true - '@esbuild/darwin-arm64@0.25.0': optional: true @@ -5960,9 +5709,6 @@ snapshots: '@esbuild/darwin-x64@0.18.20': optional: true - '@esbuild/darwin-x64@0.24.2': - optional: true - '@esbuild/darwin-x64@0.25.0': optional: true @@ -5972,9 +5718,6 @@ snapshots: '@esbuild/freebsd-arm64@0.18.20': optional: true - '@esbuild/freebsd-arm64@0.24.2': - optional: true - '@esbuild/freebsd-arm64@0.25.0': optional: true @@ -5984,9 +5727,6 @@ snapshots: '@esbuild/freebsd-x64@0.18.20': optional: true - '@esbuild/freebsd-x64@0.24.2': - optional: true - '@esbuild/freebsd-x64@0.25.0': optional: true @@ -5996,9 +5736,6 @@ snapshots: '@esbuild/linux-arm64@0.18.20': optional: true - '@esbuild/linux-arm64@0.24.2': - optional: true - '@esbuild/linux-arm64@0.25.0': optional: true @@ -6008,9 +5745,6 @@ snapshots: '@esbuild/linux-arm@0.18.20': optional: true - '@esbuild/linux-arm@0.24.2': - optional: true - '@esbuild/linux-arm@0.25.0': optional: true @@ -6020,9 +5754,6 @@ snapshots: '@esbuild/linux-ia32@0.18.20': optional: true - '@esbuild/linux-ia32@0.24.2': - optional: true - '@esbuild/linux-ia32@0.25.0': optional: true @@ -6035,9 +5766,6 @@ snapshots: '@esbuild/linux-loong64@0.18.20': optional: true - '@esbuild/linux-loong64@0.24.2': - optional: true - '@esbuild/linux-loong64@0.25.0': optional: true @@ -6047,9 +5775,6 @@ snapshots: '@esbuild/linux-mips64el@0.18.20': optional: true - '@esbuild/linux-mips64el@0.24.2': - optional: true - '@esbuild/linux-mips64el@0.25.0': optional: true @@ -6059,9 +5784,6 @@ snapshots: '@esbuild/linux-ppc64@0.18.20': optional: true - '@esbuild/linux-ppc64@0.24.2': - optional: true - '@esbuild/linux-ppc64@0.25.0': optional: true @@ -6071,9 +5793,6 @@ snapshots: '@esbuild/linux-riscv64@0.18.20': optional: true - '@esbuild/linux-riscv64@0.24.2': - optional: true - '@esbuild/linux-riscv64@0.25.0': optional: true @@ -6083,9 +5802,6 @@ snapshots: '@esbuild/linux-s390x@0.18.20': optional: true - '@esbuild/linux-s390x@0.24.2': - optional: true - '@esbuild/linux-s390x@0.25.0': optional: true @@ -6095,18 +5811,12 @@ snapshots: '@esbuild/linux-x64@0.18.20': optional: true - '@esbuild/linux-x64@0.24.2': - optional: true - '@esbuild/linux-x64@0.25.0': optional: true '@esbuild/linux-x64@0.25.1': optional: true - '@esbuild/netbsd-arm64@0.24.2': - optional: true - '@esbuild/netbsd-arm64@0.25.0': optional: true @@ -6116,18 +5826,12 @@ snapshots: '@esbuild/netbsd-x64@0.18.20': optional: true - '@esbuild/netbsd-x64@0.24.2': - optional: true - '@esbuild/netbsd-x64@0.25.0': optional: true '@esbuild/netbsd-x64@0.25.1': optional: true - '@esbuild/openbsd-arm64@0.24.2': - optional: true - '@esbuild/openbsd-arm64@0.25.0': optional: true @@ -6137,9 +5841,6 @@ snapshots: '@esbuild/openbsd-x64@0.18.20': optional: true - '@esbuild/openbsd-x64@0.24.2': - optional: true - '@esbuild/openbsd-x64@0.25.0': optional: true @@ -6149,9 +5850,6 @@ snapshots: '@esbuild/sunos-x64@0.18.20': optional: true - '@esbuild/sunos-x64@0.24.2': - optional: true - '@esbuild/sunos-x64@0.25.0': optional: true @@ -6161,9 +5859,6 @@ snapshots: '@esbuild/win32-arm64@0.18.20': optional: true - '@esbuild/win32-arm64@0.24.2': - optional: true - '@esbuild/win32-arm64@0.25.0': optional: true @@ -6173,9 +5868,6 @@ snapshots: '@esbuild/win32-ia32@0.18.20': optional: true - '@esbuild/win32-ia32@0.24.2': - optional: true - '@esbuild/win32-ia32@0.25.0': optional: true @@ -6185,18 +5877,15 @@ snapshots: '@esbuild/win32-x64@0.18.20': optional: true - '@esbuild/win32-x64@0.24.2': - optional: true - '@esbuild/win32-x64@0.25.0': optional: true '@esbuild/win32-x64@0.25.1': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.21.0)': + '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0)': dependencies: - eslint: 9.21.0 + eslint: 9.23.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -6209,11 +5898,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/config-helpers@0.2.0': {} + '@eslint/core@0.12.0': dependencies: '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.3.0': + '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 debug: 4.4.0(supports-color@8.1.1) @@ -6227,7 +5918,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.21.0': {} + '@eslint/js@9.23.0': {} '@eslint/object-schema@2.1.6': {} @@ -6378,12 +6069,12 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@22.13.9)(vue@3.5.13(typescript@5.8.2))': + '@nightwatch/vue@3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.10(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.10(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.10(@types/node@22.13.9) + vite: 4.5.10(@types/node@22.13.15) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6419,19 +6110,19 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.50.1': + '@playwright/test@1.51.1': dependencies: - playwright: 1.50.1 + playwright: 1.51.1 '@polka/url@1.0.0-next.28': {} - '@rollup/plugin-alias@5.1.1(rollup@4.34.8)': + '@rollup/plugin-alias@5.1.1(rollup@4.37.0)': optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 - '@rollup/plugin-commonjs@28.0.2(rollup@4.34.8)': + '@rollup/plugin-commonjs@28.0.2(rollup@4.37.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) commondir: 1.0.1 estree-walker: 2.0.2 fdir: 6.4.2(picomatch@4.0.2) @@ -6439,172 +6130,107 @@ snapshots: magic-string: 0.30.17 picomatch: 4.0.2 optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 - '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.34.8)': + '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.37.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) astring: 1.9.0 estree-walker: 2.0.2 fast-glob: 3.3.3 magic-string: 0.30.17 optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 - '@rollup/plugin-inject@5.0.5(rollup@4.34.8)': + '@rollup/plugin-inject@5.0.5(rollup@4.37.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) estree-walker: 2.0.2 magic-string: 0.30.17 optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 - '@rollup/plugin-json@6.1.0(rollup@4.34.8)': + '@rollup/plugin-json@6.1.0(rollup@4.37.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 - '@rollup/plugin-node-resolve@16.0.0(rollup@4.34.8)': + '@rollup/plugin-node-resolve@16.0.0(rollup@4.37.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.10 optionalDependencies: - rollup: 4.34.8 - - '@rollup/pluginutils@5.1.4(rollup@4.34.8)': - dependencies: - '@types/estree': 1.0.6 - estree-walker: 2.0.2 - picomatch: 4.0.2 - optionalDependencies: - rollup: 4.34.8 + rollup: 4.37.0 '@rollup/pluginutils@5.1.4(rollup@4.37.0)': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: rollup: 4.37.0 - '@rollup/rollup-android-arm-eabi@4.34.8': - optional: true - '@rollup/rollup-android-arm-eabi@4.37.0': optional: true - '@rollup/rollup-android-arm64@4.34.8': - optional: true - '@rollup/rollup-android-arm64@4.37.0': optional: true - '@rollup/rollup-darwin-arm64@4.34.8': - optional: true - '@rollup/rollup-darwin-arm64@4.37.0': optional: true - '@rollup/rollup-darwin-x64@4.34.8': - optional: true - '@rollup/rollup-darwin-x64@4.37.0': optional: true - '@rollup/rollup-freebsd-arm64@4.34.8': - optional: true - '@rollup/rollup-freebsd-arm64@4.37.0': optional: true - '@rollup/rollup-freebsd-x64@4.34.8': - optional: true - '@rollup/rollup-freebsd-x64@4.37.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.37.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.34.8': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.37.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.34.8': - optional: true - '@rollup/rollup-linux-arm64-musl@4.37.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.37.0': optional: true '@rollup/rollup-linux-riscv64-musl@4.37.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.37.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.34.8': - optional: true - '@rollup/rollup-linux-x64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-x64-musl@4.34.8': - optional: true - '@rollup/rollup-linux-x64-musl@4.37.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.34.8': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.37.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.34.8': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.37.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.34.8': - optional: true - '@rollup/rollup-win32-x64-msvc@4.37.0': optional: true @@ -6648,9 +6274,9 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@tsconfig/node20@20.1.4': {} + '@tsconfig/node20@20.1.5': {} - '@tsconfig/node22@22.0.0': {} + '@tsconfig/node22@22.0.1': {} '@types/chai@4.3.20': {} @@ -6666,7 +6292,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -6675,11 +6301,11 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 22.13.9 + '@types/node': 22.13.15 '@types/selenium-webdriver': 4.1.28 devtools-protocol: 0.0.1025565 - '@types/node@22.13.9': + '@types/node@22.13.15': dependencies: undici-types: 6.20.0 @@ -6687,7 +6313,7 @@ snapshots: '@types/selenium-webdriver@4.1.28': dependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -6698,22 +6324,22 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 optional: true - '@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)': + '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.26.0 - '@typescript-eslint/type-utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.26.0 - eslint: 9.21.0 + '@typescript-eslint/parser': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/scope-manager': 8.29.0 + '@typescript-eslint/type-utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.29.0 + eslint: 9.23.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -6722,40 +6348,40 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.26.0(eslint@9.21.0)(typescript@5.8.2)': + '@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2)': dependencies: - '@typescript-eslint/scope-manager': 8.26.0 - '@typescript-eslint/types': 8.26.0 - '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.26.0 + '@typescript-eslint/scope-manager': 8.29.0 + '@typescript-eslint/types': 8.29.0 + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.29.0 debug: 4.4.0(supports-color@8.1.1) - eslint: 9.21.0 + eslint: 9.23.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.26.0': + '@typescript-eslint/scope-manager@8.29.0': dependencies: - '@typescript-eslint/types': 8.26.0 - '@typescript-eslint/visitor-keys': 8.26.0 + '@typescript-eslint/types': 8.29.0 + '@typescript-eslint/visitor-keys': 8.29.0 - '@typescript-eslint/type-utils@8.26.0(eslint@9.21.0)(typescript@5.8.2)': + '@typescript-eslint/type-utils@8.29.0(eslint@9.23.0)(typescript@5.8.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2) + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) debug: 4.4.0(supports-color@8.1.1) - eslint: 9.21.0 + eslint: 9.23.0 ts-api-utils: 2.0.1(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.26.0': {} + '@typescript-eslint/types@8.29.0': {} - '@typescript-eslint/typescript-estree@8.26.0(typescript@5.8.2)': + '@typescript-eslint/typescript-estree@8.29.0(typescript@5.8.2)': dependencies: - '@typescript-eslint/types': 8.26.0 - '@typescript-eslint/visitor-keys': 8.26.0 + '@typescript-eslint/types': 8.29.0 + '@typescript-eslint/visitor-keys': 8.29.0 debug: 4.4.0(supports-color@8.1.1) fast-glob: 3.3.3 is-glob: 4.0.3 @@ -6766,87 +6392,87 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2)': + '@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0) - '@typescript-eslint/scope-manager': 8.26.0 - '@typescript-eslint/types': 8.26.0 - '@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2) - eslint: 9.21.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) + '@typescript-eslint/scope-manager': 8.29.0 + '@typescript-eslint/types': 8.29.0 + '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) + eslint: 9.23.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.26.0': + '@typescript-eslint/visitor-keys@8.29.0': dependencies: - '@typescript-eslint/types': 8.26.0 + '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.26.5(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.10(@types/node@22.13.9))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.10(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 4.5.10(@types/node@22.13.9) + vite: 4.5.10(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) - '@vitest/eslint-plugin@1.1.36(@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2)(vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': dependencies: - '@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - eslint: 9.21.0 + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + eslint: 9.23.0 optionalDependencies: typescript: 5.8.2 - vitest: 3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + vitest: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) - '@vitest/expect@3.0.7': + '@vitest/expect@3.1.1': dependencies: - '@vitest/spy': 3.0.7 - '@vitest/utils': 3.0.7 + '@vitest/spy': 3.1.1 + '@vitest/utils': 3.1.1 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.7(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': dependencies: - '@vitest/spy': 3.0.7 + '@vitest/spy': 3.1.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - '@vitest/pretty-format@3.0.7': + '@vitest/pretty-format@3.1.1': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.0.7': + '@vitest/runner@3.1.1': dependencies: - '@vitest/utils': 3.0.7 + '@vitest/utils': 3.1.1 pathe: 2.0.3 - '@vitest/snapshot@3.0.7': + '@vitest/snapshot@3.1.1': dependencies: - '@vitest/pretty-format': 3.0.7 + '@vitest/pretty-format': 3.1.1 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.0.7': + '@vitest/spy@3.1.1': dependencies: tinyspy: 3.0.2 - '@vitest/utils@3.0.7': + '@vitest/utils@3.1.1': dependencies: - '@vitest/pretty-format': 3.0.7 + '@vitest/pretty-format': 3.1.1 loupe: 3.1.3 tinyrainbow: 2.0.0 @@ -6944,14 +6570,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -6970,11 +6596,11 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.2.0(eslint@9.21.0)(prettier@3.5.2)': + '@vue/eslint-config-prettier@10.2.0(eslint@9.23.0)(prettier@3.5.2)': dependencies: - eslint: 9.21.0 - eslint-config-prettier: 10.0.1(eslint@9.21.0) - eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.21.0))(eslint@9.21.0)(prettier@3.5.2) + eslint: 9.23.0 + eslint-config-prettier: 10.0.1(eslint@9.23.0) + eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.2) prettier: 3.5.2 transitivePeerDependencies: - '@types/eslint' @@ -7196,7 +6822,15 @@ snapshots: axe-core@4.10.2: {} - axios@1.7.9(debug@4.4.0): + axios@1.7.9: + dependencies: + follow-redirects: 1.15.9(debug@4.4.0) + form-data: 4.0.1 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + + axios@1.8.4(debug@4.4.0): dependencies: follow-redirects: 1.15.9(debug@4.4.0) form-data: 4.0.1 @@ -7387,7 +7021,7 @@ snapshots: chromedriver@133.0.3: dependencies: '@testim/chrome-version': 1.1.4 - axios: 1.7.9(debug@4.4.0) + axios: 1.7.9 compare-versions: 6.1.1 extract-zip: 2.0.1(supports-color@8.1.1) proxy-agent: 6.5.0 @@ -7502,9 +7136,9 @@ snapshots: csstype@3.1.3: {} - cypress@14.1.0: + cypress@14.2.1: dependencies: - '@cypress/request': 3.0.7 + '@cypress/request': 3.0.8 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.9 @@ -7541,7 +7175,7 @@ snapshots: process: 0.11.10 proxy-from-env: 1.0.0 request-progress: 3.0.0 - semver: 7.6.3 + semver: 7.7.1 supports-color: 8.1.1 tmp: 0.2.3 tree-kill: 1.2.2 @@ -7854,34 +7488,6 @@ snapshots: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 - esbuild@0.24.2: - optionalDependencies: - '@esbuild/aix-ppc64': 0.24.2 - '@esbuild/android-arm': 0.24.2 - '@esbuild/android-arm64': 0.24.2 - '@esbuild/android-x64': 0.24.2 - '@esbuild/darwin-arm64': 0.24.2 - '@esbuild/darwin-x64': 0.24.2 - '@esbuild/freebsd-arm64': 0.24.2 - '@esbuild/freebsd-x64': 0.24.2 - '@esbuild/linux-arm': 0.24.2 - '@esbuild/linux-arm64': 0.24.2 - '@esbuild/linux-ia32': 0.24.2 - '@esbuild/linux-loong64': 0.24.2 - '@esbuild/linux-mips64el': 0.24.2 - '@esbuild/linux-ppc64': 0.24.2 - '@esbuild/linux-riscv64': 0.24.2 - '@esbuild/linux-s390x': 0.24.2 - '@esbuild/linux-x64': 0.24.2 - '@esbuild/netbsd-arm64': 0.24.2 - '@esbuild/netbsd-x64': 0.24.2 - '@esbuild/openbsd-arm64': 0.24.2 - '@esbuild/openbsd-x64': 0.24.2 - '@esbuild/sunos-x64': 0.24.2 - '@esbuild/win32-arm64': 0.24.2 - '@esbuild/win32-ia32': 0.24.2 - '@esbuild/win32-x64': 0.24.2 - esbuild@0.25.0: optionalDependencies: '@esbuild/aix-ppc64': 0.25.0 @@ -7952,51 +7558,51 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.6.4(eslint@9.21.0): + eslint-compat-utils@0.6.4(eslint@9.23.0): dependencies: - eslint: 9.21.0 + eslint: 9.23.0 semver: 7.6.3 - eslint-config-prettier@10.0.1(eslint@9.21.0): + eslint-config-prettier@10.0.1(eslint@9.23.0): dependencies: - eslint: 9.21.0 + eslint: 9.23.0 - eslint-plugin-cypress@4.1.0(eslint@9.21.0): + eslint-plugin-cypress@4.2.0(eslint@9.23.0): dependencies: - eslint: 9.21.0 + eslint: 9.23.0 globals: 15.14.0 - eslint-plugin-playwright@2.2.0(eslint@9.21.0): + eslint-plugin-playwright@2.2.0(eslint@9.23.0): dependencies: - eslint: 9.21.0 + eslint: 9.23.0 globals: 13.24.0 - eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.21.0))(eslint@9.21.0)(prettier@3.5.2): + eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.2): dependencies: - eslint: 9.21.0 + eslint: 9.23.0 prettier: 3.5.2 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: - eslint-config-prettier: 10.0.1(eslint@9.21.0) + eslint-config-prettier: 10.0.1(eslint@9.23.0) - eslint-plugin-vue@10.0.0(eslint@9.21.0)(vue-eslint-parser@10.1.1(eslint@9.21.0)): + eslint-plugin-vue@10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0) - eslint: 9.21.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) + eslint: 9.23.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 10.1.1(eslint@9.21.0) + vue-eslint-parser: 10.1.1(eslint@9.23.0) xml-name-validator: 4.0.0 - eslint-plugin-yml@1.17.0(eslint@9.21.0): + eslint-plugin-yml@1.17.0(eslint@9.23.0): dependencies: debug: 4.4.0(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint: 9.21.0 - eslint-compat-utils: 0.6.4(eslint@9.21.0) + eslint: 9.23.0 + eslint-compat-utils: 0.6.4(eslint@9.23.0) natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: @@ -8007,30 +7613,36 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@8.3.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@4.2.0: {} - eslint@9.21.0: + eslint@9.23.0: dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.19.2 + '@eslint/config-helpers': 0.2.0 '@eslint/core': 0.12.0 - '@eslint/eslintrc': 3.3.0 - '@eslint/js': 9.21.0 + '@eslint/eslintrc': 3.3.1 + '@eslint/js': 9.23.0 '@eslint/plugin-kit': 0.2.7 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.2 - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 debug: 4.4.0(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint-scope: 8.2.0 + eslint-scope: 8.3.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 esquery: 1.6.0 @@ -8080,7 +7692,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.7 esutils@2.0.3: {} @@ -8139,7 +7751,7 @@ snapshots: dependencies: pify: 2.3.0 - expect-type@1.1.0: {} + expect-type@1.2.1: {} extend@3.0.2: {} @@ -8999,7 +8611,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.11.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): + nightwatch@3.12.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -9268,27 +8880,27 @@ snapshots: mlly: 1.7.4 pathe: 1.1.2 - pkgroll@2.11.2(typescript@5.8.2): + pkgroll@2.12.1(typescript@5.8.2): dependencies: - '@rollup/plugin-alias': 5.1.1(rollup@4.34.8) - '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.8) - '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.34.8) - '@rollup/plugin-inject': 5.0.5(rollup@4.34.8) - '@rollup/plugin-json': 6.1.0(rollup@4.34.8) - '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.8) - '@rollup/pluginutils': 5.1.4(rollup@4.34.8) - esbuild: 0.24.2 + '@rollup/plugin-alias': 5.1.1(rollup@4.37.0) + '@rollup/plugin-commonjs': 28.0.2(rollup@4.37.0) + '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.37.0) + '@rollup/plugin-inject': 5.0.5(rollup@4.37.0) + '@rollup/plugin-json': 6.1.0(rollup@4.37.0) + '@rollup/plugin-node-resolve': 16.0.0(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + esbuild: 0.25.1 magic-string: 0.30.17 - rollup: 4.34.8 + rollup: 4.37.0 rollup-pluginutils: 2.8.2 optionalDependencies: typescript: 5.8.2 - playwright-core@1.50.1: {} + playwright-core@1.51.1: {} - playwright@1.50.1: + playwright@1.51.1: dependencies: - playwright-core: 1.50.1 + playwright-core: 1.51.1 optionalDependencies: fsevents: 2.3.2 @@ -9363,7 +8975,7 @@ snapshots: punycode@2.3.1: {} - qs@6.13.1: + qs@6.14.0: dependencies: side-channel: 1.1.0 @@ -9450,31 +9062,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.34.8: - dependencies: - '@types/estree': 1.0.6 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.34.8 - '@rollup/rollup-android-arm64': 4.34.8 - '@rollup/rollup-darwin-arm64': 4.34.8 - '@rollup/rollup-darwin-x64': 4.34.8 - '@rollup/rollup-freebsd-arm64': 4.34.8 - '@rollup/rollup-freebsd-x64': 4.34.8 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 - '@rollup/rollup-linux-arm64-musl': 4.34.8 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 - '@rollup/rollup-linux-x64-gnu': 4.34.8 - '@rollup/rollup-linux-x64-musl': 4.34.8 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 - '@rollup/rollup-win32-x64-msvc': 4.34.8 - fsevents: 2.3.3 - rollup@4.37.0: dependencies: '@types/estree': 1.0.6 @@ -9515,6 +9102,10 @@ snapshots: dependencies: tslib: 2.8.1 + rxjs@7.8.2: + dependencies: + tslib: 2.8.1 + safe-buffer@5.1.2: {} safe-buffer@5.2.1: {} @@ -9551,6 +9142,8 @@ snapshots: semver@7.6.3: {} + semver@7.7.1: {} + serialize-javascript@6.0.0: dependencies: randombytes: 2.1.0 @@ -9688,7 +9281,7 @@ snapshots: dependencies: type-fest: 0.7.1 - start-server-and-test@2.0.10: + start-server-and-test@2.0.11: dependencies: arg: 5.0.2 bluebird: 3.7.2 @@ -9697,11 +9290,11 @@ snapshots: execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 - wait-on: 8.0.2(debug@4.4.0) + wait-on: 8.0.3(debug@4.4.0) transitivePeerDependencies: - supports-color - std-env@3.8.0: {} + std-env@3.8.1: {} stop-iteration-iterator@1.1.0: dependencies: @@ -9861,14 +9454,14 @@ snapshots: dependencies: typescript: 5.8.2 - ts-node@10.9.2(@types/node@22.13.9)(typescript@5.8.2): + ts-node@10.9.2(@types/node@22.13.15)(typescript@5.8.2): 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': 22.13.9 + '@types/node': 22.13.15 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -9908,12 +9501,12 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.26.0(eslint@9.21.0)(typescript@5.8.2): + typescript-eslint@8.29.0(eslint@9.23.0)(typescript@5.8.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.21.0)(typescript@5.8.2))(eslint@9.21.0)(typescript@5.8.2) - '@typescript-eslint/parser': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2) - eslint: 9.21.0 + '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + eslint: 9.23.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -9986,17 +9579,17 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-node@3.0.7(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0): + vite-node@3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: cac: 6.7.14 debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -10011,7 +9604,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.37.0) @@ -10022,7 +9615,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -10041,23 +9634,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -10068,54 +9661,54 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.10(@types/node@22.13.9): + vite@4.5.10(@types/node@22.13.15): dependencies: esbuild: 0.18.20 postcss: 8.5.3 rollup: 3.29.5 optionalDependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 fsevents: 2.3.3 - vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: esbuild: 0.25.1 postcss: 8.5.3 rollup: 4.37.0 optionalDependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 fsevents: 2.3.3 tsx: 4.19.3 yaml: 2.7.0 - vitest@3.0.7(@types/node@22.13.9)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): + vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): dependencies: - '@vitest/expect': 3.0.7 - '@vitest/mocker': 3.0.7(vite@6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0)) - '@vitest/pretty-format': 3.0.7 - '@vitest/runner': 3.0.7 - '@vitest/snapshot': 3.0.7 - '@vitest/spy': 3.0.7 - '@vitest/utils': 3.0.7 + '@vitest/expect': 3.1.1 + '@vitest/mocker': 3.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + '@vitest/pretty-format': 3.1.1 + '@vitest/runner': 3.1.1 + '@vitest/snapshot': 3.1.1 + '@vitest/spy': 3.1.1 + '@vitest/utils': 3.1.1 chai: 5.2.0 debug: 4.4.0(supports-color@8.1.1) - expect-type: 1.1.0 + expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 - std-env: 3.8.0 + std-env: 3.8.1 tinybench: 2.9.0 tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.3(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) - vite-node: 3.0.7(@types/node@22.13.9)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite-node: 3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.13.9 + '@types/node': 22.13.15 jsdom: 26.0.0 transitivePeerDependencies: - jiti @@ -10135,10 +9728,10 @@ snapshots: vue-component-type-helpers@2.2.0: {} - vue-eslint-parser@10.1.1(eslint@9.21.0): + vue-eslint-parser@10.1.1(eslint@9.23.0): dependencies: debug: 4.4.0(supports-color@8.1.1) - eslint: 9.21.0 + eslint: 9.23.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -10173,13 +9766,13 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wait-on@8.0.2(debug@4.4.0): + wait-on@8.0.3(debug@4.4.0): dependencies: - axios: 1.7.9(debug@4.4.0) + axios: 1.8.4(debug@4.4.0) joi: 17.13.3 lodash: 4.17.21 minimist: 1.2.8 - rxjs: 7.8.1 + rxjs: 7.8.2 transitivePeerDependencies: - debug diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 4eee1ab0..58adaa4b 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -16,12 +16,12 @@ "vue-router": "^4.5.0" }, "devDependencies": { - "@tsconfig/node22": "^22.0.0", - "@types/node": "^22.13.9", + "@tsconfig/node22": "^22.0.1", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 51ae5c2e..18516509 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.13" }, "devDependencies": { - "@tsconfig/node20": "^20.1.4", - "@types/node": "^22.13.9", + "@tsconfig/node20": "^20.1.5", + "@types/node": "^22.13.15", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "espree": "^9.6.1", "npm-run-all2": "^7.0.2", From 46a1638877e3aac3de867c167d25cc73173a78cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:41:35 +0800 Subject: [PATCH 05/22] chore(deps): update dependency unplugin-vue-router to ^0.12.0 (#167) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 95 ++++++++++--------- test/fixtures/file-based-routing/package.json | 2 +- 2 files changed, 53 insertions(+), 44 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 384ce322..dbcef85d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -933,8 +933,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 unplugin-vue-router: - specifier: ^0.11.2 - version: 0.11.2(rollup@4.37.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) + specifier: ^0.12.0 + version: 0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) @@ -1136,6 +1136,10 @@ packages: resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==} engines: {node: '>=6.9.0'} + '@babel/types@7.27.0': + resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} + engines: {node: '>=6.9.0'} + '@bazel/runfiles@6.3.1': resolution: {integrity: sha512-1uLNT5NZsUVIGS4syuHwTzZ8HycMPyr6POA3FCE4GbMtc4rhoJk8aZKtNIRthJYfL+iioppi+rTfH3olMPr9nA==} @@ -2378,6 +2382,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.14.1: + resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} + engines: {node: '>=0.4.0'} + hasBin: true + agent-base@7.1.3: resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} @@ -2477,10 +2486,6 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} - ast-kit@1.3.2: - resolution: {integrity: sha512-gdvX700WVC6sHCJQ7bJGfDvtuKAh6Sa6weIZROxfzUZKP7BjvB8y0SMlM/o4omSQ3L60PQSJROBJsb0vEViVnA==} - engines: {node: '>=16.14.0'} - ast-kit@1.4.0: resolution: {integrity: sha512-BlGeOw73FDsX7z0eZE/wuuafxYoek2yzNJ6l6A1nsb4+z/p87TOPbHaWuN53kFKNuUXiCQa2M+xLF71IqQmRSw==} engines: {node: '>=16.14.0'} @@ -2685,9 +2690,9 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} - chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} chromedriver@133.0.3: resolution: {integrity: sha512-wGZUtrSdyqnbweXEDIbn+ndu7memG4SEqG6/D+mSabKUEic0hveMYepAPAhlYtvyOc0X8JbsARYtEalVD3R/Vg==} @@ -4383,9 +4388,6 @@ packages: pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.2: - resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} @@ -4569,6 +4571,10 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} + regexp.prototype.flags@1.5.4: resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} engines: {node: '>= 0.4'} @@ -5031,16 +5037,20 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unplugin-vue-router@0.11.2: - resolution: {integrity: sha512-X8BbQ3BNnMqaCYeMj80jtz5jC4AB0jcpdmECIYey9qKm6jy/upaPZ/WzfuT+iTGRiQAY4WemHueXxuzH127oOg==} + unplugin-utils@0.2.4: + resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==} + engines: {node: '>=18.12.0'} + + unplugin-vue-router@0.12.0: + resolution: {integrity: sha512-xjgheKU0MegvXQcy62GVea0LjyOdMxN0/QH+ijN29W62ZlMhG7o7K+0AYqfpprvPwpWtuRjiyC5jnV2SxWye2w==} peerDependencies: vue-router: ^4.4.0 peerDependenciesMeta: vue-router: optional: true - unplugin@2.1.2: - resolution: {integrity: sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==} + unplugin@2.2.2: + resolution: {integrity: sha512-Qp+iiD+qCRnUek+nDoYvtWX7tfnYyXsrOnJ452FRTgOyKmTM7TUJ3l+PLPJOOWPTUyKISKp4isC5JJPSXUjGgw==} engines: {node: '>=18.12.0'} untildify@4.0.0: @@ -5601,6 +5611,11 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 + '@babel/types@7.27.0': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@bazel/runfiles@6.3.1': {} '@colors/colors@1.5.0': @@ -6673,6 +6688,8 @@ snapshots: acorn@8.14.0: {} + acorn@8.14.1: {} + agent-base@7.1.3: {} aggregate-error@3.1.0: @@ -6783,11 +6800,6 @@ snapshots: assertion-error@2.0.1: {} - ast-kit@1.3.2: - dependencies: - '@babel/parser': 7.26.5 - pathe: 1.1.2 - ast-kit@1.4.0: dependencies: '@babel/parser': 7.26.5 @@ -6800,7 +6812,7 @@ snapshots: ast-walker-scope@0.6.2: dependencies: '@babel/parser': 7.26.5 - ast-kit: 1.3.2 + ast-kit: 1.4.0 astral-regex@2.0.0: {} @@ -7006,17 +7018,9 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chokidar@3.6.0: + chokidar@4.0.3: dependencies: - anymatch: 3.1.3 - braces: 3.0.3 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 + readdirp: 4.1.2 chromedriver@133.0.3: dependencies: @@ -8835,8 +8839,6 @@ snapshots: pathe@1.1.2: {} - pathe@2.0.2: {} - pathe@2.0.3: {} pathval@1.1.1: {} @@ -9018,6 +9020,8 @@ snapshots: dependencies: picomatch: 2.3.1 + readdirp@4.1.2: {} + regexp.prototype.flags@1.5.4: dependencies: call-bind: 1.0.8 @@ -9523,31 +9527,36 @@ snapshots: universalify@2.0.1: {} - unplugin-vue-router@0.11.2(rollup@4.37.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)): + unplugin-utils@0.2.4: dependencies: - '@babel/types': 7.26.5 - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + pathe: 2.0.3 + picomatch: 4.0.2 + + unplugin-vue-router@0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)): + dependencies: + '@babel/types': 7.27.0 '@vue-macros/common': 1.16.1(vue@3.5.13(typescript@5.8.2)) ast-walker-scope: 0.6.2 - chokidar: 3.6.0 + chokidar: 4.0.3 fast-glob: 3.3.3 json5: 2.2.3 local-pkg: 1.0.0 magic-string: 0.30.17 + micromatch: 4.0.8 mlly: 1.7.4 - pathe: 2.0.2 + pathe: 2.0.3 scule: 1.3.0 - unplugin: 2.1.2 + unplugin: 2.2.2 + unplugin-utils: 0.2.4 yaml: 2.7.0 optionalDependencies: vue-router: 4.5.0(vue@3.5.13(typescript@5.8.2)) transitivePeerDependencies: - - rollup - vue - unplugin@2.1.2: + unplugin@2.2.2: dependencies: - acorn: 8.14.0 + acorn: 8.14.1 webpack-virtual-modules: 0.6.2 untildify@4.0.0: {} diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 58adaa4b..ae0c178b 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", "typescript": "~5.8.2", - "unplugin-vue-router": "^0.11.2", + "unplugin-vue-router": "^0.12.0", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.2", "vue-tsc": "^2.2.8" From 7dfb263500fa918ce203ea941ddba44965bd2269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:56:58 +0800 Subject: [PATCH 06/22] chore(deps): update vite packages (#165) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 4 +- .../package.json | 2 +- examples/disable-ts-in-templates/package.json | 2 +- .../disable-type-checked-for-yml/package.json | 4 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 4 +- 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 | 296 ++++++++++++++---- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 259 insertions(+), 87 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 9dbdbb59..674beac6 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 6f5882e3..993fea9a 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index dc743fd2..2f6fa209 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node22": "^22.0.1", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 0720cc48..42d71afd 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index d25ecdc4..7454ffd7 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 648521e2..6216c8a6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 78dd4d1e..1a87d1e2 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 534aaa9d..41c6abb9 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "cypress": "^14.2.1", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 5af29523..858a7998 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 9753477a..f5801df2 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index fe79793c..8428229d 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@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 2d789f2c..daf418e2 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -19,7 +19,7 @@ "@playwright/test": "^1.51.1", "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 1e9be581..693a5a72 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-prettier": "^10.2.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 6d1d2ec4..a71b18d7 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index d9484815..1221c48c 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index b4a8d9a8..fe3bff4c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -19,7 +19,7 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbcef85d..3b08d75f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -117,11 +117,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -190,8 +190,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -233,8 +233,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -282,11 +282,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -358,8 +358,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -407,11 +407,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -480,8 +480,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -529,11 +529,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -572,11 +572,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -618,8 +618,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -679,8 +679,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -722,8 +722,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) @@ -768,11 +768,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -811,11 +811,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.1 - version: 4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.1.2 + version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -857,8 +857,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -912,8 +912,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -958,8 +958,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.1 - version: 5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.3 + version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -1012,10 +1012,18 @@ packages: resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} + '@babel/core@7.26.10': + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.26.5': resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.27.0': + resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.25.9': resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -1030,6 +1038,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.27.0': + resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-member-expression-to-functions@7.25.9': resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} @@ -1078,11 +1092,20 @@ packages: resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.27.0': + resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.26.5': resolution: {integrity: sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.27.0': + resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-decorators@7.25.9': resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==} engines: {node: '>=6.9.0'} @@ -1124,14 +1147,28 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-typescript@7.27.0': + resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/template@7.25.9': resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} + '@babel/template@7.27.0': + resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.26.5': resolution: {integrity: sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.27.0': + resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} + engines: {node: '>=6.9.0'} + '@babel/types@7.26.5': resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==} engines: {node: '>=6.9.0'} @@ -2182,8 +2219,8 @@ packages: resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-vue-jsx@4.1.1': - resolution: {integrity: sha512-uMJqv/7u1zz/9NbWAD3XdjaY20tKTf17XVfQ9zq4wY1BjsB/PjpJPMe2xiG39QpP4ZdhYNhm4Hvo66uJrykNLA==} + '@vitejs/plugin-vue-jsx@4.1.2': + resolution: {integrity: sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 @@ -2196,8 +2233,8 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 - '@vitejs/plugin-vue@5.2.1': - resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} + '@vitejs/plugin-vue@5.2.3': + resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 @@ -5450,6 +5487,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.26.10': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.27.0 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helpers': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + convert-source-map: 2.0.0 + debug: 4.4.0(supports-color@8.1.1) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.26.5': dependencies: '@babel/parser': 7.26.5 @@ -5458,6 +5515,14 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 + '@babel/generator@7.27.0': + dependencies: + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.1.0 + '@babel/helper-annotate-as-pure@7.25.9': dependencies: '@babel/types': 7.26.5 @@ -5483,9 +5548,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/traverse': 7.27.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.26.5 + '@babel/traverse': 7.27.0 '@babel/types': 7.26.5 transitivePeerDependencies: - supports-color @@ -5502,7 +5580,16 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.5 + '@babel/traverse': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color @@ -5517,7 +5604,16 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.5 + '@babel/traverse': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color @@ -5539,10 +5635,19 @@ snapshots: '@babel/template': 7.25.9 '@babel/types': 7.26.5 + '@babel/helpers@7.27.0': + dependencies: + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + '@babel/parser@7.26.5': dependencies: '@babel/types': 7.26.5 + '@babel/parser@7.27.0': + dependencies: + '@babel/types': 7.27.0 + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -5572,11 +5677,21 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-transform-typescript@7.26.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -5588,12 +5703,29 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)': + dependencies: + '@babel/core': 7.26.10 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) + transitivePeerDependencies: + - supports-color + '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.5 '@babel/types': 7.26.5 + '@babel/template@7.27.0': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 + '@babel/traverse@7.26.5': dependencies: '@babel/code-frame': 7.26.2 @@ -5606,6 +5738,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.27.0': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/types': 7.27.0 + debug: 4.4.0(supports-color@8.1.1) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.26.5': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -6423,11 +6567,11 @@ snapshots: '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-typescript': 7.26.5(@babel/core@7.26.0) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) + '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: @@ -6438,7 +6582,7 @@ snapshots: vite: 4.5.10(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) @@ -6533,6 +6677,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': + dependencies: + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) + '@babel/template': 7.25.9 + '@babel/traverse': 7.26.5 + '@babel/types': 7.26.5 + '@vue/babel-helper-vue-transform-on': 1.2.5 + '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) + html-tags: 3.3.1 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.26.10 + transitivePeerDependencies: + - supports-color + '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.0)': dependencies: '@babel/code-frame': 7.26.2 @@ -6544,6 +6705,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/core': 7.26.10 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/parser': 7.26.5 + '@vue/compiler-sfc': 3.5.13 + transitivePeerDependencies: + - supports-color + '@vue/compiler-core@3.5.13': dependencies: '@babel/parser': 7.26.5 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index ae0c178b..c1978b14 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.1", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 18516509..20e4ec7c 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", From f3c3aa0afd88bf447b52ff0abf7f68ce2abbfd6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:03:20 +0800 Subject: [PATCH 07/22] chore(deps): update dependency chromedriver to v134 (#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/with-nightwatch/package.json | 2 +- pnpm-lock.yaml | 29 +++++++++------------------ 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 8428229d..47192fcd 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": "^133.0.3", + "chromedriver": "^134.0.5", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "geckodriver": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b08d75f..a10ea8b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -630,8 +630,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) chromedriver: - specifier: ^133.0.3 - version: 133.0.3 + specifier: ^134.0.5 + version: 134.0.5 eslint: specifier: ^9.23.0 version: 9.23.0 @@ -643,7 +643,7 @@ importers: version: 5.0.0(bare-buffer@3.0.1) nightwatch: specifier: ^3.12.1 - version: 3.12.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) + version: 3.12.1(chromedriver@134.0.5)(geckodriver@5.0.0(bare-buffer@3.0.1)) npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -2567,9 +2567,6 @@ packages: resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} engines: {node: '>=4'} - axios@1.7.9: - resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==} - axios@1.8.4: resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} @@ -2731,8 +2728,8 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} - chromedriver@133.0.3: - resolution: {integrity: sha512-wGZUtrSdyqnbweXEDIbn+ndu7memG4SEqG6/D+mSabKUEic0hveMYepAPAhlYtvyOc0X8JbsARYtEalVD3R/Vg==} + chromedriver@134.0.5: + resolution: {integrity: sha512-edXbiuShAvH6Elx8Hobl4NQkgNRMIozcW7ZlEiE8TBynZHRazrepO9hfftQzZgztPvjMQiSWeWjZaDV3SecYaw==} engines: {node: '>=18'} hasBin: true @@ -7006,14 +7003,6 @@ snapshots: axe-core@4.10.2: {} - axios@1.7.9: - dependencies: - follow-redirects: 1.15.9(debug@4.4.0) - form-data: 4.0.1 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - axios@1.8.4(debug@4.4.0): dependencies: follow-redirects: 1.15.9(debug@4.4.0) @@ -7194,10 +7183,10 @@ snapshots: dependencies: readdirp: 4.1.2 - chromedriver@133.0.3: + chromedriver@134.0.5: dependencies: '@testim/chrome-version': 1.1.4 - axios: 1.7.9 + axios: 1.8.4(debug@4.4.0) compare-versions: 6.1.1 extract-zip: 2.0.1(supports-color@8.1.1) proxy-agent: 6.5.0 @@ -8787,7 +8776,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.12.1(chromedriver@133.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): + nightwatch@3.12.1(chromedriver@134.0.5)(geckodriver@5.0.0(bare-buffer@3.0.1)): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -8824,7 +8813,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 133.0.3 + chromedriver: 134.0.5 geckodriver: 5.0.0(bare-buffer@3.0.1) transitivePeerDependencies: - bufferutil From ef6b8c6bb461e392bb12997f430836f226a11947 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:03:29 +0800 Subject: [PATCH 08/22] chore(deps): update dependency prettier to v3.5.3 (#164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/api-before-14.3/package.json | 2 +- .../disable-type-checked-for-yml/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-prettier/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 44 +++++++++---------- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 993fea9a..74f8df84 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 7454ffd7..aea89861 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^1.17.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 1a87d1e2..cde83b85 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 693a5a72..3698d8bf 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -25,7 +25,7 @@ "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "npm-run-all2": "^7.0.2", - "prettier": "3.5.2", + "prettier": "3.5.3", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/package.json b/package.json index dac2984e..a2634d9f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-vue": "~10.0.0", "execa": "^9.5.2", "pkgroll": "^2.12.1", - "prettier": "3.5.2", + "prettier": "3.5.3", "tsx": "^4.19.3", "typescript": "~5.8.2", "vitest": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a10ea8b4..921c5e6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: ^2.12.1 version: 2.12.1(typescript@5.8.2) prettier: - specifier: 3.5.2 - version: 3.5.2 + specifier: 3.5.3 + version: 3.5.3 tsx: specifier: ^4.19.3 version: 4.19.3 @@ -127,7 +127,7 @@ importers: version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -156,8 +156,8 @@ importers: specifier: ^7.0.2 version: 7.0.2 prettier: - specifier: 3.5.2 - version: 3.5.2 + specifier: 3.5.3 + version: 3.5.3 start-server-and-test: specifier: ^2.0.11 version: 2.0.11 @@ -292,7 +292,7 @@ importers: version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -324,8 +324,8 @@ importers: specifier: ^7.0.2 version: 7.0.2 prettier: - specifier: 3.5.2 - version: 3.5.2 + specifier: 3.5.3 + version: 3.5.3 start-server-and-test: specifier: ^2.0.11 version: 2.0.11 @@ -417,7 +417,7 @@ importers: version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -446,8 +446,8 @@ importers: specifier: ^7.0.2 version: 7.0.2 prettier: - specifier: 3.5.2 - version: 3.5.2 + specifier: 3.5.3 + version: 3.5.3 start-server-and-test: specifier: ^2.0.11 version: 2.0.11 @@ -726,7 +726,7 @@ importers: version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.2) + version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -743,8 +743,8 @@ importers: specifier: ^7.0.2 version: 7.0.2 prettier: - specifier: 3.5.2 - version: 3.5.2 + specifier: 3.5.3 + version: 3.5.3 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -4523,8 +4523,8 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} - prettier@3.5.2: - resolution: {integrity: sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==} + prettier@3.5.3: + resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} engines: {node: '>=14'} hasBin: true @@ -6780,12 +6780,12 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.2.0(eslint@9.23.0)(prettier@3.5.2)': + '@vue/eslint-config-prettier@10.2.0(eslint@9.23.0)(prettier@3.5.3)': dependencies: eslint: 9.23.0 eslint-config-prettier: 10.0.1(eslint@9.23.0) - eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.2) - prettier: 3.5.2 + eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.3) + prettier: 3.5.3 transitivePeerDependencies: - '@types/eslint' @@ -7742,10 +7742,10 @@ snapshots: eslint: 9.23.0 globals: 13.24.0 - eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.2): + eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.3): dependencies: eslint: 9.23.0 - prettier: 3.5.2 + prettier: 3.5.3 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: @@ -9092,7 +9092,7 @@ snapshots: dependencies: fast-diff: 1.3.0 - prettier@3.5.2: {} + prettier@3.5.3: {} pretty-bytes@5.6.0: {} From 20048d6678e5760af02619aa379e5b91056b00af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:13:05 +0800 Subject: [PATCH 09/22] chore(deps-dev): bump vite from 6.2.3 to 6.2.4 (#162) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 642 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 541 insertions(+), 101 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 921c5e6d..79da2337 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -166,10 +166,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -334,10 +334,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -456,10 +456,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -888,7 +888,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -937,10 +937,10 @@ importers: version: 0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -1235,6 +1235,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.25.2': + resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -1253,6 +1259,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.25.2': + resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.15.18': resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1283,6 +1295,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.25.2': + resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -1301,6 +1319,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.25.2': + resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -1319,6 +1343,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.25.2': + resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1337,6 +1367,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.25.2': + resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1355,6 +1391,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.25.2': + resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1373,6 +1415,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.25.2': + resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1391,6 +1439,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.25.2': + resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1409,6 +1463,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.25.2': + resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -1427,6 +1487,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.25.2': + resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.15.18': resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1451,6 +1517,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.25.2': + resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -1469,6 +1541,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.25.2': + resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.20': resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -1487,6 +1565,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.25.2': + resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.20': resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -1505,6 +1589,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.25.2': + resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.20': resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -1523,6 +1613,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.25.2': + resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.20': resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -1541,6 +1637,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.2': + resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.25.0': resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} engines: {node: '>=18'} @@ -1553,6 +1655,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.25.2': + resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.18.20': resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -1571,6 +1679,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.2': + resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.25.0': resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} engines: {node: '>=18'} @@ -1583,6 +1697,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.25.2': + resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.18.20': resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -1601,6 +1721,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.25.2': + resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.20': resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -1619,6 +1745,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.25.2': + resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.20': resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -1637,6 +1769,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.25.2': + resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.20': resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -1655,6 +1793,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.25.2': + resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.20': resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -1673,6 +1817,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.2': + resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==} + 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} @@ -1977,101 +2127,201 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.38.0': + resolution: {integrity: sha512-ldomqc4/jDZu/xpYU+aRxo3V4mGCV9HeTgUBANI3oIQMOL+SsxB+S2lxMpkFp5UamSS3XuTMQVbsS24R4J4Qjg==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.37.0': resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.38.0': + resolution: {integrity: sha512-VUsgcy4GhhT7rokwzYQP+aV9XnSLkkhlEJ0St8pbasuWO/vwphhZQxYEKUP3ayeCYLhk6gEtacRpYP/cj3GjyQ==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.37.0': resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.38.0': + resolution: {integrity: sha512-buA17AYXlW9Rn091sWMq1xGUvWQFOH4N1rqUxGJtEQzhChxWjldGCCup7r/wUnaI6Au8sKXpoh0xg58a7cgcpg==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.37.0': resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.38.0': + resolution: {integrity: sha512-Mgcmc78AjunP1SKXl624vVBOF2bzwNWFPMP4fpOu05vS0amnLcX8gHIge7q/lDAHy3T2HeR0TqrriZDQS2Woeg==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.37.0': resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.38.0': + resolution: {integrity: sha512-zzJACgjLbQTsscxWqvrEQAEh28hqhebpRz5q/uUd1T7VTwUNZ4VIXQt5hE7ncs0GrF+s7d3S4on4TiXUY8KoQA==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.37.0': resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.38.0': + resolution: {integrity: sha512-hCY/KAeYMCyDpEE4pTETam0XZS4/5GXzlLgpi5f0IaPExw9kuB+PDTOTLuPtM10TlRG0U9OSmXJ+Wq9J39LvAg==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.38.0': + resolution: {integrity: sha512-mimPH43mHl4JdOTD7bUMFhBdrg6f9HzMTOEnzRmXbOZqjijCw8LA5z8uL6LCjxSa67H2xiLFvvO67PT05PRKGg==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.37.0': resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.38.0': + resolution: {integrity: sha512-tPiJtiOoNuIH8XGG8sWoMMkAMm98PUwlriOFCCbZGc9WCax+GLeVRhmaxjJtz6WxrPKACgrwoZ5ia/uapq3ZVg==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.37.0': resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.38.0': + resolution: {integrity: sha512-wZco59rIVuB0tjQS0CSHTTUcEde+pXQWugZVxWaQFdQQ1VYub/sTrNdY76D1MKdN2NB48JDuGABP6o6fqos8mA==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.37.0': resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.38.0': + resolution: {integrity: sha512-fQgqwKmW0REM4LomQ+87PP8w8xvU9LZfeLBKybeli+0yHT7VKILINzFEuggvnV9M3x1Ed4gUBmGUzCo/ikmFbQ==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} cpu: [loong64] os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.38.0': + resolution: {integrity: sha512-hz5oqQLXTB3SbXpfkKHKXLdIp02/w3M+ajp8p4yWOWwQRtHWiEOCKtc9U+YXahrwdk+3qHdFMDWR5k+4dIlddg==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.38.0': + resolution: {integrity: sha512-NXqygK/dTSibQ+0pzxsL3r4Xl8oPqVoWbZV9niqOnIHV/J92fe65pOir0xjkUZDRSPyFRvu+4YOpJF9BZHQImw==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.37.0': resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.38.0': + resolution: {integrity: sha512-GEAIabR1uFyvf/jW/5jfu8gjM06/4kZ1W+j1nWTSSB3w6moZEBm7iBtzwQ3a1Pxos2F7Gz+58aVEnZHU295QTg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.37.0': resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.38.0': + resolution: {integrity: sha512-9EYTX+Gus2EGPbfs+fh7l95wVADtSQyYw4DfSBcYdUEAmP2lqSZY0Y17yX/3m5VKGGJ4UmIH5LHLkMJft3bYoA==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.37.0': resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.38.0': + resolution: {integrity: sha512-Mpp6+Z5VhB9VDk7RwZXoG2qMdERm3Jw07RNlXHE0bOnEeX+l7Fy4bg+NxfyN15ruuY3/7Vrbpm75J9QHFqj5+Q==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.37.0': resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.38.0': + resolution: {integrity: sha512-vPvNgFlZRAgO7rwncMeE0+8c4Hmc+qixnp00/Uv3ht2x7KYrJ6ERVd3/R0nUtlE6/hu7/HiiNHJ/rP6knRFt1w==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.37.0': resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.38.0': + resolution: {integrity: sha512-q5Zv+goWvQUGCaL7fU8NuTw8aydIL/C9abAVGCzRReuj5h30TPx4LumBtAidrVOtXnlB+RZkBtExMsfqkMfb8g==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.37.0': resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.38.0': + resolution: {integrity: sha512-u/Jbm1BU89Vftqyqbmxdq14nBaQjQX1HhmsdBWqSdGClNaKwhjsg5TpW+5Ibs1mb8Es9wJiMdl86BcmtUVXNZg==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.37.0': resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.38.0': + resolution: {integrity: sha512-mqu4PzTrlpNHHbu5qleGvXJoGgHpChBlrBx/mEhTPpnAL1ZAYFlvHD7rLK839LLKQzqEQMFJfGrrOHItN4ZQqA==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.37.0': resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.38.0': + resolution: {integrity: sha512-jjqy3uWlecfB98Psxb5cD6Fny9Fupv9LrDSPTQZUROqjvZmcCqNu4UMl7qqhlUUGpwiAkotj6GYu4SZdcr/nLw==} + cpu: [x64] + os: [win32] + '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} @@ -3221,6 +3471,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.25.2: + resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -4229,11 +4484,6 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@3.3.8: - resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} - 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} @@ -4507,10 +4757,6 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} - postcss@8.5.0: - resolution: {integrity: sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.3: resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} @@ -4659,6 +4905,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.38.0: + resolution: {integrity: sha512-5SsIRtJy9bf1ErAOiFMFzl64Ex9X5V7bnJ+WlFMb+zmP459OSWCEG7b0ERZ+PEU7xPt4OG3RHbrp1LJlXxYTrw==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} @@ -5151,8 +5402,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 - vite@4.5.10: - resolution: {integrity: sha512-f2ueoukYTMI/5kMMT7wW+ol3zL6z6PjN28zYrGKAjnbzXhRXWXPThD3uN6muCp+TbfXaDgGvRuPsg6mwVLaWwQ==} + vite@4.5.11: + resolution: {integrity: sha512-4mVdhLkZ0vpqZLGJhNm+X1n7juqXApEMGlUXcOQawA45UmpxivOYaMBkI/Js3FlBsNA8hCgEnX5X04moFitSGw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5179,8 +5430,8 @@ packages: terser: optional: true - vite@6.2.3: - resolution: {integrity: sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==} + vite@6.2.4: + resolution: {integrity: sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -5820,6 +6071,9 @@ snapshots: '@esbuild/aix-ppc64@0.25.1': optional: true + '@esbuild/aix-ppc64@0.25.2': + optional: true + '@esbuild/android-arm64@0.18.20': optional: true @@ -5829,6 +6083,9 @@ snapshots: '@esbuild/android-arm64@0.25.1': optional: true + '@esbuild/android-arm64@0.25.2': + optional: true + '@esbuild/android-arm@0.15.18': optional: true @@ -5844,6 +6101,9 @@ snapshots: '@esbuild/android-arm@0.25.1': optional: true + '@esbuild/android-arm@0.25.2': + optional: true + '@esbuild/android-x64@0.18.20': optional: true @@ -5853,6 +6113,9 @@ snapshots: '@esbuild/android-x64@0.25.1': optional: true + '@esbuild/android-x64@0.25.2': + optional: true + '@esbuild/darwin-arm64@0.18.20': optional: true @@ -5862,6 +6125,9 @@ snapshots: '@esbuild/darwin-arm64@0.25.1': optional: true + '@esbuild/darwin-arm64@0.25.2': + optional: true + '@esbuild/darwin-x64@0.18.20': optional: true @@ -5871,6 +6137,9 @@ snapshots: '@esbuild/darwin-x64@0.25.1': optional: true + '@esbuild/darwin-x64@0.25.2': + optional: true + '@esbuild/freebsd-arm64@0.18.20': optional: true @@ -5880,6 +6149,9 @@ snapshots: '@esbuild/freebsd-arm64@0.25.1': optional: true + '@esbuild/freebsd-arm64@0.25.2': + optional: true + '@esbuild/freebsd-x64@0.18.20': optional: true @@ -5889,6 +6161,9 @@ snapshots: '@esbuild/freebsd-x64@0.25.1': optional: true + '@esbuild/freebsd-x64@0.25.2': + optional: true + '@esbuild/linux-arm64@0.18.20': optional: true @@ -5898,6 +6173,9 @@ snapshots: '@esbuild/linux-arm64@0.25.1': optional: true + '@esbuild/linux-arm64@0.25.2': + optional: true + '@esbuild/linux-arm@0.18.20': optional: true @@ -5907,6 +6185,9 @@ snapshots: '@esbuild/linux-arm@0.25.1': optional: true + '@esbuild/linux-arm@0.25.2': + optional: true + '@esbuild/linux-ia32@0.18.20': optional: true @@ -5916,6 +6197,9 @@ snapshots: '@esbuild/linux-ia32@0.25.1': optional: true + '@esbuild/linux-ia32@0.25.2': + optional: true + '@esbuild/linux-loong64@0.15.18': optional: true @@ -5928,6 +6212,9 @@ snapshots: '@esbuild/linux-loong64@0.25.1': optional: true + '@esbuild/linux-loong64@0.25.2': + optional: true + '@esbuild/linux-mips64el@0.18.20': optional: true @@ -5937,6 +6224,9 @@ snapshots: '@esbuild/linux-mips64el@0.25.1': optional: true + '@esbuild/linux-mips64el@0.25.2': + optional: true + '@esbuild/linux-ppc64@0.18.20': optional: true @@ -5946,6 +6236,9 @@ snapshots: '@esbuild/linux-ppc64@0.25.1': optional: true + '@esbuild/linux-ppc64@0.25.2': + optional: true + '@esbuild/linux-riscv64@0.18.20': optional: true @@ -5955,6 +6248,9 @@ snapshots: '@esbuild/linux-riscv64@0.25.1': optional: true + '@esbuild/linux-riscv64@0.25.2': + optional: true + '@esbuild/linux-s390x@0.18.20': optional: true @@ -5964,6 +6260,9 @@ snapshots: '@esbuild/linux-s390x@0.25.1': optional: true + '@esbuild/linux-s390x@0.25.2': + optional: true + '@esbuild/linux-x64@0.18.20': optional: true @@ -5973,12 +6272,18 @@ snapshots: '@esbuild/linux-x64@0.25.1': optional: true + '@esbuild/linux-x64@0.25.2': + optional: true + '@esbuild/netbsd-arm64@0.25.0': optional: true '@esbuild/netbsd-arm64@0.25.1': optional: true + '@esbuild/netbsd-arm64@0.25.2': + optional: true + '@esbuild/netbsd-x64@0.18.20': optional: true @@ -5988,12 +6293,18 @@ snapshots: '@esbuild/netbsd-x64@0.25.1': optional: true + '@esbuild/netbsd-x64@0.25.2': + optional: true + '@esbuild/openbsd-arm64@0.25.0': optional: true '@esbuild/openbsd-arm64@0.25.1': optional: true + '@esbuild/openbsd-arm64@0.25.2': + optional: true + '@esbuild/openbsd-x64@0.18.20': optional: true @@ -6003,6 +6314,9 @@ snapshots: '@esbuild/openbsd-x64@0.25.1': optional: true + '@esbuild/openbsd-x64@0.25.2': + optional: true + '@esbuild/sunos-x64@0.18.20': optional: true @@ -6012,6 +6326,9 @@ snapshots: '@esbuild/sunos-x64@0.25.1': optional: true + '@esbuild/sunos-x64@0.25.2': + optional: true + '@esbuild/win32-arm64@0.18.20': optional: true @@ -6021,6 +6338,9 @@ snapshots: '@esbuild/win32-arm64@0.25.1': optional: true + '@esbuild/win32-arm64@0.25.2': + optional: true + '@esbuild/win32-ia32@0.18.20': optional: true @@ -6030,6 +6350,9 @@ snapshots: '@esbuild/win32-ia32@0.25.1': optional: true + '@esbuild/win32-ia32@0.25.2': + optional: true + '@esbuild/win32-x64@0.18.20': optional: true @@ -6039,6 +6362,9 @@ snapshots: '@esbuild/win32-x64@0.25.1': optional: true + '@esbuild/win32-x64@0.25.2': + optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0)': dependencies: eslint: 9.23.0 @@ -6228,9 +6554,9 @@ snapshots: '@nightwatch/vue@3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.10(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.11(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.10(@types/node@22.13.15) + vite: 4.5.11(@types/node@22.13.15) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6330,66 +6656,134 @@ snapshots: optionalDependencies: rollup: 4.37.0 + '@rollup/pluginutils@5.1.4(rollup@4.38.0)': + dependencies: + '@types/estree': 1.0.7 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.38.0 + '@rollup/rollup-android-arm-eabi@4.37.0': optional: true + '@rollup/rollup-android-arm-eabi@4.38.0': + optional: true + '@rollup/rollup-android-arm64@4.37.0': optional: true + '@rollup/rollup-android-arm64@4.38.0': + optional: true + '@rollup/rollup-darwin-arm64@4.37.0': optional: true + '@rollup/rollup-darwin-arm64@4.38.0': + optional: true + '@rollup/rollup-darwin-x64@4.37.0': optional: true + '@rollup/rollup-darwin-x64@4.38.0': + optional: true + '@rollup/rollup-freebsd-arm64@4.37.0': optional: true + '@rollup/rollup-freebsd-arm64@4.38.0': + optional: true + '@rollup/rollup-freebsd-x64@4.37.0': optional: true + '@rollup/rollup-freebsd-x64@4.38.0': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.38.0': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.37.0': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.38.0': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.37.0': optional: true + '@rollup/rollup-linux-arm64-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-arm64-musl@4.37.0': optional: true + '@rollup/rollup-linux-arm64-musl@4.38.0': + optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.37.0': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.37.0': optional: true + '@rollup/rollup-linux-riscv64-musl@4.38.0': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.37.0': optional: true + '@rollup/rollup-linux-s390x-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-x64-gnu@4.37.0': optional: true + '@rollup/rollup-linux-x64-gnu@4.38.0': + optional: true + '@rollup/rollup-linux-x64-musl@4.37.0': optional: true + '@rollup/rollup-linux-x64-musl@4.38.0': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.37.0': optional: true + '@rollup/rollup-win32-arm64-msvc@4.38.0': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.37.0': optional: true + '@rollup/rollup-win32-ia32-msvc@4.38.0': + optional: true + '@rollup/rollup-win32-x64-msvc@4.37.0': optional: true + '@rollup/rollup-win32-x64-msvc@4.38.0': + optional: true + '@sec-ant/readable-stream@0.4.1': {} '@sideway/address@4.1.5': @@ -6564,24 +6958,24 @@ snapshots: '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.10 '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.10(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.11(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 4.5.10(@types/node@22.13.15) + vite: 4.5.11(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.3(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': @@ -6599,13 +6993,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.1.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.1.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) '@vitest/pretty-format@3.1.1': dependencies: @@ -6735,7 +7129,7 @@ snapshots: '@vue/shared': 3.5.13 estree-walker: 2.0.2 magic-string: 0.30.17 - postcss: 8.5.0 + postcss: 8.5.3 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.13': @@ -6754,14 +7148,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -7709,6 +8103,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.1 '@esbuild/win32-x64': 0.25.1 + esbuild@0.25.2: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.2 + '@esbuild/android-arm': 0.25.2 + '@esbuild/android-arm64': 0.25.2 + '@esbuild/android-x64': 0.25.2 + '@esbuild/darwin-arm64': 0.25.2 + '@esbuild/darwin-x64': 0.25.2 + '@esbuild/freebsd-arm64': 0.25.2 + '@esbuild/freebsd-x64': 0.25.2 + '@esbuild/linux-arm': 0.25.2 + '@esbuild/linux-arm64': 0.25.2 + '@esbuild/linux-ia32': 0.25.2 + '@esbuild/linux-loong64': 0.25.2 + '@esbuild/linux-mips64el': 0.25.2 + '@esbuild/linux-ppc64': 0.25.2 + '@esbuild/linux-riscv64': 0.25.2 + '@esbuild/linux-s390x': 0.25.2 + '@esbuild/linux-x64': 0.25.2 + '@esbuild/netbsd-arm64': 0.25.2 + '@esbuild/netbsd-x64': 0.25.2 + '@esbuild/openbsd-arm64': 0.25.2 + '@esbuild/openbsd-x64': 0.25.2 + '@esbuild/sunos-x64': 0.25.2 + '@esbuild/win32-arm64': 0.25.2 + '@esbuild/win32-ia32': 0.25.2 + '@esbuild/win32-x64': 0.25.2 + escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -8764,8 +9186,6 @@ snapshots: nanoid@3.3.11: {} - nanoid@3.3.8: {} - nanoid@5.0.9: {} natural-compare@1.4.0: {} @@ -9074,12 +9494,6 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss@8.5.0: - dependencies: - nanoid: 3.3.8 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.3: dependencies: nanoid: 3.3.11 @@ -9253,6 +9667,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.37.0 fsevents: 2.3.3 + rollup@4.38.0: + dependencies: + '@types/estree': 1.0.7 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.38.0 + '@rollup/rollup-android-arm64': 4.38.0 + '@rollup/rollup-darwin-arm64': 4.38.0 + '@rollup/rollup-darwin-x64': 4.38.0 + '@rollup/rollup-freebsd-arm64': 4.38.0 + '@rollup/rollup-freebsd-x64': 4.38.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.38.0 + '@rollup/rollup-linux-arm-musleabihf': 4.38.0 + '@rollup/rollup-linux-arm64-gnu': 4.38.0 + '@rollup/rollup-linux-arm64-musl': 4.38.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.38.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.38.0 + '@rollup/rollup-linux-riscv64-gnu': 4.38.0 + '@rollup/rollup-linux-riscv64-musl': 4.38.0 + '@rollup/rollup-linux-s390x-gnu': 4.38.0 + '@rollup/rollup-linux-x64-gnu': 4.38.0 + '@rollup/rollup-linux-x64-musl': 4.38.0 + '@rollup/rollup-win32-arm64-msvc': 4.38.0 + '@rollup/rollup-win32-ia32-msvc': 4.38.0 + '@rollup/rollup-win32-x64-msvc': 4.38.0 + fsevents: 2.3.3 + rrweb-cssom@0.7.1: {} rrweb-cssom@0.8.0: {} @@ -9749,9 +10189,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node@3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: @@ -9759,7 +10199,7 @@ snapshots: debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9774,10 +10214,10 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.38.0) debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -9785,7 +10225,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9804,23 +10244,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -9831,11 +10271,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.10(@types/node@22.13.15): + vite@4.5.11(@types/node@22.13.15): dependencies: esbuild: 0.18.20 postcss: 8.5.3 @@ -9844,11 +10284,11 @@ snapshots: '@types/node': 22.13.15 fsevents: 2.3.3 - vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: - esbuild: 0.25.1 + esbuild: 0.25.2 postcss: 8.5.3 - rollup: 4.37.0 + rollup: 4.38.0 optionalDependencies: '@types/node': 22.13.15 fsevents: 2.3.3 @@ -9858,7 +10298,7 @@ snapshots: vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): dependencies: '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + '@vitest/mocker': 3.1.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.1.1 '@vitest/runner': 3.1.1 '@vitest/snapshot': 3.1.1 @@ -9874,7 +10314,7 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.3(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node: 3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: From 72a3729c16fb0716544854df5e972356c6f89bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:11:26 +0800 Subject: [PATCH 10/22] chore(deps-dev): bump vite from 6.2.4 to 6.2.5 (#169) --- pnpm-lock.yaml | 334 ++++++++++++++++++++++++------------------------- 1 file changed, 167 insertions(+), 167 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79da2337..a51a6e24 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -166,10 +166,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -334,10 +334,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -456,10 +456,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -888,7 +888,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -937,10 +937,10 @@ importers: version: 0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -2127,8 +2127,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.38.0': - resolution: {integrity: sha512-ldomqc4/jDZu/xpYU+aRxo3V4mGCV9HeTgUBANI3oIQMOL+SsxB+S2lxMpkFp5UamSS3XuTMQVbsS24R4J4Qjg==} + '@rollup/rollup-android-arm-eabi@4.39.0': + resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} cpu: [arm] os: [android] @@ -2137,8 +2137,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.38.0': - resolution: {integrity: sha512-VUsgcy4GhhT7rokwzYQP+aV9XnSLkkhlEJ0St8pbasuWO/vwphhZQxYEKUP3ayeCYLhk6gEtacRpYP/cj3GjyQ==} + '@rollup/rollup-android-arm64@4.39.0': + resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} cpu: [arm64] os: [android] @@ -2147,8 +2147,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.38.0': - resolution: {integrity: sha512-buA17AYXlW9Rn091sWMq1xGUvWQFOH4N1rqUxGJtEQzhChxWjldGCCup7r/wUnaI6Au8sKXpoh0xg58a7cgcpg==} + '@rollup/rollup-darwin-arm64@4.39.0': + resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} cpu: [arm64] os: [darwin] @@ -2157,8 +2157,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.38.0': - resolution: {integrity: sha512-Mgcmc78AjunP1SKXl624vVBOF2bzwNWFPMP4fpOu05vS0amnLcX8gHIge7q/lDAHy3T2HeR0TqrriZDQS2Woeg==} + '@rollup/rollup-darwin-x64@4.39.0': + resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} cpu: [x64] os: [darwin] @@ -2167,8 +2167,8 @@ packages: cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.38.0': - resolution: {integrity: sha512-zzJACgjLbQTsscxWqvrEQAEh28hqhebpRz5q/uUd1T7VTwUNZ4VIXQt5hE7ncs0GrF+s7d3S4on4TiXUY8KoQA==} + '@rollup/rollup-freebsd-arm64@4.39.0': + resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} cpu: [arm64] os: [freebsd] @@ -2177,8 +2177,8 @@ packages: cpu: [x64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.38.0': - resolution: {integrity: sha512-hCY/KAeYMCyDpEE4pTETam0XZS4/5GXzlLgpi5f0IaPExw9kuB+PDTOTLuPtM10TlRG0U9OSmXJ+Wq9J39LvAg==} + '@rollup/rollup-freebsd-x64@4.39.0': + resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} cpu: [x64] os: [freebsd] @@ -2187,8 +2187,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.38.0': - resolution: {integrity: sha512-mimPH43mHl4JdOTD7bUMFhBdrg6f9HzMTOEnzRmXbOZqjijCw8LA5z8uL6LCjxSa67H2xiLFvvO67PT05PRKGg==} + '@rollup/rollup-linux-arm-gnueabihf@4.39.0': + resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} cpu: [arm] os: [linux] @@ -2197,8 +2197,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.38.0': - resolution: {integrity: sha512-tPiJtiOoNuIH8XGG8sWoMMkAMm98PUwlriOFCCbZGc9WCax+GLeVRhmaxjJtz6WxrPKACgrwoZ5ia/uapq3ZVg==} + '@rollup/rollup-linux-arm-musleabihf@4.39.0': + resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} cpu: [arm] os: [linux] @@ -2207,8 +2207,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.38.0': - resolution: {integrity: sha512-wZco59rIVuB0tjQS0CSHTTUcEde+pXQWugZVxWaQFdQQ1VYub/sTrNdY76D1MKdN2NB48JDuGABP6o6fqos8mA==} + '@rollup/rollup-linux-arm64-gnu@4.39.0': + resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} cpu: [arm64] os: [linux] @@ -2217,8 +2217,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.38.0': - resolution: {integrity: sha512-fQgqwKmW0REM4LomQ+87PP8w8xvU9LZfeLBKybeli+0yHT7VKILINzFEuggvnV9M3x1Ed4gUBmGUzCo/ikmFbQ==} + '@rollup/rollup-linux-arm64-musl@4.39.0': + resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} cpu: [arm64] os: [linux] @@ -2227,8 +2227,8 @@ packages: cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.38.0': - resolution: {integrity: sha512-hz5oqQLXTB3SbXpfkKHKXLdIp02/w3M+ajp8p4yWOWwQRtHWiEOCKtc9U+YXahrwdk+3qHdFMDWR5k+4dIlddg==} + '@rollup/rollup-linux-loongarch64-gnu@4.39.0': + resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} cpu: [loong64] os: [linux] @@ -2237,8 +2237,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.38.0': - resolution: {integrity: sha512-NXqygK/dTSibQ+0pzxsL3r4Xl8oPqVoWbZV9niqOnIHV/J92fe65pOir0xjkUZDRSPyFRvu+4YOpJF9BZHQImw==} + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': + resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} cpu: [ppc64] os: [linux] @@ -2247,8 +2247,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.38.0': - resolution: {integrity: sha512-GEAIabR1uFyvf/jW/5jfu8gjM06/4kZ1W+j1nWTSSB3w6moZEBm7iBtzwQ3a1Pxos2F7Gz+58aVEnZHU295QTg==} + '@rollup/rollup-linux-riscv64-gnu@4.39.0': + resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} cpu: [riscv64] os: [linux] @@ -2257,8 +2257,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.38.0': - resolution: {integrity: sha512-9EYTX+Gus2EGPbfs+fh7l95wVADtSQyYw4DfSBcYdUEAmP2lqSZY0Y17yX/3m5VKGGJ4UmIH5LHLkMJft3bYoA==} + '@rollup/rollup-linux-riscv64-musl@4.39.0': + resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} cpu: [riscv64] os: [linux] @@ -2267,8 +2267,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.38.0': - resolution: {integrity: sha512-Mpp6+Z5VhB9VDk7RwZXoG2qMdERm3Jw07RNlXHE0bOnEeX+l7Fy4bg+NxfyN15ruuY3/7Vrbpm75J9QHFqj5+Q==} + '@rollup/rollup-linux-s390x-gnu@4.39.0': + resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} cpu: [s390x] os: [linux] @@ -2277,8 +2277,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.38.0': - resolution: {integrity: sha512-vPvNgFlZRAgO7rwncMeE0+8c4Hmc+qixnp00/Uv3ht2x7KYrJ6ERVd3/R0nUtlE6/hu7/HiiNHJ/rP6knRFt1w==} + '@rollup/rollup-linux-x64-gnu@4.39.0': + resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} cpu: [x64] os: [linux] @@ -2287,8 +2287,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.38.0': - resolution: {integrity: sha512-q5Zv+goWvQUGCaL7fU8NuTw8aydIL/C9abAVGCzRReuj5h30TPx4LumBtAidrVOtXnlB+RZkBtExMsfqkMfb8g==} + '@rollup/rollup-linux-x64-musl@4.39.0': + resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} cpu: [x64] os: [linux] @@ -2297,8 +2297,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.38.0': - resolution: {integrity: sha512-u/Jbm1BU89Vftqyqbmxdq14nBaQjQX1HhmsdBWqSdGClNaKwhjsg5TpW+5Ibs1mb8Es9wJiMdl86BcmtUVXNZg==} + '@rollup/rollup-win32-arm64-msvc@4.39.0': + resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} cpu: [arm64] os: [win32] @@ -2307,8 +2307,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.38.0': - resolution: {integrity: sha512-mqu4PzTrlpNHHbu5qleGvXJoGgHpChBlrBx/mEhTPpnAL1ZAYFlvHD7rLK839LLKQzqEQMFJfGrrOHItN4ZQqA==} + '@rollup/rollup-win32-ia32-msvc@4.39.0': + resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} cpu: [ia32] os: [win32] @@ -2317,8 +2317,8 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.38.0': - resolution: {integrity: sha512-jjqy3uWlecfB98Psxb5cD6Fny9Fupv9LrDSPTQZUROqjvZmcCqNu4UMl7qqhlUUGpwiAkotj6GYu4SZdcr/nLw==} + '@rollup/rollup-win32-x64-msvc@4.39.0': + resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} cpu: [x64] os: [win32] @@ -4905,8 +4905,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.38.0: - resolution: {integrity: sha512-5SsIRtJy9bf1ErAOiFMFzl64Ex9X5V7bnJ+WlFMb+zmP459OSWCEG7b0ERZ+PEU7xPt4OG3RHbrp1LJlXxYTrw==} + rollup@4.39.0: + resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -5402,8 +5402,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 - vite@4.5.11: - resolution: {integrity: sha512-4mVdhLkZ0vpqZLGJhNm+X1n7juqXApEMGlUXcOQawA45UmpxivOYaMBkI/Js3FlBsNA8hCgEnX5X04moFitSGw==} + vite@4.5.12: + resolution: {integrity: sha512-qrMwavANtSz91nDy3zEiUHMtL09x0mniQsSMvDkNxuCBM1W5vriJ22hEmwTth6DhLSWsZnHBT0yHFAQXt6efGA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5430,8 +5430,8 @@ packages: terser: optional: true - vite@6.2.4: - resolution: {integrity: sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==} + vite@6.2.5: + resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -6554,9 +6554,9 @@ snapshots: '@nightwatch/vue@3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.11(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.12(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.11(@types/node@22.13.15) + vite: 4.5.12(@types/node@22.13.15) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6656,132 +6656,132 @@ snapshots: optionalDependencies: rollup: 4.37.0 - '@rollup/pluginutils@5.1.4(rollup@4.38.0)': + '@rollup/pluginutils@5.1.4(rollup@4.39.0)': dependencies: '@types/estree': 1.0.7 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.38.0 + rollup: 4.39.0 '@rollup/rollup-android-arm-eabi@4.37.0': optional: true - '@rollup/rollup-android-arm-eabi@4.38.0': + '@rollup/rollup-android-arm-eabi@4.39.0': optional: true '@rollup/rollup-android-arm64@4.37.0': optional: true - '@rollup/rollup-android-arm64@4.38.0': + '@rollup/rollup-android-arm64@4.39.0': optional: true '@rollup/rollup-darwin-arm64@4.37.0': optional: true - '@rollup/rollup-darwin-arm64@4.38.0': + '@rollup/rollup-darwin-arm64@4.39.0': optional: true '@rollup/rollup-darwin-x64@4.37.0': optional: true - '@rollup/rollup-darwin-x64@4.38.0': + '@rollup/rollup-darwin-x64@4.39.0': optional: true '@rollup/rollup-freebsd-arm64@4.37.0': optional: true - '@rollup/rollup-freebsd-arm64@4.38.0': + '@rollup/rollup-freebsd-arm64@4.39.0': optional: true '@rollup/rollup-freebsd-x64@4.37.0': optional: true - '@rollup/rollup-freebsd-x64@4.38.0': + '@rollup/rollup-freebsd-x64@4.39.0': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.37.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.38.0': + '@rollup/rollup-linux-arm-gnueabihf@4.39.0': optional: true '@rollup/rollup-linux-arm-musleabihf@4.37.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.38.0': + '@rollup/rollup-linux-arm-musleabihf@4.39.0': optional: true '@rollup/rollup-linux-arm64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.38.0': + '@rollup/rollup-linux-arm64-gnu@4.39.0': optional: true '@rollup/rollup-linux-arm64-musl@4.37.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.38.0': + '@rollup/rollup-linux-arm64-musl@4.39.0': optional: true '@rollup/rollup-linux-loongarch64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.38.0': + '@rollup/rollup-linux-loongarch64-gnu@4.39.0': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.38.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': optional: true '@rollup/rollup-linux-riscv64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.38.0': + '@rollup/rollup-linux-riscv64-gnu@4.39.0': optional: true '@rollup/rollup-linux-riscv64-musl@4.37.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.38.0': + '@rollup/rollup-linux-riscv64-musl@4.39.0': optional: true '@rollup/rollup-linux-s390x-gnu@4.37.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.38.0': + '@rollup/rollup-linux-s390x-gnu@4.39.0': optional: true '@rollup/rollup-linux-x64-gnu@4.37.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.38.0': + '@rollup/rollup-linux-x64-gnu@4.39.0': optional: true '@rollup/rollup-linux-x64-musl@4.37.0': optional: true - '@rollup/rollup-linux-x64-musl@4.38.0': + '@rollup/rollup-linux-x64-musl@4.39.0': optional: true '@rollup/rollup-win32-arm64-msvc@4.37.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.38.0': + '@rollup/rollup-win32-arm64-msvc@4.39.0': optional: true '@rollup/rollup-win32-ia32-msvc@4.37.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.38.0': + '@rollup/rollup-win32-ia32-msvc@4.39.0': optional: true '@rollup/rollup-win32-x64-msvc@4.37.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.38.0': + '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true '@sec-ant/readable-stream@0.4.1': {} @@ -6958,24 +6958,24 @@ snapshots: '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.10 '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.11(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.12(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 4.5.11(@types/node@22.13.15) + vite: 4.5.12(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.3(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': @@ -6993,13 +6993,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.1.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) '@vitest/pretty-format@3.1.1': dependencies: @@ -7148,14 +7148,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -9667,30 +9667,30 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.37.0 fsevents: 2.3.3 - rollup@4.38.0: + rollup@4.39.0: dependencies: '@types/estree': 1.0.7 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.38.0 - '@rollup/rollup-android-arm64': 4.38.0 - '@rollup/rollup-darwin-arm64': 4.38.0 - '@rollup/rollup-darwin-x64': 4.38.0 - '@rollup/rollup-freebsd-arm64': 4.38.0 - '@rollup/rollup-freebsd-x64': 4.38.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.38.0 - '@rollup/rollup-linux-arm-musleabihf': 4.38.0 - '@rollup/rollup-linux-arm64-gnu': 4.38.0 - '@rollup/rollup-linux-arm64-musl': 4.38.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.38.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.38.0 - '@rollup/rollup-linux-riscv64-gnu': 4.38.0 - '@rollup/rollup-linux-riscv64-musl': 4.38.0 - '@rollup/rollup-linux-s390x-gnu': 4.38.0 - '@rollup/rollup-linux-x64-gnu': 4.38.0 - '@rollup/rollup-linux-x64-musl': 4.38.0 - '@rollup/rollup-win32-arm64-msvc': 4.38.0 - '@rollup/rollup-win32-ia32-msvc': 4.38.0 - '@rollup/rollup-win32-x64-msvc': 4.38.0 + '@rollup/rollup-android-arm-eabi': 4.39.0 + '@rollup/rollup-android-arm64': 4.39.0 + '@rollup/rollup-darwin-arm64': 4.39.0 + '@rollup/rollup-darwin-x64': 4.39.0 + '@rollup/rollup-freebsd-arm64': 4.39.0 + '@rollup/rollup-freebsd-x64': 4.39.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.39.0 + '@rollup/rollup-linux-arm-musleabihf': 4.39.0 + '@rollup/rollup-linux-arm64-gnu': 4.39.0 + '@rollup/rollup-linux-arm64-musl': 4.39.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.39.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0 + '@rollup/rollup-linux-riscv64-gnu': 4.39.0 + '@rollup/rollup-linux-riscv64-musl': 4.39.0 + '@rollup/rollup-linux-s390x-gnu': 4.39.0 + '@rollup/rollup-linux-x64-gnu': 4.39.0 + '@rollup/rollup-linux-x64-musl': 4.39.0 + '@rollup/rollup-win32-arm64-msvc': 4.39.0 + '@rollup/rollup-win32-ia32-msvc': 4.39.0 + '@rollup/rollup-win32-x64-msvc': 4.39.0 fsevents: 2.3.3 rrweb-cssom@0.7.1: {} @@ -10189,9 +10189,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node@3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: @@ -10199,7 +10199,7 @@ snapshots: debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -10214,10 +10214,10 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.4(rollup@4.38.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -10225,7 +10225,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -10244,23 +10244,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.38.0)(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -10271,11 +10271,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.11(@types/node@22.13.15): + vite@4.5.12(@types/node@22.13.15): dependencies: esbuild: 0.18.20 postcss: 8.5.3 @@ -10284,11 +10284,11 @@ snapshots: '@types/node': 22.13.15 fsevents: 2.3.3 - vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: esbuild: 0.25.2 postcss: 8.5.3 - rollup: 4.38.0 + rollup: 4.39.0 optionalDependencies: '@types/node': 22.13.15 fsevents: 2.3.3 @@ -10298,7 +10298,7 @@ snapshots: vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): dependencies: '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.1.1 '@vitest/runner': 3.1.1 '@vitest/snapshot': 3.1.1 @@ -10314,7 +10314,7 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.4(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node: 3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: From e5b983369bee342e3fb0d9141138c5d5a80e6949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 02:32:02 +0800 Subject: [PATCH 11/22] chore(deps-dev): bump vite from 6.2.5 to 6.2.6 (#170) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 160 ++++++++++++++++++++++++------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a51a6e24..704d5dde 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -166,10 +166,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -334,10 +334,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -456,10 +456,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.2 - version: 4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -888,7 +888,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -937,10 +937,10 @@ importers: version: 0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.13.15 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -5402,8 +5402,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 - vite@4.5.12: - resolution: {integrity: sha512-qrMwavANtSz91nDy3zEiUHMtL09x0mniQsSMvDkNxuCBM1W5vriJ22hEmwTth6DhLSWsZnHBT0yHFAQXt6efGA==} + vite@4.5.13: + resolution: {integrity: sha512-Hgp8IF/yZDzKsN1hQWOuQZbrKiaFsbQud+07jJ8h9m9PaHWkpvZ5u55Xw5yYjWRXwRQ4jwFlJvY7T7FUJG9MCA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5430,8 +5430,8 @@ packages: terser: optional: true - vite@6.2.5: - resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} + vite@6.2.6: + resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -6554,9 +6554,9 @@ snapshots: '@nightwatch/vue@3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.12(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.13(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.12(@types/node@22.13.15) + vite: 4.5.13(@types/node@22.13.15) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6958,24 +6958,24 @@ snapshots: '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@babel/core': 7.26.10 '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.12(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.13(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 4.5.12(@types/node@22.13.15) + vite: 4.5.13(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.3(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': @@ -6993,13 +6993,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.1.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.1.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) '@vitest/pretty-format@3.1.1': dependencies: @@ -7148,14 +7148,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -10189,9 +10189,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node@3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: @@ -10199,7 +10199,7 @@ snapshots: debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -10214,7 +10214,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.39.0) @@ -10225,7 +10225,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -10244,23 +10244,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/devtools-kit': 7.7.2 '@vue/devtools-shared': 7.7.2 execa: 9.5.2 sirv: 3.0.0 - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -10271,11 +10271,11 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.12(@types/node@22.13.15): + vite@4.5.13(@types/node@22.13.15): dependencies: esbuild: 0.18.20 postcss: 8.5.3 @@ -10284,7 +10284,7 @@ snapshots: '@types/node': 22.13.15 fsevents: 2.3.3 - vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): dependencies: esbuild: 0.25.2 postcss: 8.5.3 @@ -10298,7 +10298,7 @@ snapshots: vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): dependencies: '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + '@vitest/mocker': 3.1.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.1.1 '@vitest/runner': 3.1.1 '@vitest/snapshot': 3.1.1 @@ -10314,7 +10314,7 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.5(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-node: 3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: From 1b1192a1d2cbed26cba137c514d483a612c69f59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:45:29 +0800 Subject: [PATCH 12/22] chore(deps): update dependency npm-run-all2 to v8 (#180) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 2 +- .../package.json | 2 +- examples/disable-ts-in-templates/package.json | 2 +- .../disable-type-checked-for-yml/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 | 83 ++++++++++--------- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 60 insertions(+), 59 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 674beac6..e5f05248 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 74f8df84..e2066ba1 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -36,7 +36,7 @@ "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index 2f6fa209..1eb646cf 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.2", diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 42d71afd..1ea4347a 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index aea89861..c706a9e0 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "~10.0.0", "eslint-plugin-yml": "^1.17.0", "jsdom": "^26.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6216c8a6..419f8447 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index cde83b85..97a38b7b 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -36,7 +36,7 @@ "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 41c6abb9..20ad2741 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -28,7 +28,7 @@ "eslint": "^9.23.0", "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 858a7998..1e3c359e 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.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index f5801df2..81b7c9e6 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 47192fcd..e7968096 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "~10.0.0", "geckodriver": "^5.0.0", "nightwatch": "^3.12.1", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "ts-node": "^10.9.2", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index daf418e2..950ff275 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "eslint": "^9.23.0", "eslint-plugin-playwright": "^2.2.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 3698d8bf..51731791 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "typescript": "~5.8.2", "vite": "^6.2.0", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index a71b18d7..18f1b9ac 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.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 1221c48c..97a6d1a3 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index fe3bff4c..9b5b6d61 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -27,7 +27,7 @@ "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "jsdom": "^26.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vitest": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 704d5dde..7d58f505 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -83,8 +83,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -153,8 +153,8 @@ importers: specifier: ^26.0.0 version: 26.0.0 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 prettier: specifier: 3.5.3 version: 3.5.3 @@ -205,8 +205,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -248,8 +248,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -321,8 +321,8 @@ importers: specifier: ^26.0.0 version: 26.0.0 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 prettier: specifier: 3.5.3 version: 3.5.3 @@ -373,8 +373,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -443,8 +443,8 @@ importers: specifier: ^26.0.0 version: 26.0.0 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 prettier: specifier: 3.5.3 version: 3.5.3 @@ -501,8 +501,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 start-server-and-test: specifier: ^2.0.11 version: 2.0.11 @@ -547,8 +547,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -590,8 +590,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -645,8 +645,8 @@ importers: specifier: ^3.12.1 version: 3.12.1(chromedriver@134.0.5)(geckodriver@5.0.0(bare-buffer@3.0.1)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@22.13.15)(typescript@5.8.2) @@ -697,8 +697,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -740,8 +740,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 prettier: specifier: 3.5.3 version: 3.5.3 @@ -786,8 +786,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -829,8 +829,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -881,8 +881,8 @@ importers: specifier: ^26.0.0 version: 26.0.0 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -927,8 +927,8 @@ importers: specifier: ~10.0.0 version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -976,8 +976,8 @@ importers: specifier: ^9.6.1 version: 9.6.1 npm-run-all2: - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.4 + version: 8.0.4 typescript: specifier: ~5.8.2 version: 5.8.2 @@ -4521,6 +4521,7 @@ packages: node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead node-fetch@3.3.2: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} @@ -4542,9 +4543,9 @@ packages: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 || >=20.5.0} - npm-run-all2@7.0.2: - resolution: {integrity: sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==} - engines: {node: ^18.17.0 || >=20.5.0, npm: '>= 9'} + npm-run-all2@8.0.4: + resolution: {integrity: sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==} + engines: {node: ^20.5.0 || >=22.0.0, npm: '>= 10'} hasBin: true npm-run-path@4.0.1: @@ -9267,12 +9268,12 @@ snapshots: npm-normalize-package-bin@4.0.0: {} - npm-run-all2@7.0.2: + npm-run-all2@8.0.4: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.6 memorystream: 0.3.1 - minimatch: 9.0.5 + picomatch: 4.0.2 pidtree: 0.6.0 read-package-json-fast: 4.0.0 shell-quote: 1.8.2 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index c1978b14..9485ef84 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.23.0", "eslint-plugin-vue": "~10.0.0", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "unplugin-vue-router": "^0.12.0", "vite": "^6.2.0", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 20e4ec7c..20ce88dc 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -23,7 +23,7 @@ "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "espree": "^9.6.1", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vue-tsc": "^2.2.8" From 831c1b2cc7f543a4c34570880c185724c2ba1d7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:45:53 +0800 Subject: [PATCH 13/22] chore(deps): update vite packages (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 6 +- .../package.json | 4 +- examples/disable-ts-in-templates/package.json | 2 +- .../disable-type-checked-for-yml/package.json | 6 +- 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 | 661 +++++++++++------- test/fixtures/file-based-routing/package.json | 4 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 453 insertions(+), 268 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index e5f05248..398f75f5 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index e2066ba1..d2467a23 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", @@ -41,7 +41,7 @@ "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.2", + "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index 1eb646cf..845c8559 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node22": "^22.0.1", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", @@ -25,7 +25,7 @@ "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.2", + "vite-plugin-vue-devtools": "^7.7.6", "vue-tsc": "^2.2.8" } } diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 1ea4347a..a257407c 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index c706a9e0..5c49acff 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", @@ -42,7 +42,7 @@ "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.2", + "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 419f8447..8e1129d5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 97a38b7b..dc489a0f 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -24,8 +24,8 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", @@ -41,7 +41,7 @@ "start-server-and-test": "^2.0.11", "typescript": "~5.8.2", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.2", + "vite-plugin-vue-devtools": "^7.7.6", "vitest": "^3.1.1", "vue-tsc": "^2.2.8" } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 20ad2741..cbdc4544 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "cypress": "^14.2.1", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 1e3c359e..a56ef397 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 81b7c9e6..2359b39e 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index e7968096..8b874f8a 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@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 950ff275..89f0ba81 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -19,7 +19,7 @@ "@playwright/test": "^1.51.1", "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 51731791..58d3bcb8 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.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 18f1b9ac..ec497905 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.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 97a6d1a3..b3762f4d 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -17,8 +17,8 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", - "@vitejs/plugin-vue-jsx": "^4.1.2", + "@vitejs/plugin-vue": "^5.2.4", + "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 9b5b6d61..ab89e6a4 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -19,7 +19,7 @@ "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d58f505..4f9914f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -117,11 +117,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -168,8 +168,8 @@ importers: specifier: ^6.2.0 version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^7.7.6 + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -190,8 +190,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -214,8 +214,8 @@ importers: specifier: ^6.2.0 version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^7.7.6 + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -233,8 +233,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -282,11 +282,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -336,8 +336,8 @@ importers: specifier: ^6.2.0 version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^7.7.6 + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -358,8 +358,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -407,11 +407,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -458,8 +458,8 @@ importers: specifier: ^6.2.0 version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^7.7.6 + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vitest: specifier: ^3.1.1 version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) @@ -480,8 +480,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -529,11 +529,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -572,11 +572,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -618,8 +618,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -679,8 +679,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -722,8 +722,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) @@ -768,11 +768,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -811,11 +811,11 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': - specifier: ^4.1.2 - version: 4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.2.0 + version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -857,8 +857,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.1.38 version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) @@ -912,8 +912,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -939,8 +939,8 @@ importers: specifier: ^6.2.0 version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.2 - version: 7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^7.7.6 + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) vue-tsc: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) @@ -958,8 +958,8 @@ importers: specifier: ^22.13.15 version: 22.13.15 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + specifier: ^5.2.4 + version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -1004,39 +1004,49 @@ packages: resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.26.5': resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.0': - resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} + '@babel/compat-data@7.27.2': + resolution: {integrity: sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==} engines: {node: '>=6.9.0'} '@babel/core@7.26.10': resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.5': - resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} + '@babel/core@7.27.1': + resolution: {integrity: sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==} engines: {node: '>=6.9.0'} '@babel/generator@7.27.0': resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.27.1': + resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.25.9': resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.27.1': + resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} + engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.26.5': resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.9': - resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 '@babel/helper-create-class-features-plugin@7.27.0': resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} @@ -1044,58 +1054,108 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.27.1': + resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-member-expression-to-functions@7.25.9': resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@7.27.1': + resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.25.9': resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.26.0': resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.27.1': + resolution: {integrity: sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.25.9': resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} + '@babel/helper-optimise-call-expression@7.27.1': + resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} + engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.26.5': resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} + engines: {node: '>=6.9.0'} + '@babel/helper-replace-supers@7.26.5': resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-replace-supers@7.27.1': + resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-skip-transparent-expression-wrappers@7.25.9': resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} + engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.25.9': resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.27.1': + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.25.9': resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.0': - resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} '@babel/helpers@7.27.0': resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.27.1': + resolution: {integrity: sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.26.5': resolution: {integrity: sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==} engines: {node: '>=6.0.0'} @@ -1106,6 +1166,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.27.2': + resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-decorators@7.25.9': resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==} engines: {node: '>=6.9.0'} @@ -1141,8 +1206,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.26.5': - resolution: {integrity: sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ==} + '@babel/plugin-syntax-typescript@7.27.1': + resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1153,22 +1218,28 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/template@7.25.9': - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} + '@babel/plugin-transform-typescript@7.27.1': + resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 '@babel/template@7.27.0': resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.5': - resolution: {integrity: sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==} + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} '@babel/traverse@7.27.0': resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.27.1': + resolution: {integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.26.5': resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==} engines: {node: '>=6.9.0'} @@ -1177,6 +1248,10 @@ packages: resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} + '@babel/types@7.27.1': + resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} + engines: {node: '>=6.9.0'} + '@bazel/runfiles@6.3.1': resolution: {integrity: sha512-1uLNT5NZsUVIGS4syuHwTzZ8HycMPyr6POA3FCE4GbMtc4rhoJk8aZKtNIRthJYfL+iioppi+rTfH3olMPr9nA==} @@ -2059,6 +2134,9 @@ packages: '@polka/url@1.0.0-next.28': resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==} + '@rolldown/pluginutils@1.0.0-beta.9': + resolution: {integrity: sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==} + '@rollup/plugin-alias@5.1.1': resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} engines: {node: '>=14.0.0'} @@ -2469,8 +2547,8 @@ packages: resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-vue-jsx@4.1.2': - resolution: {integrity: sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==} + '@vitejs/plugin-vue-jsx@4.2.0': + resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 @@ -2483,8 +2561,8 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 - '@vitejs/plugin-vue@5.2.3': - resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==} + '@vitejs/plugin-vue@5.2.4': + resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 @@ -2553,6 +2631,9 @@ packages: '@vue/babel-helper-vue-transform-on@1.2.5': resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} + '@vue/babel-helper-vue-transform-on@1.4.0': + resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==} + '@vue/babel-plugin-jsx@1.2.5': resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==} peerDependencies: @@ -2561,11 +2642,24 @@ packages: '@babel/core': optional: true + '@vue/babel-plugin-jsx@1.4.0': + resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + '@vue/babel-plugin-resolve-type@1.2.5': resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==} peerDependencies: '@babel/core': ^7.0.0-0 + '@vue/babel-plugin-resolve-type@1.4.0': + resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@vue/compiler-core@3.5.13': resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} @@ -2587,17 +2681,23 @@ packages: '@vue/devtools-api@7.7.2': resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==} - '@vue/devtools-core@7.7.2': - resolution: {integrity: sha512-lexREWj1lKi91Tblr38ntSsy6CvI8ba7u+jmwh2yruib/ltLUcsIzEjCnrkh1yYGGIKXbAuYV2tOG10fGDB9OQ==} + '@vue/devtools-core@7.7.6': + resolution: {integrity: sha512-ghVX3zjKPtSHu94Xs03giRIeIWlb9M+gvDRVpIZ/cRIxKHdW6HE/sm1PT3rUYS3aV92CazirT93ne+7IOvGUWg==} peerDependencies: vue: ^3.0.0 '@vue/devtools-kit@7.7.2': resolution: {integrity: sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==} + '@vue/devtools-kit@7.7.6': + resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==} + '@vue/devtools-shared@7.7.2': resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==} + '@vue/devtools-shared@7.7.6': + resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==} + '@vue/eslint-config-prettier@10.2.0': resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==} peerDependencies: @@ -2865,6 +2965,9 @@ packages: birpc@0.2.19: resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} + birpc@2.3.0: + resolution: {integrity: sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -4484,8 +4587,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.0.9: - resolution: {integrity: sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==} + nanoid@5.1.5: + resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==} engines: {node: ^18 || >=20} hasBin: true @@ -5028,8 +5131,8 @@ packages: sinon@17.0.1: resolution: {integrity: sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==} - sirv@3.0.0: - resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==} + sirv@3.0.1: + resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==} engines: {node: '>=18'} slice-ansi@3.0.0: @@ -5369,8 +5472,8 @@ packages: resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} engines: {'0': node >=0.6.0} - vite-hot-client@0.2.4: - resolution: {integrity: sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==} + vite-hot-client@2.0.4: + resolution: {integrity: sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==} peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 @@ -5392,8 +5495,8 @@ packages: vite-plugin-nightwatch@0.4.6: resolution: {integrity: sha512-7mxANgh3KA2c/xGJU35T8z1Xj9akWQ4FuyB1PN3nwinqxqYBAx44sW9Z87a2x6efj5TD4lU0Tbuvvgous6F1+Q==} - vite-plugin-vue-devtools@7.7.2: - resolution: {integrity: sha512-5V0UijQWiSBj32blkyPEqIbzc6HO9c1bwnBhx+ay2dzU0FakH+qMdNUT8nF9BvDE+i6I1U8CqCuJiO20vKEdQw==} + vite-plugin-vue-devtools@7.7.6: + resolution: {integrity: sha512-L7nPVM5a7lgit/Z+36iwoqHOaP3wxqVi1UvaDJwGCfblS9Y6vNqf32ILlzJVH9c47aHu90BhDXeZc+rgzHRHcw==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 @@ -5714,20 +5817,28 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@7.27.1': + dependencies: + '@babel/helper-validator-identifier': 7.27.1 + js-tokens: 4.0.0 + picocolors: 1.1.1 + '@babel/compat-data@7.26.5': {} - '@babel/core@7.26.0': + '@babel/compat-data@7.27.2': {} + + '@babel/core@7.26.10': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 + '@babel/generator': 7.27.0 '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) - '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.5 - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.5 - '@babel/types': 7.26.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) + '@babel/helpers': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 convert-source-map: 2.0.0 debug: 4.4.0(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -5736,18 +5847,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@7.26.10': + '@babel/core@7.27.1': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helpers': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.1 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) + '@babel/helpers': 7.27.1 + '@babel/parser': 7.27.2 + '@babel/template': 7.27.2 + '@babel/traverse': 7.27.1 + '@babel/types': 7.27.1 convert-source-map: 2.0.0 debug: 4.4.0(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -5756,25 +5867,29 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.26.5': + '@babel/generator@7.27.0': dependencies: - '@babel/parser': 7.26.5 - '@babel/types': 7.26.5 + '@babel/parser': 7.27.0 + '@babel/types': 7.27.0 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/generator@7.27.0': + '@babel/generator@7.27.1': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.27.2 + '@babel/types': 7.27.1 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.5 + '@babel/types': 7.27.0 + + '@babel/helper-annotate-as-pure@7.27.1': + dependencies: + '@babel/types': 7.27.1 '@babel/helper-compilation-targets@7.26.5': dependencies: @@ -5784,18 +5899,13 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)': + '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.5 + '@babel/compat-data': 7.27.2 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.24.4 + lru-cache: 5.1.1 semver: 6.3.1 - transitivePeerDependencies: - - supports-color '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': dependencies: @@ -5810,26 +5920,44 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.1)': + dependencies: + '@babel/core': 7.27.1 + '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.27.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.26.5 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@7.25.9': + '@babel/helper-member-expression-to-functions@7.27.1': dependencies: - '@babel/traverse': 7.26.5 - '@babel/types': 7.26.5 + '@babel/traverse': 7.27.1 + '@babel/types': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': + '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-imports@7.27.1': + dependencies: + '@babel/traverse': 7.27.1 + '@babel/types': 7.27.1 transitivePeerDependencies: - supports-color @@ -5842,53 +5970,81 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.27.1(@babel/core@7.27.1)': + dependencies: + '@babel/core': 7.27.1 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.27.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.5 + '@babel/types': 7.27.0 + + '@babel/helper-optimise-call-expression@7.27.1': + dependencies: + '@babel/types': 7.27.1 '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.0)': + '@babel/helper-plugin-utils@7.27.1': {} + + '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.27.0 + '@babel/core': 7.27.1 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.26.5 - '@babel/types': 7.26.5 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + transitivePeerDependencies: + - supports-color + + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + dependencies: + '@babel/traverse': 7.27.1 + '@babel/types': 7.27.1 transitivePeerDependencies: - supports-color '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-identifier@7.27.1': {} + '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.0': - dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.5 + '@babel/helper-validator-option@7.27.1': {} '@babel/helpers@7.27.0': dependencies: '@babel/template': 7.27.0 '@babel/types': 7.27.0 + '@babel/helpers@7.27.1': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.27.1 + '@babel/parser@7.26.5': dependencies: '@babel/types': 7.26.5 @@ -5897,33 +6053,32 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.0)': + '@babel/parser@7.27.2': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.0) - transitivePeerDependencies: - - supports-color + '@babel/types': 7.27.1 - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 + '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10) + transitivePeerDependencies: + - supports-color - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': @@ -5931,9 +6086,9 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': @@ -5941,16 +6096,10 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-typescript@7.26.5(@babel/core@7.26.0)': + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - transitivePeerDependencies: - - supports-color + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)': dependencies: @@ -5963,11 +6112,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/template@7.25.9': + '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.27.1)': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.5 - '@babel/types': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.27.1) + transitivePeerDependencies: + - supports-color '@babel/template@7.27.0': dependencies: @@ -5975,17 +6129,11 @@ snapshots: '@babel/parser': 7.27.0 '@babel/types': 7.27.0 - '@babel/traverse@7.26.5': + '@babel/template@7.27.2': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.5 - '@babel/template': 7.25.9 - '@babel/types': 7.26.5 - debug: 4.4.0(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.27.2 + '@babel/types': 7.27.1 '@babel/traverse@7.27.0': dependencies: @@ -5999,6 +6147,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.27.1': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.1 + '@babel/parser': 7.27.2 + '@babel/template': 7.27.2 + '@babel/types': 7.27.1 + debug: 4.4.0(supports-color@8.1.1) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.26.5': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -6009,6 +6169,11 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 + '@babel/types@7.27.1': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@bazel/runfiles@6.3.1': {} '@colors/colors@1.5.0': @@ -6539,7 +6704,7 @@ snapshots: '@nightwatch/esbuild-utils@0.2.1': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 esbuild: 0.15.18 lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 @@ -6599,6 +6764,8 @@ snapshots: '@polka/url@1.0.0-next.28': {} + '@rolldown/pluginutils@1.0.0-beta.9': {} + '@rollup/plugin-alias@5.1.1(rollup@4.37.0)': optionalDependencies: rollup: 4.37.0 @@ -6937,7 +7104,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.6.3 + semver: 7.7.1 ts-api-utils: 2.0.1(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: @@ -6959,11 +7126,12 @@ snapshots: '@typescript-eslint/types': 8.29.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - '@babel/core': 7.26.10 - '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) + '@babel/core': 7.27.1 + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) + '@rolldown/pluginutils': 1.0.0-beta.9 + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: @@ -6974,7 +7142,7 @@ snapshots: vite: 4.5.13(@types/node@22.13.15) vue: 3.5.13(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.3(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vue: 3.5.13(typescript@5.8.2) @@ -7052,58 +7220,59 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.5': {} - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.0)': + '@vue/babel-helper-vue-transform-on@1.4.0': {} + + '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': dependencies: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.5 - '@babel/types': 7.26.5 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0) + '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) html-tags: 3.3.1 svg-tags: 1.0.0 optionalDependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': + '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.5 - '@babel/types': 7.26.5 - '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) - html-tags: 3.3.1 - svg-tags: 1.0.0 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.27.1) + '@babel/template': 7.27.0 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 + '@vue/babel-helper-vue-transform-on': 1.4.0 + '@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.27.1) + '@vue/shared': 3.5.13 optionalDependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.27.1 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.0)': + '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': dependencies: '@babel/code-frame': 7.26.2 - '@babel/core': 7.26.0 + '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.26.5 + '@babel/parser': 7.27.0 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': + '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/code-frame': 7.26.2 - '@babel/core': 7.26.10 + '@babel/core': 7.27.1 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.26.5 + '@babel/parser': 7.27.0 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color @@ -7149,14 +7318,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.2 - '@vue/devtools-core@7.7.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.6(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': dependencies: - '@vue/devtools-kit': 7.7.2 - '@vue/devtools-shared': 7.7.2 + '@vue/devtools-kit': 7.7.6 + '@vue/devtools-shared': 7.7.6 mitt: 3.0.1 - nanoid: 5.0.9 + nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 0.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vue: 3.5.13(typescript@5.8.2) transitivePeerDependencies: - vite @@ -7171,10 +7340,24 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.2 + '@vue/devtools-kit@7.7.6': + dependencies: + '@vue/devtools-shared': 7.7.6 + birpc: 2.3.0 + hookable: 5.5.3 + mitt: 3.0.1 + perfect-debounce: 1.0.0 + speakingurl: 14.0.1 + superjson: 2.2.2 + '@vue/devtools-shared@7.7.2': dependencies: rfdc: 1.4.1 + '@vue/devtools-shared@7.7.6': + dependencies: + rfdc: 1.4.1 + '@vue/eslint-config-prettier@10.2.0(eslint@9.23.0)(prettier@3.5.3)': dependencies: eslint: 9.23.0 @@ -7366,7 +7549,7 @@ snapshots: ast-kit@1.4.0: dependencies: - '@babel/parser': 7.26.5 + '@babel/parser': 7.27.0 pathe: 2.0.3 ast-types@0.13.4: @@ -7452,6 +7635,8 @@ snapshots: birpc@0.2.19: {} + birpc@2.3.0: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -9187,7 +9372,7 @@ snapshots: nanoid@3.3.11: {} - nanoid@5.0.9: {} + nanoid@5.1.5: {} natural-compare@1.4.0: {} @@ -9823,7 +10008,7 @@ snapshots: nise: 5.1.9 supports-color: 7.2.0 - sirv@3.0.0: + sirv@3.0.1: dependencies: '@polka/url': 1.0.0-next.28 mrmime: 2.0.0 @@ -10190,7 +10375,7 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) @@ -10225,7 +10410,7 @@ snapshots: open: 10.1.0 perfect-debounce: 1.0.0 picocolors: 1.1.1 - sirv: 3.0.0 + sirv: 3.0.1 vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) transitivePeerDependencies: - rollup @@ -10245,13 +10430,13 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.2(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.2(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) - '@vue/devtools-kit': 7.7.2 - '@vue/devtools-shared': 7.7.2 + '@vue/devtools-core': 7.7.6(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-kit': 7.7.6 + '@vue/devtools-shared': 7.7.6 execa: 9.5.2 - sirv: 3.0.0 + sirv: 3.0.1 vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) vite-plugin-vue-inspector: 5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) @@ -10263,12 +10448,12 @@ snapshots: vite-plugin-vue-inspector@5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) - '@babel/plugin-transform-typescript': 7.26.5(@babel/core@7.26.0) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) + '@babel/core': 7.26.10 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) + '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) + '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 9485ef84..651b0990 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.1", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", @@ -27,7 +27,7 @@ "typescript": "~5.8.2", "unplugin-vue-router": "^0.12.0", "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.2", + "vite-plugin-vue-devtools": "^7.7.6", "vue-tsc": "^2.2.8" } } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 20ce88dc..494552e3 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.23.0", From 3dc4f63846d3d14841ea4a4ce932db5b81fe1c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:46:11 +0800 Subject: [PATCH 14/22] chore(deps): update dependency chromedriver to v137 (#178) 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 8b874f8a..5199f577 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": "^134.0.5", + "chromedriver": "^137.0.3", "eslint": "^9.23.0", "eslint-plugin-vue": "~10.0.0", "geckodriver": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f9914f5..306a6205 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -630,8 +630,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) chromedriver: - specifier: ^134.0.5 - version: 134.0.5 + specifier: ^137.0.3 + version: 137.0.3 eslint: specifier: ^9.23.0 version: 9.23.0 @@ -643,7 +643,7 @@ importers: version: 5.0.0(bare-buffer@3.0.1) nightwatch: specifier: ^3.12.1 - version: 3.12.1(chromedriver@134.0.5)(geckodriver@5.0.0(bare-buffer@3.0.1)) + version: 3.12.1(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -3081,9 +3081,9 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} - chromedriver@134.0.5: - resolution: {integrity: sha512-edXbiuShAvH6Elx8Hobl4NQkgNRMIozcW7ZlEiE8TBynZHRazrepO9hfftQzZgztPvjMQiSWeWjZaDV3SecYaw==} - engines: {node: '>=18'} + chromedriver@137.0.3: + resolution: {integrity: sha512-ceBxOxaXl/3ddvxZicgASpL8HfxmUK/q/VI3STcyl0t+SvgydNqXQO1XWwqUIA/tMfREpUunumQvwH7r6hdT0Q==} + engines: {node: '>=20'} hasBin: true ci-info@3.3.0: @@ -7763,7 +7763,7 @@ snapshots: dependencies: readdirp: 4.1.2 - chromedriver@134.0.5: + chromedriver@137.0.3: dependencies: '@testim/chrome-version': 1.1.4 axios: 1.8.4(debug@4.4.0) @@ -9382,7 +9382,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.12.1(chromedriver@134.0.5)(geckodriver@5.0.0(bare-buffer@3.0.1)): + nightwatch@3.12.1(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -9419,7 +9419,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 134.0.5 + chromedriver: 137.0.3 geckodriver: 5.0.0(bare-buffer@3.0.1) transitivePeerDependencies: - bufferutil From de37edbb12f319f8756ce3d401a0003674544d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:43:39 +0800 Subject: [PATCH 15/22] chore(deps): update all non-major dependencies (#175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 10 +- examples/api-before-14.3/package.json | 26 +- .../package.json | 12 +- examples/disable-ts-in-templates/package.json | 10 +- .../disable-type-checked-for-yml/package.json | 28 +- examples/minimal/package.json | 10 +- examples/type-checked/package.json | 26 +- examples/with-cypress/package.json | 16 +- examples/with-jsx-in-vue/package.json | 10 +- examples/with-jsx/package.json | 10 +- examples/with-nightwatch/package.json | 12 +- examples/with-playwright/package.json | 12 +- examples/with-prettier/package.json | 10 +- examples/with-tsx-in-vue/package.json | 10 +- examples/with-tsx/package.json | 10 +- examples/with-vitest/package.json | 16 +- package.json | 22 +- pnpm-lock.yaml | 2489 +++++++---------- test/fixtures/file-based-routing/package.json | 14 +- test/fixtures/with-older-espree/package.json | 10 +- 20 files changed, 1097 insertions(+), 1666 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 398f75f5..2181fc7d 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -12,19 +12,19 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index d2467a23..5bfc4cb4 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -16,33 +16,33 @@ "format": "prettier --write src/" }, "dependencies": { - "pinia": "^3.0.1", - "vue": "^3.5.13", - "vue-router": "^4.5.0" + "pinia": "^3.0.3", + "vue": "^3.5.16", + "vue-router": "^4.5.1" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.1.38", + "@vitest/eslint-plugin": "^1.2.2", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.2.1", - "eslint": "^9.23.0", - "eslint-plugin-cypress": "^4.2.0", - "eslint-plugin-vue": "~10.0.0", - "jsdom": "^26.0.0", + "cypress": "^14.4.1", + "eslint": "^9.28.0", + "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-vue": "~10.2.0", + "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "prettier": "3.5.3", - "start-server-and-test": "^2.0.11", + "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.6", - "vitest": "^3.1.1", - "vue-tsc": "^2.2.8" + "vitest": "^3.2.3", + "vue-tsc": "^2.2.10" } } diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index 845c8559..1e758da3 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node22": "^22.0.1", - "@types/node": "^22.13.15", + "@tsconfig/node22": "^22.0.2", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.6", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index a257407c..8fe5a4a8 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -12,19 +12,19 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 5c49acff..97f10658 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -16,34 +16,34 @@ "format": "prettier --write src/" }, "dependencies": { - "pinia": "^3.0.1", - "vue": "^3.5.13", - "vue-router": "^4.5.0" + "pinia": "^3.0.3", + "vue": "^3.5.16", + "vue-router": "^4.5.1" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.1.38", + "@vitest/eslint-plugin": "^1.2.2", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.2.1", - "eslint": "^9.23.0", - "eslint-plugin-cypress": "^4.2.0", - "eslint-plugin-vue": "~10.0.0", - "eslint-plugin-yml": "^1.17.0", - "jsdom": "^26.0.0", + "cypress": "^14.4.1", + "eslint": "^9.28.0", + "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-vue": "~10.2.0", + "eslint-plugin-yml": "^1.18.0", + "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "prettier": "3.5.3", - "start-server-and-test": "^2.0.11", + "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.6", - "vitest": "^3.1.1", - "vue-tsc": "^2.2.8" + "vitest": "^3.2.3", + "vue-tsc": "^2.2.10" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 8e1129d5..0c37fd91 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -12,19 +12,19 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index dc489a0f..55ba95e9 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -16,33 +16,33 @@ "format": "prettier --write src/" }, "dependencies": { - "pinia": "^3.0.1", - "vue": "^3.5.13", - "vue-router": "^4.5.0" + "pinia": "^3.0.3", + "vue": "^3.5.16", + "vue-router": "^4.5.1" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.1.38", + "@vitest/eslint-plugin": "^1.2.2", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.2.1", - "eslint": "^9.23.0", - "eslint-plugin-cypress": "^4.2.0", - "eslint-plugin-vue": "~10.0.0", - "jsdom": "^26.0.0", + "cypress": "^14.4.1", + "eslint": "^9.28.0", + "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-vue": "~10.2.0", + "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "prettier": "3.5.3", - "start-server-and-test": "^2.0.11", + "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.6", - "vitest": "^3.1.1", - "vue-tsc": "^2.2.8" + "vitest": "^3.2.3", + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index cbdc4544..11d24fcf 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -16,22 +16,22 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "cypress": "^14.2.1", - "eslint": "^9.23.0", - "eslint-plugin-cypress": "^4.2.0", - "eslint-plugin-vue": "~10.0.0", + "cypress": "^14.4.1", + "eslint": "^9.28.0", + "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", - "start-server-and-test": "^2.0.11", + "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index a56ef397..1f4af2e5 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 2359b39e..ef32efd2 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 5199f577..c1e684a6 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -14,26 +14,26 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@nightwatch/vue": "^3.1.2", "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "chromedriver": "^137.0.3", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "geckodriver": "^5.0.0", - "nightwatch": "^3.12.1", + "nightwatch": "^3.12.2", "npm-run-all2": "^8.0.4", "ts-node": "^10.9.2", "typescript": "~5.8.2", "vite": "^6.2.0", "vite-plugin-nightwatch": "^0.4.6", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 89f0ba81..1a6176cf 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -13,21 +13,21 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { - "@playwright/test": "^1.51.1", + "@playwright/test": "^1.53.0", "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", + "eslint": "^9.28.0", "eslint-plugin-playwright": "^2.2.0", - "eslint-plugin-vue": "~10.0.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 58d3bcb8..c44c2710 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -13,21 +13,21 @@ "format": "prettier --write src/" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index ec497905..ad4215e1 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index b3762f4d..7619c600 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index ab89e6a4..5023f6d8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -13,24 +13,24 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/jsdom": "^21.1.7", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", - "@vitest/eslint-plugin": "^1.1.38", + "@vitest/eslint-plugin": "^1.2.2", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", - "jsdom": "^26.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", + "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vitest": "^3.1.1", - "vue-tsc": "^2.2.8" + "vitest": "^3.2.3", + "vue-tsc": "^2.2.10" } } diff --git a/package.json b/package.json index a2634d9f..5fb6a955 100644 --- a/package.json +++ b/package.json @@ -48,16 +48,16 @@ "homepage": "https://github.com/vuejs/eslint-config-typescript#readme", "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", - "execa": "^9.5.2", - "pkgroll": "^2.12.1", + "@types/node": "^22.15.31", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", + "execa": "^9.6.0", + "pkgroll": "^2.12.2", "prettier": "3.5.3", - "tsx": "^4.19.3", + "tsx": "^4.20.2", "typescript": "~5.8.2", - "vitest": "^3.1.1", - "vue": "^3.5.13" + "vitest": "^3.2.3", + "vue": "^3.5.16" }, "peerDependencies": { "eslint": "^9.10.0", @@ -70,10 +70,10 @@ } }, "dependencies": { - "@typescript-eslint/utils": "^8.29.0", + "@typescript-eslint/utils": "^8.34.0", "fast-glob": "^3.3.3", - "typescript-eslint": "^8.29.0", - "vue-eslint-parser": "^10.1.1" + "typescript-eslint": "^8.34.0", + "vue-eslint-parser": "^10.1.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 306a6205..f8a1c218 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,79 +9,79 @@ importers: .: dependencies: '@typescript-eslint/utils': - specifier: ^8.29.0 - version: 8.29.0(eslint@9.23.0)(typescript@5.8.2) + specifier: ^8.34.0 + version: 8.34.0(eslint@9.28.0)(typescript@5.8.2) fast-glob: specifier: ^3.3.3 version: 3.3.3 typescript-eslint: - specifier: ^8.29.0 - version: 8.29.0(eslint@9.23.0)(typescript@5.8.2) + specifier: ^8.34.0 + version: 8.34.0(eslint@9.28.0)(typescript@5.8.2) vue-eslint-parser: - specifier: ^10.1.1 - version: 10.1.1(eslint@9.23.0) + specifier: ^10.1.3 + version: 10.1.3(eslint@9.28.0) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) execa: - specifier: ^9.5.2 - version: 9.5.2 + specifier: ^9.6.0 + version: 9.6.0 pkgroll: - specifier: ^2.12.1 - version: 2.12.1(typescript@5.8.2) + specifier: ^2.12.2 + version: 2.12.2(typescript@5.8.2) prettier: specifier: 3.5.3 version: 3.5.3 tsx: - specifier: ^4.19.3 - version: 4.19.3 + specifier: ^4.20.2 + version: 4.20.2 typescript: specifier: ~5.8.2 version: 5.8.2 vitest: - specifier: ^3.1.1 - version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.2.3 + version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) examples/allow-js: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -90,22 +90,22 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/api-before-14.3: dependencies: pinia: - specifier: ^3.0.1 - version: 3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + specifier: ^3.0.3 + version: 3.0.3(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) vue-router: - specifier: ^4.5.0 - version: 4.5.0(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.5.1 + version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 @@ -114,20 +114,20 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.38 - version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.2.2 + version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -136,22 +136,22 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) cypress: - specifier: ^14.2.1 - version: 14.2.1 + specifier: ^14.4.1 + version: 14.4.1 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.2.0 - version: 4.2.0(eslint@9.23.0) + specifier: ^4.3.0 + version: 4.3.0(eslint@9.28.0) eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) jsdom: - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.1.0 + version: 26.1.0 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -159,51 +159,51 @@ importers: specifier: 3.5.3 version: 3.5.3 start-server-and-test: - specifier: ^2.0.11 - version: 2.0.11 + specifier: ^2.0.12 + version: 2.0.12 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: - specifier: ^3.1.1 - version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.2.3 + version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/custom-type-checked-rules-on-and-off: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node22': - specifier: ^22.0.1 - version: 22.0.1 + specifier: ^22.0.2 + version: 22.0.2 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -212,41 +212,41 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/disable-ts-in-templates: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -255,22 +255,22 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/disable-type-checked-for-yml: dependencies: pinia: - specifier: ^3.0.1 - version: 3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + specifier: ^3.0.3 + version: 3.0.3(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) vue-router: - specifier: ^4.5.0 - version: 4.5.0(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.5.1 + version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 @@ -279,20 +279,20 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.38 - version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.2.2 + version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -301,25 +301,25 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) cypress: - specifier: ^14.2.1 - version: 14.2.1 + specifier: ^14.4.1 + version: 14.4.1 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.2.0 - version: 4.2.0(eslint@9.23.0) + specifier: ^4.3.0 + version: 4.3.0(eslint@9.28.0) eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) eslint-plugin-yml: - specifier: ^1.17.0 - version: 1.17.0(eslint@9.23.0) + specifier: ^1.18.0 + version: 1.18.0(eslint@9.28.0) jsdom: - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.1.0 + version: 26.1.0 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -327,51 +327,51 @@ importers: specifier: 3.5.3 version: 3.5.3 start-server-and-test: - specifier: ^2.0.11 - version: 2.0.11 + specifier: ^2.0.12 + version: 2.0.12 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: - specifier: ^3.1.1 - version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.2.3 + version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/minimal: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -380,22 +380,22 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/type-checked: dependencies: pinia: - specifier: ^3.0.1 - version: 3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + specifier: ^3.0.3 + version: 3.0.3(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) vue-router: - specifier: ^4.5.0 - version: 4.5.0(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.5.1 + version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 @@ -404,20 +404,20 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.38 - version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.2.2 + version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -426,22 +426,22 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) cypress: - specifier: ^14.2.1 - version: 14.2.1 + specifier: ^14.4.1 + version: 14.4.1 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.2.0 - version: 4.2.0(eslint@9.23.0) + specifier: ^4.3.0 + version: 4.3.0(eslint@9.28.0) eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) jsdom: - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.1.0 + version: 26.1.0 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -449,103 +449,103 @@ importers: specifier: 3.5.3 version: 3.5.3 start-server-and-test: - specifier: ^2.0.11 - version: 2.0.11 + specifier: ^2.0.12 + version: 2.0.12 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: - specifier: ^3.1.1 - version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.2.3 + version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-cypress: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) cypress: - specifier: ^14.2.1 - version: 14.2.1 + specifier: ^14.4.1 + version: 14.4.1 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.2.0 - version: 4.2.0(eslint@9.23.0) + specifier: ^4.3.0 + version: 4.3.0(eslint@9.28.0) eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 start-server-and-test: - specifier: ^2.0.11 - version: 2.0.11 + specifier: ^2.0.12 + version: 2.0.12 typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-jsx: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -554,41 +554,41 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-jsx-in-vue: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -597,29 +597,29 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-nightwatch: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2)) + version: 3.1.2(@types/node@22.15.31)(vue@3.5.16(typescript@5.8.2)) '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -628,74 +628,74 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) chromedriver: specifier: ^137.0.3 version: 137.0.3 eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) geckodriver: specifier: ^5.0.0 version: 5.0.0(bare-buffer@3.0.1) nightwatch: - specifier: ^3.12.1 - version: 3.12.1(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) + specifier: ^3.12.2 + version: 3.12.2(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.13.15)(typescript@5.8.2) + version: 10.9.2(@types/node@22.15.31)(typescript@5.8.2) typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-playwright: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@playwright/test': - specifier: ^1.51.1 - version: 1.51.1 + specifier: ^1.53.0 + version: 1.53.0 '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-playwright: specifier: ^2.2.0 - version: 2.2.0(eslint@9.23.0) + version: 2.2.0(eslint@9.28.0) eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -704,41 +704,41 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-prettier: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.23.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -750,41 +750,41 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-tsx: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -793,41 +793,41 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-tsx-in-vue: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -836,16 +836,16 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) examples/with-vitest: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 @@ -854,14 +854,14 @@ importers: specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.1.38 - version: 1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0)) + specifier: ^1.2.2 + version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -870,16 +870,16 @@ importers: version: 2.4.6 '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) jsdom: - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.1.0 + version: 26.1.0 npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -888,44 +888,44 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vitest: - specifier: ^3.1.1 - version: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + specifier: ^3.2.3 + version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) test/fixtures/file-based-routing: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) vue-router: - specifier: ^4.5.0 - version: 4.5.0(vue@3.5.13(typescript@5.8.2)) + specifier: ^4.5.1 + version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node22': - specifier: ^22.0.1 - version: 22.0.1 + specifier: ^22.0.2 + version: 22.0.2 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -934,44 +934,44 @@ importers: version: 5.8.2 unplugin-vue-router: specifier: ^0.12.0 - version: 0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)) + version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) test/fixtures/with-older-espree: dependencies: vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.2) + specifier: ^3.5.16 + version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': specifier: ^20.1.5 version: 20.1.5 '@types/node': - specifier: ^22.13.15 - version: 22.13.15 + specifier: ^22.15.31 + version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. '@vue/tsconfig': specifier: ^0.7.0 - version: 0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)) + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.23.0 - version: 9.23.0 + specifier: ^9.28.0 + version: 9.28.0 eslint-plugin-vue: - specifier: ~10.0.0 - version: 10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)) + specifier: ~10.2.0 + version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) espree: specifier: ^9.6.1 version: 9.6.1 @@ -983,10 +983,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: - specifier: ^2.2.8 - version: 2.2.8(typescript@5.8.2) + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.2) packages: @@ -1161,11 +1161,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.27.0': - resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.27.2': resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==} engines: {node: '>=6.0.0'} @@ -1298,18 +1293,6 @@ packages: '@cypress/xvfb@1.2.4': resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} - '@esbuild/aix-ppc64@0.25.0': - resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - - '@esbuild/aix-ppc64@0.25.1': - resolution: {integrity: sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.25.2': resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==} engines: {node: '>=18'} @@ -1322,18 +1305,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.0': - resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - - '@esbuild/android-arm64@0.25.1': - resolution: {integrity: sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.25.2': resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==} engines: {node: '>=18'} @@ -1358,18 +1329,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.0': - resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - - '@esbuild/android-arm@0.25.1': - resolution: {integrity: sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.25.2': resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==} engines: {node: '>=18'} @@ -1382,18 +1341,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.0': - resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - - '@esbuild/android-x64@0.25.1': - resolution: {integrity: sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.25.2': resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==} engines: {node: '>=18'} @@ -1406,18 +1353,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.0': - resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - - '@esbuild/darwin-arm64@0.25.1': - resolution: {integrity: sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.25.2': resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==} engines: {node: '>=18'} @@ -1430,18 +1365,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.0': - resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - - '@esbuild/darwin-x64@0.25.1': - resolution: {integrity: sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.25.2': resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==} engines: {node: '>=18'} @@ -1454,18 +1377,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.0': - resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - - '@esbuild/freebsd-arm64@0.25.1': - resolution: {integrity: sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.25.2': resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==} engines: {node: '>=18'} @@ -1478,18 +1389,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.0': - resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - - '@esbuild/freebsd-x64@0.25.1': - resolution: {integrity: sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.25.2': resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==} engines: {node: '>=18'} @@ -1502,18 +1401,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.0': - resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - - '@esbuild/linux-arm64@0.25.1': - resolution: {integrity: sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.25.2': resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==} engines: {node: '>=18'} @@ -1526,18 +1413,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.0': - resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - - '@esbuild/linux-arm@0.25.1': - resolution: {integrity: sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.25.2': resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==} engines: {node: '>=18'} @@ -1550,18 +1425,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.0': - resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - - '@esbuild/linux-ia32@0.25.1': - resolution: {integrity: sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.25.2': resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==} engines: {node: '>=18'} @@ -1580,18 +1443,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.0': - resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - - '@esbuild/linux-loong64@0.25.1': - resolution: {integrity: sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.25.2': resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==} engines: {node: '>=18'} @@ -1604,18 +1455,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.0': - resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - - '@esbuild/linux-mips64el@0.25.1': - resolution: {integrity: sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.25.2': resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==} engines: {node: '>=18'} @@ -1628,18 +1467,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.0': - resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - - '@esbuild/linux-ppc64@0.25.1': - resolution: {integrity: sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.25.2': resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==} engines: {node: '>=18'} @@ -1652,18 +1479,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.0': - resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - - '@esbuild/linux-riscv64@0.25.1': - resolution: {integrity: sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.25.2': resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==} engines: {node: '>=18'} @@ -1676,18 +1491,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.0': - resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - - '@esbuild/linux-s390x@0.25.1': - resolution: {integrity: sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.25.2': resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==} engines: {node: '>=18'} @@ -1700,36 +1503,12 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.0': - resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - - '@esbuild/linux-x64@0.25.1': - resolution: {integrity: sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.25.2': resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.0': - resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - - '@esbuild/netbsd-arm64@0.25.1': - resolution: {integrity: sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - '@esbuild/netbsd-arm64@0.25.2': resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} engines: {node: '>=18'} @@ -1742,36 +1521,12 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.0': - resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - - '@esbuild/netbsd-x64@0.25.1': - resolution: {integrity: sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.25.2': resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.0': - resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - - '@esbuild/openbsd-arm64@0.25.1': - resolution: {integrity: sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-arm64@0.25.2': resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} engines: {node: '>=18'} @@ -1784,18 +1539,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.0': - resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - - '@esbuild/openbsd-x64@0.25.1': - resolution: {integrity: sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.25.2': resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==} engines: {node: '>=18'} @@ -1808,18 +1551,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.0': - resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - - '@esbuild/sunos-x64@0.25.1': - resolution: {integrity: sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.25.2': resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==} engines: {node: '>=18'} @@ -1832,18 +1563,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.0': - resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - - '@esbuild/win32-arm64@0.25.1': - resolution: {integrity: sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.25.2': resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==} engines: {node: '>=18'} @@ -1856,18 +1575,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.0': - resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - - '@esbuild/win32-ia32@0.25.1': - resolution: {integrity: sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.25.2': resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==} engines: {node: '>=18'} @@ -1880,18 +1587,6 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.0': - resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - - '@esbuild/win32-x64@0.25.1': - resolution: {integrity: sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.25.2': resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==} engines: {node: '>=18'} @@ -1904,36 +1599,46 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.19.2': - resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==} + '@eslint/config-array@0.20.1': + resolution: {integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/config-helpers@0.2.0': - resolution: {integrity: sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==} + '@eslint/config-helpers@0.2.3': + resolution: {integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.12.0': - resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==} + '@eslint/core@0.14.0': + resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/core@0.15.0': + resolution: {integrity: sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/eslintrc@3.3.1': resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.23.0': - resolution: {integrity: sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==} + '@eslint/js@9.28.0': + resolution: {integrity: sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.6': resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.7': - resolution: {integrity: sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==} + '@eslint/plugin-kit@0.3.2': + resolution: {integrity: sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@hapi/hoek@9.3.0': @@ -2126,8 +1831,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.51.1': - resolution: {integrity: sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==} + '@playwright/test@1.53.0': + resolution: {integrity: sha512-15hjKreZDcp7t6TL/7jkAo6Df5STZN09jGiv5dbP9A6vMVncXRqE7/B2SncsyOwrkZRBH2i6/TPOL8BVmm3c7w==} engines: {node: '>=18'} hasBin: true @@ -2200,201 +1905,101 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.37.0': - resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==} - cpu: [arm] - os: [android] - '@rollup/rollup-android-arm-eabi@4.39.0': resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.37.0': - resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.39.0': resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.37.0': - resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.39.0': resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.37.0': - resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.39.0': resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.37.0': - resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} - cpu: [arm64] - os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.39.0': resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.37.0': - resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} - cpu: [x64] - os: [freebsd] - '@rollup/rollup-freebsd-x64@4.39.0': resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.37.0': - resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.37.0': - resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.39.0': resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.37.0': - resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.39.0': resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.37.0': - resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.39.0': resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.37.0': - resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} - cpu: [loong64] - os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': - resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} - cpu: [ppc64] - os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.37.0': - resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.39.0': resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.37.0': - resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.39.0': resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.37.0': - resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} - cpu: [s390x] - os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.39.0': resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.37.0': - resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.39.0': resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.37.0': - resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.39.0': resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.37.0': - resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.39.0': resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.37.0': - resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.39.0': resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.37.0': - resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.39.0': resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} cpu: [x64] @@ -2449,8 +2054,8 @@ packages: '@tsconfig/node20@20.1.5': resolution: {integrity: sha512-Vm8e3WxDTqMGPU4GATF9keQAIy1Drd7bPwlgzKJnZtoOsTm1tduUTbDjg0W5qERvGuxPI2h9RbMufH0YdfBylA==} - '@tsconfig/node22@22.0.1': - resolution: {integrity: sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==} + '@tsconfig/node22@22.0.2': + resolution: {integrity: sha512-Kmwj4u8sDRDrMYRoN9FDEcXD8UpBSaPQQ24Gz+Gamqfm7xxn+GBR7ge/Z7pK8OXNGyUzbSwJj+TH6B+DS/epyA==} '@types/chai@4.3.20': resolution: {integrity: sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==} @@ -2458,12 +2063,12 @@ packages: '@types/chai@5.0.1': resolution: {integrity: sha512-5T8ajsg3M/FOncpLYW7sdOcD6yf4+722sze/tc4KQV0P8Z2rAr3SAuHCIkYmYpt8VbcQlnz8SxlOlPQYefe4cA==} + '@types/chai@5.2.2': + resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==} + '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} - '@types/estree@1.0.6': - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} @@ -2476,8 +2081,8 @@ packages: '@types/nightwatch@2.3.32': resolution: {integrity: sha512-RXAWpe83AERF0MbRHXaEJlMQGDtA6BW5sgbn2jO0z04yzbxc4gUvzaJwHpGULBSa2QKUHfBZoLwe/tuQx0PWLg==} - '@types/node@22.13.15': - resolution: {integrity: sha512-imAbQEEbVni6i6h6Bd5xkCRwLqFc8hihCsi2GbtDoAtUcAFQ6Zs4pFXTZUUbroTkXdImczWM9AI8eZUuybXE3w==} + '@types/node@22.15.31': + resolution: {integrity: sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -2500,51 +2105,63 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.29.0': - resolution: {integrity: sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==} + '@typescript-eslint/eslint-plugin@8.34.0': + resolution: {integrity: sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + '@typescript-eslint/parser': ^8.34.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/parser@8.29.0': - resolution: {integrity: sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==} + '@typescript-eslint/parser@8.34.0': + resolution: {integrity: sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/scope-manager@8.29.0': - resolution: {integrity: sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==} + '@typescript-eslint/project-service@8.34.0': + resolution: {integrity: sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' + + '@typescript-eslint/scope-manager@8.34.0': + resolution: {integrity: sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/tsconfig-utils@8.34.0': + resolution: {integrity: sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/type-utils@8.29.0': - resolution: {integrity: sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==} + '@typescript-eslint/type-utils@8.34.0': + resolution: {integrity: sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/types@8.29.0': - resolution: {integrity: sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==} + '@typescript-eslint/types@8.34.0': + resolution: {integrity: sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.29.0': - resolution: {integrity: sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==} + '@typescript-eslint/typescript-estree@8.34.0': + resolution: {integrity: sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/utils@8.29.0': - resolution: {integrity: sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==} + '@typescript-eslint/utils@8.34.0': + resolution: {integrity: sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/visitor-keys@8.29.0': - resolution: {integrity: sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==} + '@typescript-eslint/visitor-keys@8.34.0': + resolution: {integrity: sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.2.0': @@ -2568,10 +2185,9 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.1.38': - resolution: {integrity: sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==} + '@vitest/eslint-plugin@1.2.2': + resolution: {integrity: sha512-R8NwW+VxyKqVGcMfYsUbdThQyMbtNcoeg+jJeTgMHqWdFdcS0nrODAQXhkplvWzgd7jIJ+GQeydGqFLibsxMxg==} peerDependencies: - '@typescript-eslint/utils': ^8.24.0 eslint: '>= 8.57.0' typescript: '>= 5.0.0' vitest: '*' @@ -2581,34 +2197,34 @@ packages: vitest: optional: true - '@vitest/expect@3.1.1': - resolution: {integrity: sha512-q/zjrW9lgynctNbwvFtQkGK9+vvHA5UzVi2V8APrp1C6fG6/MuYYkmlx4FubuqLycCeSdHD5aadWfua/Vr0EUA==} + '@vitest/expect@3.2.3': + resolution: {integrity: sha512-W2RH2TPWVHA1o7UmaFKISPvdicFJH+mjykctJFoAkUw+SPTJTGjUNdKscFBrqM7IPnCVu6zihtKYa7TkZS1dkQ==} - '@vitest/mocker@3.1.1': - resolution: {integrity: sha512-bmpJJm7Y7i9BBELlLuuM1J1Q6EQ6K5Ye4wcyOpOMXMcePYKSIYlpcrCm4l/O6ja4VJA5G2aMJiuZkZdnxlC3SA==} + '@vitest/mocker@3.2.3': + resolution: {integrity: sha512-cP6fIun+Zx8he4rbWvi+Oya6goKQDZK+Yq4hhlggwQBbrlOQ4qtZ+G4nxB6ZnzI9lyIb+JnvyiJnPC2AGbKSPA==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 peerDependenciesMeta: msw: optional: true vite: optional: true - '@vitest/pretty-format@3.1.1': - resolution: {integrity: sha512-dg0CIzNx+hMMYfNmSqJlLSXEmnNhMswcn3sXO7Tpldr0LiGmg3eXdLLhwkv2ZqgHb/d5xg5F7ezNFRA1fA13yA==} + '@vitest/pretty-format@3.2.3': + resolution: {integrity: sha512-yFglXGkr9hW/yEXngO+IKMhP0jxyFw2/qys/CK4fFUZnSltD+MU7dVYGrH8rvPcK/O6feXQA+EU33gjaBBbAng==} - '@vitest/runner@3.1.1': - resolution: {integrity: sha512-X/d46qzJuEDO8ueyjtKfxffiXraPRfmYasoC4i5+mlLEJ10UvPb0XH5M9C3gWuxd7BAQhpK42cJgJtq53YnWVA==} + '@vitest/runner@3.2.3': + resolution: {integrity: sha512-83HWYisT3IpMaU9LN+VN+/nLHVBCSIUKJzGxC5RWUOsK1h3USg7ojL+UXQR3b4o4UBIWCYdD2fxuzM7PQQ1u8w==} - '@vitest/snapshot@3.1.1': - resolution: {integrity: sha512-bByMwaVWe/+1WDf9exFxWWgAixelSdiwo2p33tpqIlM14vW7PRV5ppayVXtfycqze4Qhtwag5sVhX400MLBOOw==} + '@vitest/snapshot@3.2.3': + resolution: {integrity: sha512-9gIVWx2+tysDqUmmM1L0hwadyumqssOL1r8KJipwLx5JVYyxvVRfxvMq7DaWbZZsCqZnu/dZedaZQh4iYTtneA==} - '@vitest/spy@3.1.1': - resolution: {integrity: sha512-+EmrUOOXbKzLkTDwlsc/xrwOlPDXyVk3Z6P6K4oiCndxz7YLpp/0R0UsWVOKT0IXWjjBJuSMk6D27qipaupcvQ==} + '@vitest/spy@3.2.3': + resolution: {integrity: sha512-JHu9Wl+7bf6FEejTCREy+DmgWe+rQKbK+y32C/k5f4TBIAlijhJbRBIRIOCEpVevgRsCQR2iHRUH2/qKVM/plw==} - '@vitest/utils@3.1.1': - resolution: {integrity: sha512-1XIjflyaU2k3HMArJ50bwSh3wKWPD6Q47wz/NUSmRV0zNywPc4w79ARjg/i/aNINHwA+mIALhUVqD9/aUvZNgg==} + '@vitest/utils@3.2.3': + resolution: {integrity: sha512-4zFBCU5Pf+4Z6v+rwnZ1HU1yzOKKvDkMXZrymE2PBlbjKJRlrOxbvpfPSvJTGRIwGoahaOGvp+kbCoxifhzJ1Q==} '@volar/language-core@2.4.11': resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==} @@ -2663,15 +2279,27 @@ packages: '@vue/compiler-core@3.5.13': resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} + '@vue/compiler-core@3.5.16': + resolution: {integrity: sha512-AOQS2eaQOaaZQoL1u+2rCJIKDruNXVBZSiUD3chnUrsoX5ZTQMaCvXlWNIfxBJuU15r1o7+mpo5223KVtIhAgQ==} + '@vue/compiler-dom@3.5.13': resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} + '@vue/compiler-dom@3.5.16': + resolution: {integrity: sha512-SSJIhBr/teipXiXjmWOVWLnxjNGo65Oj/8wTEQz0nqwQeP75jWZ0n4sF24Zxoht1cuJoWopwj0J0exYwCJ0dCQ==} + '@vue/compiler-sfc@3.5.13': resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} + '@vue/compiler-sfc@3.5.16': + resolution: {integrity: sha512-rQR6VSFNpiinDy/DVUE0vHoIDUF++6p910cgcZoaAUm3POxgNOOdS/xgoll3rNdKYTYPnnbARDCZOyZ+QSe6Pw==} + '@vue/compiler-ssr@3.5.13': resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} + '@vue/compiler-ssr@3.5.16': + resolution: {integrity: sha512-d2V7kfxbdsjrDSGlJE7my1ZzCXViEcqN6w14DOsDrUCHEA6vbnVCpRFfrc4ryCP/lCKzX2eS1YtnLE/BuC9f/A==} + '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -2686,15 +2314,9 @@ packages: peerDependencies: vue: ^3.0.0 - '@vue/devtools-kit@7.7.2': - resolution: {integrity: sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==} - '@vue/devtools-kit@7.7.6': resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==} - '@vue/devtools-shared@7.7.2': - resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==} - '@vue/devtools-shared@7.7.6': resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==} @@ -2704,31 +2326,34 @@ packages: eslint: '>= 8.21.0' prettier: '>= 3.0.0' - '@vue/language-core@2.2.8': - resolution: {integrity: sha512-rrzB0wPGBvcwaSNRriVWdNAbHQWSf0NlGqgKHK5mEkXpefjUlVRP62u03KvwZpvKVjRnBIQ/Lwre+Mx9N6juUQ==} + '@vue/language-core@2.2.10': + resolution: {integrity: sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - '@vue/reactivity@3.5.13': - resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} + '@vue/reactivity@3.5.16': + resolution: {integrity: sha512-FG5Q5ee/kxhIm1p2bykPpPwqiUBV3kFySsHEQha5BJvjXdZTUfmya7wP7zC39dFuZAcf/PD5S4Lni55vGLMhvA==} - '@vue/runtime-core@3.5.13': - resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} + '@vue/runtime-core@3.5.16': + resolution: {integrity: sha512-bw5Ykq6+JFHYxrQa7Tjr+VSzw7Dj4ldR/udyBZbq73fCdJmyy5MPIFR9IX/M5Qs+TtTjuyUTCnmK3lWWwpAcFQ==} - '@vue/runtime-dom@3.5.13': - resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} + '@vue/runtime-dom@3.5.16': + resolution: {integrity: sha512-T1qqYJsG2xMGhImRUV9y/RseB9d0eCYZQ4CWca9ztCuiPj/XWNNN+lkNBuzVbia5z4/cgxdL28NoQCvC0Xcfww==} - '@vue/server-renderer@3.5.13': - resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} + '@vue/server-renderer@3.5.16': + resolution: {integrity: sha512-BrX0qLiv/WugguGsnQUJiYOE0Fe5mZTwi6b7X/ybGB0vfrPH9z0gD/Y6WOR1sGCgX4gc25L1RYS5eYQKDMoNIg==} peerDependencies: - vue: 3.5.13 + vue: 3.5.16 '@vue/shared@3.5.13': resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} + '@vue/shared@3.5.16': + resolution: {integrity: sha512-c/0fWy3Jw6Z8L9FmTyYfkpM5zklnqqa9+a6dz3DvONRKW2NEbh46BP0FHuLFSWi2TnQEtp91Z6zOWNrU6QiyPg==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -2962,9 +2587,6 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} - birpc@0.2.19: - resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} - birpc@2.3.0: resolution: {integrity: sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==} @@ -3109,6 +2731,10 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} + cli-table3@0.6.1: + resolution: {integrity: sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==} + engines: {node: 10.* || >= 12.*} + cli-table3@0.6.5: resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} engines: {node: 10.* || >= 12.*} @@ -3134,6 +2760,10 @@ packages: colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + colors@1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -3210,8 +2840,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@14.2.1: - resolution: {integrity: sha512-5xd0E7fUp0pjjib1D7ljkmCwFDgMkWuW06jWiz8dKrI7MNRrDo0C65i4Sh+oZ9YHjMHZRJBR0XZk1DfekOhOUw==} + cypress@14.4.1: + resolution: {integrity: sha512-YSGvVXtTqSGRTyHbaxHI5dHU/9xc5ymaTIM4BU85GKhj980y6XgA3fShSpj5DatS8knXMsAvYItQxVQFHGpUtw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -3272,6 +2902,15 @@ packages: supports-color: optional: true + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + 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'} @@ -3283,6 +2922,9 @@ packages: decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + decimal.js@10.5.0: + resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} + deep-eql@4.0.1: resolution: {integrity: sha512-D/Oxqobjr+kxaHsgiQBZq9b6iAWdEj5W/JdJm8deNduAPc9CwXQ3BJJCuEqlrPXcy45iOMkGPZ0T81Dnz7UDCA==} engines: {node: '>=6'} @@ -3427,8 +3069,8 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-module-lexer@1.6.0: - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} + es-module-lexer@1.7.0: + resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} es-object-atoms@1.0.1: resolution: {integrity: sha512-BPOBuyUF9QIVhuNLhbToCLHP6+0MHwZ7xLBkPPCZqK4JmpJgGnv10035STzzQwFpqdzNFMB3irvDI63IagvDwA==} @@ -3564,16 +3206,6 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.25.0: - resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==} - engines: {node: '>=18'} - hasBin: true - - esbuild@0.25.1: - resolution: {integrity: sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==} - engines: {node: '>=18'} - hasBin: true - esbuild@0.25.2: resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==} engines: {node: '>=18'} @@ -3608,8 +3240,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-cypress@4.2.0: - resolution: {integrity: sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw==} + eslint-plugin-cypress@4.3.0: + resolution: {integrity: sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==} peerDependencies: eslint: '>=9' @@ -3633,23 +3265,19 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-vue@10.0.0: - resolution: {integrity: sha512-XKckedtajqwmaX6u1VnECmZ6xJt+YvlmMzBPZd+/sI3ub2lpYZyFnsyWo7c3nMOQKJQudeyk1lw/JxdgeKT64w==} + eslint-plugin-vue@10.2.0: + resolution: {integrity: sha512-tl9s+KN3z0hN2b8fV2xSs5ytGl7Esk1oSCxULLwFcdaElhZ8btYYZFrWxvh4En+czrSDtuLCeCOGa8HhEZuBdQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 vue-eslint-parser: ^10.0.0 - eslint-plugin-yml@1.17.0: - resolution: {integrity: sha512-Q3LXFRnNpGYAK/PM0BY1Xs0IY1xTLfM0kC986nNQkx1l8tOGz+YS50N6wXkAJkrBpeUN9OxEMB7QJ+9MTDAqIQ==} + eslint-plugin-yml@1.18.0: + resolution: {integrity: sha512-9NtbhHRN2NJa/s3uHchO3qVVZw0vyOIvWlXWGaKCr/6l3Go62wsvJK5byiI6ZoYztDsow4GnS69BZD3GnqH3hA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' - eslint-scope@8.2.0: - resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-scope@8.3.0: resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3662,8 +3290,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.23.0: - resolution: {integrity: sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==} + eslint@9.28.0: + resolution: {integrity: sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -3724,8 +3352,8 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@9.5.2: - resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==} + execa@9.6.0: + resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==} engines: {node: ^18.19.0 || >=20.5.0} executable@4.1.1: @@ -3781,6 +3409,14 @@ packages: picomatch: optional: true + fdir@6.4.6: + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fetch-blob@3.2.0: resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} engines: {node: ^12.20 || >= 14.13} @@ -3969,8 +3605,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.14.0: - resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} + globals@15.15.0: + resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} gopd@1.2.0: @@ -4041,8 +3677,8 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - human-signals@8.0.0: - resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==} + human-signals@8.0.1: + resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==} engines: {node: '>=18.18.0'} iconv-lite@0.6.3: @@ -4056,6 +3692,10 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} @@ -4302,6 +3942,9 @@ 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 @@ -4321,8 +3964,8 @@ packages: canvas: optional: true - jsdom@26.0.0: - resolution: {integrity: sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==} + jsdom@26.1.0: + resolution: {integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==} engines: {node: '>=18'} peerDependencies: canvas: ^3.0.0 @@ -4602,8 +4245,8 @@ packages: nightwatch-axe-verbose@2.3.1: resolution: {integrity: sha512-C6N95bwPHsRnv04eVIwJ6w5m6X1+Pddvo6nzpzOHQlO0j+pYRVU7zaQmFUJ0L4cqeUxReNEXyTUg/R9WWfHk7w==} - nightwatch@3.12.1: - resolution: {integrity: sha512-+tTSjw7w2xY3TRdq5qMkgSztEk6ofMw1l/+Tc4GVRTyUi2/43qV4m2EzOi8Q/3ERKZrIR1Wqqyyh3pw6PJSKMQ==} + nightwatch@3.12.2: + resolution: {integrity: sha512-B4MGUvO+RjX8gYg84oJ3DKdgzfXIFRKbs19nLBlUt+aJlzBdv6VdN00wlOmzCakHXZlU10MGm1KiW0dsTlgFRA==} engines: {node: '>= 16'} hasBin: true peerDependencies: @@ -4818,8 +4461,8 @@ packages: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} - pinia@3.0.1: - resolution: {integrity: sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg==} + pinia@3.0.3: + resolution: {integrity: sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==} peerDependencies: typescript: '>=4.4.4' vue: ^2.7.0 || ^3.5.11 @@ -4833,8 +4476,8 @@ packages: pkg-types@1.3.0: resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==} - pkgroll@2.12.1: - resolution: {integrity: sha512-MpooedkVk28Sl1I5q8YO2QZmdlHdEtCzv1nReZdHNRhY0CzbZ14TewN47JopF+0rGCaQOERSPfcIOgPZDQXlZA==} + pkgroll@2.12.2: + resolution: {integrity: sha512-Vl1hJ6jQj6YY9xvhuH8qNVf4qEZng9qC5jfqUKIR4+k5HaGdt6TCXj3lI5uNs+Z3ljtdlwMigi5re1YyDDhVxA==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -4843,13 +4486,13 @@ packages: typescript: optional: true - playwright-core@1.51.1: - resolution: {integrity: sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==} + playwright-core@1.53.0: + resolution: {integrity: sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==} engines: {node: '>=18'} hasBin: true - playwright@1.51.1: - resolution: {integrity: sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==} + playwright@1.53.0: + resolution: {integrity: sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==} engines: {node: '>=18'} hasBin: true @@ -5004,11 +4647,6 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.37.0: - resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.39.0: resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -5027,9 +4665,6 @@ packages: run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} @@ -5066,11 +4701,6 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.1: resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} engines: {node: '>=10'} @@ -5185,13 +4815,13 @@ packages: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} engines: {node: '>=6'} - start-server-and-test@2.0.11: - resolution: {integrity: sha512-TN39gLzPhHAflxyOkE/oMfQGj+pj3JgF6qVicFH/JrXt7xXktidKXwqfRga+ve7lVA8+RgPZVc25VrEPRScaDw==} + start-server-and-test@2.0.12: + resolution: {integrity: sha512-U6QiS5qsz+DN5RfJJrkAXdooxMDnLZ+n5nR8kaX//ZH19SilF6b58Z3zM9zTfrNIkJepzauHo4RceSgvgUSX9w==} engines: {node: '>=16'} hasBin: true - std-env@3.8.1: - resolution: {integrity: sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==} + std-env@3.9.0: + resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} stop-iteration-iterator@1.1.0: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} @@ -5237,6 +4867,9 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} + strip-literal@3.0.0: + resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==} + superjson@2.2.2: resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==} engines: {node: '>=16'} @@ -5291,16 +4924,20 @@ packages: tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} - tinypool@1.0.2: - resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + + tinypool@1.1.0: + resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@2.0.0: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} + tinyspy@4.0.3: + resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==} engines: {node: '>=14.0.0'} tldts-core@6.1.71: @@ -5330,16 +4967,24 @@ packages: resolution: {integrity: sha512-rvZUv+7MoBYTiDmFPBrhL7Ujx9Sk+q9wwm22x8c8T5IJaR+Wsyc7TNxbVxo84kZoRJZZMazowFLqpankBEQrGg==} engines: {node: '>=16'} + tough-cookie@5.1.2: + resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==} + engines: {node: '>=16'} + tr46@5.0.0: resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} engines: {node: '>=18'} + tr46@5.1.1: + resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==} + engines: {node: '>=18'} + tree-kill@1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true - ts-api-utils@2.0.1: - resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==} + ts-api-utils@2.1.0: + resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -5361,8 +5006,8 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - tsx@4.19.3: - resolution: {integrity: sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==} + tsx@4.20.2: + resolution: {integrity: sha512-He0ZWr41gLa4vD30Au3yuwpe0HXaCZbclvl8RBieUiJ9aFnPMWUPIyvw3RU8+1Crjfcrauvitae2a4tUzRAGsw==} engines: {node: '>=18.0.0'} hasBin: true @@ -5396,8 +5041,8 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.29.0: - resolution: {integrity: sha512-ep9rVd9B4kQsZ7ZnWCVxUE/xDLUUUsRzE0poAeNu+4CkFErLfuvPt/qtm2EpnSyfvsR0S6QzDFSrPCFBwf64fg==} + typescript-eslint@8.34.0: + resolution: {integrity: sha512-MRpfN7uYjTrTGigFCt8sRyNqJFhjN0WwZecldaqhWm+wy0gaRt8Edb/3cuUy0zdq2opJWT6iXINKAtewnDOltQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5411,8 +5056,8 @@ packages: ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} - undici-types@6.20.0: - resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} @@ -5477,8 +5122,8 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 - vite-node@3.1.1: - resolution: {integrity: sha512-V+IxPAE2FvXpTCHXyNem0M+gWm6J7eRyWPR6vYoG/Gl+IscNOjXzztUhimQgTxaAoUoj40Qqimaa0NLIOOAH4w==} + vite-node@3.2.3: + resolution: {integrity: sha512-gc8aAifGuDIpZHrPjuHyP4dpQmYXqWw7D1GmDnWeNWP654UEXzVfQ5IHPSK5HaHkwB/+p1atpYpSdw/2kOv8iQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -5574,16 +5219,16 @@ packages: yaml: optional: true - vitest@3.1.1: - resolution: {integrity: sha512-kiZc/IYmKICeBAZr9DQ5rT7/6bD9G7uqQEki4fxazi1jdVl2mWGzedtBs5s6llz59yQhVb7FFY2MbHzHCnT79Q==} + vitest@3.2.3: + resolution: {integrity: sha512-E6U2ZFXe3N/t4f5BwUaVCKRLHqUpk1CBWeMh78UT4VaTPH/2dyvH6ALl29JTovEPu9dVKr/K/J4PkXgrMbw4Ww==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.1.1 - '@vitest/ui': 3.1.1 + '@vitest/browser': 3.2.3 + '@vitest/ui': 3.2.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -5608,25 +5253,25 @@ packages: vue-component-type-helpers@2.2.0: resolution: {integrity: sha512-cYrAnv2me7bPDcg9kIcGwjJiSB6Qyi08+jLDo9yuvoFQjzHiPTzML7RnkJB1+3P6KMsX/KbCD4QE3Tv/knEllw==} - vue-eslint-parser@10.1.1: - resolution: {integrity: sha512-bh2Z/Au5slro9QJ3neFYLanZtb1jH+W2bKqGHXAoYD4vZgNG3KeotL7JpPv5xzY4UXUXJl7TrIsnzECH63kd3Q==} + vue-eslint-parser@10.1.3: + resolution: {integrity: sha512-dbCBnd2e02dYWsXoqX5yKUZlOt+ExIpq7hmHKPb5ZqKcjf++Eo0hMseFTZMLKThrUk61m+Uv6A2YSBve6ZvuDQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - vue-router@4.5.0: - resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==} + vue-router@4.5.1: + resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==} peerDependencies: vue: ^3.2.0 - vue-tsc@2.2.8: - resolution: {integrity: sha512-jBYKBNFADTN+L+MdesNX/TB3XuDSyaWynKMDgR+yCSln0GQ9Tfb7JS2lr46s2LiFUT1WsmfWsSvIElyxzOPqcQ==} + vue-tsc@2.2.10: + resolution: {integrity: sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.5.13: - resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} + vue@3.5.16: + resolution: {integrity: sha512-rjOV2ecxMd5SiAmof2xzh2WxntRcigkX/He4YFJ6WdRvVUrbt6DxC1Iujh10XLl8xCDRDtGKMeO3D+pRQ1PP9w==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5668,6 +5313,10 @@ packages: resolution: {integrity: sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==} engines: {node: '>=18'} + whatwg-url@14.2.0: + resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==} + engines: {node: '>=18'} + which-boxed-primitive@1.1.1: resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} engines: {node: '>= 0.4'} @@ -5835,7 +5484,7 @@ snapshots: '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) '@babel/helpers': 7.27.0 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 '@babel/template': 7.27.0 '@babel/traverse': 7.27.0 '@babel/types': 7.27.0 @@ -5869,8 +5518,8 @@ snapshots: '@babel/generator@7.27.0': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.27.2 + '@babel/types': 7.27.1 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 @@ -5885,7 +5534,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.1 '@babel/helper-annotate-as-pure@7.27.1': dependencies: @@ -5936,7 +5585,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/types': 7.27.1 transitivePeerDependencies: - supports-color @@ -5981,7 +5630,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.1 '@babel/helper-optimise-call-expression@7.27.1': dependencies: @@ -6012,7 +5661,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/types': 7.27.1 transitivePeerDependencies: - supports-color @@ -6038,7 +5687,7 @@ snapshots: '@babel/helpers@7.27.0': dependencies: '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/types': 7.27.1 '@babel/helpers@7.27.1': dependencies: @@ -6049,10 +5698,6 @@ snapshots: dependencies: '@babel/types': 7.26.5 - '@babel/parser@7.27.0': - dependencies: - '@babel/types': 7.27.0 - '@babel/parser@7.27.2': dependencies: '@babel/types': 7.27.1 @@ -6126,7 +5771,7 @@ snapshots: '@babel/template@7.27.0': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 '@babel/types': 7.27.0 '@babel/template@7.27.2': @@ -6139,7 +5784,7 @@ snapshots: dependencies: '@babel/code-frame': 7.26.2 '@babel/generator': 7.27.0 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 '@babel/template': 7.27.0 '@babel/types': 7.27.0 debug: 4.4.0(supports-color@8.1.1) @@ -6231,24 +5876,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@esbuild/aix-ppc64@0.25.0': - optional: true - - '@esbuild/aix-ppc64@0.25.1': - optional: true - '@esbuild/aix-ppc64@0.25.2': optional: true '@esbuild/android-arm64@0.18.20': optional: true - '@esbuild/android-arm64@0.25.0': - optional: true - - '@esbuild/android-arm64@0.25.1': - optional: true - '@esbuild/android-arm64@0.25.2': optional: true @@ -6261,94 +5894,46 @@ snapshots: '@esbuild/android-arm@0.18.20': optional: true - '@esbuild/android-arm@0.25.0': - optional: true - - '@esbuild/android-arm@0.25.1': - optional: true - '@esbuild/android-arm@0.25.2': optional: true '@esbuild/android-x64@0.18.20': optional: true - '@esbuild/android-x64@0.25.0': - optional: true - - '@esbuild/android-x64@0.25.1': - optional: true - '@esbuild/android-x64@0.25.2': optional: true '@esbuild/darwin-arm64@0.18.20': optional: true - '@esbuild/darwin-arm64@0.25.0': - optional: true - - '@esbuild/darwin-arm64@0.25.1': - optional: true - '@esbuild/darwin-arm64@0.25.2': optional: true '@esbuild/darwin-x64@0.18.20': optional: true - '@esbuild/darwin-x64@0.25.0': - optional: true - - '@esbuild/darwin-x64@0.25.1': - optional: true - '@esbuild/darwin-x64@0.25.2': optional: true '@esbuild/freebsd-arm64@0.18.20': optional: true - '@esbuild/freebsd-arm64@0.25.0': - optional: true - - '@esbuild/freebsd-arm64@0.25.1': - optional: true - '@esbuild/freebsd-arm64@0.25.2': optional: true '@esbuild/freebsd-x64@0.18.20': optional: true - '@esbuild/freebsd-x64@0.25.0': - optional: true - - '@esbuild/freebsd-x64@0.25.1': - optional: true - '@esbuild/freebsd-x64@0.25.2': optional: true '@esbuild/linux-arm64@0.18.20': optional: true - '@esbuild/linux-arm64@0.25.0': - optional: true - - '@esbuild/linux-arm64@0.25.1': - optional: true - '@esbuild/linux-arm64@0.25.2': optional: true - '@esbuild/linux-arm@0.18.20': - optional: true - - '@esbuild/linux-arm@0.25.0': - optional: true - - '@esbuild/linux-arm@0.25.1': + '@esbuild/linux-arm@0.18.20': optional: true '@esbuild/linux-arm@0.25.2': @@ -6357,12 +5942,6 @@ snapshots: '@esbuild/linux-ia32@0.18.20': optional: true - '@esbuild/linux-ia32@0.25.0': - optional: true - - '@esbuild/linux-ia32@0.25.1': - optional: true - '@esbuild/linux-ia32@0.25.2': optional: true @@ -6372,173 +5951,94 @@ snapshots: '@esbuild/linux-loong64@0.18.20': optional: true - '@esbuild/linux-loong64@0.25.0': - optional: true - - '@esbuild/linux-loong64@0.25.1': - optional: true - '@esbuild/linux-loong64@0.25.2': optional: true '@esbuild/linux-mips64el@0.18.20': optional: true - '@esbuild/linux-mips64el@0.25.0': - optional: true - - '@esbuild/linux-mips64el@0.25.1': - optional: true - '@esbuild/linux-mips64el@0.25.2': optional: true '@esbuild/linux-ppc64@0.18.20': optional: true - '@esbuild/linux-ppc64@0.25.0': - optional: true - - '@esbuild/linux-ppc64@0.25.1': - optional: true - '@esbuild/linux-ppc64@0.25.2': optional: true '@esbuild/linux-riscv64@0.18.20': optional: true - '@esbuild/linux-riscv64@0.25.0': - optional: true - - '@esbuild/linux-riscv64@0.25.1': - optional: true - '@esbuild/linux-riscv64@0.25.2': optional: true '@esbuild/linux-s390x@0.18.20': optional: true - '@esbuild/linux-s390x@0.25.0': - optional: true - - '@esbuild/linux-s390x@0.25.1': - optional: true - '@esbuild/linux-s390x@0.25.2': optional: true '@esbuild/linux-x64@0.18.20': optional: true - '@esbuild/linux-x64@0.25.0': - optional: true - - '@esbuild/linux-x64@0.25.1': - optional: true - '@esbuild/linux-x64@0.25.2': optional: true - '@esbuild/netbsd-arm64@0.25.0': - optional: true - - '@esbuild/netbsd-arm64@0.25.1': - optional: true - '@esbuild/netbsd-arm64@0.25.2': optional: true '@esbuild/netbsd-x64@0.18.20': optional: true - '@esbuild/netbsd-x64@0.25.0': - optional: true - - '@esbuild/netbsd-x64@0.25.1': - optional: true - '@esbuild/netbsd-x64@0.25.2': optional: true - '@esbuild/openbsd-arm64@0.25.0': - optional: true - - '@esbuild/openbsd-arm64@0.25.1': - optional: true - '@esbuild/openbsd-arm64@0.25.2': optional: true '@esbuild/openbsd-x64@0.18.20': optional: true - '@esbuild/openbsd-x64@0.25.0': - optional: true - - '@esbuild/openbsd-x64@0.25.1': - optional: true - '@esbuild/openbsd-x64@0.25.2': optional: true '@esbuild/sunos-x64@0.18.20': optional: true - '@esbuild/sunos-x64@0.25.0': - optional: true - - '@esbuild/sunos-x64@0.25.1': - optional: true - '@esbuild/sunos-x64@0.25.2': optional: true '@esbuild/win32-arm64@0.18.20': optional: true - '@esbuild/win32-arm64@0.25.0': - optional: true - - '@esbuild/win32-arm64@0.25.1': - optional: true - '@esbuild/win32-arm64@0.25.2': optional: true '@esbuild/win32-ia32@0.18.20': optional: true - '@esbuild/win32-ia32@0.25.0': - optional: true - - '@esbuild/win32-ia32@0.25.1': - optional: true - '@esbuild/win32-ia32@0.25.2': optional: true '@esbuild/win32-x64@0.18.20': optional: true - '@esbuild/win32-x64@0.25.0': - optional: true - - '@esbuild/win32-x64@0.25.1': - optional: true - '@esbuild/win32-x64@0.25.2': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.23.0)': + '@eslint-community/eslint-utils@4.4.1(eslint@9.28.0)': + dependencies: + eslint: 9.28.0 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.7.0(eslint@9.28.0)': dependencies: - eslint: 9.23.0 + eslint: 9.28.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.19.2': + '@eslint/config-array@0.20.1': dependencies: '@eslint/object-schema': 2.1.6 debug: 4.4.0(supports-color@8.1.1) @@ -6546,9 +6046,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/config-helpers@0.2.0': {} + '@eslint/config-helpers@0.2.3': {} - '@eslint/core@0.12.0': + '@eslint/core@0.14.0': + dependencies: + '@types/json-schema': 7.0.15 + + '@eslint/core@0.15.0': dependencies: '@types/json-schema': 7.0.15 @@ -6566,13 +6070,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.23.0': {} + '@eslint/js@9.28.0': {} '@eslint/object-schema@2.1.6': {} - '@eslint/plugin-kit@0.2.7': + '@eslint/plugin-kit@0.3.2': dependencies: - '@eslint/core': 0.12.0 + '@eslint/core': 0.15.0 levn: 0.4.1 '@hapi/hoek@9.3.0': {} @@ -6717,12 +6221,12 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@22.13.15)(vue@3.5.13(typescript@5.8.2))': + '@nightwatch/vue@3.1.2(@types/node@22.15.31)(vue@3.5.16(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.13(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.13(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.13(@types/node@22.13.15) + vite: 4.5.13(@types/node@22.15.31) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6758,21 +6262,21 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.51.1': + '@playwright/test@1.53.0': dependencies: - playwright: 1.51.1 + playwright: 1.53.0 '@polka/url@1.0.0-next.28': {} '@rolldown/pluginutils@1.0.0-beta.9': {} - '@rollup/plugin-alias@5.1.1(rollup@4.37.0)': + '@rollup/plugin-alias@5.1.1(rollup@4.39.0)': optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 - '@rollup/plugin-commonjs@28.0.2(rollup@4.37.0)': + '@rollup/plugin-commonjs@28.0.2(rollup@4.39.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) commondir: 1.0.1 estree-walker: 2.0.2 fdir: 6.4.2(picomatch@4.0.2) @@ -6780,49 +6284,41 @@ snapshots: magic-string: 0.30.17 picomatch: 4.0.2 optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 - '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.37.0)': + '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.39.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) astring: 1.9.0 estree-walker: 2.0.2 fast-glob: 3.3.3 magic-string: 0.30.17 optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 - '@rollup/plugin-inject@5.0.5(rollup@4.37.0)': + '@rollup/plugin-inject@5.0.5(rollup@4.39.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) estree-walker: 2.0.2 magic-string: 0.30.17 optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 - '@rollup/plugin-json@6.1.0(rollup@4.37.0)': + '@rollup/plugin-json@6.1.0(rollup@4.39.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 - '@rollup/plugin-node-resolve@16.0.0(rollup@4.37.0)': + '@rollup/plugin-node-resolve@16.0.0(rollup@4.39.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.10 optionalDependencies: - rollup: 4.37.0 - - '@rollup/pluginutils@5.1.4(rollup@4.37.0)': - dependencies: - '@types/estree': 1.0.7 - estree-walker: 2.0.2 - picomatch: 4.0.2 - optionalDependencies: - rollup: 4.37.0 + rollup: 4.39.0 '@rollup/pluginutils@5.1.4(rollup@4.39.0)': dependencies: @@ -6832,123 +6328,63 @@ snapshots: optionalDependencies: rollup: 4.39.0 - '@rollup/rollup-android-arm-eabi@4.37.0': - optional: true - '@rollup/rollup-android-arm-eabi@4.39.0': optional: true - '@rollup/rollup-android-arm64@4.37.0': - optional: true - '@rollup/rollup-android-arm64@4.39.0': optional: true - '@rollup/rollup-darwin-arm64@4.37.0': - optional: true - '@rollup/rollup-darwin-arm64@4.39.0': optional: true - '@rollup/rollup-darwin-x64@4.37.0': - optional: true - '@rollup/rollup-darwin-x64@4.39.0': optional: true - '@rollup/rollup-freebsd-arm64@4.37.0': - optional: true - '@rollup/rollup-freebsd-arm64@4.39.0': optional: true - '@rollup/rollup-freebsd-x64@4.37.0': - optional: true - '@rollup/rollup-freebsd-x64@4.39.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.37.0': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.37.0': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.39.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.39.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.37.0': - optional: true - '@rollup/rollup-linux-arm64-musl@4.39.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.39.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.37.0': - optional: true - '@rollup/rollup-linux-riscv64-musl@4.39.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.39.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.37.0': - optional: true - '@rollup/rollup-linux-x64-gnu@4.39.0': optional: true - '@rollup/rollup-linux-x64-musl@4.37.0': - optional: true - '@rollup/rollup-linux-x64-musl@4.39.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.37.0': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.39.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.37.0': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.39.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.37.0': - optional: true - '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true @@ -6994,7 +6430,7 @@ snapshots: '@tsconfig/node20@20.1.5': {} - '@tsconfig/node22@22.0.1': {} + '@tsconfig/node22@22.0.2': {} '@types/chai@4.3.20': {} @@ -7002,15 +6438,17 @@ snapshots: dependencies: '@types/deep-eql': 4.0.2 - '@types/deep-eql@4.0.2': {} + '@types/chai@5.2.2': + dependencies: + '@types/deep-eql': 4.0.2 - '@types/estree@1.0.6': {} + '@types/deep-eql@4.0.2': {} '@types/estree@1.0.7': {} '@types/jsdom@21.1.7': dependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -7019,19 +6457,19 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 22.13.15 + '@types/node': 22.15.31 '@types/selenium-webdriver': 4.1.28 devtools-protocol: 0.0.1025565 - '@types/node@22.13.15': + '@types/node@22.15.31': dependencies: - undici-types: 6.20.0 + undici-types: 6.21.0 '@types/resolve@1.20.2': {} '@types/selenium-webdriver@4.1.28': dependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -7042,156 +6480,175 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 optional: true - '@typescript-eslint/eslint-plugin@8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)': + '@typescript-eslint/eslint-plugin@8.34.0(@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2))(eslint@9.28.0)(typescript@5.8.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.29.0 - '@typescript-eslint/type-utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.29.0 - eslint: 9.23.0 + '@typescript-eslint/parser': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + '@typescript-eslint/scope-manager': 8.34.0 + '@typescript-eslint/type-utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.34.0 + eslint: 9.28.0 graphemer: 1.4.0 - ignore: 5.3.2 + ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.0.1(typescript@5.8.2) + ts-api-utils: 2.1.0(typescript@5.8.2) + typescript: 5.8.2 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2)': + dependencies: + '@typescript-eslint/scope-manager': 8.34.0 + '@typescript-eslint/types': 8.34.0 + '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.34.0 + debug: 4.4.0(supports-color@8.1.1) + eslint: 9.28.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2)': + '@typescript-eslint/project-service@8.34.0(typescript@5.8.2)': dependencies: - '@typescript-eslint/scope-manager': 8.29.0 - '@typescript-eslint/types': 8.29.0 - '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.29.0 + '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.2) + '@typescript-eslint/types': 8.34.0 debug: 4.4.0(supports-color@8.1.1) - eslint: 9.23.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.29.0': + '@typescript-eslint/scope-manager@8.34.0': + dependencies: + '@typescript-eslint/types': 8.34.0 + '@typescript-eslint/visitor-keys': 8.34.0 + + '@typescript-eslint/tsconfig-utils@8.34.0(typescript@5.8.2)': dependencies: - '@typescript-eslint/types': 8.29.0 - '@typescript-eslint/visitor-keys': 8.29.0 + typescript: 5.8.2 - '@typescript-eslint/type-utils@8.29.0(eslint@9.23.0)(typescript@5.8.2)': + '@typescript-eslint/type-utils@8.34.0(eslint@9.28.0)(typescript@5.8.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) + '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) debug: 4.4.0(supports-color@8.1.1) - eslint: 9.23.0 - ts-api-utils: 2.0.1(typescript@5.8.2) + eslint: 9.28.0 + ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.29.0': {} + '@typescript-eslint/types@8.34.0': {} - '@typescript-eslint/typescript-estree@8.29.0(typescript@5.8.2)': + '@typescript-eslint/typescript-estree@8.34.0(typescript@5.8.2)': dependencies: - '@typescript-eslint/types': 8.29.0 - '@typescript-eslint/visitor-keys': 8.29.0 + '@typescript-eslint/project-service': 8.34.0(typescript@5.8.2) + '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.2) + '@typescript-eslint/types': 8.34.0 + '@typescript-eslint/visitor-keys': 8.34.0 debug: 4.4.0(supports-color@8.1.1) fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.0.1(typescript@5.8.2) + ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2)': + '@typescript-eslint/utils@8.34.0(eslint@9.28.0)(typescript@5.8.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) - '@typescript-eslint/scope-manager': 8.29.0 - '@typescript-eslint/types': 8.29.0 - '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.8.2) - eslint: 9.23.0 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.28.0) + '@typescript-eslint/scope-manager': 8.34.0 + '@typescript-eslint/types': 8.34.0 + '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) + eslint: 9.28.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.29.0': + '@typescript-eslint/visitor-keys@8.34.0': dependencies: - '@typescript-eslint/types': 8.29.0 + '@typescript-eslint/types': 8.34.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vue: 3.5.13(typescript@5.8.2) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.13(@types/node@22.13.15))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.13(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 4.5.13(@types/node@22.13.15) - vue: 3.5.13(typescript@5.8.2) + vite: 4.5.13(@types/node@22.15.31) + vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vue: 3.5.13(typescript@5.8.2) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vue: 3.5.16(typescript@5.8.2) - '@vitest/eslint-plugin@1.1.38(@typescript-eslint/utils@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2)(vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/eslint-plugin@1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0))': dependencies: - '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - eslint: 9.23.0 + '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + eslint: 9.28.0 optionalDependencies: typescript: 5.8.2 - vitest: 3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0) + vitest: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + transitivePeerDependencies: + - supports-color - '@vitest/expect@3.1.1': + '@vitest/expect@3.2.3': dependencies: - '@vitest/spy': 3.1.1 - '@vitest/utils': 3.1.1 + '@types/chai': 5.2.2 + '@vitest/spy': 3.2.3 + '@vitest/utils': 3.2.3 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))': + '@vitest/mocker@3.2.3(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))': dependencies: - '@vitest/spy': 3.1.1 + '@vitest/spy': 3.2.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) - '@vitest/pretty-format@3.1.1': + '@vitest/pretty-format@3.2.3': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.1.1': + '@vitest/runner@3.2.3': dependencies: - '@vitest/utils': 3.1.1 + '@vitest/utils': 3.2.3 pathe: 2.0.3 + strip-literal: 3.0.0 - '@vitest/snapshot@3.1.1': + '@vitest/snapshot@3.2.3': dependencies: - '@vitest/pretty-format': 3.1.1 + '@vitest/pretty-format': 3.2.3 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.1.1': + '@vitest/spy@3.2.3': dependencies: - tinyspy: 3.0.2 + tinyspy: 4.0.3 - '@vitest/utils@3.1.1': + '@vitest/utils@3.2.3': dependencies: - '@vitest/pretty-format': 3.1.1 + '@vitest/pretty-format': 3.2.3 loupe: 3.1.3 tinyrainbow: 2.0.0 @@ -7207,7 +6664,7 @@ snapshots: path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue-macros/common@1.16.1(vue@3.5.13(typescript@5.8.2))': + '@vue-macros/common@1.16.1(vue@3.5.16(typescript@5.8.2))': dependencies: '@vue/compiler-sfc': 3.5.13 ast-kit: 1.4.0 @@ -7216,7 +6673,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.2 optionalDependencies: - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.16(typescript@5.8.2) '@vue/babel-helper-vue-transform-on@1.2.5': {} @@ -7261,7 +6718,7 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color @@ -7272,27 +6729,40 @@ snapshots: '@babel/core': 7.27.1 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.26.5 + '@babel/parser': 7.27.2 '@vue/shared': 3.5.13 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.16': + dependencies: + '@babel/parser': 7.27.2 + '@vue/shared': 3.5.16 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.5.13': dependencies: '@vue/compiler-core': 3.5.13 '@vue/shared': 3.5.13 + '@vue/compiler-dom@3.5.16': + dependencies: + '@vue/compiler-core': 3.5.16 + '@vue/shared': 3.5.16 + '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.26.5 + '@babel/parser': 7.27.2 '@vue/compiler-core': 3.5.13 '@vue/compiler-dom': 3.5.13 '@vue/compiler-ssr': 3.5.13 @@ -7302,11 +6772,28 @@ snapshots: postcss: 8.5.3 source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.16': + dependencies: + '@babel/parser': 7.27.2 + '@vue/compiler-core': 3.5.16 + '@vue/compiler-dom': 3.5.16 + '@vue/compiler-ssr': 3.5.16 + '@vue/shared': 3.5.16 + estree-walker: 2.0.2 + magic-string: 0.30.17 + postcss: 8.5.3 + source-map-js: 1.2.1 + '@vue/compiler-ssr@3.5.13': dependencies: '@vue/compiler-dom': 3.5.13 '@vue/shared': 3.5.13 + '@vue/compiler-ssr@3.5.16': + dependencies: + '@vue/compiler-dom': 3.5.16 + '@vue/shared': 3.5.16 + '@vue/compiler-vue2@2.7.16': dependencies: de-indent: 1.0.2 @@ -7316,30 +6803,20 @@ snapshots: '@vue/devtools-api@7.7.2': dependencies: - '@vue/devtools-kit': 7.7.2 + '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.6(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2))': + '@vue/devtools-core@7.7.6(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - vue: 3.5.13(typescript@5.8.2) + vite-hot-client: 2.0.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite - '@vue/devtools-kit@7.7.2': - dependencies: - '@vue/devtools-shared': 7.7.2 - birpc: 0.2.19 - hookable: 5.5.3 - mitt: 3.0.1 - perfect-debounce: 1.0.0 - speakingurl: 14.0.1 - superjson: 2.2.2 - '@vue/devtools-kit@7.7.6': dependencies: '@vue/devtools-shared': 7.7.6 @@ -7350,24 +6827,20 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.2 - '@vue/devtools-shared@7.7.2': - dependencies: - rfdc: 1.4.1 - '@vue/devtools-shared@7.7.6': dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.2.0(eslint@9.23.0)(prettier@3.5.3)': + '@vue/eslint-config-prettier@10.2.0(eslint@9.28.0)(prettier@3.5.3)': dependencies: - eslint: 9.23.0 - eslint-config-prettier: 10.0.1(eslint@9.23.0) - eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.3) + eslint: 9.28.0 + eslint-config-prettier: 10.0.1(eslint@9.28.0) + eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.28.0))(eslint@9.28.0)(prettier@3.5.3) prettier: 3.5.3 transitivePeerDependencies: - '@types/eslint' - '@vue/language-core@2.2.8(typescript@5.8.2)': + '@vue/language-core@2.2.10(typescript@5.8.2)': dependencies: '@volar/language-core': 2.4.11 '@vue/compiler-dom': 3.5.13 @@ -7380,39 +6853,41 @@ snapshots: optionalDependencies: typescript: 5.8.2 - '@vue/reactivity@3.5.13': + '@vue/reactivity@3.5.16': dependencies: - '@vue/shared': 3.5.13 + '@vue/shared': 3.5.16 - '@vue/runtime-core@3.5.13': + '@vue/runtime-core@3.5.16': dependencies: - '@vue/reactivity': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/reactivity': 3.5.16 + '@vue/shared': 3.5.16 - '@vue/runtime-dom@3.5.13': + '@vue/runtime-dom@3.5.16': dependencies: - '@vue/reactivity': 3.5.13 - '@vue/runtime-core': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/reactivity': 3.5.16 + '@vue/runtime-core': 3.5.16 + '@vue/shared': 3.5.16 csstype: 3.1.3 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.2))': + '@vue/server-renderer@3.5.16(vue@3.5.16(typescript@5.8.2))': dependencies: - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.8.2) + '@vue/compiler-ssr': 3.5.16 + '@vue/shared': 3.5.16 + vue: 3.5.16(typescript@5.8.2) '@vue/shared@3.5.13': {} + '@vue/shared@3.5.16': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 vue-component-type-helpers: 2.2.0 - '@vue/tsconfig@0.7.0(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2))': + '@vue/tsconfig@0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2))': optionalDependencies: typescript: 5.8.2 - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.16(typescript@5.8.2) '@wdio/logger@9.4.4': dependencies: @@ -7429,6 +6904,10 @@ snapshots: dependencies: acorn: 8.14.0 + acorn-jsx@5.3.2(acorn@8.14.1): + dependencies: + acorn: 8.14.1 + acorn-walk@8.3.4: dependencies: acorn: 8.14.0 @@ -7549,7 +7028,7 @@ snapshots: ast-kit@1.4.0: dependencies: - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.2 pathe: 2.0.3 ast-types@0.13.4: @@ -7581,9 +7060,9 @@ snapshots: axe-core@4.10.2: {} - axios@1.8.4(debug@4.4.0): + axios@1.8.4(debug@4.4.1): dependencies: - follow-redirects: 1.15.9(debug@4.4.0) + follow-redirects: 1.15.9(debug@4.4.1) form-data: 4.0.1 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -7633,8 +7112,6 @@ snapshots: binary-extensions@2.3.0: {} - birpc@0.2.19: {} - birpc@2.3.0: {} bl@4.1.0: @@ -7766,7 +7243,7 @@ snapshots: chromedriver@137.0.3: dependencies: '@testim/chrome-version': 1.1.4 - axios: 1.8.4(debug@4.4.0) + axios: 1.8.4(debug@4.4.1) compare-versions: 6.1.1 extract-zip: 2.0.1(supports-color@8.1.1) proxy-agent: 6.5.0 @@ -7790,6 +7267,12 @@ snapshots: cli-spinners@2.9.2: {} + cli-table3@0.6.1: + dependencies: + string-width: 4.2.3 + optionalDependencies: + colors: 1.4.0 + cli-table3@0.6.5: dependencies: string-width: 4.2.3 @@ -7817,6 +7300,9 @@ snapshots: colorette@2.0.20: {} + colors@1.4.0: + optional: true + combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 @@ -7881,7 +7367,7 @@ snapshots: csstype@3.1.3: {} - cypress@14.2.1: + cypress@14.4.1: dependencies: '@cypress/request': 3.0.8 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -7896,7 +7382,7 @@ snapshots: check-more-types: 2.24.0 ci-info: 4.1.0 cli-cursor: 3.1.0 - cli-table3: 0.6.5 + cli-table3: 0.6.1 commander: 6.2.1 common-tags: 1.8.2 dayjs: 1.11.13 @@ -7938,7 +7424,7 @@ snapshots: data-urls@5.0.0: dependencies: whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.0 + whatwg-url: 14.2.0 dayjs@1.11.13: {} @@ -7966,12 +7452,18 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.4.1: + dependencies: + ms: 2.1.3 + decamelize@4.0.0: {} decamelize@6.0.0: {} decimal.js@10.4.3: {} + decimal.js@10.5.0: {} + deep-eql@4.0.1: dependencies: type-detect: 4.1.0 @@ -8072,7 +7564,7 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.6.3 + semver: 7.7.1 ejs@3.1.10: dependencies: @@ -8117,7 +7609,7 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.1.0 - es-module-lexer@1.6.0: {} + es-module-lexer@1.7.0: {} es-object-atoms@1.0.1: dependencies: @@ -8233,62 +7725,6 @@ snapshots: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 - esbuild@0.25.0: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.0 - '@esbuild/android-arm': 0.25.0 - '@esbuild/android-arm64': 0.25.0 - '@esbuild/android-x64': 0.25.0 - '@esbuild/darwin-arm64': 0.25.0 - '@esbuild/darwin-x64': 0.25.0 - '@esbuild/freebsd-arm64': 0.25.0 - '@esbuild/freebsd-x64': 0.25.0 - '@esbuild/linux-arm': 0.25.0 - '@esbuild/linux-arm64': 0.25.0 - '@esbuild/linux-ia32': 0.25.0 - '@esbuild/linux-loong64': 0.25.0 - '@esbuild/linux-mips64el': 0.25.0 - '@esbuild/linux-ppc64': 0.25.0 - '@esbuild/linux-riscv64': 0.25.0 - '@esbuild/linux-s390x': 0.25.0 - '@esbuild/linux-x64': 0.25.0 - '@esbuild/netbsd-arm64': 0.25.0 - '@esbuild/netbsd-x64': 0.25.0 - '@esbuild/openbsd-arm64': 0.25.0 - '@esbuild/openbsd-x64': 0.25.0 - '@esbuild/sunos-x64': 0.25.0 - '@esbuild/win32-arm64': 0.25.0 - '@esbuild/win32-ia32': 0.25.0 - '@esbuild/win32-x64': 0.25.0 - - esbuild@0.25.1: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.1 - '@esbuild/android-arm': 0.25.1 - '@esbuild/android-arm64': 0.25.1 - '@esbuild/android-x64': 0.25.1 - '@esbuild/darwin-arm64': 0.25.1 - '@esbuild/darwin-x64': 0.25.1 - '@esbuild/freebsd-arm64': 0.25.1 - '@esbuild/freebsd-x64': 0.25.1 - '@esbuild/linux-arm': 0.25.1 - '@esbuild/linux-arm64': 0.25.1 - '@esbuild/linux-ia32': 0.25.1 - '@esbuild/linux-loong64': 0.25.1 - '@esbuild/linux-mips64el': 0.25.1 - '@esbuild/linux-ppc64': 0.25.1 - '@esbuild/linux-riscv64': 0.25.1 - '@esbuild/linux-s390x': 0.25.1 - '@esbuild/linux-x64': 0.25.1 - '@esbuild/netbsd-arm64': 0.25.1 - '@esbuild/netbsd-x64': 0.25.1 - '@esbuild/openbsd-arm64': 0.25.1 - '@esbuild/openbsd-x64': 0.25.1 - '@esbuild/sunos-x64': 0.25.1 - '@esbuild/win32-arm64': 0.25.1 - '@esbuild/win32-ia32': 0.25.1 - '@esbuild/win32-x64': 0.25.1 - esbuild@0.25.2: optionalDependencies: '@esbuild/aix-ppc64': 0.25.2 @@ -8331,61 +7767,56 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.6.4(eslint@9.23.0): + eslint-compat-utils@0.6.4(eslint@9.28.0): dependencies: - eslint: 9.23.0 - semver: 7.6.3 + eslint: 9.28.0 + semver: 7.7.1 - eslint-config-prettier@10.0.1(eslint@9.23.0): + eslint-config-prettier@10.0.1(eslint@9.28.0): dependencies: - eslint: 9.23.0 + eslint: 9.28.0 - eslint-plugin-cypress@4.2.0(eslint@9.23.0): + eslint-plugin-cypress@4.3.0(eslint@9.28.0): dependencies: - eslint: 9.23.0 - globals: 15.14.0 + eslint: 9.28.0 + globals: 15.15.0 - eslint-plugin-playwright@2.2.0(eslint@9.23.0): + eslint-plugin-playwright@2.2.0(eslint@9.28.0): dependencies: - eslint: 9.23.0 + eslint: 9.28.0 globals: 13.24.0 - eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.23.0))(eslint@9.23.0)(prettier@3.5.3): + eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.28.0))(eslint@9.28.0)(prettier@3.5.3): dependencies: - eslint: 9.23.0 + eslint: 9.28.0 prettier: 3.5.3 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: - eslint-config-prettier: 10.0.1(eslint@9.23.0) + eslint-config-prettier: 10.0.1(eslint@9.28.0) - eslint-plugin-vue@10.0.0(eslint@9.23.0)(vue-eslint-parser@10.1.1(eslint@9.23.0)): + eslint-plugin-vue@10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) - eslint: 9.23.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.28.0) + eslint: 9.28.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 - semver: 7.6.3 - vue-eslint-parser: 10.1.1(eslint@9.23.0) + semver: 7.7.1 + vue-eslint-parser: 10.1.3(eslint@9.28.0) xml-name-validator: 4.0.0 - eslint-plugin-yml@1.17.0(eslint@9.23.0): + eslint-plugin-yml@1.18.0(eslint@9.28.0): dependencies: debug: 4.4.0(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint: 9.23.0 - eslint-compat-utils: 0.6.4(eslint@9.23.0) + eslint: 9.28.0 + eslint-compat-utils: 0.6.4(eslint@9.28.0) natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: - supports-color - eslint-scope@8.2.0: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - eslint-scope@8.3.0: dependencies: esrecurse: 4.3.0 @@ -8395,16 +7826,16 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.23.0: + eslint@9.28.0: dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.23.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.28.0) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.19.2 - '@eslint/config-helpers': 0.2.0 - '@eslint/core': 0.12.0 + '@eslint/config-array': 0.20.1 + '@eslint/config-helpers': 0.2.3 + '@eslint/core': 0.14.0 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.23.0 - '@eslint/plugin-kit': 0.2.7 + '@eslint/js': 9.28.0 + '@eslint/plugin-kit': 0.3.2 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.2 @@ -8437,8 +7868,8 @@ snapshots: espree@10.3.0: dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) + acorn: 8.14.1 + acorn-jsx: 5.3.2(acorn@8.14.1) eslint-visitor-keys: 4.2.0 espree@9.6.1: @@ -8505,13 +7936,13 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@9.5.2: + execa@9.6.0: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.6 figures: 6.1.0 get-stream: 9.0.1 - human-signals: 8.0.0 + human-signals: 8.0.1 is-plain-obj: 4.1.0 is-stream: 4.0.1 npm-run-path: 6.0.0 @@ -8570,6 +8001,10 @@ snapshots: optionalDependencies: picomatch: 4.0.2 + fdir@6.4.6(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + fetch-blob@3.2.0: dependencies: node-domexception: 1.0.0 @@ -8609,9 +8044,9 @@ snapshots: flatted@3.3.2: {} - follow-redirects@1.15.9(debug@4.4.0): + follow-redirects@1.15.9(debug@4.4.1): optionalDependencies: - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1 for-each@0.3.3: dependencies: @@ -8780,7 +8215,7 @@ snapshots: globals@14.0.0: {} - globals@15.14.0: {} + globals@15.15.0: {} gopd@1.2.0: {} @@ -8840,7 +8275,7 @@ snapshots: human-signals@2.1.0: {} - human-signals@8.0.0: {} + human-signals@8.0.1: {} iconv-lite@0.6.3: dependencies: @@ -8850,6 +8285,8 @@ snapshots: ignore@5.3.2: {} + ignore@7.0.5: {} + immediate@3.0.6: {} import-fresh@3.3.0: @@ -9068,6 +8505,8 @@ snapshots: js-tokens@4.0.0: {} + js-tokens@9.0.1: {} + js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -9104,12 +8543,11 @@ snapshots: - supports-color - utf-8-validate - jsdom@26.0.0: + jsdom@26.1.0: dependencies: cssstyle: 4.2.1 data-urls: 5.0.0 - decimal.js: 10.4.3 - form-data: 4.0.1 + decimal.js: 10.5.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -9119,12 +8557,12 @@ snapshots: rrweb-cssom: 0.8.0 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 5.1.0 + tough-cookie: 5.1.2 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.0 + whatwg-url: 14.2.0 ws: 8.18.0 xml-name-validator: 5.0.0 transitivePeerDependencies: @@ -9198,7 +8636,7 @@ snapshots: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.4.1 - rxjs: 7.8.1 + rxjs: 7.8.2 through: 2.3.8 wrap-ansi: 7.0.0 optionalDependencies: @@ -9382,7 +8820,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.12.1(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): + nightwatch@3.12.2(chromedriver@137.0.3)(geckodriver@5.0.0(bare-buffer@3.0.1)): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -9632,10 +9070,10 @@ snapshots: pify@2.3.0: {} - pinia@3.0.1(typescript@5.8.2)(vue@3.5.13(typescript@5.8.2)): + pinia@3.0.3(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)): dependencies: '@vue/devtools-api': 7.7.2 - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.16(typescript@5.8.2) optionalDependencies: typescript: 5.8.2 @@ -9649,27 +9087,27 @@ snapshots: mlly: 1.7.4 pathe: 1.1.2 - pkgroll@2.12.1(typescript@5.8.2): + pkgroll@2.12.2(typescript@5.8.2): dependencies: - '@rollup/plugin-alias': 5.1.1(rollup@4.37.0) - '@rollup/plugin-commonjs': 28.0.2(rollup@4.37.0) - '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.37.0) - '@rollup/plugin-inject': 5.0.5(rollup@4.37.0) - '@rollup/plugin-json': 6.1.0(rollup@4.37.0) - '@rollup/plugin-node-resolve': 16.0.0(rollup@4.37.0) - '@rollup/pluginutils': 5.1.4(rollup@4.37.0) - esbuild: 0.25.1 + '@rollup/plugin-alias': 5.1.1(rollup@4.39.0) + '@rollup/plugin-commonjs': 28.0.2(rollup@4.39.0) + '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.39.0) + '@rollup/plugin-inject': 5.0.5(rollup@4.39.0) + '@rollup/plugin-json': 6.1.0(rollup@4.39.0) + '@rollup/plugin-node-resolve': 16.0.0(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + esbuild: 0.25.2 magic-string: 0.30.17 - rollup: 4.37.0 + rollup: 4.39.0 rollup-pluginutils: 2.8.2 optionalDependencies: typescript: 5.8.2 - playwright-core@1.51.1: {} + playwright-core@1.53.0: {} - playwright@1.51.1: + playwright@1.53.0: dependencies: - playwright-core: 1.51.1 + playwright-core: 1.53.0 optionalDependencies: fsevents: 2.3.2 @@ -9827,32 +9265,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.37.0: - dependencies: - '@types/estree': 1.0.6 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.37.0 - '@rollup/rollup-android-arm64': 4.37.0 - '@rollup/rollup-darwin-arm64': 4.37.0 - '@rollup/rollup-darwin-x64': 4.37.0 - '@rollup/rollup-freebsd-arm64': 4.37.0 - '@rollup/rollup-freebsd-x64': 4.37.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.37.0 - '@rollup/rollup-linux-arm-musleabihf': 4.37.0 - '@rollup/rollup-linux-arm64-gnu': 4.37.0 - '@rollup/rollup-linux-arm64-musl': 4.37.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.37.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.37.0 - '@rollup/rollup-linux-riscv64-gnu': 4.37.0 - '@rollup/rollup-linux-riscv64-musl': 4.37.0 - '@rollup/rollup-linux-s390x-gnu': 4.37.0 - '@rollup/rollup-linux-x64-gnu': 4.37.0 - '@rollup/rollup-linux-x64-musl': 4.37.0 - '@rollup/rollup-win32-arm64-msvc': 4.37.0 - '@rollup/rollup-win32-ia32-msvc': 4.37.0 - '@rollup/rollup-win32-x64-msvc': 4.37.0 - fsevents: 2.3.3 - rollup@4.39.0: dependencies: '@types/estree': 1.0.7 @@ -9889,10 +9301,6 @@ snapshots: dependencies: queue-microtask: 1.2.3 - rxjs@7.8.1: - dependencies: - tslib: 2.8.1 - rxjs@7.8.2: dependencies: tslib: 2.8.1 @@ -9931,8 +9339,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.3: {} - semver@7.7.1: {} serialize-javascript@6.0.0: @@ -10072,20 +9478,20 @@ snapshots: dependencies: type-fest: 0.7.1 - start-server-and-test@2.0.11: + start-server-and-test@2.0.12: dependencies: arg: 5.0.2 bluebird: 3.7.2 check-more-types: 2.24.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1 execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 - wait-on: 8.0.3(debug@4.4.0) + wait-on: 8.0.3(debug@4.4.1) transitivePeerDependencies: - supports-color - std-env@3.8.1: {} + std-env@3.9.0: {} stop-iteration-iterator@1.1.0: dependencies: @@ -10138,6 +9544,10 @@ snapshots: strip-json-comments@3.1.1: {} + strip-literal@3.0.0: + dependencies: + js-tokens: 9.0.1 + superjson@2.2.2: dependencies: copy-anything: 3.0.5 @@ -10204,11 +9614,16 @@ snapshots: tinyexec@0.3.2: {} - tinypool@1.0.2: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + + tinypool@1.1.0: {} tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} + tinyspy@4.0.3: {} tldts-core@6.1.71: {} @@ -10235,24 +9650,32 @@ snapshots: dependencies: tldts: 6.1.71 + tough-cookie@5.1.2: + dependencies: + tldts: 6.1.71 + tr46@5.0.0: dependencies: punycode: 2.3.1 + tr46@5.1.1: + dependencies: + punycode: 2.3.1 + tree-kill@1.2.2: {} - ts-api-utils@2.0.1(typescript@5.8.2): + ts-api-utils@2.1.0(typescript@5.8.2): dependencies: typescript: 5.8.2 - ts-node@10.9.2(@types/node@22.13.15)(typescript@5.8.2): + ts-node@10.9.2(@types/node@22.15.31)(typescript@5.8.2): 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': 22.13.15 + '@types/node': 22.15.31 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -10265,9 +9688,9 @@ snapshots: tslib@2.8.1: {} - tsx@4.19.3: + tsx@4.20.2: dependencies: - esbuild: 0.25.0 + esbuild: 0.25.2 get-tsconfig: 4.8.1 optionalDependencies: fsevents: 2.3.3 @@ -10292,12 +9715,12 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.29.0(eslint@9.23.0)(typescript@5.8.2): + typescript-eslint@8.34.0(eslint@9.28.0)(typescript@5.8.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.29.0(@typescript-eslint/parser@8.29.0(eslint@9.23.0)(typescript@5.8.2))(eslint@9.23.0)(typescript@5.8.2) - '@typescript-eslint/parser': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.29.0(eslint@9.23.0)(typescript@5.8.2) - eslint: 9.23.0 + '@typescript-eslint/eslint-plugin': 8.34.0(@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2))(eslint@9.28.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) + eslint: 9.28.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -10306,7 +9729,7 @@ snapshots: ufo@1.5.4: {} - undici-types@6.20.0: {} + undici-types@6.21.0: {} unicorn-magic@0.3.0: {} @@ -10319,10 +9742,10 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.2 - unplugin-vue-router@0.12.0(vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)))(vue@3.5.13(typescript@5.8.2)): + unplugin-vue-router@0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)): dependencies: '@babel/types': 7.27.0 - '@vue-macros/common': 1.16.1(vue@3.5.13(typescript@5.8.2)) + '@vue-macros/common': 1.16.1(vue@3.5.16(typescript@5.8.2)) ast-walker-scope: 0.6.2 chokidar: 4.0.3 fast-glob: 3.3.3 @@ -10337,7 +9760,7 @@ snapshots: unplugin-utils: 0.2.4 yaml: 2.7.0 optionalDependencies: - vue-router: 4.5.0(vue@3.5.13(typescript@5.8.2)) + vue-router: 4.5.1(vue@3.5.16(typescript@5.8.2)) transitivePeerDependencies: - vue @@ -10375,17 +9798,17 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) - vite-node@3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): + vite-node@3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): dependencies: cac: 6.7.14 - debug: 4.4.0(supports-color@8.1.1) - es-module-lexer: 1.6.0 + debug: 4.4.1 + es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -10400,7 +9823,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.39.0) @@ -10411,7 +9834,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -10430,23 +9853,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.6(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.8.2)) + '@vue/devtools-core': 7.7.6(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 - execa: 9.5.2 + execa: 9.6.0 sirv: 3.0.1 - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.10 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) @@ -10457,55 +9880,58 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.13(@types/node@22.13.15): + vite@4.5.13(@types/node@22.15.31): dependencies: esbuild: 0.18.20 postcss: 8.5.3 rollup: 3.29.5 optionalDependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 fsevents: 2.3.3 - vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0): + vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): dependencies: esbuild: 0.25.2 postcss: 8.5.3 rollup: 4.39.0 optionalDependencies: - '@types/node': 22.13.15 + '@types/node': 22.15.31 fsevents: 2.3.3 - tsx: 4.19.3 + tsx: 4.20.2 yaml: 2.7.0 - vitest@3.1.1(@types/node@22.13.15)(jsdom@26.0.0)(tsx@4.19.3)(yaml@2.7.0): + vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0): dependencies: - '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0)) - '@vitest/pretty-format': 3.1.1 - '@vitest/runner': 3.1.1 - '@vitest/snapshot': 3.1.1 - '@vitest/spy': 3.1.1 - '@vitest/utils': 3.1.1 + '@types/chai': 5.2.2 + '@vitest/expect': 3.2.3 + '@vitest/mocker': 3.2.3(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + '@vitest/pretty-format': 3.2.3 + '@vitest/runner': 3.2.3 + '@vitest/snapshot': 3.2.3 + '@vitest/spy': 3.2.3 + '@vitest/utils': 3.2.3 chai: 5.2.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 - std-env: 3.8.1 + picomatch: 4.0.2 + std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinypool: 1.0.2 + tinyglobby: 0.2.14 + tinypool: 1.1.0 tinyrainbow: 2.0.0 - vite: 6.2.6(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) - vite-node: 3.1.1(@types/node@22.13.15)(tsx@4.19.3)(yaml@2.7.0) + vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite-node: 3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.13.15 - jsdom: 26.0.0 + '@types/node': 22.15.31 + jsdom: 26.1.0 transitivePeerDependencies: - jiti - less @@ -10524,37 +9950,37 @@ snapshots: vue-component-type-helpers@2.2.0: {} - vue-eslint-parser@10.1.1(eslint@9.23.0): + vue-eslint-parser@10.1.3(eslint@9.28.0): dependencies: debug: 4.4.0(supports-color@8.1.1) - eslint: 9.23.0 - eslint-scope: 8.2.0 + eslint: 9.28.0 + eslint-scope: 8.3.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 esquery: 1.6.0 lodash: 4.17.21 - semver: 7.6.3 + semver: 7.7.1 transitivePeerDependencies: - supports-color - vue-router@4.5.0(vue@3.5.13(typescript@5.8.2)): + vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.8.2) + vue: 3.5.16(typescript@5.8.2) - vue-tsc@2.2.8(typescript@5.8.2): + vue-tsc@2.2.10(typescript@5.8.2): dependencies: '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.8(typescript@5.8.2) + '@vue/language-core': 2.2.10(typescript@5.8.2) typescript: 5.8.2 - vue@3.5.13(typescript@5.8.2): + vue@3.5.16(typescript@5.8.2): 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.8.2)) - '@vue/shared': 3.5.13 + '@vue/compiler-dom': 3.5.16 + '@vue/compiler-sfc': 3.5.16 + '@vue/runtime-dom': 3.5.16 + '@vue/server-renderer': 3.5.16(vue@3.5.16(typescript@5.8.2)) + '@vue/shared': 3.5.16 optionalDependencies: typescript: 5.8.2 @@ -10562,9 +9988,9 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wait-on@8.0.3(debug@4.4.0): + wait-on@8.0.3(debug@4.4.1): dependencies: - axios: 1.8.4(debug@4.4.0) + axios: 1.8.4(debug@4.4.1) joi: 17.13.3 lodash: 4.17.21 minimist: 1.2.8 @@ -10593,6 +10019,11 @@ snapshots: tr46: 5.0.0 webidl-conversions: 7.0.0 + whatwg-url@14.2.0: + dependencies: + tr46: 5.1.1 + webidl-conversions: 7.0.0 + which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 651b0990..eead41b9 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -12,22 +12,22 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13", - "vue-router": "^4.5.0" + "vue": "^3.5.16", + "vue-router": "^4.5.1" }, "devDependencies": { - "@tsconfig/node22": "^22.0.1", - "@types/node": "^22.13.15", + "@tsconfig/node22": "^22.0.2", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "unplugin-vue-router": "^0.12.0", "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.6", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 494552e3..457426f1 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -12,20 +12,20 @@ "lint": "eslint . --fix" }, "dependencies": { - "vue": "^3.5.13" + "vue": "^3.5.16" }, "devDependencies": { "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.13.15", + "@types/node": "^22.15.31", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.23.0", - "eslint-plugin-vue": "~10.0.0", + "eslint": "^9.28.0", + "eslint-plugin-vue": "~10.2.0", "espree": "^9.6.1", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "vite": "^6.2.0", - "vue-tsc": "^2.2.8" + "vue-tsc": "^2.2.10" } } From d8194070e12e17a39decc2966e361716eb9c2b09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:15:21 +0800 Subject: [PATCH 16/22] chore(deps): update dependency eslint-plugin-cypress to v5 (#179) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang --- examples/api-before-14.3/eslint.config.js | 2 +- examples/api-before-14.3/package.json | 2 +- .../eslint.config.js | 2 +- .../disable-type-checked-for-yml/package.json | 2 +- examples/type-checked/eslint.config.js | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/eslint.config.js | 2 +- examples/with-cypress/package.json | 2 +- pnpm-lock.yaml | 30 +++++++++---------- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/api-before-14.3/eslint.config.js b/examples/api-before-14.3/eslint.config.js index 6fe3f0a8..913a7aa6 100644 --- a/examples/api-before-14.3/eslint.config.js +++ b/examples/api-before-14.3/eslint.config.js @@ -1,7 +1,7 @@ import pluginVue from 'eslint-plugin-vue' import vueTsEslintConfig from '@vue/eslint-config-typescript' import pluginVitest from '@vitest/eslint-plugin' -import pluginCypress from 'eslint-plugin-cypress/flat' +import pluginCypress from 'eslint-plugin-cypress' import skipFormatting from '@vue/eslint-config-prettier/skip-formatting' export default [ diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 5bfc4cb4..070ba743 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", "eslint": "^9.28.0", - "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", diff --git a/examples/disable-type-checked-for-yml/eslint.config.js b/examples/disable-type-checked-for-yml/eslint.config.js index 43ab4492..c036bfc2 100644 --- a/examples/disable-type-checked-for-yml/eslint.config.js +++ b/examples/disable-type-checked-for-yml/eslint.config.js @@ -1,7 +1,7 @@ import pluginVue from 'eslint-plugin-vue' import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript' import pluginVitest from '@vitest/eslint-plugin' -import pluginCypress from 'eslint-plugin-cypress/flat' +import pluginCypress from 'eslint-plugin-cypress' import pluginYml from 'eslint-plugin-yml'; import skipFormatting from '@vue/eslint-config-prettier/skip-formatting' diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 97f10658..9fb5ee4e 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", "eslint": "^9.28.0", - "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "eslint-plugin-yml": "^1.18.0", "jsdom": "^26.1.0", diff --git a/examples/type-checked/eslint.config.js b/examples/type-checked/eslint.config.js index 456b0677..188f5444 100644 --- a/examples/type-checked/eslint.config.js +++ b/examples/type-checked/eslint.config.js @@ -1,7 +1,7 @@ import pluginVue from 'eslint-plugin-vue' import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript' import pluginVitest from '@vitest/eslint-plugin' -import pluginCypress from 'eslint-plugin-cypress/flat' +import pluginCypress from 'eslint-plugin-cypress' import skipFormatting from '@vue/eslint-config-prettier/skip-formatting' export default defineConfigWithVueTs( diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 55ba95e9..f85c7b89 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -33,7 +33,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", "eslint": "^9.28.0", - "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", diff --git a/examples/with-cypress/eslint.config.js b/examples/with-cypress/eslint.config.js index d7ffa156..5bbb956f 100644 --- a/examples/with-cypress/eslint.config.js +++ b/examples/with-cypress/eslint.config.js @@ -1,5 +1,5 @@ import pluginVue from 'eslint-plugin-vue' -import pluginCypress from 'eslint-plugin-cypress/flat' +import pluginCypress from 'eslint-plugin-cypress' import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript' export default defineConfigWithVueTs( diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 11d24fcf..57a3bbcc 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -26,7 +26,7 @@ "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", "eslint": "^9.28.0", - "eslint-plugin-cypress": "^4.3.0", + "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "start-server-and-test": "^2.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8a1c218..d7120302 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -144,8 +144,8 @@ importers: specifier: ^9.28.0 version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.3.0 - version: 4.3.0(eslint@9.28.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.28.0) eslint-plugin-vue: specifier: ~10.2.0 version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) @@ -309,8 +309,8 @@ importers: specifier: ^9.28.0 version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.3.0 - version: 4.3.0(eslint@9.28.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.28.0) eslint-plugin-vue: specifier: ~10.2.0 version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) @@ -434,8 +434,8 @@ importers: specifier: ^9.28.0 version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.3.0 - version: 4.3.0(eslint@9.28.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.28.0) eslint-plugin-vue: specifier: ~10.2.0 version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) @@ -495,8 +495,8 @@ importers: specifier: ^9.28.0 version: 9.28.0 eslint-plugin-cypress: - specifier: ^4.3.0 - version: 4.3.0(eslint@9.28.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.28.0) eslint-plugin-vue: specifier: ~10.2.0 version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) @@ -3240,8 +3240,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-cypress@4.3.0: - resolution: {integrity: sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==} + eslint-plugin-cypress@5.1.0: + resolution: {integrity: sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==} peerDependencies: eslint: '>=9' @@ -3605,8 +3605,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.15.0: - resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} + globals@16.2.0: + resolution: {integrity: sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==} engines: {node: '>=18'} gopd@1.2.0: @@ -7776,10 +7776,10 @@ snapshots: dependencies: eslint: 9.28.0 - eslint-plugin-cypress@4.3.0(eslint@9.28.0): + eslint-plugin-cypress@5.1.0(eslint@9.28.0): dependencies: eslint: 9.28.0 - globals: 15.15.0 + globals: 16.2.0 eslint-plugin-playwright@2.2.0(eslint@9.28.0): dependencies: @@ -8215,7 +8215,7 @@ snapshots: globals@14.0.0: {} - globals@15.15.0: {} + globals@16.2.0: {} gopd@1.2.0: {} From d8f78acc8484eca4a16e6fb179f3944081a71a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:22:08 +0800 Subject: [PATCH 17/22] chore(deps-dev): bump vite from 6.2.6 to 6.2.7 (#172) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 646 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 554 insertions(+), 92 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7120302..c3d9a19f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.2 version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) @@ -166,10 +166,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.2 version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) @@ -334,10 +334,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.2 version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) @@ -456,10 +456,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.2 version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) @@ -888,7 +888,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -937,10 +937,10 @@ importers: version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.15.31 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -1299,6 +1299,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.25.5': + resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} @@ -1311,6 +1317,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.25.5': + resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.15.18': resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1335,6 +1347,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.25.5': + resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -1347,6 +1365,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.25.5': + resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -1359,6 +1383,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.25.5': + resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1371,6 +1401,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.25.5': + resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1383,6 +1419,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.25.5': + resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1395,6 +1437,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.25.5': + resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1407,6 +1455,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.25.5': + resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1419,6 +1473,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.25.5': + resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -1431,6 +1491,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.25.5': + resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.15.18': resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1449,6 +1515,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.25.5': + resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -1461,6 +1533,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.25.5': + resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.18.20': resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -1473,6 +1551,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.25.5': + resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.18.20': resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -1485,6 +1569,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.25.5': + resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.18.20': resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -1497,6 +1587,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.25.5': + resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.18.20': resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -1509,12 +1605,24 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.5': + resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.25.2': resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.25.5': + resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.18.20': resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -1527,12 +1635,24 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.5': + resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.25.2': resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.25.5': + resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.18.20': resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -1545,6 +1665,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.25.5': + resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/sunos-x64@0.18.20': resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -1557,6 +1683,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.25.5': + resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.18.20': resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -1569,6 +1701,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.25.5': + resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.18.20': resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -1581,6 +1719,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.25.5': + resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.18.20': resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -1593,6 +1737,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.5': + resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} + 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} @@ -1910,101 +2060,201 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.43.0': + resolution: {integrity: sha512-Krjy9awJl6rKbruhQDgivNbD1WuLb8xAclM4IR4cN5pHGAs2oIMMQJEiC3IC/9TZJ+QZkmZhlMO/6MBGxPidpw==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.39.0': resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.43.0': + resolution: {integrity: sha512-ss4YJwRt5I63454Rpj+mXCXicakdFmKnUNxr1dLK+5rv5FJgAxnN7s31a5VchRYxCFWdmnDWKd0wbAdTr0J5EA==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.39.0': resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.43.0': + resolution: {integrity: sha512-eKoL8ykZ7zz8MjgBenEF2OoTNFAPFz1/lyJ5UmmFSz5jW+7XbH1+MAgCVHy72aG59rbuQLcJeiMrP8qP5d/N0A==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.39.0': resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.43.0': + resolution: {integrity: sha512-SYwXJgaBYW33Wi/q4ubN+ldWC4DzQY62S4Ll2dgfr/dbPoF50dlQwEaEHSKrQdSjC6oIe1WgzosoaNoHCdNuMg==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.39.0': resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.43.0': + resolution: {integrity: sha512-SV+U5sSo0yujrjzBF7/YidieK2iF6E7MdF6EbYxNz94lA+R0wKl3SiixGyG/9Klab6uNBIqsN7j4Y/Fya7wAjQ==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.39.0': resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.43.0': + resolution: {integrity: sha512-J7uCsiV13L/VOeHJBo5SjasKiGxJ0g+nQTrBkAsmQBIdil3KhPnSE9GnRon4ejX1XDdsmK/l30IYLiAaQEO0Cg==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.39.0': resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.43.0': + resolution: {integrity: sha512-gTJ/JnnjCMc15uwB10TTATBEhK9meBIY+gXP4s0sHD1zHOaIh4Dmy1X9wup18IiY9tTNk5gJc4yx9ctj/fjrIw==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.39.0': resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.43.0': + resolution: {integrity: sha512-ZJ3gZynL1LDSIvRfz0qXtTNs56n5DI2Mq+WACWZ7yGHFUEirHBRt7fyIk0NsCKhmRhn7WAcjgSkSVVxKlPNFFw==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.39.0': resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.43.0': + resolution: {integrity: sha512-8FnkipasmOOSSlfucGYEu58U8cxEdhziKjPD2FIa0ONVMxvl/hmONtX/7y4vGjdUhjcTHlKlDhw3H9t98fPvyA==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.39.0': resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.43.0': + resolution: {integrity: sha512-KPPyAdlcIZ6S9C3S2cndXDkV0Bb1OSMsX0Eelr2Bay4EsF9yi9u9uzc9RniK3mcUGCLhWY9oLr6er80P5DE6XA==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.39.0': resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} cpu: [loong64] os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.43.0': + resolution: {integrity: sha512-HPGDIH0/ZzAZjvtlXj6g+KDQ9ZMHfSP553za7o2Odegb/BEfwJcR0Sw0RLNpQ9nC6Gy8s+3mSS9xjZ0n3rhcYg==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': + resolution: {integrity: sha512-gEmwbOws4U4GLAJDhhtSPWPXUzDfMRedT3hFMyRAvM9Mrnj+dJIFIeL7otsv2WF3D7GrV0GIewW0y28dOYWkmw==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.39.0': resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.43.0': + resolution: {integrity: sha512-XXKvo2e+wFtXZF/9xoWohHg+MuRnvO29TI5Hqe9xwN5uN8NKUYy7tXUG3EZAlfchufNCTHNGjEx7uN78KsBo0g==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.39.0': resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.43.0': + resolution: {integrity: sha512-ruf3hPWhjw6uDFsOAzmbNIvlXFXlBQ4nk57Sec8E8rUxs/AI4HD6xmiiasOOx/3QxS2f5eQMKTAwk7KHwpzr/Q==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.39.0': resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.43.0': + resolution: {integrity: sha512-QmNIAqDiEMEvFV15rsSnjoSmO0+eJLoKRD9EAa9rrYNwO/XRCtOGM3A5A0X+wmG+XRrw9Fxdsw+LnyYiZWWcVw==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.39.0': resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.43.0': + resolution: {integrity: sha512-jAHr/S0iiBtFyzjhOkAics/2SrXE092qyqEg96e90L3t9Op8OTzS6+IX0Fy5wCt2+KqeHAkti+eitV0wvblEoQ==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.39.0': resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.43.0': + resolution: {integrity: sha512-3yATWgdeXyuHtBhrLt98w+5fKurdqvs8B53LaoKD7P7H7FKOONLsBVMNl9ghPQZQuYcceV5CDyPfyfGpMWD9mQ==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.39.0': resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.43.0': + resolution: {integrity: sha512-wVzXp2qDSCOpcBCT5WRWLmpJRIzv23valvcTwMHEobkjippNf+C3ys/+wf07poPkeNix0paTNemB2XrHr2TnGw==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.39.0': resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.43.0': + resolution: {integrity: sha512-fYCTEyzf8d+7diCw8b+asvWDCLMjsCEA8alvtAutqJOJp/wL5hs1rWSqJ1vkjgW0L2NB4bsYJrpKkiIPRR9dvw==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.39.0': resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.43.0': + resolution: {integrity: sha512-SnGhLiE5rlK0ofq8kzuDkM0g7FN1s5VYY+YSMTibP7CqShxCQvqtNxTARS4xX4PFJfHjG0ZQYX9iGzI3FQh5Aw==} + cpu: [x64] + os: [win32] + '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} @@ -2072,6 +2322,9 @@ packages: '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + '@types/jsdom@21.1.7': resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} @@ -3211,6 +3464,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.25.5: + resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -4504,8 +4762,8 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} - postcss@8.5.3: - resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} + postcss@8.5.5: + resolution: {integrity: sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -4652,6 +4910,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.43.0: + resolution: {integrity: sha512-wdN2Kd3Twh8MAEOEJZsuxuLKCsBEo4PVNLK6tQWAn10VhsVewQLzcucMgLolRlhFybGxfclbPeEYBaP6RvUFGg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rrweb-cssom@0.7.1: resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} @@ -5151,8 +5414,8 @@ packages: peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 - vite@4.5.13: - resolution: {integrity: sha512-Hgp8IF/yZDzKsN1hQWOuQZbrKiaFsbQud+07jJ8h9m9PaHWkpvZ5u55Xw5yYjWRXwRQ4jwFlJvY7T7FUJG9MCA==} + vite@4.5.14: + resolution: {integrity: sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5179,8 +5442,8 @@ packages: terser: optional: true - vite@6.2.6: - resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==} + vite@6.2.7: + resolution: {integrity: sha512-qg3LkeuinTrZoJHHF94coSaTfIPyBYoywp+ys4qu20oSJFbKMYoIJo0FWJT9q6Vp49l6z9IsJRbHdcGtiKbGoQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -5879,12 +6142,18 @@ snapshots: '@esbuild/aix-ppc64@0.25.2': optional: true + '@esbuild/aix-ppc64@0.25.5': + optional: true + '@esbuild/android-arm64@0.18.20': optional: true '@esbuild/android-arm64@0.25.2': optional: true + '@esbuild/android-arm64@0.25.5': + optional: true + '@esbuild/android-arm@0.15.18': optional: true @@ -5897,54 +6166,81 @@ snapshots: '@esbuild/android-arm@0.25.2': optional: true + '@esbuild/android-arm@0.25.5': + optional: true + '@esbuild/android-x64@0.18.20': optional: true '@esbuild/android-x64@0.25.2': optional: true + '@esbuild/android-x64@0.25.5': + optional: true + '@esbuild/darwin-arm64@0.18.20': optional: true '@esbuild/darwin-arm64@0.25.2': optional: true + '@esbuild/darwin-arm64@0.25.5': + optional: true + '@esbuild/darwin-x64@0.18.20': optional: true '@esbuild/darwin-x64@0.25.2': optional: true + '@esbuild/darwin-x64@0.25.5': + optional: true + '@esbuild/freebsd-arm64@0.18.20': optional: true '@esbuild/freebsd-arm64@0.25.2': optional: true + '@esbuild/freebsd-arm64@0.25.5': + optional: true + '@esbuild/freebsd-x64@0.18.20': optional: true '@esbuild/freebsd-x64@0.25.2': optional: true + '@esbuild/freebsd-x64@0.25.5': + optional: true + '@esbuild/linux-arm64@0.18.20': optional: true '@esbuild/linux-arm64@0.25.2': optional: true + '@esbuild/linux-arm64@0.25.5': + optional: true + '@esbuild/linux-arm@0.18.20': optional: true '@esbuild/linux-arm@0.25.2': optional: true + '@esbuild/linux-arm@0.25.5': + optional: true + '@esbuild/linux-ia32@0.18.20': optional: true '@esbuild/linux-ia32@0.25.2': optional: true + '@esbuild/linux-ia32@0.25.5': + optional: true + '@esbuild/linux-loong64@0.15.18': optional: true @@ -5954,78 +6250,120 @@ snapshots: '@esbuild/linux-loong64@0.25.2': optional: true + '@esbuild/linux-loong64@0.25.5': + optional: true + '@esbuild/linux-mips64el@0.18.20': optional: true '@esbuild/linux-mips64el@0.25.2': optional: true + '@esbuild/linux-mips64el@0.25.5': + optional: true + '@esbuild/linux-ppc64@0.18.20': optional: true '@esbuild/linux-ppc64@0.25.2': optional: true + '@esbuild/linux-ppc64@0.25.5': + optional: true + '@esbuild/linux-riscv64@0.18.20': optional: true '@esbuild/linux-riscv64@0.25.2': optional: true + '@esbuild/linux-riscv64@0.25.5': + optional: true + '@esbuild/linux-s390x@0.18.20': optional: true '@esbuild/linux-s390x@0.25.2': optional: true + '@esbuild/linux-s390x@0.25.5': + optional: true + '@esbuild/linux-x64@0.18.20': optional: true '@esbuild/linux-x64@0.25.2': optional: true + '@esbuild/linux-x64@0.25.5': + optional: true + '@esbuild/netbsd-arm64@0.25.2': optional: true + '@esbuild/netbsd-arm64@0.25.5': + optional: true + '@esbuild/netbsd-x64@0.18.20': optional: true '@esbuild/netbsd-x64@0.25.2': optional: true + '@esbuild/netbsd-x64@0.25.5': + optional: true + '@esbuild/openbsd-arm64@0.25.2': optional: true + '@esbuild/openbsd-arm64@0.25.5': + optional: true + '@esbuild/openbsd-x64@0.18.20': optional: true '@esbuild/openbsd-x64@0.25.2': optional: true + '@esbuild/openbsd-x64@0.25.5': + optional: true + '@esbuild/sunos-x64@0.18.20': optional: true '@esbuild/sunos-x64@0.25.2': optional: true + '@esbuild/sunos-x64@0.25.5': + optional: true + '@esbuild/win32-arm64@0.18.20': optional: true '@esbuild/win32-arm64@0.25.2': optional: true + '@esbuild/win32-arm64@0.25.5': + optional: true + '@esbuild/win32-ia32@0.18.20': optional: true '@esbuild/win32-ia32@0.25.2': optional: true + '@esbuild/win32-ia32@0.25.5': + optional: true + '@esbuild/win32-x64@0.18.20': optional: true '@esbuild/win32-x64@0.25.2': optional: true + '@esbuild/win32-x64@0.25.5': + optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.28.0)': dependencies: eslint: 9.28.0 @@ -6224,9 +6562,9 @@ snapshots: '@nightwatch/vue@3.1.2(@types/node@22.15.31)(vue@3.5.16(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.13(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.14(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.13(@types/node@22.15.31) + vite: 4.5.14(@types/node@22.15.31) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6328,66 +6666,134 @@ snapshots: optionalDependencies: rollup: 4.39.0 + '@rollup/pluginutils@5.1.4(rollup@4.43.0)': + dependencies: + '@types/estree': 1.0.7 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.43.0 + '@rollup/rollup-android-arm-eabi@4.39.0': optional: true + '@rollup/rollup-android-arm-eabi@4.43.0': + optional: true + '@rollup/rollup-android-arm64@4.39.0': optional: true + '@rollup/rollup-android-arm64@4.43.0': + optional: true + '@rollup/rollup-darwin-arm64@4.39.0': optional: true + '@rollup/rollup-darwin-arm64@4.43.0': + optional: true + '@rollup/rollup-darwin-x64@4.39.0': optional: true + '@rollup/rollup-darwin-x64@4.43.0': + optional: true + '@rollup/rollup-freebsd-arm64@4.39.0': optional: true + '@rollup/rollup-freebsd-arm64@4.43.0': + optional: true + '@rollup/rollup-freebsd-x64@4.39.0': optional: true + '@rollup/rollup-freebsd-x64@4.43.0': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.39.0': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.43.0': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.39.0': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.43.0': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.39.0': optional: true + '@rollup/rollup-linux-arm64-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-arm64-musl@4.39.0': optional: true + '@rollup/rollup-linux-arm64-musl@4.43.0': + optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.39.0': optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.39.0': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.39.0': optional: true + '@rollup/rollup-linux-riscv64-musl@4.43.0': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.39.0': optional: true + '@rollup/rollup-linux-s390x-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-x64-gnu@4.39.0': optional: true + '@rollup/rollup-linux-x64-gnu@4.43.0': + optional: true + '@rollup/rollup-linux-x64-musl@4.39.0': optional: true + '@rollup/rollup-linux-x64-musl@4.43.0': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.39.0': optional: true + '@rollup/rollup-win32-arm64-msvc@4.43.0': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.39.0': optional: true + '@rollup/rollup-win32-ia32-msvc@4.43.0': + optional: true + '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true + '@rollup/rollup-win32-x64-msvc@4.43.0': + optional: true + '@sec-ant/readable-stream@0.4.1': {} '@sideway/address@4.1.5': @@ -6446,6 +6852,8 @@ snapshots: '@types/estree@1.0.7': {} + '@types/estree@1.0.8': {} + '@types/jsdom@21.1.7': dependencies: '@types/node': 22.15.31 @@ -6579,25 +6987,25 @@ snapshots: '@typescript-eslint/types': 8.34.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.13(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.14(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 4.5.13(@types/node@22.15.31) + vite: 4.5.14(@types/node@22.15.31) vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) '@vitest/eslint-plugin@1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0))': @@ -6618,13 +7026,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))': + '@vitest/mocker@3.2.3(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.2.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) '@vitest/pretty-format@3.2.3': dependencies: @@ -6769,7 +7177,7 @@ snapshots: '@vue/shared': 3.5.13 estree-walker: 2.0.2 magic-string: 0.30.17 - postcss: 8.5.3 + postcss: 8.5.5 source-map-js: 1.2.1 '@vue/compiler-sfc@3.5.16': @@ -6781,7 +7189,7 @@ snapshots: '@vue/shared': 3.5.16 estree-walker: 2.0.2 magic-string: 0.30.17 - postcss: 8.5.3 + postcss: 8.5.5 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.13': @@ -6805,14 +7213,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.6(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vue/devtools-core@7.7.6(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite @@ -7753,6 +8161,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.2 '@esbuild/win32-x64': 0.25.2 + esbuild@0.25.5: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.5 + '@esbuild/android-arm': 0.25.5 + '@esbuild/android-arm64': 0.25.5 + '@esbuild/android-x64': 0.25.5 + '@esbuild/darwin-arm64': 0.25.5 + '@esbuild/darwin-x64': 0.25.5 + '@esbuild/freebsd-arm64': 0.25.5 + '@esbuild/freebsd-x64': 0.25.5 + '@esbuild/linux-arm': 0.25.5 + '@esbuild/linux-arm64': 0.25.5 + '@esbuild/linux-ia32': 0.25.5 + '@esbuild/linux-loong64': 0.25.5 + '@esbuild/linux-mips64el': 0.25.5 + '@esbuild/linux-ppc64': 0.25.5 + '@esbuild/linux-riscv64': 0.25.5 + '@esbuild/linux-s390x': 0.25.5 + '@esbuild/linux-x64': 0.25.5 + '@esbuild/netbsd-arm64': 0.25.5 + '@esbuild/netbsd-x64': 0.25.5 + '@esbuild/openbsd-arm64': 0.25.5 + '@esbuild/openbsd-x64': 0.25.5 + '@esbuild/sunos-x64': 0.25.5 + '@esbuild/win32-arm64': 0.25.5 + '@esbuild/win32-ia32': 0.25.5 + '@esbuild/win32-x64': 0.25.5 + escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -7896,7 +8332,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 esutils@2.0.3: {} @@ -8401,7 +8837,7 @@ snapshots: is-reference@1.2.1: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 is-regex@1.2.1: dependencies: @@ -9118,7 +9554,7 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss@8.5.3: + postcss@8.5.5: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -9291,6 +9727,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.39.0 fsevents: 2.3.3 + rollup@4.43.0: + dependencies: + '@types/estree': 1.0.7 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.43.0 + '@rollup/rollup-android-arm64': 4.43.0 + '@rollup/rollup-darwin-arm64': 4.43.0 + '@rollup/rollup-darwin-x64': 4.43.0 + '@rollup/rollup-freebsd-arm64': 4.43.0 + '@rollup/rollup-freebsd-x64': 4.43.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.43.0 + '@rollup/rollup-linux-arm-musleabihf': 4.43.0 + '@rollup/rollup-linux-arm64-gnu': 4.43.0 + '@rollup/rollup-linux-arm64-musl': 4.43.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.43.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.43.0 + '@rollup/rollup-linux-riscv64-gnu': 4.43.0 + '@rollup/rollup-linux-riscv64-musl': 4.43.0 + '@rollup/rollup-linux-s390x-gnu': 4.43.0 + '@rollup/rollup-linux-x64-gnu': 4.43.0 + '@rollup/rollup-linux-x64-musl': 4.43.0 + '@rollup/rollup-win32-arm64-msvc': 4.43.0 + '@rollup/rollup-win32-ia32-msvc': 4.43.0 + '@rollup/rollup-win32-x64-msvc': 4.43.0 + fsevents: 2.3.3 + rrweb-cssom@0.7.1: {} rrweb-cssom@0.8.0: {} @@ -9798,9 +10260,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-node@3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): dependencies: @@ -9808,7 +10270,7 @@ snapshots: debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9823,10 +10285,10 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -9834,7 +10296,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9853,23 +10315,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.6(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.6(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-core': 7.7.6(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 execa: 9.6.0 sirv: 3.0.1 - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.39.0)(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.10 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) @@ -9880,24 +10342,24 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.13(@types/node@22.15.31): + vite@4.5.14(@types/node@22.15.31): dependencies: esbuild: 0.18.20 - postcss: 8.5.3 + postcss: 8.5.5 rollup: 3.29.5 optionalDependencies: '@types/node': 22.15.31 fsevents: 2.3.3 - vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): + vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): dependencies: - esbuild: 0.25.2 - postcss: 8.5.3 - rollup: 4.39.0 + esbuild: 0.25.5 + postcss: 8.5.5 + rollup: 4.43.0 optionalDependencies: '@types/node': 22.15.31 fsevents: 2.3.3 @@ -9908,7 +10370,7 @@ snapshots: dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + '@vitest/mocker': 3.2.3(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) '@vitest/pretty-format': 3.2.3 '@vitest/runner': 3.2.3 '@vitest/snapshot': 3.2.3 @@ -9926,7 +10388,7 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.0 tinyrainbow: 2.0.0 - vite: 6.2.6(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) vite-node: 3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: From 0a6480d16be23a4336f1eb381495ce96fb042dd0 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 12 Jun 2025 23:36:51 +0800 Subject: [PATCH 18/22] chore: ignore preinstall scripts as these are not used in this project --- pnpm-workspace.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 71589826..f5fae699 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,9 @@ packages: - - 'examples/*' - - 'test/fixtures/*' - - '.' + - examples/* + - test/fixtures/* + - . + +ignoredBuiltDependencies: + - chromedriver + - cypress + - esbuild From b1ff4ddd530c908e7c8e936ab44bde95874eeb9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:04:49 +0800 Subject: [PATCH 19/22] chore(deps): update all non-major dependencies (#182) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 6 +- examples/api-before-14.3/package.json | 8 +- .../package.json | 4 +- examples/disable-ts-in-templates/package.json | 6 +- .../disable-type-checked-for-yml/package.json | 8 +- examples/minimal/package.json | 6 +- examples/type-checked/package.json | 8 +- examples/with-cypress/package.json | 6 +- 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 | 6 +- examples/with-prettier/package.json | 6 +- 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 | 1381 ++++++----------- test/fixtures/file-based-routing/package.json | 4 +- test/fixtures/with-older-espree/package.json | 6 +- 20 files changed, 538 insertions(+), 969 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 2181fc7d..e21f2659 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index 070ba743..b18949f5 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -21,18 +21,18 @@ "vue-router": "^4.5.1" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", + "@tsconfig/node20": "^20.1.6", "@types/jsdom": "^21.1.7", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.2.2", + "@vitest/eslint-plugin": "^1.2.7", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "jsdom": "^26.1.0", diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index 1e758da3..fdacfb52 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -16,11 +16,11 @@ }, "devDependencies": { "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:^", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 8fe5a4a8..34a8e507 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 9fb5ee4e..1bd2b84a 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -21,18 +21,18 @@ "vue-router": "^4.5.1" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", + "@tsconfig/node20": "^20.1.6", "@types/jsdom": "^21.1.7", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.2.2", + "@vitest/eslint-plugin": "^1.2.7", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "eslint-plugin-yml": "^1.18.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 0c37fd91..66298a64 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index f85c7b89..f0470de6 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -21,18 +21,18 @@ "vue-router": "^4.5.1" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", + "@tsconfig/node20": "^20.1.6", "@types/jsdom": "^21.1.7", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", - "@vitest/eslint-plugin": "^1.2.2", + "@vitest/eslint-plugin": "^1.2.7", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "jsdom": "^26.1.0", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 57a3bbcc..3981d335 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -19,13 +19,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "cypress": "^14.4.1", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 1f4af2e5..7eb05260 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index ef32efd2..b404b2c4 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index c1e684a6..2ab5116f 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -18,14 +18,14 @@ }, "devDependencies": { "@nightwatch/vue": "^3.1.2", - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "chromedriver": "^137.0.3", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "geckodriver": "^5.0.0", "nightwatch": "^3.12.2", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 1a6176cf..ccdec6ad 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -17,12 +17,12 @@ }, "devDependencies": { "@playwright/test": "^1.53.0", - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-playwright": "^2.2.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index c44c2710..b251423a 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -16,13 +16,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "prettier": "3.5.3", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index ad4215e1..433ad3bd 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index 7619c600..b2afd39b 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -15,13 +15,13 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 5023f6d8..95c4f532 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -16,15 +16,15 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", + "@tsconfig/node20": "^20.1.6", "@types/jsdom": "^21.1.7", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", - "@vitest/eslint-plugin": "^1.2.2", + "@vitest/eslint-plugin": "^1.2.7", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", diff --git a/package.json b/package.json index 5fb6a955..b64ec35a 100644 --- a/package.json +++ b/package.json @@ -47,14 +47,14 @@ }, "homepage": "https://github.com/vuejs/eslint-config-typescript#readme", "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", - "eslint": "^9.28.0", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "execa": "^9.6.0", - "pkgroll": "^2.12.2", + "pkgroll": "^2.13.1", "prettier": "3.5.3", - "tsx": "^4.20.2", + "tsx": "^4.20.3", "typescript": "~5.8.2", "vitest": "^3.2.3", "vue": "^3.5.16" @@ -70,9 +70,9 @@ } }, "dependencies": { - "@typescript-eslint/utils": "^8.34.0", + "@typescript-eslint/utils": "^8.34.1", "fast-glob": "^3.3.3", - "typescript-eslint": "^8.34.0", + "typescript-eslint": "^8.34.1", "vue-eslint-parser": "^10.1.3" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3d9a19f..4444d984 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,48 +9,48 @@ importers: .: dependencies: '@typescript-eslint/utils': - specifier: ^8.34.0 - version: 8.34.0(eslint@9.28.0)(typescript@5.8.2) + specifier: ^8.34.1 + version: 8.34.1(eslint@9.29.0)(typescript@5.8.2) fast-glob: specifier: ^3.3.3 version: 3.3.3 typescript-eslint: - specifier: ^8.34.0 - version: 8.34.0(eslint@9.28.0)(typescript@5.8.2) + specifier: ^8.34.1 + version: 8.34.1(eslint@9.29.0)(typescript@5.8.2) vue-eslint-parser: specifier: ^10.1.3 - version: 10.1.3(eslint@9.28.0) + version: 10.1.3(eslint@9.29.0) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) execa: specifier: ^9.6.0 version: 9.6.0 pkgroll: - specifier: ^2.12.2 - version: 2.12.2(typescript@5.8.2) + specifier: ^2.13.1 + version: 2.13.1(typescript@5.8.2) prettier: specifier: 3.5.3 version: 3.5.3 tsx: - specifier: ^4.20.2 - version: 4.20.2 + specifier: ^4.20.3 + version: 4.20.3 typescript: specifier: ~5.8.2 version: 5.8.2 vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue: specifier: ^3.5.16 version: 3.5.16(typescript@5.8.2) @@ -62,14 +62,14 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -77,11 +77,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -108,26 +108,26 @@ importers: version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.2.2 - version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) + specifier: ^1.2.7 + version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -141,14 +141,14 @@ importers: specifier: ^14.4.1 version: 14.4.1 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.28.0) + version: 5.1.0(eslint@9.29.0) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -166,13 +166,13 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -187,11 +187,11 @@ importers: specifier: ^22.0.2 version: 22.0.2 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -199,11 +199,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -227,14 +227,14 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -242,11 +242,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -273,26 +273,26 @@ importers: version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.2.2 - version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) + specifier: ^1.2.7 + version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -306,17 +306,17 @@ importers: specifier: ^14.4.1 version: 14.4.1 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.28.0) + version: 5.1.0(eslint@9.29.0) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) eslint-plugin-yml: specifier: ^1.18.0 - version: 1.18.0(eslint@9.28.0) + version: 1.18.0(eslint@9.29.0) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -334,13 +334,13 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -352,14 +352,14 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -367,11 +367,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -398,26 +398,26 @@ importers: version: 4.5.1(vue@3.5.16(typescript@5.8.2)) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.2.2 - version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) + specifier: ^1.2.7 + version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -431,14 +431,14 @@ importers: specifier: ^14.4.1 version: 14.4.1 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.28.0) + version: 5.1.0(eslint@9.29.0) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -456,13 +456,13 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -474,14 +474,14 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -492,14 +492,14 @@ importers: specifier: ^14.4.1 version: 14.4.1 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.28.0) + version: 5.1.0(eslint@9.29.0) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -523,17 +523,17 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -541,11 +541,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -566,17 +566,17 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -584,11 +584,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -610,16 +610,16 @@ importers: devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@22.15.31)(vue@3.5.16(typescript@5.8.2)) + version: 3.1.2(@types/node@22.15.32)(vue@3.5.16(typescript@5.8.2)) '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -633,11 +633,11 @@ importers: specifier: ^137.0.3 version: 137.0.3 eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) geckodriver: specifier: ^5.0.0 version: 5.0.0(bare-buffer@3.0.1) @@ -649,13 +649,13 @@ importers: version: 8.0.4 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.15.31)(typescript@5.8.2) + version: 10.9.2(@types/node@22.15.32)(typescript@5.8.2) typescript: specifier: ~5.8.2 version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -673,14 +673,14 @@ importers: specifier: ^1.53.0 version: 1.53.0 '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -688,14 +688,14 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-playwright: specifier: ^2.2.0 - version: 2.2.0(eslint@9.28.0) + version: 2.2.0(eslint@9.29.0) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -716,17 +716,17 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.28.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -734,11 +734,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -762,17 +762,17 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -780,11 +780,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -805,17 +805,17 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -823,11 +823,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -848,20 +848,20 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/jsdom': specifier: ^21.1.7 version: 21.1.7 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': - specifier: ^1.2.2 - version: 1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0)) + specifier: ^1.2.7 + version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -872,11 +872,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -888,10 +888,10 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -909,11 +909,11 @@ importers: specifier: ^22.0.2 version: 22.0.2 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -921,11 +921,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -937,10 +937,10 @@ importers: version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -952,14 +952,14 @@ importers: version: 3.5.16(typescript@5.8.2) devDependencies: '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.5 + specifier: ^20.1.6 + version: 20.1.6 '@types/node': - specifier: ^22.15.31 - version: 22.15.31 + specifier: ^22.15.32 + version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -967,11 +967,11 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: - specifier: ^9.28.0 - version: 9.28.0 + specifier: ^9.29.0 + version: 9.29.0 eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)) + version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) espree: specifier: ^9.6.1 version: 9.6.1 @@ -983,7 +983,7 @@ importers: version: 5.8.2 vite: specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -1293,12 +1293,6 @@ packages: '@cypress/xvfb@1.2.4': resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} - '@esbuild/aix-ppc64@0.25.2': - resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.25.5': resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} engines: {node: '>=18'} @@ -1311,12 +1305,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.2': - resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.25.5': resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} engines: {node: '>=18'} @@ -1341,12 +1329,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.2': - resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.25.5': resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} engines: {node: '>=18'} @@ -1359,12 +1341,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.2': - resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.25.5': resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} engines: {node: '>=18'} @@ -1377,12 +1353,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.2': - resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.25.5': resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} engines: {node: '>=18'} @@ -1395,12 +1365,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.2': - resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.25.5': resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} engines: {node: '>=18'} @@ -1413,12 +1377,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.2': - resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.25.5': resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} engines: {node: '>=18'} @@ -1431,12 +1389,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.2': - resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.25.5': resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} engines: {node: '>=18'} @@ -1449,12 +1401,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.2': - resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.25.5': resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} engines: {node: '>=18'} @@ -1467,12 +1413,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.2': - resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.25.5': resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} engines: {node: '>=18'} @@ -1485,12 +1425,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.2': - resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.25.5': resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} engines: {node: '>=18'} @@ -1509,12 +1443,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.2': - resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.25.5': resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} engines: {node: '>=18'} @@ -1527,12 +1455,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.2': - resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.25.5': resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} engines: {node: '>=18'} @@ -1545,12 +1467,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.2': - resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.25.5': resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} engines: {node: '>=18'} @@ -1563,12 +1479,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.2': - resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.25.5': resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} engines: {node: '>=18'} @@ -1581,12 +1491,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.2': - resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.25.5': resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} engines: {node: '>=18'} @@ -1599,24 +1503,12 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.2': - resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.25.5': resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.2': - resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - '@esbuild/netbsd-arm64@0.25.5': resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} engines: {node: '>=18'} @@ -1629,24 +1521,12 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.2': - resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.25.5': resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.2': - resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-arm64@0.25.5': resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} engines: {node: '>=18'} @@ -1659,12 +1539,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.2': - resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.25.5': resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} engines: {node: '>=18'} @@ -1677,12 +1551,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.2': - resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.25.5': resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} engines: {node: '>=18'} @@ -1695,12 +1563,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.2': - resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.25.5': resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} engines: {node: '>=18'} @@ -1713,12 +1575,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.2': - resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.25.5': resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} engines: {node: '>=18'} @@ -1731,12 +1587,6 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.2': - resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.25.5': resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} engines: {node: '>=18'} @@ -1779,8 +1629,8 @@ packages: resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.28.0': - resolution: {integrity: sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==} + '@eslint/js@9.29.0': + resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.6': @@ -2001,8 +1851,8 @@ packages: rollup: optional: true - '@rollup/plugin-commonjs@28.0.2': - resolution: {integrity: sha512-BEFI2EDqzl+vA1rl97IDRZ61AIwGH093d9nz8+dThxJNH8oSoB7MjWvPCX3dkaK1/RCJ/1v/R1XB15FuSs0fQw==} + '@rollup/plugin-commonjs@28.0.5': + resolution: {integrity: sha512-lytLp2JgAMwqJY6ve3OSROXr2XuEYHjnsQN3hmnxC+w11dI91LuUw4Yc1kk2FqKXeMG8psoFejFgK+znoij0cg==} engines: {node: '>=16.0.0 || 14 >= 14.17'} peerDependencies: rollup: ^2.68.0||^3.0.0||^4.0.0 @@ -2037,8 +1887,8 @@ packages: rollup: optional: true - '@rollup/plugin-node-resolve@16.0.0': - resolution: {integrity: sha512-0FPvAeVUT/zdWoO0jnb/V5BlBsUSNfkIOtFHzMO4H9MOklrmQFY6FduVHKucNb/aTFxvnGhj4MNj/T1oNdDfNg==} + '@rollup/plugin-node-resolve@16.0.1': + resolution: {integrity: sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0||^4.0.0 @@ -2055,201 +1905,101 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.39.0': - resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} - cpu: [arm] - os: [android] - '@rollup/rollup-android-arm-eabi@4.43.0': resolution: {integrity: sha512-Krjy9awJl6rKbruhQDgivNbD1WuLb8xAclM4IR4cN5pHGAs2oIMMQJEiC3IC/9TZJ+QZkmZhlMO/6MBGxPidpw==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.39.0': - resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.43.0': resolution: {integrity: sha512-ss4YJwRt5I63454Rpj+mXCXicakdFmKnUNxr1dLK+5rv5FJgAxnN7s31a5VchRYxCFWdmnDWKd0wbAdTr0J5EA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.39.0': - resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.43.0': resolution: {integrity: sha512-eKoL8ykZ7zz8MjgBenEF2OoTNFAPFz1/lyJ5UmmFSz5jW+7XbH1+MAgCVHy72aG59rbuQLcJeiMrP8qP5d/N0A==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.39.0': - resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.43.0': resolution: {integrity: sha512-SYwXJgaBYW33Wi/q4ubN+ldWC4DzQY62S4Ll2dgfr/dbPoF50dlQwEaEHSKrQdSjC6oIe1WgzosoaNoHCdNuMg==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.39.0': - resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} - cpu: [arm64] - os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.43.0': resolution: {integrity: sha512-SV+U5sSo0yujrjzBF7/YidieK2iF6E7MdF6EbYxNz94lA+R0wKl3SiixGyG/9Klab6uNBIqsN7j4Y/Fya7wAjQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.39.0': - resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} - cpu: [x64] - os: [freebsd] - '@rollup/rollup-freebsd-x64@4.43.0': resolution: {integrity: sha512-J7uCsiV13L/VOeHJBo5SjasKiGxJ0g+nQTrBkAsmQBIdil3KhPnSE9GnRon4ejX1XDdsmK/l30IYLiAaQEO0Cg==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': - resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.43.0': resolution: {integrity: sha512-gTJ/JnnjCMc15uwB10TTATBEhK9meBIY+gXP4s0sHD1zHOaIh4Dmy1X9wup18IiY9tTNk5gJc4yx9ctj/fjrIw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.39.0': - resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.43.0': resolution: {integrity: sha512-ZJ3gZynL1LDSIvRfz0qXtTNs56n5DI2Mq+WACWZ7yGHFUEirHBRt7fyIk0NsCKhmRhn7WAcjgSkSVVxKlPNFFw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.39.0': - resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.43.0': resolution: {integrity: sha512-8FnkipasmOOSSlfucGYEu58U8cxEdhziKjPD2FIa0ONVMxvl/hmONtX/7y4vGjdUhjcTHlKlDhw3H9t98fPvyA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.39.0': - resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.43.0': resolution: {integrity: sha512-KPPyAdlcIZ6S9C3S2cndXDkV0Bb1OSMsX0Eelr2Bay4EsF9yi9u9uzc9RniK3mcUGCLhWY9oLr6er80P5DE6XA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': - resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} - cpu: [loong64] - os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.43.0': resolution: {integrity: sha512-HPGDIH0/ZzAZjvtlXj6g+KDQ9ZMHfSP553za7o2Odegb/BEfwJcR0Sw0RLNpQ9nC6Gy8s+3mSS9xjZ0n3rhcYg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': - resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} - cpu: [ppc64] - os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': resolution: {integrity: sha512-gEmwbOws4U4GLAJDhhtSPWPXUzDfMRedT3hFMyRAvM9Mrnj+dJIFIeL7otsv2WF3D7GrV0GIewW0y28dOYWkmw==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.39.0': - resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.43.0': resolution: {integrity: sha512-XXKvo2e+wFtXZF/9xoWohHg+MuRnvO29TI5Hqe9xwN5uN8NKUYy7tXUG3EZAlfchufNCTHNGjEx7uN78KsBo0g==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.39.0': - resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.43.0': resolution: {integrity: sha512-ruf3hPWhjw6uDFsOAzmbNIvlXFXlBQ4nk57Sec8E8rUxs/AI4HD6xmiiasOOx/3QxS2f5eQMKTAwk7KHwpzr/Q==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.39.0': - resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} - cpu: [s390x] - os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.43.0': resolution: {integrity: sha512-QmNIAqDiEMEvFV15rsSnjoSmO0+eJLoKRD9EAa9rrYNwO/XRCtOGM3A5A0X+wmG+XRrw9Fxdsw+LnyYiZWWcVw==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.39.0': - resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.43.0': resolution: {integrity: sha512-jAHr/S0iiBtFyzjhOkAics/2SrXE092qyqEg96e90L3t9Op8OTzS6+IX0Fy5wCt2+KqeHAkti+eitV0wvblEoQ==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.39.0': - resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.43.0': resolution: {integrity: sha512-3yATWgdeXyuHtBhrLt98w+5fKurdqvs8B53LaoKD7P7H7FKOONLsBVMNl9ghPQZQuYcceV5CDyPfyfGpMWD9mQ==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.39.0': - resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.43.0': resolution: {integrity: sha512-wVzXp2qDSCOpcBCT5WRWLmpJRIzv23valvcTwMHEobkjippNf+C3ys/+wf07poPkeNix0paTNemB2XrHr2TnGw==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.39.0': - resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.43.0': resolution: {integrity: sha512-fYCTEyzf8d+7diCw8b+asvWDCLMjsCEA8alvtAutqJOJp/wL5hs1rWSqJ1vkjgW0L2NB4bsYJrpKkiIPRR9dvw==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.39.0': - resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.43.0': resolution: {integrity: sha512-SnGhLiE5rlK0ofq8kzuDkM0g7FN1s5VYY+YSMTibP7CqShxCQvqtNxTARS4xX4PFJfHjG0ZQYX9iGzI3FQh5Aw==} cpu: [x64] @@ -2301,8 +2051,8 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@tsconfig/node20@20.1.5': - resolution: {integrity: sha512-Vm8e3WxDTqMGPU4GATF9keQAIy1Drd7bPwlgzKJnZtoOsTm1tduUTbDjg0W5qERvGuxPI2h9RbMufH0YdfBylA==} + '@tsconfig/node20@20.1.6': + resolution: {integrity: sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==} '@tsconfig/node22@22.0.2': resolution: {integrity: sha512-Kmwj4u8sDRDrMYRoN9FDEcXD8UpBSaPQQ24Gz+Gamqfm7xxn+GBR7ge/Z7pK8OXNGyUzbSwJj+TH6B+DS/epyA==} @@ -2334,8 +2084,8 @@ packages: '@types/nightwatch@2.3.32': resolution: {integrity: sha512-RXAWpe83AERF0MbRHXaEJlMQGDtA6BW5sgbn2jO0z04yzbxc4gUvzaJwHpGULBSa2QKUHfBZoLwe/tuQx0PWLg==} - '@types/node@22.15.31': - resolution: {integrity: sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==} + '@types/node@22.15.32': + resolution: {integrity: sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -2358,63 +2108,63 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.34.0': - resolution: {integrity: sha512-QXwAlHlbcAwNlEEMKQS2RCgJsgXrTJdjXT08xEgbPFa2yYQgVjBymxP5DrfrE7X7iodSzd9qBUHUycdyVJTW1w==} + '@typescript-eslint/eslint-plugin@8.34.1': + resolution: {integrity: sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.34.0 + '@typescript-eslint/parser': ^8.34.1 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/parser@8.34.0': - resolution: {integrity: sha512-vxXJV1hVFx3IXz/oy2sICsJukaBrtDEQSBiV48/YIV5KWjX1dO+bcIr/kCPrW6weKXvsaGKFNlwH0v2eYdRRbA==} + '@typescript-eslint/parser@8.34.1': + resolution: {integrity: sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/project-service@8.34.0': - resolution: {integrity: sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==} + '@typescript-eslint/project-service@8.34.1': + resolution: {integrity: sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/scope-manager@8.34.0': - resolution: {integrity: sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==} + '@typescript-eslint/scope-manager@8.34.1': + resolution: {integrity: sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.34.0': - resolution: {integrity: sha512-+W9VYHKFIzA5cBeooqQxqNriAP0QeQ7xTiDuIOr71hzgffm3EL2hxwWBIIj4GuofIbKxGNarpKqIq6Q6YrShOA==} + '@typescript-eslint/tsconfig-utils@8.34.1': + resolution: {integrity: sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/type-utils@8.34.0': - resolution: {integrity: sha512-n7zSmOcUVhcRYC75W2pnPpbO1iwhJY3NLoHEtbJwJSNlVAZuwqu05zY3f3s2SDWWDSo9FdN5szqc73DCtDObAg==} + '@typescript-eslint/type-utils@8.34.1': + resolution: {integrity: sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/types@8.34.0': - resolution: {integrity: sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==} + '@typescript-eslint/types@8.34.1': + resolution: {integrity: sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.34.0': - resolution: {integrity: sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==} + '@typescript-eslint/typescript-estree@8.34.1': + resolution: {integrity: sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/utils@8.34.0': - resolution: {integrity: sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==} + '@typescript-eslint/utils@8.34.1': + resolution: {integrity: sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/visitor-keys@8.34.0': - resolution: {integrity: sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==} + '@typescript-eslint/visitor-keys@8.34.1': + resolution: {integrity: sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.2.0': @@ -2438,8 +2188,8 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.2.2': - resolution: {integrity: sha512-R8NwW+VxyKqVGcMfYsUbdThQyMbtNcoeg+jJeTgMHqWdFdcS0nrODAQXhkplvWzgd7jIJ+GQeydGqFLibsxMxg==} + '@vitest/eslint-plugin@1.2.7': + resolution: {integrity: sha512-7WHcGZo6uXsE4SsSnpGDqKyGrd6NfOMM52WKoHSpTRZLbjMuDyHfA5P7m8yrr73tpqYjsiAdSjSerOnx8uEhpA==} peerDependencies: eslint: '>= 8.57.0' typescript: '>= 5.0.0' @@ -2652,6 +2402,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + agent-base@7.1.3: resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} @@ -3459,11 +3214,6 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.25.2: - resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==} - engines: {node: '>=18'} - hasBin: true - esbuild@0.25.5: resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} engines: {node: '>=18'} @@ -3540,6 +3290,10 @@ packages: resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@8.4.0: + resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3548,8 +3302,12 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.28.0: - resolution: {integrity: sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==} + eslint-visitor-keys@4.2.1: + resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.29.0: + resolution: {integrity: sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -3562,6 +3320,10 @@ packages: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@10.4.0: + resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3659,14 +3421,6 @@ packages: fd-slicer@1.1.0: resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} - fdir@6.4.2: - resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} - peerDependencies: - picomatch: ^3 || ^4 - peerDependenciesMeta: - picomatch: - optional: true - fdir@6.4.6: resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} peerDependencies: @@ -4734,8 +4488,8 @@ packages: pkg-types@1.3.0: resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==} - pkgroll@2.12.2: - resolution: {integrity: sha512-Vl1hJ6jQj6YY9xvhuH8qNVf4qEZng9qC5jfqUKIR4+k5HaGdt6TCXj3lI5uNs+Z3ljtdlwMigi5re1YyDDhVxA==} + pkgroll@2.13.1: + resolution: {integrity: sha512-SO50Oh3ycFUI26n5au3Iq/XhC1x8garmmaIF5m/8f+s8ntUWC9oZONlz0rjT12OSfY3gCkc564t3HWvuClzQNg==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -4905,11 +4659,6 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.39.0: - resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.43.0: resolution: {integrity: sha512-wdN2Kd3Twh8MAEOEJZsuxuLKCsBEo4PVNLK6tQWAn10VhsVewQLzcucMgLolRlhFybGxfclbPeEYBaP6RvUFGg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -5269,8 +5018,8 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - tsx@4.20.2: - resolution: {integrity: sha512-He0ZWr41gLa4vD30Au3yuwpe0HXaCZbclvl8RBieUiJ9aFnPMWUPIyvw3RU8+1Crjfcrauvitae2a4tUzRAGsw==} + tsx@4.20.3: + resolution: {integrity: sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -5304,8 +5053,8 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.34.0: - resolution: {integrity: sha512-MRpfN7uYjTrTGigFCt8sRyNqJFhjN0WwZecldaqhWm+wy0gaRt8Edb/3cuUy0zdq2opJWT6iXINKAtewnDOltQ==} + typescript-eslint@8.34.1: + resolution: {integrity: sha512-XjS+b6Vg9oT1BaIUfkW3M3LvqZE++rbzAMEHuccCfO/YkP43ha6w3jTEMilQxMF92nVOYCcdjv1ZUhAa1D/0ow==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5752,7 +5501,7 @@ snapshots: '@babel/traverse': 7.27.0 '@babel/types': 7.27.0 convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -5772,7 +5521,7 @@ snapshots: '@babel/traverse': 7.27.1 '@babel/types': 7.27.1 convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -6050,7 +5799,7 @@ snapshots: '@babel/parser': 7.27.2 '@babel/template': 7.27.0 '@babel/types': 7.27.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -6062,7 +5811,7 @@ snapshots: '@babel/parser': 7.27.2 '@babel/template': 7.27.2 '@babel/types': 7.27.1 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -6139,18 +5888,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@esbuild/aix-ppc64@0.25.2': - optional: true - '@esbuild/aix-ppc64@0.25.5': optional: true '@esbuild/android-arm64@0.18.20': optional: true - '@esbuild/android-arm64@0.25.2': - optional: true - '@esbuild/android-arm64@0.25.5': optional: true @@ -6163,81 +5906,54 @@ snapshots: '@esbuild/android-arm@0.18.20': optional: true - '@esbuild/android-arm@0.25.2': - optional: true - '@esbuild/android-arm@0.25.5': optional: true '@esbuild/android-x64@0.18.20': optional: true - '@esbuild/android-x64@0.25.2': - optional: true - '@esbuild/android-x64@0.25.5': optional: true '@esbuild/darwin-arm64@0.18.20': optional: true - '@esbuild/darwin-arm64@0.25.2': - optional: true - '@esbuild/darwin-arm64@0.25.5': optional: true '@esbuild/darwin-x64@0.18.20': optional: true - '@esbuild/darwin-x64@0.25.2': - optional: true - '@esbuild/darwin-x64@0.25.5': optional: true '@esbuild/freebsd-arm64@0.18.20': optional: true - '@esbuild/freebsd-arm64@0.25.2': - optional: true - '@esbuild/freebsd-arm64@0.25.5': optional: true '@esbuild/freebsd-x64@0.18.20': optional: true - '@esbuild/freebsd-x64@0.25.2': - optional: true - '@esbuild/freebsd-x64@0.25.5': optional: true '@esbuild/linux-arm64@0.18.20': optional: true - '@esbuild/linux-arm64@0.25.2': - optional: true - '@esbuild/linux-arm64@0.25.5': optional: true '@esbuild/linux-arm@0.18.20': optional: true - '@esbuild/linux-arm@0.25.2': - optional: true - '@esbuild/linux-arm@0.25.5': optional: true '@esbuild/linux-ia32@0.18.20': optional: true - '@esbuild/linux-ia32@0.25.2': - optional: true - '@esbuild/linux-ia32@0.25.5': optional: true @@ -6247,131 +5963,89 @@ snapshots: '@esbuild/linux-loong64@0.18.20': optional: true - '@esbuild/linux-loong64@0.25.2': - optional: true - '@esbuild/linux-loong64@0.25.5': optional: true '@esbuild/linux-mips64el@0.18.20': optional: true - '@esbuild/linux-mips64el@0.25.2': - optional: true - '@esbuild/linux-mips64el@0.25.5': optional: true '@esbuild/linux-ppc64@0.18.20': optional: true - '@esbuild/linux-ppc64@0.25.2': - optional: true - '@esbuild/linux-ppc64@0.25.5': optional: true '@esbuild/linux-riscv64@0.18.20': optional: true - '@esbuild/linux-riscv64@0.25.2': - optional: true - '@esbuild/linux-riscv64@0.25.5': optional: true '@esbuild/linux-s390x@0.18.20': optional: true - '@esbuild/linux-s390x@0.25.2': - optional: true - '@esbuild/linux-s390x@0.25.5': optional: true '@esbuild/linux-x64@0.18.20': optional: true - '@esbuild/linux-x64@0.25.2': - optional: true - '@esbuild/linux-x64@0.25.5': optional: true - '@esbuild/netbsd-arm64@0.25.2': - optional: true - '@esbuild/netbsd-arm64@0.25.5': optional: true '@esbuild/netbsd-x64@0.18.20': optional: true - '@esbuild/netbsd-x64@0.25.2': - optional: true - '@esbuild/netbsd-x64@0.25.5': optional: true - '@esbuild/openbsd-arm64@0.25.2': - optional: true - '@esbuild/openbsd-arm64@0.25.5': optional: true '@esbuild/openbsd-x64@0.18.20': optional: true - '@esbuild/openbsd-x64@0.25.2': - optional: true - '@esbuild/openbsd-x64@0.25.5': optional: true '@esbuild/sunos-x64@0.18.20': optional: true - '@esbuild/sunos-x64@0.25.2': - optional: true - '@esbuild/sunos-x64@0.25.5': optional: true '@esbuild/win32-arm64@0.18.20': optional: true - '@esbuild/win32-arm64@0.25.2': - optional: true - '@esbuild/win32-arm64@0.25.5': optional: true '@esbuild/win32-ia32@0.18.20': optional: true - '@esbuild/win32-ia32@0.25.2': - optional: true - '@esbuild/win32-ia32@0.25.5': optional: true '@esbuild/win32-x64@0.18.20': optional: true - '@esbuild/win32-x64@0.25.2': - optional: true - '@esbuild/win32-x64@0.25.5': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.28.0)': + '@eslint-community/eslint-utils@4.4.1(eslint@9.29.0)': dependencies: - eslint: 9.28.0 + eslint: 9.29.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.7.0(eslint@9.28.0)': + '@eslint-community/eslint-utils@4.7.0(eslint@9.29.0)': dependencies: - eslint: 9.28.0 + eslint: 9.29.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -6379,7 +6053,7 @@ snapshots: '@eslint/config-array@0.20.1': dependencies: '@eslint/object-schema': 2.1.6 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -6397,8 +6071,8 @@ snapshots: '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 - debug: 4.4.0(supports-color@8.1.1) - espree: 10.3.0 + debug: 4.4.1(supports-color@8.1.1) + espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.0 @@ -6408,7 +6082,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.28.0': {} + '@eslint/js@9.29.0': {} '@eslint/object-schema@2.1.6': {} @@ -6559,12 +6233,12 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@22.15.31)(vue@3.5.16(typescript@5.8.2))': + '@nightwatch/vue@3.1.2(@types/node@22.15.32)(vue@3.5.16(typescript@5.8.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.14(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.14(@types/node@22.15.32))(vue@3.5.16(typescript@5.8.2)) get-port: 5.1.1 - vite: 4.5.14(@types/node@22.15.31) + vite: 4.5.14(@types/node@22.15.32) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -6608,189 +6282,121 @@ snapshots: '@rolldown/pluginutils@1.0.0-beta.9': {} - '@rollup/plugin-alias@5.1.1(rollup@4.39.0)': + '@rollup/plugin-alias@5.1.1(rollup@4.43.0)': optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 - '@rollup/plugin-commonjs@28.0.2(rollup@4.39.0)': + '@rollup/plugin-commonjs@28.0.5(rollup@4.43.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.4.2(picomatch@4.0.2) + fdir: 6.4.6(picomatch@4.0.2) is-reference: 1.2.1 magic-string: 0.30.17 picomatch: 4.0.2 optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 - '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.39.0)': + '@rollup/plugin-dynamic-import-vars@2.1.5(rollup@4.43.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) astring: 1.9.0 estree-walker: 2.0.2 fast-glob: 3.3.3 magic-string: 0.30.17 optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 - '@rollup/plugin-inject@5.0.5(rollup@4.39.0)': + '@rollup/plugin-inject@5.0.5(rollup@4.43.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) estree-walker: 2.0.2 magic-string: 0.30.17 optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 - '@rollup/plugin-json@6.1.0(rollup@4.39.0)': + '@rollup/plugin-json@6.1.0(rollup@4.43.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 - '@rollup/plugin-node-resolve@16.0.0(rollup@4.39.0)': + '@rollup/plugin-node-resolve@16.0.1(rollup@4.43.0)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.10 optionalDependencies: - rollup: 4.39.0 - - '@rollup/pluginutils@5.1.4(rollup@4.39.0)': - dependencies: - '@types/estree': 1.0.7 - estree-walker: 2.0.2 - picomatch: 4.0.2 - optionalDependencies: - rollup: 4.39.0 + rollup: 4.43.0 '@rollup/pluginutils@5.1.4(rollup@4.43.0)': dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: rollup: 4.43.0 - '@rollup/rollup-android-arm-eabi@4.39.0': - optional: true - '@rollup/rollup-android-arm-eabi@4.43.0': optional: true - '@rollup/rollup-android-arm64@4.39.0': - optional: true - '@rollup/rollup-android-arm64@4.43.0': optional: true - '@rollup/rollup-darwin-arm64@4.39.0': - optional: true - '@rollup/rollup-darwin-arm64@4.43.0': optional: true - '@rollup/rollup-darwin-x64@4.39.0': - optional: true - '@rollup/rollup-darwin-x64@4.43.0': optional: true - '@rollup/rollup-freebsd-arm64@4.39.0': - optional: true - '@rollup/rollup-freebsd-arm64@4.43.0': optional: true - '@rollup/rollup-freebsd-x64@4.39.0': - optional: true - '@rollup/rollup-freebsd-x64@4.43.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.43.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.39.0': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.43.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.39.0': - optional: true - '@rollup/rollup-linux-arm64-musl@4.43.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.43.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.39.0': - optional: true - '@rollup/rollup-linux-riscv64-musl@4.43.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.43.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.39.0': - optional: true - '@rollup/rollup-linux-x64-gnu@4.43.0': optional: true - '@rollup/rollup-linux-x64-musl@4.39.0': - optional: true - '@rollup/rollup-linux-x64-musl@4.43.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.39.0': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.43.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.39.0': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.43.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.39.0': - optional: true - '@rollup/rollup-win32-x64-msvc@4.43.0': optional: true @@ -6834,7 +6440,7 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@tsconfig/node20@20.1.5': {} + '@tsconfig/node20@20.1.6': {} '@tsconfig/node22@22.0.2': {} @@ -6856,7 +6462,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -6865,11 +6471,11 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 22.15.31 + '@types/node': 22.15.32 '@types/selenium-webdriver': 4.1.28 devtools-protocol: 0.0.1025565 - '@types/node@22.15.31': + '@types/node@22.15.32': dependencies: undici-types: 6.21.0 @@ -6877,7 +6483,7 @@ snapshots: '@types/selenium-webdriver@4.1.28': dependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -6888,22 +6494,22 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 optional: true - '@typescript-eslint/eslint-plugin@8.34.0(@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2))(eslint@9.28.0)(typescript@5.8.2)': + '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2))(eslint@9.29.0)(typescript@5.8.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.34.0 - '@typescript-eslint/type-utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.34.0 - eslint: 9.28.0 + '@typescript-eslint/parser': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/scope-manager': 8.34.1 + '@typescript-eslint/type-utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.34.1 + eslint: 9.29.0 graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 @@ -6912,56 +6518,56 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2)': + '@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2)': dependencies: - '@typescript-eslint/scope-manager': 8.34.0 - '@typescript-eslint/types': 8.34.0 - '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.34.0 - debug: 4.4.0(supports-color@8.1.1) - eslint: 9.28.0 + '@typescript-eslint/scope-manager': 8.34.1 + '@typescript-eslint/types': 8.34.1 + '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) + '@typescript-eslint/visitor-keys': 8.34.1 + debug: 4.4.1(supports-color@8.1.1) + eslint: 9.29.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.34.0(typescript@5.8.2)': + '@typescript-eslint/project-service@8.34.1(typescript@5.8.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.2) - '@typescript-eslint/types': 8.34.0 - debug: 4.4.0(supports-color@8.1.1) + '@typescript-eslint/tsconfig-utils': 8.34.1(typescript@5.8.2) + '@typescript-eslint/types': 8.34.1 + debug: 4.4.1(supports-color@8.1.1) typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.34.0': + '@typescript-eslint/scope-manager@8.34.1': dependencies: - '@typescript-eslint/types': 8.34.0 - '@typescript-eslint/visitor-keys': 8.34.0 + '@typescript-eslint/types': 8.34.1 + '@typescript-eslint/visitor-keys': 8.34.1 - '@typescript-eslint/tsconfig-utils@8.34.0(typescript@5.8.2)': + '@typescript-eslint/tsconfig-utils@8.34.1(typescript@5.8.2)': dependencies: typescript: 5.8.2 - '@typescript-eslint/type-utils@8.34.0(eslint@9.28.0)(typescript@5.8.2)': + '@typescript-eslint/type-utils@8.34.1(eslint@9.29.0)(typescript@5.8.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - debug: 4.4.0(supports-color@8.1.1) - eslint: 9.28.0 + '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + debug: 4.4.1(supports-color@8.1.1) + eslint: 9.29.0 ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.34.0': {} + '@typescript-eslint/types@8.34.1': {} - '@typescript-eslint/typescript-estree@8.34.0(typescript@5.8.2)': + '@typescript-eslint/typescript-estree@8.34.1(typescript@5.8.2)': dependencies: - '@typescript-eslint/project-service': 8.34.0(typescript@5.8.2) - '@typescript-eslint/tsconfig-utils': 8.34.0(typescript@5.8.2) - '@typescript-eslint/types': 8.34.0 - '@typescript-eslint/visitor-keys': 8.34.0 - debug: 4.4.0(supports-color@8.1.1) + '@typescript-eslint/project-service': 8.34.1(typescript@5.8.2) + '@typescript-eslint/tsconfig-utils': 8.34.1(typescript@5.8.2) + '@typescript-eslint/types': 8.34.1 + '@typescript-eslint/visitor-keys': 8.34.1 + debug: 4.4.1(supports-color@8.1.1) fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 @@ -6971,50 +6577,50 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.34.0(eslint@9.28.0)(typescript@5.8.2)': + '@typescript-eslint/utils@8.34.1(eslint@9.29.0)(typescript@5.8.2)': dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.28.0) - '@typescript-eslint/scope-manager': 8.34.0 - '@typescript-eslint/types': 8.34.0 - '@typescript-eslint/typescript-estree': 8.34.0(typescript@5.8.2) - eslint: 9.28.0 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0) + '@typescript-eslint/scope-manager': 8.34.1 + '@typescript-eslint/types': 8.34.1 + '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) + eslint: 9.29.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.34.0': + '@typescript-eslint/visitor-keys@8.34.1': dependencies: - '@typescript-eslint/types': 8.34.0 - eslint-visitor-keys: 4.2.0 + '@typescript-eslint/types': 8.34.1 + eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.14(@types/node@22.15.31))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.14(@types/node@22.15.32))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 4.5.14(@types/node@22.15.31) + vite: 4.5.14(@types/node@22.15.32) vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) - '@vitest/eslint-plugin@1.2.2(eslint@9.28.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0))': + '@vitest/eslint-plugin@1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0))': dependencies: - '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - eslint: 9.28.0 + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + eslint: 9.29.0 optionalDependencies: typescript: 5.8.2 - vitest: 3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0) + vitest: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -7026,13 +6632,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))': + '@vitest/mocker@3.2.3(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.2.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) '@vitest/pretty-format@3.2.3': dependencies: @@ -7213,14 +6819,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.6(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vue/devtools-core@7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite @@ -7239,11 +6845,11 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.2.0(eslint@9.28.0)(prettier@3.5.3)': + '@vue/eslint-config-prettier@10.2.0(eslint@9.29.0)(prettier@3.5.3)': dependencies: - eslint: 9.28.0 - eslint-config-prettier: 10.0.1(eslint@9.28.0) - eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.28.0))(eslint@9.28.0)(prettier@3.5.3) + eslint: 9.29.0 + eslint-config-prettier: 10.0.1(eslint@9.29.0) + eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0))(eslint@9.29.0)(prettier@3.5.3) prettier: 3.5.3 transitivePeerDependencies: - '@types/eslint' @@ -7316,6 +6922,10 @@ snapshots: dependencies: acorn: 8.14.1 + acorn-jsx@5.3.2(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + acorn-walk@8.3.4: dependencies: acorn: 8.14.0 @@ -7324,6 +6934,8 @@ snapshots: acorn@8.14.1: {} + acorn@8.15.0: {} + agent-base@7.1.3: {} aggregate-error@3.1.0: @@ -7860,9 +7472,11 @@ snapshots: optionalDependencies: supports-color: 8.1.1 - debug@4.4.1: + debug@4.4.1(supports-color@8.1.1): dependencies: ms: 2.1.3 + optionalDependencies: + supports-color: 8.1.1 decamelize@4.0.0: {} @@ -8133,34 +7747,6 @@ snapshots: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 - esbuild@0.25.2: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.2 - '@esbuild/android-arm': 0.25.2 - '@esbuild/android-arm64': 0.25.2 - '@esbuild/android-x64': 0.25.2 - '@esbuild/darwin-arm64': 0.25.2 - '@esbuild/darwin-x64': 0.25.2 - '@esbuild/freebsd-arm64': 0.25.2 - '@esbuild/freebsd-x64': 0.25.2 - '@esbuild/linux-arm': 0.25.2 - '@esbuild/linux-arm64': 0.25.2 - '@esbuild/linux-ia32': 0.25.2 - '@esbuild/linux-loong64': 0.25.2 - '@esbuild/linux-mips64el': 0.25.2 - '@esbuild/linux-ppc64': 0.25.2 - '@esbuild/linux-riscv64': 0.25.2 - '@esbuild/linux-s390x': 0.25.2 - '@esbuild/linux-x64': 0.25.2 - '@esbuild/netbsd-arm64': 0.25.2 - '@esbuild/netbsd-x64': 0.25.2 - '@esbuild/openbsd-arm64': 0.25.2 - '@esbuild/openbsd-x64': 0.25.2 - '@esbuild/sunos-x64': 0.25.2 - '@esbuild/win32-arm64': 0.25.2 - '@esbuild/win32-ia32': 0.25.2 - '@esbuild/win32-x64': 0.25.2 - esbuild@0.25.5: optionalDependencies: '@esbuild/aix-ppc64': 0.25.5 @@ -8203,51 +7789,51 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.6.4(eslint@9.28.0): + eslint-compat-utils@0.6.4(eslint@9.29.0): dependencies: - eslint: 9.28.0 + eslint: 9.29.0 semver: 7.7.1 - eslint-config-prettier@10.0.1(eslint@9.28.0): + eslint-config-prettier@10.0.1(eslint@9.29.0): dependencies: - eslint: 9.28.0 + eslint: 9.29.0 - eslint-plugin-cypress@5.1.0(eslint@9.28.0): + eslint-plugin-cypress@5.1.0(eslint@9.29.0): dependencies: - eslint: 9.28.0 + eslint: 9.29.0 globals: 16.2.0 - eslint-plugin-playwright@2.2.0(eslint@9.28.0): + eslint-plugin-playwright@2.2.0(eslint@9.29.0): dependencies: - eslint: 9.28.0 + eslint: 9.29.0 globals: 13.24.0 - eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.28.0))(eslint@9.28.0)(prettier@3.5.3): + eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0))(eslint@9.29.0)(prettier@3.5.3): dependencies: - eslint: 9.28.0 + eslint: 9.29.0 prettier: 3.5.3 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: - eslint-config-prettier: 10.0.1(eslint@9.28.0) + eslint-config-prettier: 10.0.1(eslint@9.29.0) - eslint-plugin-vue@10.2.0(eslint@9.28.0)(vue-eslint-parser@10.1.3(eslint@9.28.0)): + eslint-plugin-vue@10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.28.0) - eslint: 9.28.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.29.0) + eslint: 9.29.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.7.1 - vue-eslint-parser: 10.1.3(eslint@9.28.0) + vue-eslint-parser: 10.1.3(eslint@9.29.0) xml-name-validator: 4.0.0 - eslint-plugin-yml@1.18.0(eslint@9.28.0): + eslint-plugin-yml@1.18.0(eslint@9.29.0): dependencies: debug: 4.4.0(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint: 9.28.0 - eslint-compat-utils: 0.6.4(eslint@9.28.0) + eslint: 9.29.0 + eslint-compat-utils: 0.6.4(eslint@9.29.0) natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: @@ -8258,33 +7844,40 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@8.4.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@4.2.0: {} - eslint@9.28.0: + eslint-visitor-keys@4.2.1: {} + + eslint@9.29.0: dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.28.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.20.1 '@eslint/config-helpers': 0.2.3 '@eslint/core': 0.14.0 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.28.0 + '@eslint/js': 9.29.0 '@eslint/plugin-kit': 0.3.2 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.2 - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -8308,6 +7901,12 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.14.1) eslint-visitor-keys: 4.2.0 + espree@10.4.0: + dependencies: + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint-visitor-keys: 4.2.1 + espree@9.6.1: dependencies: acorn: 8.14.0 @@ -8397,7 +7996,7 @@ snapshots: extract-zip@2.0.1(supports-color@8.1.1): dependencies: - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -8433,10 +8032,6 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.4.2(picomatch@4.0.2): - optionalDependencies: - picomatch: 4.0.2 - fdir@6.4.6(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -8482,7 +8077,7 @@ snapshots: follow-redirects@1.15.9(debug@4.4.1): optionalDependencies: - debug: 4.4.1 + debug: 4.4.1(supports-color@8.1.1) for-each@0.3.3: dependencies: @@ -8593,7 +8188,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -8690,7 +8285,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -8703,7 +8298,7 @@ snapshots: https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -9431,7 +9026,7 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) get-uri: 6.0.4 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -9523,18 +9118,18 @@ snapshots: mlly: 1.7.4 pathe: 1.1.2 - pkgroll@2.12.2(typescript@5.8.2): + pkgroll@2.13.1(typescript@5.8.2): dependencies: - '@rollup/plugin-alias': 5.1.1(rollup@4.39.0) - '@rollup/plugin-commonjs': 28.0.2(rollup@4.39.0) - '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.39.0) - '@rollup/plugin-inject': 5.0.5(rollup@4.39.0) - '@rollup/plugin-json': 6.1.0(rollup@4.39.0) - '@rollup/plugin-node-resolve': 16.0.0(rollup@4.39.0) - '@rollup/pluginutils': 5.1.4(rollup@4.39.0) - esbuild: 0.25.2 + '@rollup/plugin-alias': 5.1.1(rollup@4.43.0) + '@rollup/plugin-commonjs': 28.0.5(rollup@4.43.0) + '@rollup/plugin-dynamic-import-vars': 2.1.5(rollup@4.43.0) + '@rollup/plugin-inject': 5.0.5(rollup@4.43.0) + '@rollup/plugin-json': 6.1.0(rollup@4.43.0) + '@rollup/plugin-node-resolve': 16.0.1(rollup@4.43.0) + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) + esbuild: 0.25.5 magic-string: 0.30.17 - rollup: 4.39.0 + rollup: 4.43.0 rollup-pluginutils: 2.8.2 optionalDependencies: typescript: 5.8.2 @@ -9583,7 +9178,7 @@ snapshots: proxy-agent@6.5.0: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 7.18.3 @@ -9701,32 +9296,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.39.0: - dependencies: - '@types/estree': 1.0.7 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.39.0 - '@rollup/rollup-android-arm64': 4.39.0 - '@rollup/rollup-darwin-arm64': 4.39.0 - '@rollup/rollup-darwin-x64': 4.39.0 - '@rollup/rollup-freebsd-arm64': 4.39.0 - '@rollup/rollup-freebsd-x64': 4.39.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.39.0 - '@rollup/rollup-linux-arm-musleabihf': 4.39.0 - '@rollup/rollup-linux-arm64-gnu': 4.39.0 - '@rollup/rollup-linux-arm64-musl': 4.39.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.39.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0 - '@rollup/rollup-linux-riscv64-gnu': 4.39.0 - '@rollup/rollup-linux-riscv64-musl': 4.39.0 - '@rollup/rollup-linux-s390x-gnu': 4.39.0 - '@rollup/rollup-linux-x64-gnu': 4.39.0 - '@rollup/rollup-linux-x64-musl': 4.39.0 - '@rollup/rollup-win32-arm64-msvc': 4.39.0 - '@rollup/rollup-win32-ia32-msvc': 4.39.0 - '@rollup/rollup-win32-x64-msvc': 4.39.0 - fsevents: 2.3.3 - rollup@4.43.0: dependencies: '@types/estree': 1.0.7 @@ -9899,7 +9468,7 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -9945,7 +9514,7 @@ snapshots: arg: 5.0.2 bluebird: 3.7.2 check-more-types: 2.24.0 - debug: 4.4.1 + debug: 4.4.1(supports-color@8.1.1) execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 @@ -10130,14 +9699,14 @@ snapshots: dependencies: typescript: 5.8.2 - ts-node@10.9.2(@types/node@22.15.31)(typescript@5.8.2): + ts-node@10.9.2(@types/node@22.15.32)(typescript@5.8.2): 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': 22.15.31 + '@types/node': 22.15.32 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -10150,9 +9719,9 @@ snapshots: tslib@2.8.1: {} - tsx@4.20.2: + tsx@4.20.3: dependencies: - esbuild: 0.25.2 + esbuild: 0.25.5 get-tsconfig: 4.8.1 optionalDependencies: fsevents: 2.3.3 @@ -10177,12 +9746,12 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.34.0(eslint@9.28.0)(typescript@5.8.2): + typescript-eslint@8.34.1(eslint@9.29.0)(typescript@5.8.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.34.0(@typescript-eslint/parser@8.34.0(eslint@9.28.0)(typescript@5.8.2))(eslint@9.28.0)(typescript@5.8.2) - '@typescript-eslint/parser': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.0(eslint@9.28.0)(typescript@5.8.2) - eslint: 9.28.0 + '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2))(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + eslint: 9.29.0 typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -10260,17 +9829,17 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) - vite-node@3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): + vite-node@3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): dependencies: cac: 6.7.14 - debug: 4.4.1 + debug: 4.4.1(supports-color@8.1.1) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -10285,18 +9854,18 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.43.0) - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.1(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -10315,23 +9884,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.6(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-core': 7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/devtools-kit': 7.7.6 '@vue/devtools-shared': 7.7.6 execa: 9.6.0 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.10 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) @@ -10342,42 +9911,42 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.14(@types/node@22.15.31): + vite@4.5.14(@types/node@22.15.32): dependencies: esbuild: 0.18.20 postcss: 8.5.5 rollup: 3.29.5 optionalDependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 fsevents: 2.3.3 - vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0): + vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): dependencies: esbuild: 0.25.5 postcss: 8.5.5 rollup: 4.43.0 optionalDependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 fsevents: 2.3.3 - tsx: 4.20.2 + tsx: 4.20.3 yaml: 2.7.0 - vitest@3.2.3(@types/node@22.15.31)(jsdom@26.1.0)(tsx@4.20.2)(yaml@2.7.0): + vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0)) + '@vitest/mocker': 3.2.3(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.2.3 '@vitest/runner': 3.2.3 '@vitest/snapshot': 3.2.3 '@vitest/spy': 3.2.3 '@vitest/utils': 3.2.3 chai: 5.2.0 - debug: 4.4.1 + debug: 4.4.1(supports-color@8.1.1) expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 @@ -10388,11 +9957,11 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.0 tinyrainbow: 2.0.0 - vite: 6.2.7(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) - vite-node: 3.2.3(@types/node@22.15.31)(tsx@4.20.2)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite-node: 3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.31 + '@types/node': 22.15.32 jsdom: 26.1.0 transitivePeerDependencies: - jiti @@ -10412,10 +9981,10 @@ snapshots: vue-component-type-helpers@2.2.0: {} - vue-eslint-parser@10.1.3(eslint@9.28.0): + vue-eslint-parser@10.1.3(eslint@9.29.0): dependencies: debug: 4.4.0(supports-color@8.1.1) - eslint: 9.28.0 + eslint: 9.29.0 eslint-scope: 8.3.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index eead41b9..da5ff523 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -17,11 +17,11 @@ }, "devDependencies": { "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 457426f1..153e1d30 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -15,12 +15,12 @@ "vue": "^3.5.16" }, "devDependencies": { - "@tsconfig/node20": "^20.1.5", - "@types/node": "^22.15.31", + "@tsconfig/node20": "^20.1.6", + "@types/node": "^22.15.32", "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-plugin-vue": "~10.2.0", "espree": "^9.6.1", "npm-run-all2": "^8.0.4", From 44557f8b49d42284d2f27083638b84e136fd696a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:53:07 +0800 Subject: [PATCH 20/22] chore(deps): update vite packages (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/api-before-14.3/package.json | 4 +- .../package.json | 4 +- examples/disable-ts-in-templates/package.json | 2 +- .../disable-type-checked-for-yml/package.json | 4 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 4 +- 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 | 474 +++++++----------- test/fixtures/file-based-routing/package.json | 4 +- test/fixtures/with-older-espree/package.json | 2 +- 19 files changed, 216 insertions(+), 304 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index e21f2659..c0029a3a 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/api-before-14.3/package.json b/examples/api-before-14.3/package.json index b18949f5..72670be2 100644 --- a/examples/api-before-14.3/package.json +++ b/examples/api-before-14.3/package.json @@ -40,8 +40,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/custom-type-checked-rules-on-and-off/package.json b/examples/custom-type-checked-rules-on-and-off/package.json index fdacfb52..0b46265f 100644 --- a/examples/custom-type-checked-rules-on-and-off/package.json +++ b/examples/custom-type-checked-rules-on-and-off/package.json @@ -24,8 +24,8 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-ts-in-templates/package.json b/examples/disable-ts-in-templates/package.json index 34a8e507..8348a4c3 100644 --- a/examples/disable-ts-in-templates/package.json +++ b/examples/disable-ts-in-templates/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/disable-type-checked-for-yml/package.json b/examples/disable-type-checked-for-yml/package.json index 1bd2b84a..1464ff28 100644 --- a/examples/disable-type-checked-for-yml/package.json +++ b/examples/disable-type-checked-for-yml/package.json @@ -41,8 +41,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 66298a64..c5802238 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index f0470de6..c3bee755 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -40,8 +40,8 @@ "prettier": "3.5.3", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 3981d335..e5e7d380 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -31,7 +31,7 @@ "npm-run-all2": "^8.0.4", "start-server-and-test": "^2.0.12", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 7eb05260..d20d022f 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index b404b2c4..90ce2bf5 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index 2ab5116f..79b25cb4 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -32,7 +32,7 @@ "npm-run-all2": "^8.0.4", "ts-node": "^10.9.2", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vite-plugin-nightwatch": "^0.4.6", "vue-tsc": "^2.2.10" } diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index ccdec6ad..c9925acd 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -27,7 +27,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index b251423a..51cc20ff 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -27,7 +27,7 @@ "npm-run-all2": "^8.0.4", "prettier": "3.5.3", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index 433ad3bd..44e8c30b 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index b2afd39b..0a78e3bf 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -25,7 +25,7 @@ "eslint-plugin-vue": "~10.2.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 95c4f532..00b1c590 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -29,7 +29,7 @@ "jsdom": "^26.1.0", "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vitest": "^3.2.3", "vue-tsc": "^2.2.10" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4444d984..a59a1ce4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,7 +69,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -89,8 +89,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -118,10 +118,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -165,11 +165,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -191,7 +191,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -211,11 +211,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -254,8 +254,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -283,10 +283,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -333,11 +333,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -359,7 +359,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -379,8 +379,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -408,10 +408,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -455,11 +455,11 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -481,7 +481,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -510,8 +510,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -553,8 +553,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -596,8 +596,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -654,8 +654,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -703,8 +703,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -723,7 +723,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) @@ -749,8 +749,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -792,8 +792,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -835,8 +835,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -858,7 +858,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) @@ -887,8 +887,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vitest: specifier: ^3.2.3 version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) @@ -913,7 +913,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -936,11 +936,11 @@ importers: specifier: ^0.12.0 version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: - specifier: ^7.7.6 - version: 7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + specifier: ^7.7.7 + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -959,7 +959,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -982,8 +982,8 @@ importers: specifier: ~5.8.2 version: 5.8.2 vite: - specifier: ^6.2.0 - version: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + specifier: ^6.3.5 + version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -1032,10 +1032,6 @@ packages: resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.1': resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} engines: {node: '>=6.9.0'} @@ -1048,22 +1044,12 @@ packages: resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.27.0': - resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.27.1': resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-member-expression-to-functions@7.25.9': - resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.27.1': resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} @@ -1088,10 +1074,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.25.9': - resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -1104,22 +1086,12 @@ packages: resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-replace-supers@7.26.5': - resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.27.1': resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': - resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} - engines: {node: '>=6.9.0'} - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} engines: {node: '>=6.9.0'} @@ -1195,24 +1167,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.25.9': - resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.27.1': resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.0': - resolution: {integrity: sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.1': resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} @@ -2247,20 +2207,9 @@ packages: vue: optional: true - '@vue/babel-helper-vue-transform-on@1.2.5': - resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} - '@vue/babel-helper-vue-transform-on@1.4.0': resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==} - '@vue/babel-plugin-jsx@1.2.5': - resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - '@vue/babel-plugin-jsx@1.4.0': resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==} peerDependencies: @@ -2269,11 +2218,6 @@ packages: '@babel/core': optional: true - '@vue/babel-plugin-resolve-type@1.2.5': - resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@vue/babel-plugin-resolve-type@1.4.0': resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==} peerDependencies: @@ -2312,17 +2256,23 @@ packages: '@vue/devtools-api@7.7.2': resolution: {integrity: sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==} - '@vue/devtools-core@7.7.6': - resolution: {integrity: sha512-ghVX3zjKPtSHu94Xs03giRIeIWlb9M+gvDRVpIZ/cRIxKHdW6HE/sm1PT3rUYS3aV92CazirT93ne+7IOvGUWg==} + '@vue/devtools-core@7.7.7': + resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==} peerDependencies: vue: ^3.0.0 '@vue/devtools-kit@7.7.6': resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==} + '@vue/devtools-kit@7.7.7': + resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==} + '@vue/devtools-shared@7.7.6': resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==} + '@vue/devtools-shared@7.7.7': + resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} + '@vue/eslint-config-prettier@10.2.0': resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==} peerDependencies: @@ -3665,10 +3615,6 @@ packages: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} - html-tags@3.3.1: - resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} - engines: {node: '>=8'} - http-proxy-agent@7.0.2: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} @@ -4898,9 +4844,6 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - svg-tags@1.0.0: - resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -5152,11 +5095,11 @@ packages: vite-plugin-nightwatch@0.4.6: resolution: {integrity: sha512-7mxANgh3KA2c/xGJU35T8z1Xj9akWQ4FuyB1PN3nwinqxqYBAx44sW9Z87a2x6efj5TD4lU0Tbuvvgous6F1+Q==} - vite-plugin-vue-devtools@7.7.6: - resolution: {integrity: sha512-L7nPVM5a7lgit/Z+36iwoqHOaP3wxqVi1UvaDJwGCfblS9Y6vNqf32ILlzJVH9c47aHu90BhDXeZc+rgzHRHcw==} + vite-plugin-vue-devtools@7.7.7: + resolution: {integrity: sha512-d0fIh3wRcgSlr4Vz7bAk4va1MkdqhQgj9ANE/rBhsAjOnRfTLs2ocjFMvSUOsv6SRRXU9G+VM7yMgqDb6yI4iQ==} engines: {node: '>=v14.21.3'} peerDependencies: - vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 + vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 vite-plugin-vue-inspector@5.3.1: resolution: {integrity: sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==} @@ -5231,6 +5174,46 @@ packages: yaml: optional: true + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} + 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@3.2.3: resolution: {integrity: sha512-E6U2ZFXe3N/t4f5BwUaVCKRLHqUpk1CBWeMh78UT4VaTPH/2dyvH6ALl29JTovEPu9dVKr/K/J4PkXgrMbw4Ww==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -5544,10 +5527,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.27.1 - '@babel/helper-annotate-as-pure@7.27.1': dependencies: '@babel/types': 7.27.1 @@ -5568,19 +5547,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.27.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -5594,13 +5560,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-member-expression-to-functions@7.25.9': - dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-member-expression-to-functions@7.27.1': dependencies: '@babel/traverse': 7.27.1 @@ -5640,10 +5599,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.25.9': - dependencies: - '@babel/types': 7.27.1 - '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.27.1 @@ -5652,15 +5607,6 @@ snapshots: '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.27.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -5670,13 +5616,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': - dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: '@babel/traverse': 7.27.1 @@ -5714,61 +5653,40 @@ snapshots: dependencies: '@babel/types': 7.27.1 - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10) + '@babel/core': 7.27.1 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.27.1) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 - - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.1)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typescript@7.27.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.27.1)': dependencies: '@babel/core': 7.27.1 @@ -6593,13 +6511,13 @@ snapshots: '@typescript-eslint/types': 8.34.1 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color @@ -6609,9 +6527,9 @@ snapshots: vite: 4.5.14(@types/node@22.15.32) vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) '@vitest/eslint-plugin@1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0))': @@ -6689,27 +6607,8 @@ snapshots: optionalDependencies: vue: 3.5.16(typescript@5.8.2) - '@vue/babel-helper-vue-transform-on@1.2.5': {} - '@vue/babel-helper-vue-transform-on@1.4.0': {} - '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.10)': - dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 - '@vue/babel-helper-vue-transform-on': 1.2.5 - '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.10) - html-tags: 3.3.1 - svg-tags: 1.0.0 - optionalDependencies: - '@babel/core': 7.26.10 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/helper-module-imports': 7.25.9 @@ -6726,17 +6625,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.10)': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.27.2 - '@vue/compiler-sfc': 3.5.13 - transitivePeerDependencies: - - supports-color - '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.27.1)': dependencies: '@babel/code-frame': 7.26.2 @@ -6819,14 +6707,14 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vue/devtools-core@7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - '@vue/devtools-kit': 7.7.6 - '@vue/devtools-shared': 7.7.6 + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite @@ -6841,10 +6729,24 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.2 + '@vue/devtools-kit@7.7.7': + dependencies: + '@vue/devtools-shared': 7.7.7 + birpc: 2.3.0 + hookable: 5.5.3 + mitt: 3.0.1 + perfect-debounce: 1.0.0 + speakingurl: 14.0.1 + superjson: 2.2.2 + '@vue/devtools-shared@7.7.6': dependencies: rfdc: 1.4.1 + '@vue/devtools-shared@7.7.7': + dependencies: + rfdc: 1.4.1 + '@vue/eslint-config-prettier@10.2.0(eslint@9.29.0)(prettier@3.5.3)': dependencies: eslint: 9.29.0 @@ -8280,8 +8182,6 @@ snapshots: dependencies: whatwg-encoding: 3.1.1 - html-tags@3.3.1: {} - http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 @@ -9593,8 +9493,6 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svg-tags@1.0.0: {} - symbol-tree@3.2.4: {} synckit@0.9.2: @@ -9829,9 +9727,9 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) vite-node@3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): dependencies: @@ -9839,7 +9737,7 @@ snapshots: debug: 4.4.1(supports-color@8.1.1) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9854,7 +9752,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.43.0) @@ -9865,7 +9763,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9884,34 +9782,34 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.6(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.6(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) - '@vue/devtools-kit': 7.7.6 - '@vue/devtools-shared': 7.7.6 + '@vue/devtools-core': 7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 execa: 9.6.0 sirv: 3.0.1 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - '@babel/core': 7.26.10 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) - '@babel/plugin-transform-typescript': 7.27.0(@babel/core@7.26.10) - '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.10) - '@vue/compiler-dom': 3.5.13 + '@babel/core': 7.27.1 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.27.1) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.27.1) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.1) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) + '@vue/compiler-dom': 3.5.16 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -9935,6 +9833,20 @@ snapshots: tsx: 4.20.3 yaml: 2.7.0 + vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): + dependencies: + esbuild: 0.25.5 + fdir: 6.4.6(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.5 + rollup: 4.43.0 + tinyglobby: 0.2.14 + optionalDependencies: + '@types/node': 22.15.32 + fsevents: 2.3.3 + tsx: 4.20.3 + yaml: 2.7.0 + vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0): dependencies: '@types/chai': 5.2.2 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index da5ff523..aa5f72cb 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -26,8 +26,8 @@ "npm-run-all2": "^8.0.4", "typescript": "~5.8.2", "unplugin-vue-router": "^0.12.0", - "vite": "^6.2.0", - "vite-plugin-vue-devtools": "^7.7.6", + "vite": "^6.3.5", + "vite-plugin-vue-devtools": "^7.7.7", "vue-tsc": "^2.2.10" } } diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 153e1d30..8f3ca1da 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": "^8.0.4", "typescript": "~5.8.2", - "vite": "^6.2.0", + "vite": "^6.3.5", "vue-tsc": "^2.2.10" } } From cd0ca0d3915ca7fb2aba2df7d3b2ac092a73666a Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 17 Jun 2025 18:23:20 +0800 Subject: [PATCH 21/22] fix: ensure there's only one instance of plugin-vue in the config (#184) Fixes #161 --- pnpm-lock.yaml | 516 +++++++++++------- renovate.json | 3 +- src/utilities.ts | 40 +- .../redefine-plugin-vue/.editorconfig | 9 + .../redefine-plugin-vue/.gitattributes | 1 + test/fixtures/redefine-plugin-vue/.gitignore | 30 + .../.vscode/extensions.json | 7 + test/fixtures/redefine-plugin-vue/README.md | 39 ++ test/fixtures/redefine-plugin-vue/env.d.ts | 1 + .../redefine-plugin-vue/eslint.config.ts | 20 + test/fixtures/redefine-plugin-vue/index.html | 13 + .../fixtures/redefine-plugin-vue/package.json | 32 ++ .../redefine-plugin-vue/public/favicon.ico | Bin 0 -> 4286 bytes test/fixtures/redefine-plugin-vue/src/App.vue | 47 ++ .../redefine-plugin-vue/src/assets/base.css | 86 +++ .../redefine-plugin-vue/src/assets/logo.svg | 1 + .../redefine-plugin-vue/src/assets/main.css | 35 ++ .../src/components/HelloWorld.vue | 41 ++ .../src/components/TheWelcome.vue | 94 ++++ .../src/components/WelcomeItem.vue | 87 +++ .../src/components/icons/IconCommunity.vue | 7 + .../components/icons/IconDocumentation.vue | 7 + .../src/components/icons/IconEcosystem.vue | 7 + .../src/components/icons/IconSupport.vue | 7 + .../src/components/icons/IconTooling.vue | 19 + test/fixtures/redefine-plugin-vue/src/main.ts | 6 + .../redefine-plugin-vue/tsconfig.app.json | 12 + .../redefine-plugin-vue/tsconfig.json | 11 + .../redefine-plugin-vue/tsconfig.node.json | 19 + .../redefine-plugin-vue/vite.config.ts | 18 + test/index.spec.ts | 7 + 31 files changed, 1032 insertions(+), 190 deletions(-) create mode 100644 test/fixtures/redefine-plugin-vue/.editorconfig create mode 100644 test/fixtures/redefine-plugin-vue/.gitattributes create mode 100644 test/fixtures/redefine-plugin-vue/.gitignore create mode 100644 test/fixtures/redefine-plugin-vue/.vscode/extensions.json create mode 100644 test/fixtures/redefine-plugin-vue/README.md create mode 100644 test/fixtures/redefine-plugin-vue/env.d.ts create mode 100644 test/fixtures/redefine-plugin-vue/eslint.config.ts create mode 100644 test/fixtures/redefine-plugin-vue/index.html create mode 100644 test/fixtures/redefine-plugin-vue/package.json create mode 100644 test/fixtures/redefine-plugin-vue/public/favicon.ico create mode 100644 test/fixtures/redefine-plugin-vue/src/App.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/assets/base.css create mode 100644 test/fixtures/redefine-plugin-vue/src/assets/logo.svg create mode 100644 test/fixtures/redefine-plugin-vue/src/assets/main.css create mode 100644 test/fixtures/redefine-plugin-vue/src/components/HelloWorld.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/TheWelcome.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/WelcomeItem.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/icons/IconCommunity.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/icons/IconDocumentation.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/icons/IconEcosystem.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/icons/IconSupport.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/components/icons/IconTooling.vue create mode 100644 test/fixtures/redefine-plugin-vue/src/main.ts create mode 100644 test/fixtures/redefine-plugin-vue/tsconfig.app.json create mode 100644 test/fixtures/redefine-plugin-vue/tsconfig.json create mode 100644 test/fixtures/redefine-plugin-vue/tsconfig.node.json create mode 100644 test/fixtures/redefine-plugin-vue/vite.config.ts diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a59a1ce4..60b1a948 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,16 +10,16 @@ importers: dependencies: '@typescript-eslint/utils': specifier: ^8.34.1 - version: 8.34.1(eslint@9.29.0)(typescript@5.8.2) + version: 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) fast-glob: specifier: ^3.3.3 version: 3.3.3 typescript-eslint: specifier: ^8.34.1 - version: 8.34.1(eslint@9.29.0)(typescript@5.8.2) + version: 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) vue-eslint-parser: specifier: ^10.1.3 - version: 10.1.3(eslint@9.29.0) + version: 10.1.3(eslint@9.29.0(jiti@2.4.2)) devDependencies: '@tsconfig/node20': specifier: ^20.1.6 @@ -29,10 +29,10 @@ importers: version: 22.15.32 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) execa: specifier: ^9.6.0 version: 9.6.0 @@ -50,7 +50,7 @@ importers: version: 5.8.2 vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue: specifier: ^3.5.16 version: 3.5.16(typescript@5.8.2) @@ -69,7 +69,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -78,10 +78,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -90,7 +90,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -118,16 +118,16 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 - version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) + version: 1.2.7(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -142,13 +142,13 @@ importers: version: 14.4.1 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.29.0) + version: 5.1.0(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -166,13 +166,13 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.7 - version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -191,7 +191,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:^ version: link:../.. @@ -200,10 +200,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -212,10 +212,10 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.7 - version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -234,7 +234,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -243,10 +243,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -255,7 +255,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -283,16 +283,16 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 - version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) + version: 1.2.7(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -307,16 +307,16 @@ importers: version: 14.4.1 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.29.0) + version: 5.1.0(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) eslint-plugin-yml: specifier: ^1.18.0 - version: 1.18.0(eslint@9.29.0) + version: 1.18.0(eslint@9.29.0(jiti@2.4.2)) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -334,13 +334,13 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.7 - version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -359,7 +359,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -368,10 +368,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -380,7 +380,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -408,16 +408,16 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 - version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) + version: 1.2.7(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -432,13 +432,13 @@ importers: version: 14.4.1 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.29.0) + version: 5.1.0(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -456,13 +456,13 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.7 - version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -481,7 +481,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -493,13 +493,13 @@ importers: version: 14.4.1 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-cypress: specifier: ^5.1.0 - version: 5.1.0(eslint@9.29.0) + version: 5.1.0(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -511,7 +511,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -530,10 +530,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -542,10 +542,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -554,7 +554,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -573,10 +573,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -585,10 +585,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -597,7 +597,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -619,7 +619,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -634,10 +634,10 @@ importers: version: 137.0.3 eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) geckodriver: specifier: ^5.0.0 version: 5.0.0(bare-buffer@3.0.1) @@ -655,7 +655,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -680,7 +680,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -689,13 +689,13 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-playwright: specifier: ^2.2.0 - version: 2.2.0(eslint@9.29.0) + version: 2.2.0(eslint@9.29.0(jiti@2.4.2)) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -704,7 +704,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -723,10 +723,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-prettier': specifier: ^10.2.0 - version: 10.2.0(eslint@9.29.0)(prettier@3.5.3) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -735,10 +735,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -750,7 +750,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -769,10 +769,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -781,10 +781,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -793,7 +793,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -812,10 +812,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.2.0 - version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -824,10 +824,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -836,7 +836,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -858,10 +858,10 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vitest/eslint-plugin': specifier: ^1.2.7 - version: 1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) + version: 1.2.7(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -873,10 +873,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -888,10 +888,10 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vitest: specifier: ^3.2.3 - version: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + version: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -913,7 +913,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -922,10 +922,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) npm-run-all2: specifier: ^8.0.4 version: 8.0.4 @@ -937,14 +937,60 @@ importers: version: 0.12.0(vue-router@4.5.1(vue@3.5.16(typescript@5.8.2)))(vue@3.5.16(typescript@5.8.2)) vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.7 - version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) + test/fixtures/redefine-plugin-vue: + dependencies: + vue: + specifier: ^3.5.13 + version: 3.5.16(typescript@5.8.2) + devDependencies: + '@tsconfig/node22': + specifier: ^22.0.1 + version: 22.0.2 + '@types/node': + specifier: ^22.14.0 + version: 22.15.32 + '@vitejs/plugin-vue': + specifier: ^5.2.3 + version: 5.2.4(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/eslint-config-typescript': + specifier: workspace:* + version: link:../../.. + '@vue/tsconfig': + specifier: ^0.7.0 + version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) + eslint: + specifier: ^9.22.0 + version: 9.29.0(jiti@2.4.2) + eslint-plugin-vue: + specifier: ~10.0.0 + version: 10.0.1(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) + jiti: + specifier: ^2.4.2 + version: 2.4.2 + npm-run-all2: + specifier: ^8.0.4 + version: 8.0.4 + typescript: + specifier: ~5.8.0 + version: 5.8.2 + vite: + specifier: ^6.2.4 + version: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-vue-devtools: + specifier: ^7.7.2 + version: 7.7.7(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + vue-tsc: + specifier: ^2.2.8 + version: 2.2.10(typescript@5.8.2) + test/fixtures/with-older-espree: dependencies: vue: @@ -959,7 +1005,7 @@ importers: version: 22.15.32 '@vitejs/plugin-vue': specifier: ^5.2.4 - version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + version: 5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -968,10 +1014,10 @@ importers: version: 0.7.0(typescript@5.8.2)(vue@3.5.16(typescript@5.8.2)) eslint: specifier: ^9.29.0 - version: 9.29.0 + version: 9.29.0(jiti@2.4.2) eslint-plugin-vue: specifier: ~10.2.0 - version: 10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)) + version: 10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))) espree: specifier: ^9.6.1 version: 9.6.1 @@ -983,7 +1029,7 @@ importers: version: 5.8.2 vite: specifier: ^6.3.5 - version: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + version: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue-tsc: specifier: ^2.2.10 version: 2.2.10(typescript@5.8.2) @@ -3223,6 +3269,13 @@ packages: eslint-config-prettier: optional: true + eslint-plugin-vue@10.0.1: + resolution: {integrity: sha512-A5dRYc3eQ5i2rJFBW8J6F69ur/H7YfYg+5SCg6v829FU0BhM4fUTrRVR2d4MdZgzw0ioJEk6otYHEAnoGFqO4A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + vue-eslint-parser: ^10.0.0 + eslint-plugin-vue@10.2.0: resolution: {integrity: sha512-tl9s+KN3z0hN2b8fV2xSs5ytGl7Esk1oSCxULLwFcdaElhZ8btYYZFrWxvh4En+czrSDtuLCeCOGa8HhEZuBdQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3885,6 +3938,10 @@ packages: engines: {node: '>=10'} hasBin: true + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + hasBin: true + joi@17.13.3: resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==} @@ -5956,14 +6013,14 @@ snapshots: '@esbuild/win32-x64@0.25.5': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.29.0)': + '@eslint-community/eslint-utils@4.4.1(eslint@9.29.0(jiti@2.4.2))': dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.7.0(eslint@9.29.0)': + '@eslint-community/eslint-utils@4.7.0(eslint@9.29.0(jiti@2.4.2))': dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -6419,15 +6476,15 @@ snapshots: '@types/node': 22.15.32 optional: true - '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2))(eslint@9.29.0)(typescript@5.8.2)': + '@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) '@typescript-eslint/scope-manager': 8.34.1 - '@typescript-eslint/type-utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/type-utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) '@typescript-eslint/visitor-keys': 8.34.1 - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 @@ -6436,14 +6493,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2)': + '@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)': dependencies: '@typescript-eslint/scope-manager': 8.34.1 '@typescript-eslint/types': 8.34.1 '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) '@typescript-eslint/visitor-keys': 8.34.1 debug: 4.4.1(supports-color@8.1.1) - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -6466,12 +6523,12 @@ snapshots: dependencies: typescript: 5.8.2 - '@typescript-eslint/type-utils@8.34.1(eslint@9.29.0)(typescript@5.8.2)': + '@typescript-eslint/type-utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)': dependencies: '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) debug: 4.4.1(supports-color@8.1.1) - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: @@ -6495,13 +6552,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.34.1(eslint@9.29.0)(typescript@5.8.2)': + '@typescript-eslint/utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)': dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2)) '@typescript-eslint/scope-manager': 8.34.1 '@typescript-eslint/types': 8.34.1 '@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.2) - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -6511,13 +6568,13 @@ snapshots: '@typescript-eslint/types': 8.34.1 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@babel/core': 7.27.1 '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) '@rolldown/pluginutils': 1.0.0-beta.9 '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - supports-color @@ -6527,18 +6584,23 @@ snapshots: vite: 4.5.14(@types/node@22.15.32) vue: 3.5.16(typescript@5.8.2) - '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vitejs/plugin-vue@5.2.4(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + dependencies: + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + vue: 3.5.16(typescript@5.8.2) + + '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) vue: 3.5.16(typescript@5.8.2) - '@vitest/eslint-plugin@1.2.7(eslint@9.29.0)(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0))': + '@vitest/eslint-plugin@1.2.7(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2)(vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0))': dependencies: - '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) - eslint: 9.29.0 + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) + eslint: 9.29.0(jiti@2.4.2) optionalDependencies: typescript: 5.8.2 - vitest: 3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) + vitest: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -6550,13 +6612,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))': + '@vitest/mocker@3.2.3(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))': dependencies: '@vitest/spy': 3.2.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) '@vitest/pretty-format@3.2.3': dependencies: @@ -6707,14 +6769,26 @@ snapshots: dependencies: '@vue/devtools-kit': 7.7.6 - '@vue/devtools-core@7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + '@vue/devtools-core@7.7.7(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': + dependencies: + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 + mitt: 3.0.1 + nanoid: 5.1.5 + pathe: 2.0.3 + vite-hot-client: 2.0.4(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) + vue: 3.5.16(typescript@5.8.2) + transitivePeerDependencies: + - vite + + '@vue/devtools-core@7.7.7(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2))': dependencies: '@vue/devtools-kit': 7.7.7 '@vue/devtools-shared': 7.7.7 mitt: 3.0.1 nanoid: 5.1.5 pathe: 2.0.3 - vite-hot-client: 2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite-hot-client: 2.0.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) vue: 3.5.16(typescript@5.8.2) transitivePeerDependencies: - vite @@ -6747,11 +6821,11 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/eslint-config-prettier@10.2.0(eslint@9.29.0)(prettier@3.5.3)': + '@vue/eslint-config-prettier@10.2.0(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3)': dependencies: - eslint: 9.29.0 - eslint-config-prettier: 10.0.1(eslint@9.29.0) - eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0))(eslint@9.29.0)(prettier@3.5.3) + eslint: 9.29.0(jiti@2.4.2) + eslint-config-prettier: 10.0.1(eslint@9.29.0(jiti@2.4.2)) + eslint-plugin-prettier: 5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0(jiti@2.4.2)))(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3) prettier: 3.5.3 transitivePeerDependencies: - '@types/eslint' @@ -7691,51 +7765,62 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.6.4(eslint@9.29.0): + eslint-compat-utils@0.6.4(eslint@9.29.0(jiti@2.4.2)): dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) semver: 7.7.1 - eslint-config-prettier@10.0.1(eslint@9.29.0): + eslint-config-prettier@10.0.1(eslint@9.29.0(jiti@2.4.2)): dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) - eslint-plugin-cypress@5.1.0(eslint@9.29.0): + eslint-plugin-cypress@5.1.0(eslint@9.29.0(jiti@2.4.2)): dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) globals: 16.2.0 - eslint-plugin-playwright@2.2.0(eslint@9.29.0): + eslint-plugin-playwright@2.2.0(eslint@9.29.0(jiti@2.4.2)): dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) globals: 13.24.0 - eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0))(eslint@9.29.0)(prettier@3.5.3): + eslint-plugin-prettier@5.2.3(eslint-config-prettier@10.0.1(eslint@9.29.0(jiti@2.4.2)))(eslint@9.29.0(jiti@2.4.2))(prettier@3.5.3): dependencies: - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) prettier: 3.5.3 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: - eslint-config-prettier: 10.0.1(eslint@9.29.0) + eslint-config-prettier: 10.0.1(eslint@9.29.0(jiti@2.4.2)) + + eslint-plugin-vue@10.0.1(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))): + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2)) + eslint: 9.29.0(jiti@2.4.2) + natural-compare: 1.4.0 + nth-check: 2.1.1 + postcss-selector-parser: 6.1.2 + semver: 7.7.1 + vue-eslint-parser: 10.1.3(eslint@9.29.0(jiti@2.4.2)) + xml-name-validator: 4.0.0 - eslint-plugin-vue@10.2.0(eslint@9.29.0)(vue-eslint-parser@10.1.3(eslint@9.29.0)): + eslint-plugin-vue@10.2.0(eslint@9.29.0(jiti@2.4.2))(vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2))): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.29.0) - eslint: 9.29.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.29.0(jiti@2.4.2)) + eslint: 9.29.0(jiti@2.4.2) natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.7.1 - vue-eslint-parser: 10.1.3(eslint@9.29.0) + vue-eslint-parser: 10.1.3(eslint@9.29.0(jiti@2.4.2)) xml-name-validator: 4.0.0 - eslint-plugin-yml@1.18.0(eslint@9.29.0): + eslint-plugin-yml@1.18.0(eslint@9.29.0(jiti@2.4.2)): dependencies: debug: 4.4.0(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint: 9.29.0 - eslint-compat-utils: 0.6.4(eslint@9.29.0) + eslint: 9.29.0(jiti@2.4.2) + eslint-compat-utils: 0.6.4(eslint@9.29.0(jiti@2.4.2)) natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: @@ -7757,9 +7842,9 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.29.0: + eslint@9.29.0(jiti@2.4.2): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.20.1 '@eslint/config-helpers': 0.2.3 @@ -7794,6 +7879,8 @@ snapshots: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 + optionalDependencies: + jiti: 2.4.2 transitivePeerDependencies: - supports-color @@ -8416,6 +8503,8 @@ snapshots: filelist: 1.0.4 minimatch: 3.1.2 + jiti@2.4.2: {} + joi@17.13.3: dependencies: '@hapi/hoek': 9.3.0 @@ -9644,12 +9733,12 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.34.1(eslint@9.29.0)(typescript@5.8.2): + typescript-eslint@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0)(typescript@5.8.2))(eslint@9.29.0)(typescript@5.8.2) - '@typescript-eslint/parser': 8.34.1(eslint@9.29.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.34.1(eslint@9.29.0)(typescript@5.8.2) - eslint: 9.29.0 + '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) + '@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) + '@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.2) + eslint: 9.29.0(jiti@2.4.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -9727,17 +9816,21 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@2.0.4(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-hot-client@2.0.4(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): + dependencies: + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + + vite-hot-client@2.0.4(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): dependencies: - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) - vite-node@3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): + vite-node@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0): dependencies: cac: 6.7.14 debug: 4.4.1(supports-color@8.1.1) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -9752,7 +9845,23 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): + dependencies: + '@antfu/utils': 0.7.10 + '@rollup/pluginutils': 5.1.4(rollup@4.43.0) + debug: 4.4.1(supports-color@8.1.1) + error-stack-parser-es: 0.1.5 + fs-extra: 11.2.0 + open: 10.1.0 + perfect-debounce: 1.0.0 + picocolors: 1.1.1 + sirv: 3.0.1 + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + transitivePeerDependencies: + - rollup + - supports-color + + vite-plugin-inspect@0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.43.0) @@ -9763,7 +9872,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.1 - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -9782,23 +9891,54 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + vite-plugin-vue-devtools@7.7.7(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): dependencies: - '@vue/devtools-core': 7.7.7(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-core': 7.7.7(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) '@vue/devtools-kit': 7.7.7 '@vue/devtools-shared': 7.7.7 execa: 9.6.0 sirv: 3.0.1 - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)): + vite-plugin-vue-devtools@7.7.7(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)): + dependencies: + '@vue/devtools-core': 7.7.7(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0))(vue@3.5.16(typescript@5.8.2)) + '@vue/devtools-kit': 7.7.7 + '@vue/devtools-shared': 7.7.7 + execa: 9.6.0 + sirv: 3.0.1 + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.43.0)(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) + transitivePeerDependencies: + - '@nuxt/kit' + - rollup + - supports-color + - vue + + vite-plugin-vue-inspector@5.3.1(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): + dependencies: + '@babel/core': 7.27.1 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.27.1) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.27.1) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.1) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.1) + '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.1) + '@vue/compiler-dom': 3.5.16 + kolorist: 1.8.0 + magic-string: 0.30.17 + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + transitivePeerDependencies: + - supports-color + + vite-plugin-vue-inspector@5.3.1(vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)): dependencies: '@babel/core': 7.27.1 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.27.1) @@ -9809,7 +9949,7 @@ snapshots: '@vue/compiler-dom': 3.5.16 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) transitivePeerDependencies: - supports-color @@ -9822,7 +9962,7 @@ snapshots: '@types/node': 22.15.32 fsevents: 2.3.3 - vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): + vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0): dependencies: esbuild: 0.25.5 postcss: 8.5.5 @@ -9830,10 +9970,11 @@ snapshots: optionalDependencies: '@types/node': 22.15.32 fsevents: 2.3.3 + jiti: 2.4.2 tsx: 4.20.3 yaml: 2.7.0 - vite@6.3.5(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0): + vite@6.3.5(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0): dependencies: esbuild: 0.25.5 fdir: 6.4.6(picomatch@4.0.2) @@ -9844,14 +9985,15 @@ snapshots: optionalDependencies: '@types/node': 22.15.32 fsevents: 2.3.3 + jiti: 2.4.2 tsx: 4.20.3 yaml: 2.7.0 - vitest@3.2.3(@types/node@22.15.32)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0): + vitest@3.2.3(@types/node@22.15.32)(jiti@2.4.2)(jsdom@26.1.0)(tsx@4.20.3)(yaml@2.7.0): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0)) + '@vitest/mocker': 3.2.3(vite@6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0)) '@vitest/pretty-format': 3.2.3 '@vitest/runner': 3.2.3 '@vitest/snapshot': 3.2.3 @@ -9869,8 +10011,8 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.0 tinyrainbow: 2.0.0 - vite: 6.2.7(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) - vite-node: 3.2.3(@types/node@22.15.32)(tsx@4.20.3)(yaml@2.7.0) + vite: 6.2.7(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) + vite-node: 3.2.3(@types/node@22.15.32)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.15.32 @@ -9893,10 +10035,10 @@ snapshots: vue-component-type-helpers@2.2.0: {} - vue-eslint-parser@10.1.3(eslint@9.29.0): + vue-eslint-parser@10.1.3(eslint@9.29.0(jiti@2.4.2)): dependencies: debug: 4.4.0(supports-color@8.1.1) - eslint: 9.29.0 + eslint: 9.29.0(jiti@2.4.2) eslint-scope: 8.3.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 diff --git a/renovate.json b/renovate.json index 2990a944..ea9a1a12 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,8 @@ "schedule:monthly" ], "ignorePaths": [ - "**/node_modules/**" + "**/node_modules/**", + "test/fixtures/redefine-plugin-vue" ], "ignoreDeps": ["espree"] } diff --git a/src/utilities.ts b/src/utilities.ts index 0caa7e54..e8e54fed 100644 --- a/src/utilities.ts +++ b/src/utilities.ts @@ -1,6 +1,7 @@ import process from 'node:process' import tseslint from 'typescript-eslint' import type { TSESLint } from '@typescript-eslint/utils' +import pluginVue from 'eslint-plugin-vue' import { TsEslintConfigForVue } from './configs' import groupVueFiles from './groupVueFiles' @@ -78,9 +79,10 @@ export function defineConfigWithVueTs( return pipe( configs, flattenConfigs, + deduplicateVuePlugin, insertAndReorderConfigs, resolveVueTsConfigs, - tseslint.config, // this might not be necessary, but it doesn't hurt to keep it + tseslint.config, // this might not be necessary, but it doesn't hurt to keep it ) } @@ -191,7 +193,10 @@ function insertAndReorderConfigs(configs: RawConfigItem[]): RawConfigItem[] { return [ ...configsWithoutTypeAwareRules.slice(0, lastExtendedConfigIndex + 1), - ...createBasicSetupConfigs(projectOptions.tsSyntaxInTemplates, projectOptions.scriptLangs), + ...createBasicSetupConfigs( + projectOptions.tsSyntaxInTemplates, + projectOptions.scriptLangs, + ), // user-turned-off type-aware rules must come after the last extended config // in case some rules re-enabled by the extended config @@ -248,3 +253,34 @@ const rulesRequiringTypeInformation = new Set( function doesRuleRequireTypeInformation(ruleName: string): boolean { return rulesRequiringTypeInformation.has(ruleName) } + +function deduplicateVuePlugin(configs: RawConfigItem[]): RawConfigItem[] { + return configs.map(config => { + if (config instanceof TsEslintConfigForVue || !config.plugins?.vue) { + return config + } + + const currentVuePlugin = config.plugins.vue + if (currentVuePlugin !== pluginVue) { + const currentVersion: string = currentVuePlugin.meta?.version || 'unknown' + const expectedVersion: string = pluginVue.meta?.version || 'unknown' + + const configName: string = config.name || 'unknown config' + + console.warn( + `Warning: Multiple instances of eslint-plugin-vue detected in ${configName}. ` + + `Replacing version ${currentVersion} with version ${expectedVersion}.`, + ) + + return { + ...config, + plugins: { + ...config.plugins, + vue: pluginVue, + }, + } + } + + return config + }) +} diff --git a/test/fixtures/redefine-plugin-vue/.editorconfig b/test/fixtures/redefine-plugin-vue/.editorconfig new file mode 100644 index 00000000..5a5809db --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/.editorconfig @@ -0,0 +1,9 @@ +[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +end_of_line = lf +max_line_length = 100 diff --git a/test/fixtures/redefine-plugin-vue/.gitattributes b/test/fixtures/redefine-plugin-vue/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/test/fixtures/redefine-plugin-vue/.gitignore b/test/fixtures/redefine-plugin-vue/.gitignore new file mode 100644 index 00000000..8ee54e8d --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo diff --git a/test/fixtures/redefine-plugin-vue/.vscode/extensions.json b/test/fixtures/redefine-plugin-vue/.vscode/extensions.json new file mode 100644 index 00000000..5efa012a --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "Vue.volar", + "dbaeumer.vscode-eslint", + "EditorConfig.EditorConfig" + ] +} diff --git a/test/fixtures/redefine-plugin-vue/README.md b/test/fixtures/redefine-plugin-vue/README.md new file mode 100644 index 00000000..f9587a82 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/README.md @@ -0,0 +1,39 @@ +# redefine-plugin-vue + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). + +## Type Support for `.vue` Imports in TS + +TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. + +## Customize configuration + +See [Vite Configuration Reference](https://vite.dev/config/). + +## Project Setup + +```sh +pnpm install +``` + +### Compile and Hot-Reload for Development + +```sh +pnpm dev +``` + +### Type-Check, Compile and Minify for Production + +```sh +pnpm build +``` + +### Lint with [ESLint](https://eslint.org/) + +```sh +pnpm lint +``` diff --git a/test/fixtures/redefine-plugin-vue/env.d.ts b/test/fixtures/redefine-plugin-vue/env.d.ts new file mode 100644 index 00000000..11f02fe2 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/env.d.ts @@ -0,0 +1 @@ +/// diff --git a/test/fixtures/redefine-plugin-vue/eslint.config.ts b/test/fixtures/redefine-plugin-vue/eslint.config.ts new file mode 100644 index 00000000..edb1bbb7 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/eslint.config.ts @@ -0,0 +1,20 @@ +import { globalIgnores } from 'eslint/config' +import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript' +import pluginVue from 'eslint-plugin-vue' + +// To allow more languages other than `ts` in `.vue` files, uncomment the following lines: +// import { configureVueProject } from '@vue/eslint-config-typescript' +// configureVueProject({ scriptLangs: ['ts', 'tsx'] }) +// More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup + +export default defineConfigWithVueTs( + { + name: 'app/files-to-lint', + files: ['**/*.{ts,mts,tsx,vue}'], + }, + + globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']), + + pluginVue.configs['flat/essential'], + vueTsConfigs.recommended, +) diff --git a/test/fixtures/redefine-plugin-vue/index.html b/test/fixtures/redefine-plugin-vue/index.html new file mode 100644 index 00000000..9e5fc8f0 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/index.html @@ -0,0 +1,13 @@ + + + + + + + Vite App + + +
+ + + diff --git a/test/fixtures/redefine-plugin-vue/package.json b/test/fixtures/redefine-plugin-vue/package.json new file mode 100644 index 00000000..edafda91 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/package.json @@ -0,0 +1,32 @@ +{ + "name": "redefine-plugin-vue", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "run-p type-check \"build-only {@}\" --", + "preview": "vite preview", + "build-only": "vite build", + "type-check": "vue-tsc --build", + "lint": "eslint . --fix" + }, + "dependencies": { + "vue": "^3.5.13" + }, + "devDependencies": { + "@tsconfig/node22": "^22.0.1", + "@types/node": "^22.14.0", + "@vitejs/plugin-vue": "^5.2.3", + "@vue/eslint-config-typescript": "workspace:*", + "@vue/tsconfig": "^0.7.0", + "eslint": "^9.22.0", + "eslint-plugin-vue": "~10.0.0", + "jiti": "^2.4.2", + "npm-run-all2": "^8.0.4", + "typescript": "~5.8.0", + "vite": "^6.2.4", + "vite-plugin-vue-devtools": "^7.7.2", + "vue-tsc": "^2.2.8" + } +} diff --git a/test/fixtures/redefine-plugin-vue/public/favicon.ico b/test/fixtures/redefine-plugin-vue/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2 GIT binary patch literal 4286 zcmds*O-Phc6o&64GDVCEQHxsW(p4>LW*W<827=Unuo8sGpRux(DN@jWP-e29Wl%wj zY84_aq9}^Am9-cWTD5GGEo#+5Fi2wX_P*bo+xO!)p*7B;iKlbFd(U~_d(U?#hLj56 zPhFkj-|A6~Qk#@g^#D^U0XT1cu=c-vu1+SElX9NR;kzAUV(q0|dl0|%h|dI$%VICy zJnu2^L*Te9JrJMGh%-P79CL0}dq92RGU6gI{v2~|)p}sG5x0U*z<8U;Ij*hB9z?ei z@g6Xq-pDoPl=MANPiR7%172VA%r)kevtV-_5H*QJKFmd;8yA$98zCxBZYXTNZ#QFk2(TX0;Y2dt&WitL#$96|gJY=3xX zpCoi|YNzgO3R`f@IiEeSmKrPSf#h#Qd<$%Ej^RIeeYfsxhPMOG`S`Pz8q``=511zm zAm)MX5AV^5xIWPyEu7u>qYs?pn$I4nL9J!=K=SGlKLXpE<5x+2cDTXq?brj?n6sp= zphe9;_JHf40^9~}9i08r{XM$7HB!`{Ys~TK0kx<}ZQng`UPvH*11|q7&l9?@FQz;8 zx!=3<4seY*%=OlbCbcae?5^V_}*K>Uo6ZWV8mTyE^B=DKy7-sdLYkR5Z?paTgK-zyIkKjIcpyO z{+uIt&YSa_$QnN_@t~L014dyK(fOOo+W*MIxbA6Ndgr=Y!f#Tokqv}n<7-9qfHkc3 z=>a|HWqcX8fzQCT=dqVbogRq!-S>H%yA{1w#2Pn;=e>JiEj7Hl;zdt-2f+j2%DeVD zsW0Ab)ZK@0cIW%W7z}H{&~yGhn~D;aiP4=;m-HCo`BEI+Kd6 z={Xwx{TKxD#iCLfl2vQGDitKtN>z|-AdCN|$jTFDg0m3O`WLD4_s#$S literal 0 HcmV?d00001 diff --git a/test/fixtures/redefine-plugin-vue/src/App.vue b/test/fixtures/redefine-plugin-vue/src/App.vue new file mode 100644 index 00000000..d05208d6 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/App.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/test/fixtures/redefine-plugin-vue/src/assets/base.css b/test/fixtures/redefine-plugin-vue/src/assets/base.css new file mode 100644 index 00000000..8816868a --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/assets/base.css @@ -0,0 +1,86 @@ +/* color palette from */ +:root { + --vt-c-white: #ffffff; + --vt-c-white-soft: #f8f8f8; + --vt-c-white-mute: #f2f2f2; + + --vt-c-black: #181818; + --vt-c-black-soft: #222222; + --vt-c-black-mute: #282828; + + --vt-c-indigo: #2c3e50; + + --vt-c-divider-light-1: rgba(60, 60, 60, 0.29); + --vt-c-divider-light-2: rgba(60, 60, 60, 0.12); + --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65); + --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48); + + --vt-c-text-light-1: var(--vt-c-indigo); + --vt-c-text-light-2: rgba(60, 60, 60, 0.66); + --vt-c-text-dark-1: var(--vt-c-white); + --vt-c-text-dark-2: rgba(235, 235, 235, 0.64); +} + +/* semantic color variables for this project */ +:root { + --color-background: var(--vt-c-white); + --color-background-soft: var(--vt-c-white-soft); + --color-background-mute: var(--vt-c-white-mute); + + --color-border: var(--vt-c-divider-light-2); + --color-border-hover: var(--vt-c-divider-light-1); + + --color-heading: var(--vt-c-text-light-1); + --color-text: var(--vt-c-text-light-1); + + --section-gap: 160px; +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--vt-c-black); + --color-background-soft: var(--vt-c-black-soft); + --color-background-mute: var(--vt-c-black-mute); + + --color-border: var(--vt-c-divider-dark-2); + --color-border-hover: var(--vt-c-divider-dark-1); + + --color-heading: var(--vt-c-text-dark-1); + --color-text: var(--vt-c-text-dark-2); + } +} + +*, +*::before, +*::after { + box-sizing: border-box; + margin: 0; + font-weight: normal; +} + +body { + min-height: 100vh; + color: var(--color-text); + background: var(--color-background); + transition: + color 0.5s, + background-color 0.5s; + line-height: 1.6; + font-family: + Inter, + -apple-system, + BlinkMacSystemFont, + 'Segoe UI', + Roboto, + Oxygen, + Ubuntu, + Cantarell, + 'Fira Sans', + 'Droid Sans', + 'Helvetica Neue', + sans-serif; + font-size: 15px; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} diff --git a/test/fixtures/redefine-plugin-vue/src/assets/logo.svg b/test/fixtures/redefine-plugin-vue/src/assets/logo.svg new file mode 100644 index 00000000..75656603 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/assets/logo.svg @@ -0,0 +1 @@ + diff --git a/test/fixtures/redefine-plugin-vue/src/assets/main.css b/test/fixtures/redefine-plugin-vue/src/assets/main.css new file mode 100644 index 00000000..36fb845b --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/assets/main.css @@ -0,0 +1,35 @@ +@import './base.css'; + +#app { + max-width: 1280px; + margin: 0 auto; + padding: 2rem; + font-weight: normal; +} + +a, +.green { + text-decoration: none; + color: hsla(160, 100%, 37%, 1); + transition: 0.4s; + padding: 3px; +} + +@media (hover: hover) { + a:hover { + background-color: hsla(160, 100%, 37%, 0.2); + } +} + +@media (min-width: 1024px) { + body { + display: flex; + place-items: center; + } + + #app { + display: grid; + grid-template-columns: 1fr 1fr; + padding: 0 2rem; + } +} diff --git a/test/fixtures/redefine-plugin-vue/src/components/HelloWorld.vue b/test/fixtures/redefine-plugin-vue/src/components/HelloWorld.vue new file mode 100644 index 00000000..a2eabd15 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/HelloWorld.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/test/fixtures/redefine-plugin-vue/src/components/TheWelcome.vue b/test/fixtures/redefine-plugin-vue/src/components/TheWelcome.vue new file mode 100644 index 00000000..6092dff1 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/TheWelcome.vue @@ -0,0 +1,94 @@ + + + diff --git a/test/fixtures/redefine-plugin-vue/src/components/WelcomeItem.vue b/test/fixtures/redefine-plugin-vue/src/components/WelcomeItem.vue new file mode 100644 index 00000000..6d7086ae --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/WelcomeItem.vue @@ -0,0 +1,87 @@ + + + diff --git a/test/fixtures/redefine-plugin-vue/src/components/icons/IconCommunity.vue b/test/fixtures/redefine-plugin-vue/src/components/icons/IconCommunity.vue new file mode 100644 index 00000000..2dc8b055 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/icons/IconCommunity.vue @@ -0,0 +1,7 @@ + diff --git a/test/fixtures/redefine-plugin-vue/src/components/icons/IconDocumentation.vue b/test/fixtures/redefine-plugin-vue/src/components/icons/IconDocumentation.vue new file mode 100644 index 00000000..6d4791cf --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/icons/IconDocumentation.vue @@ -0,0 +1,7 @@ + diff --git a/test/fixtures/redefine-plugin-vue/src/components/icons/IconEcosystem.vue b/test/fixtures/redefine-plugin-vue/src/components/icons/IconEcosystem.vue new file mode 100644 index 00000000..c3a4f078 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/icons/IconEcosystem.vue @@ -0,0 +1,7 @@ + diff --git a/test/fixtures/redefine-plugin-vue/src/components/icons/IconSupport.vue b/test/fixtures/redefine-plugin-vue/src/components/icons/IconSupport.vue new file mode 100644 index 00000000..7452834d --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/icons/IconSupport.vue @@ -0,0 +1,7 @@ + diff --git a/test/fixtures/redefine-plugin-vue/src/components/icons/IconTooling.vue b/test/fixtures/redefine-plugin-vue/src/components/icons/IconTooling.vue new file mode 100644 index 00000000..660598d7 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/components/icons/IconTooling.vue @@ -0,0 +1,19 @@ + + diff --git a/test/fixtures/redefine-plugin-vue/src/main.ts b/test/fixtures/redefine-plugin-vue/src/main.ts new file mode 100644 index 00000000..0ac3a5ff --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/src/main.ts @@ -0,0 +1,6 @@ +import './assets/main.css' + +import { createApp } from 'vue' +import App from './App.vue' + +createApp(App).mount('#app') diff --git a/test/fixtures/redefine-plugin-vue/tsconfig.app.json b/test/fixtures/redefine-plugin-vue/tsconfig.app.json new file mode 100644 index 00000000..913b8f27 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/tsconfig.app.json @@ -0,0 +1,12 @@ +{ + "extends": "@vue/tsconfig/tsconfig.dom.json", + "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "exclude": ["src/**/__tests__/*"], + "compilerOptions": { + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", + + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/test/fixtures/redefine-plugin-vue/tsconfig.json b/test/fixtures/redefine-plugin-vue/tsconfig.json new file mode 100644 index 00000000..66b5e570 --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/tsconfig.json @@ -0,0 +1,11 @@ +{ + "files": [], + "references": [ + { + "path": "./tsconfig.node.json" + }, + { + "path": "./tsconfig.app.json" + } + ] +} diff --git a/test/fixtures/redefine-plugin-vue/tsconfig.node.json b/test/fixtures/redefine-plugin-vue/tsconfig.node.json new file mode 100644 index 00000000..a83dfc9d --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/tsconfig.node.json @@ -0,0 +1,19 @@ +{ + "extends": "@tsconfig/node22/tsconfig.json", + "include": [ + "vite.config.*", + "vitest.config.*", + "cypress.config.*", + "nightwatch.conf.*", + "playwright.config.*", + "eslint.config.*" + ], + "compilerOptions": { + "noEmit": true, + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", + + "module": "ESNext", + "moduleResolution": "Bundler", + "types": ["node"] + } +} diff --git a/test/fixtures/redefine-plugin-vue/vite.config.ts b/test/fixtures/redefine-plugin-vue/vite.config.ts new file mode 100644 index 00000000..4217010a --- /dev/null +++ b/test/fixtures/redefine-plugin-vue/vite.config.ts @@ -0,0 +1,18 @@ +import { fileURLToPath, URL } from 'node:url' + +import { defineConfig } from 'vite' +import vue from '@vitejs/plugin-vue' +import vueDevTools from 'vite-plugin-vue-devtools' + +// https://vite.dev/config/ +export default defineConfig({ + plugins: [ + vue(), + vueDevTools(), + ], + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)) + }, + }, +}) diff --git a/test/index.spec.ts b/test/index.spec.ts index 83d8eb98..25370cb3 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -200,6 +200,13 @@ test('#87: should not error if the project root has an older version of espree i expect(stdout).toMatch(WHITESPACE_ONLY) }) +test('#161: should warn and override the vue plugin if there are multiple versions of `eslint-plugin-vue` found in the config', async () => { + const { stderr } = await runLintAgainst('redefine-plugin-vue', FROM_FIXTURES) + expect(stderr).not.toMatch(`Cannot redefine plugin "vue"`) + expect(stderr).toMatch('Warning: Multiple instances of eslint-plugin-vue detected') +}) + + test('#102: should set configs correctly for paths with glob-like syntax (e.g. file-based-routing patterns)', async () => { const { stdout } = await runLintAgainst('file-based-routing', FROM_FIXTURES) expect(stdout).toMatch(WHITESPACE_ONLY) From 49dffb122f14550be148e2bad66e752cb00068b5 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 17 Jun 2025 18:24:07 +0800 Subject: [PATCH 22/22] 14.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b64ec35a..c3c9c000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/eslint-config-typescript", - "version": "14.5.0", + "version": "14.5.1", "description": "ESLint config for TypeScript + Vue.js projects", "main": "./dist/index.mjs", "type": "module",