From 70b718c6ebfd5df670890203c3dc96820c3c115e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 7 Mar 2025 03:27:30 +0800 Subject: [PATCH 01/11] 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 a7ead51..0f21f8f 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 b3ec1a7..7e10c6e 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 ca1788c..c677bda 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 8e2edf3..bd3d71f 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 7c33ab4..0e3b703 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 ef577e7..4ecea5e 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 3686f54..bfa0809 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 4bd4e91..7cf45e9 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 1ff8221..34b9085 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 beb293c..b89fd74 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 f2caa06..5dda78f 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 44f5462..9bd001a 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 4edefec..d21f0dd 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 c1ccd42..53010ee 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 3821bcb..27f5b54 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 a23ca36..16d3e7c 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 157c818..33ed446 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 eff73e1..4eee1ab 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 650237f..51ae5c2 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/11] 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 30ad3cb..e206fd6 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/11] 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 e206fd6..e460420 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/11] 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 0f21f8f..9dbdbb5 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 7e10c6e..6f5882e 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 c677bda..dc743fd 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 bd3d71f..0720cc4 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 0e3b703..d25ecdc 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 4ecea5e..648521e 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 bfa0809..78dd4d1 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 7cf45e9..534aaa9 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 34b9085..5af2952 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 b89fd74..9753477 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 5dda78f..fe79793 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 9bd001a..2d789f2 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 d21f0dd..1e9be58 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 53010ee..6d1d2ec 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 27f5b54..d948481 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 16d3e7c..b4a8d9a 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 33ed446..dac2984 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 e460420..384ce32 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 4eee1ab..58adaa4 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 51ae5c2..1851650 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/11] 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 384ce32..dbcef85 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 58adaa4..ae0c178 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/11] 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 9dbdbb5..674beac 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 6f5882e..993fea9 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 dc743fd..2f6fa20 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 0720cc4..42d71af 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 d25ecdc..7454ffd 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 648521e..6216c8a 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 78dd4d1..1a87d1e 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 534aaa9..41c6abb 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 5af2952..858a799 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 9753477..f5801df 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 fe79793..8428229 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 2d789f2..daf418e 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 1e9be58..693a5a7 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 6d1d2ec..a71b18d 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 d948481..1221c48 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 b4a8d9a..fe3bff4 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 dbcef85..3b08d75 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 ae0c178..c1978b1 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 1851650..20e4ec7 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/11] 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 8428229..47192fc 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 3b08d75..a10ea8b 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/11] 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 993fea9..74f8df8 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 7454ffd..aea8986 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 1a87d1e..cde83b8 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 693a5a7..3698d8b 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 dac2984..a2634d9 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 a10ea8b..921c5e6 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/11] 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 921c5e6..79da233 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/11] 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 79da233..a51a6e2 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/11] 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 a51a6e2..704d5dd 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: