diff --git a/package.json b/package.json index 13e9729ca3a..58ac93bf252 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "*.{ts,tsx,js,vue}": "eslint --fix" }, "engines": { - "pnpm": ">= 9.0.0" + "pnpm": ">= 9.0.6" }, - "packageManager": "pnpm@9.0.4", + "packageManager": "pnpm@9.0.6", "devDependencies": { "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", diff --git a/packages/create-vant-cli-app/package.json b/packages/create-vant-cli-app/package.json index 55ae8f1b806..0c0b91ed893 100644 --- a/packages/create-vant-cli-app/package.json +++ b/packages/create-vant-cli-app/package.json @@ -33,10 +33,10 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "rimraf": "^5.0.5", - "typescript": "^5.0.4" + "typescript": "^5.4.5" }, "dependencies": { - "rslog": "^1.2.1", + "rslog": "^1.2.2", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "enquirer": "2.4.1", diff --git a/packages/vant-area-data/package.json b/packages/vant-area-data/package.json index b506d474984..34f9d5cda47 100644 --- a/packages/vant-area-data/package.json +++ b/packages/vant-area-data/package.json @@ -40,6 +40,6 @@ "devDependencies": { "esbuild": "^0.20.2", "rimraf": "^5.0.5", - "typescript": "^5.0.4" + "typescript": "^5.4.5" } } diff --git a/packages/vant-auto-import-resolver/package.json b/packages/vant-auto-import-resolver/package.json index 45da67059b8..6d8e5c13250 100644 --- a/packages/vant-auto-import-resolver/package.json +++ b/packages/vant-auto-import-resolver/package.json @@ -40,6 +40,6 @@ "license": "MIT", "devDependencies": { "rimraf": "^5.0.5", - "typescript": "^5.0.4" + "typescript": "^5.4.5" } } diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 66cf66d4c45..e7a44589c90 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -43,15 +43,15 @@ "@types/lodash": "^4.17.0", "@types/markdown-it": "^13.0.7", "rimraf": "^5.0.5", - "vue": "^3.4.23" + "vue": "^3.4.26" }, "dependencies": { - "@babel/core": "^7.24.4", + "@babel/core": "^7.24.5", "@babel/preset-typescript": "^7.24.1", - "@rsbuild/core": "0.6.4", - "@rsbuild/plugin-babel": "0.6.4", - "@rsbuild/plugin-vue": "0.6.4", - "@rsbuild/plugin-vue-jsx": "0.6.4", + "@rsbuild/core": "0.6.8", + "@rsbuild/plugin-babel": "0.6.8", + "@rsbuild/plugin-vue": "0.6.8", + "@rsbuild/plugin-vue-jsx": "0.6.8", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", "@vitejs/plugin-vue": "^4.6.2", @@ -59,7 +59,7 @@ "@vue/babel-plugin-jsx": "^1.2.2", "autoprefixer": "^10.4.19", "commander": "^11.1.0", - "rslog": "^1.2.1", + "rslog": "^1.2.2", "esbuild": "^0.20.2", "eslint": "^8.57.0", "enquirer": "2.4.1", @@ -80,8 +80,8 @@ "rspack-plugin-virtual-module": "^0.1.12", "terser": "^5.30.3", "transliteration": "^2.3.5", - "typescript": "^5.0.4", - "vite": "^5.0.12", + "typescript": "^5.4.5", + "vite": "^5.2.10", "vue-router": "^4.3.2" } } diff --git a/packages/vant-compat/package.json b/packages/vant-compat/package.json index 73a66f93574..fb653cec720 100644 --- a/packages/vant-compat/package.json +++ b/packages/vant-compat/package.json @@ -36,11 +36,11 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@vue/runtime-core": "^3.4.23", + "@vue/runtime-core": "^3.4.26", "vant": "workspace:*", - "vue": "^3.4.23", + "vue": "^3.4.26", "esbuild": "^0.20.2", "rimraf": "^5.0.5", - "typescript": "^5.0.4" + "typescript": "^5.4.5" } } diff --git a/packages/vant-eslint-config/package.json b/packages/vant-eslint-config/package.json index cfbcd7a7457..2e4cc80ffb3 100644 --- a/packages/vant-eslint-config/package.json +++ b/packages/vant-eslint-config/package.json @@ -20,14 +20,14 @@ "author": "chenjiahan", "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.1", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.25.0" }, "devDependencies": { "eslint": "^8.57.0", - "typescript": "^5.0.4" + "typescript": "^5.4.5" }, "peerDependencies": { "eslint": "^7.32.0 || ^8.2.0" diff --git a/packages/vant-popperjs/package.json b/packages/vant-popperjs/package.json index a216cf32601..62a8ea05349 100644 --- a/packages/vant-popperjs/package.json +++ b/packages/vant-popperjs/package.json @@ -40,6 +40,6 @@ "@popperjs/core": "^2.11.8", "esbuild": "^0.20.2", "rimraf": "^5.0.5", - "typescript": "^5.0.4" + "typescript": "^5.4.5" } } diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index 2664d365a69..7dfbf7ad342 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -40,8 +40,8 @@ "devDependencies": { "esbuild": "^0.20.2", "rimraf": "^5.0.5", - "typescript": "^5.0.4", - "vue": "^3.4.23" + "typescript": "^5.4.5", + "vue": "^3.4.26" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant/package.json b/packages/vant/package.json index 6d1371c56ea..a5f5683c167 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -48,7 +48,7 @@ "dependencies": { "@vant/popperjs": "workspace:^", "@vant/use": "workspace:^", - "@vue/shared": "^3.4.23" + "@vue/shared": "^3.4.26" }, "peerDependencies": { "vue": "^3.0.0" @@ -61,17 +61,17 @@ "@vant/icons": "workspace:*", "@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-istanbul": "^1.1.3", - "@vue/runtime-core": "^3.4.23", + "@vitest/coverage-istanbul": "^1.5.3", + "@vue/runtime-core": "^3.4.26", "@vue/test-utils": "^2.4.5", "csstype": "^3.1.3", "diffable-html": "^5.0.0", "jsdom": "^22.1.0", - "typescript": "^5.0.4", - "vite": "^5.0.12", - "vitest": "^1.1.3", + "typescript": "^5.4.5", + "vite": "^5.2.10", + "vitest": "^1.5.3", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.4.23", + "vue": "^3.4.26", "vue-router": "^4.3.2" }, "sideEffects": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8565b3761f..c1acf10857e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 rslog: - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^1.2.2 + version: 1.2.2 devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -52,7 +52,7 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 packages/vant: @@ -64,8 +64,8 @@ importers: specifier: workspace:^ version: link:../vant-use '@vue/shared': - specifier: ^3.4.23 - version: 3.4.23 + specifier: ^3.4.26 + version: 3.4.26 devDependencies: '@types/node': specifier: ^18.19.31 @@ -84,16 +84,16 @@ importers: version: link:../vant-icons '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5)) + version: 4.6.2(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5)) + version: 3.1.0(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5)) '@vitest/coverage-istanbul': - specifier: ^1.1.3 - version: 1.5.0(vitest@1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)) + specifier: ^1.5.3 + version: 1.5.3(vitest@1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)) '@vue/runtime-core': - specifier: ^3.4.23 - version: 3.4.23 + specifier: ^3.4.26 + version: 3.4.26 '@vue/test-utils': specifier: ^2.4.5 version: 2.4.5 @@ -107,23 +107,23 @@ importers: specifier: ^22.1.0 version: 22.1.0 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 vite: - specifier: ^5.0.12 - version: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + specifier: ^5.2.10 + version: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) vitest: - specifier: ^1.1.3 - version: 1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) + specifier: ^1.5.3 + version: 1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) vitest-canvas-mock: specifier: ^0.3.3 - version: 0.3.3(vitest@1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)) + version: 0.3.3(vitest@1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) packages/vant-area-data: devDependencies: @@ -134,7 +134,7 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 packages/vant-auto-import-resolver: @@ -143,29 +143,29 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 packages/vant-cli: dependencies: '@babel/core': - specifier: ^7.24.4 - version: 7.24.4 + specifier: ^7.24.5 + version: 7.24.5 '@babel/preset-typescript': specifier: ^7.24.1 - version: 7.24.1(@babel/core@7.24.4) + version: 7.24.1(@babel/core@7.24.5) '@rsbuild/core': - specifier: 0.6.4 - version: 0.6.4 + specifier: 0.6.8 + version: 0.6.8 '@rsbuild/plugin-babel': - specifier: 0.6.4 - version: 0.6.4(@rsbuild/core@0.6.4) + specifier: 0.6.8 + version: 0.6.8(@rsbuild/core@0.6.8) '@rsbuild/plugin-vue': - specifier: 0.6.4 - version: 0.6.4(@rsbuild/core@0.6.4)(esbuild@0.20.2)(vue@3.4.23(typescript@5.4.5)) + specifier: 0.6.8 + version: 0.6.8(@rsbuild/core@0.6.8)(esbuild@0.20.2)(vue@3.4.26(typescript@5.4.5)) '@rsbuild/plugin-vue-jsx': - specifier: 0.6.4 - version: 0.6.4(@babel/core@7.24.4)(@rsbuild/core@0.6.4) + specifier: 0.6.8 + version: 0.6.8(@babel/core@7.24.5)(@rsbuild/core@0.6.8) '@vant/eslint-config': specifier: workspace:^ version: link:../vant-eslint-config @@ -174,13 +174,13 @@ importers: version: link:../vant-touch-emulator '@vitejs/plugin-vue': specifier: ^4.6.2 - version: 4.6.2(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5)) + version: 4.6.2(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5)) + version: 3.1.0(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5)) '@vue/babel-plugin-jsx': specifier: ^1.2.2 - version: 1.2.2(@babel/core@7.24.4) + version: 1.2.2(@babel/core@7.24.5) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.38) @@ -239,8 +239,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 rslog: - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^1.2.2 + version: 1.2.2 rspack-plugin-virtual-module: specifier: ^0.1.12 version: 0.1.12 @@ -251,14 +251,14 @@ importers: specifier: ^2.3.5 version: 2.3.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 vite: - specifier: ^5.0.12 - version: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + specifier: ^5.2.10 + version: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -276,14 +276,14 @@ importers: specifier: ^5.0.5 version: 5.0.5 vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/vant-compat: devDependencies: '@vue/runtime-core': - specifier: ^3.4.23 - version: 3.4.23 + specifier: ^3.4.26 + version: 3.4.26 esbuild: specifier: ^0.20.2 version: 0.20.2 @@ -291,22 +291,22 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 vant: specifier: workspace:* version: link:../vant vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/vant-eslint-config: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^6.2.1 + specifier: ^6.21.0 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^6.2.1 + specifier: ^6.21.0 version: 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint-config-prettier: specifier: ^9.1.0 @@ -319,7 +319,7 @@ importers: specifier: ^8.57.0 version: 8.57.0 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 packages/vant-icons: {} @@ -336,7 +336,7 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 packages/vant-touch-emulator: {} @@ -350,11 +350,11 @@ importers: specifier: ^5.0.5 version: 5.0.5 typescript: - specifier: ^5.0.4 + specifier: ^5.4.5 version: 5.4.5 vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages: @@ -378,10 +378,18 @@ packages: resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} engines: {node: '>=6.9.0'} + '@babel/core@7.24.5': + resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.24.4': resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.24.5': + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.22.5': resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} @@ -426,6 +434,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.24.5': + resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.22.5': resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} @@ -444,6 +458,10 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} + '@babel/helper-simple-access@7.24.5': + resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} @@ -452,6 +470,10 @@ packages: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} + '@babel/helper-split-export-declaration@7.24.5': + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} + engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} @@ -460,6 +482,10 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.5': + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.23.5': resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} @@ -468,6 +494,10 @@ packages: resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.24.5': + resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.2': resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} @@ -477,6 +507,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.24.5': + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-decorators@7.24.1': resolution: {integrity: sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==} engines: {node: '>=6.9.0'} @@ -533,10 +568,18 @@ packages: resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.24.5': + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} + engines: {node: '>=6.9.0'} + '@babel/types@7.24.0': resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} + '@babel/types@7.24.5': + resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} + engines: {node: '>=6.9.0'} + '@esbuild/aix-ppc64@0.20.2': resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} @@ -851,79 +894,79 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@0.6.4': - resolution: {integrity: sha512-9sdsfP0v44C5/JB33UbZ+qoubWNCmRCt4z/XknXXLmBrCQxHL+OoVq1YV5YChlc9QQsa5ePG3bVmNqzg4gzc7A==} + '@rsbuild/core@0.6.8': + resolution: {integrity: sha512-GV3AogjJbWNiDPAHFWOtPkNnUYZ4rxQPA0pCm6iVBD9KY700s8IvyWve6nfW8yshUBda2WOCD6dQt6yjn4EfGA==} engines: {node: '>=16.0.0'} hasBin: true - '@rsbuild/plugin-babel@0.6.4': - resolution: {integrity: sha512-D1yXR9cvZWvsLWRWDhtlLmLD6sPVlcH6H1zg6590Uf5EK7J9MruNxa54GI9JCnR5yVo6X1zhRSnOB3jJEIDdEQ==} + '@rsbuild/plugin-babel@0.6.8': + resolution: {integrity: sha512-7GRrH76oP0RuqeCuE/kqoEjW399YctLdumdxLrKSkbQBDpSRD79kFATZuyqqsfS09ycEEbh87WjnkigUlLaGHg==} peerDependencies: - '@rsbuild/core': ^0.6.4 + '@rsbuild/core': ^0.6.8 - '@rsbuild/plugin-vue-jsx@0.6.4': - resolution: {integrity: sha512-G3Na2Rt4/MDRmrZ2X/J1Ixwr01eX2iOSkV7CILHWd/KsIcFbmAlYn0s86duYT4Bi1h6WaOU25TkWpihQ1J1HCQ==} + '@rsbuild/plugin-vue-jsx@0.6.8': + resolution: {integrity: sha512-YDnxiyjlKRmXX79IJzsTpzvSTRqfvQUFH0X1FU0pIYtJDv2qAtN8lMneFr79GRerlT3PBkJJwmG1LPbohkGYxw==} peerDependencies: - '@rsbuild/core': ^0.6.4 + '@rsbuild/core': ^0.6.8 - '@rsbuild/plugin-vue@0.6.4': - resolution: {integrity: sha512-2WoSUe/sGCOY/jX/Ft/tZAwdMRfYjezOIF5l29nTY5zOPZYalS0ohAzgjf83jbQXSX1+pgSzTgOPE3whgq/0Aw==} + '@rsbuild/plugin-vue@0.6.8': + resolution: {integrity: sha512-xS8hb0B8LKZ3jEAGfc+of0V8Ul0yh10rPjvNpBWX50Hb+sL45qKwMig5fASTzTMXTI93YDrkhDc5WSB1NZOObQ==} peerDependencies: - '@rsbuild/core': ^0.6.4 + '@rsbuild/core': ^0.6.8 - '@rsbuild/shared@0.6.4': - resolution: {integrity: sha512-MqaVYNRcq/eT7TNt/iMQzdyN71WwT1wEonnJIz4/x5wV0sf82BN0rrIwFLBSkEO/0HBf1K5bKGTjX727tJNztw==} + '@rsbuild/shared@0.6.8': + resolution: {integrity: sha512-RNRJJr7P6oE+cif6wYZSMITkNf9d0hlA4XwUVAMOPTMWh4NdCRIFGNBKfg1avDEpjZFb6yYXULMIwkgqKh3STA==} - '@rspack/binding-darwin-arm64@0.6.2': - resolution: {integrity: sha512-2+fpr27wJXVMsY441NRonws/e9RKBUWYX7onc0lFKVg/ZSmEfHWyrygcit/dpghIYQw9NJl5SiPGIPcIYeZd4w==} + '@rspack/binding-darwin-arm64@0.6.3': + resolution: {integrity: sha512-NS6LFwJYjOFIy7mp8FCquox/xCiWuc6a3OQtx+f80c+86uDOiQyix6BJJa3JDdQQ6DmAR3L2eRzV+XVnCzZwNA==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@0.6.2': - resolution: {integrity: sha512-q9m+10CZEmElqYoZNSN0V/kNBv1QMjHA7X+93GxtFa2hC7u/zfy80w0EFwSWV/6s5Z7wygmOHH72GAquuRZJUg==} + '@rspack/binding-darwin-x64@0.6.3': + resolution: {integrity: sha512-QGhB9+FeqQDc/I6hg5woc0a6XYQoNsCaJ5pAxnhSh4/wSe3IrFtokyqE2SUSwfWjkdNEnKYBC4p6Cc5KbkK7sg==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@0.6.2': - resolution: {integrity: sha512-F13+1zk8KUagizuvSjh7A83FxF3R/b6+yRIMln7TuV0DQ42JV8H48q/tU8+wI+KqdsNgj2yO8LZjqOQ994k4ow==} + '@rspack/binding-linux-arm64-gnu@0.6.3': + resolution: {integrity: sha512-tZxqV+bCxVyr8Z0skQoSnj7WYjwjuw34wrSUdTFLL6vw7nRgGiOhE2ZcRLa0coNHUPyq6dcWIQPwzg0ToHxLkA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@0.6.2': - resolution: {integrity: sha512-1IyPH6hQreOvcNZmwK4XD8E5NEYqrtzKvsUPB13AV3+mO1EHxhnwQ7Dtk82mqwtaTTUPXJRREp+UNjwUTeJ6bA==} + '@rspack/binding-linux-arm64-musl@0.6.3': + resolution: {integrity: sha512-1cNTLQE9c6CMGhFAuLdI3jYKhGiSiPCMRWb50GuzsfnbLcpnYfwHko7Fn/C/SOjP+xUZf7GlTTgrZssHP9yPrA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@0.6.2': - resolution: {integrity: sha512-NbqU05wIy1qC+66qlQjE9Zo4oAd70lZRgfO8iuLvon0GxG7plpffefhsAoAsh5vFg17ac6NWdwUUzWImYv2jhQ==} + '@rspack/binding-linux-x64-gnu@0.6.3': + resolution: {integrity: sha512-/bf9K3k8YNRTtNWbcG66CosIxvd77CIbq7XqPxW1OCsxzcl8nmTI0h1/bxgmiBchiAvNCou8mmP08GEvQXdUdQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@0.6.2': - resolution: {integrity: sha512-K18x2AR1UiABqJMTlB/mXPytdc9dk0tQuQyJ3hH+gxhYI6T6w22p+hQWq1T9vJsIIk2P693YrfXR66mRFiknsw==} + '@rspack/binding-linux-x64-musl@0.6.3': + resolution: {integrity: sha512-816xaFVOI6qs4Np4YrUzoNaTLrsthR63rFqsQgguD3ytVvTpr0nIXT4XrKvGHF2FDEhgpF+FTqyn3M3NIBK/2A==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@0.6.2': - resolution: {integrity: sha512-00FdIoh2X8zt2i07R89zyI0HONof91PiM5JgY8BAfSPur+M9Uj7stqYHezr0KtVdgH2sASMURFGmgcz62pLViw==} + '@rspack/binding-win32-arm64-msvc@0.6.3': + resolution: {integrity: sha512-lQg5CzYXI5BxAP+9Kja3yx9Y/xwd4m51xWPXFhjODn8s76LGIhfmbJHh8OG5QhcQACi88aj2hqW8BHFwOWPlsw==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@0.6.2': - resolution: {integrity: sha512-ZU43j+iicnDrTsu/Wrw/18E+zUTFCfTUdq2BlaKH8yxhJVYqPHFjQo64p/7djULeZVchZU4uGuu00oovEHl/zg==} + '@rspack/binding-win32-ia32-msvc@0.6.3': + resolution: {integrity: sha512-SP/Crwk4Ac7gGgTxNhcrVQQUS6ze7eDvxgf9I/D/UhBU22GfkLPn5HzFxZk/8gJ1iU+cLeMiqa0DdXPx48x46A==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@0.6.2': - resolution: {integrity: sha512-1Ycfry5nk5SMDYOjlOmVXf4tJHOp2H2Wwupf5j2pUYPD9lyETt7O7GIQbdCLOcBLuyt0OSscDARTcqGlLw27gQ==} + '@rspack/binding-win32-x64-msvc@0.6.3': + resolution: {integrity: sha512-QAXxObKzVKQtV60Ig5TlW7h7ZMz3Z2WDiKJJe0qRakYznSzeEuNcaqTmLbYg9PGWOVLMd8WS6uLEmeLEi5TWAA==} cpu: [x64] os: [win32] - '@rspack/binding@0.6.2': - resolution: {integrity: sha512-1LVccU/LRIMqp2g1ct2ebDS1DL7MnBlQNcUGf3szIiDsYXuGe3Pk4qdiLbVLzBQoDQFYKJmIgmUA1UkKZ5UN5g==} + '@rspack/binding@0.6.3': + resolution: {integrity: sha512-F2Ys11Bf87/sI3X1dVT8l7FLGCmQirf8KaTG0FdaObWqnoIeAET0MgP5vohRIy3tqjcmJURyRx2YFc4Btr8ZDQ==} - '@rspack/core@0.6.2': - resolution: {integrity: sha512-1IggX3FZM4bVhUWhBIeUroiyOH05fBFIT3gvanpXIE00yMbp1exFjkfko5HmQ6e5FQrIvcNEBoQ2QyIYzu0vOw==} + '@rspack/core@0.6.3': + resolution: {integrity: sha512-+KfWUywwhGHxwMVnXQPQkqjN8fedDN/0YcjQktK9qrpQ1FyE+EzFgO3n2wW6g1Ty5uftVVrDRQbpBUHxK/gKUw==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1067,25 +1110,25 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 - '@vitest/coverage-istanbul@1.5.0': - resolution: {integrity: sha512-mEbVTIAPKhMkszO0lwOwWiG8Cvkj7rdMgdmCNUDnmcSZYUWGIqM8+4O1bcQ1WMHkejpcwvED5oU6ZFm3syVb6A==} + '@vitest/coverage-istanbul@1.5.3': + resolution: {integrity: sha512-mZrrqe5cgZJ5MsewF68xBwfPCeWPAoUn5HfZDIL1msv+EIJ/ifqF9aeZ/Q4kErtHS9RTBdCmkNC2dlx0F5lEKw==} peerDependencies: - vitest: 1.5.0 + vitest: 1.5.3 - '@vitest/expect@1.5.0': - resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==} + '@vitest/expect@1.5.3': + resolution: {integrity: sha512-y+waPz31pOFr3rD7vWTbwiLe5+MgsMm40jTZbQE8p8/qXyBX3CQsIXRx9XK12IbY7q/t5a5aM/ckt33b4PxK2g==} - '@vitest/runner@1.5.0': - resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==} + '@vitest/runner@1.5.3': + resolution: {integrity: sha512-7PlfuReN8692IKQIdCxwir1AOaP5THfNkp0Uc4BKr2na+9lALNit7ub9l3/R7MP8aV61+mHKRGiqEKRIwu6iiQ==} - '@vitest/snapshot@1.5.0': - resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==} + '@vitest/snapshot@1.5.3': + resolution: {integrity: sha512-K3mvIsjyKYBhNIDujMD2gfQEzddLe51nNOAf45yKRt/QFJcUIeTQd2trRvv6M6oCBHNVnZwFWbQ4yj96ibiDsA==} - '@vitest/spy@1.5.0': - resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==} + '@vitest/spy@1.5.3': + resolution: {integrity: sha512-Llj7Jgs6lbnL55WoshJUUacdJfjU2honvGcAJBxhra5TPEzTJH8ZuhI3p/JwqqfnTr4PmP7nDmOXP53MS7GJlg==} - '@vitest/utils@1.5.0': - resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==} + '@vitest/utils@1.5.3': + resolution: {integrity: sha512-rE9DTN1BRhzkzqNQO+kw8ZgfeEBCLXiHJwetk668shmNBpSagQxneT5eSqEBLP+cqSiAeecvQmbpFfdMyLcIQA==} '@vue/babel-helper-vue-transform-on@1.2.2': resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==} @@ -1106,35 +1149,50 @@ packages: '@vue/compiler-core@3.4.23': resolution: {integrity: sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==} + '@vue/compiler-core@3.4.26': + resolution: {integrity: sha512-N9Vil6Hvw7NaiyFUFBPXrAyETIGlQ8KcFMkyk6hW1Cl6NvoqvP+Y8p1Eqvx+UdqsnrnI9+HMUEJegzia3mhXmQ==} + '@vue/compiler-dom@3.4.23': resolution: {integrity: sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==} + '@vue/compiler-dom@3.4.26': + resolution: {integrity: sha512-4CWbR5vR9fMg23YqFOhr6t6WB1Fjt62d6xdFPyj8pxrYub7d+OgZaObMsoxaF9yBUHPMiPFK303v61PwAuGvZA==} + '@vue/compiler-sfc@3.4.23': resolution: {integrity: sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==} + '@vue/compiler-sfc@3.4.26': + resolution: {integrity: sha512-It1dp+FAOCgluYSVYlDn5DtZBxk1NCiJJfu2mlQqa/b+k8GL6NG/3/zRbJnHdhV2VhxFghaDq5L4K+1dakW6cw==} + '@vue/compiler-ssr@3.4.23': resolution: {integrity: sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==} + '@vue/compiler-ssr@3.4.26': + resolution: {integrity: sha512-FNwLfk7LlEPRY/g+nw2VqiDKcnDTVdCfBREekF8X74cPLiWHUX6oldktf/Vx28yh4STNy7t+/yuLoMBBF7YDiQ==} + '@vue/devtools-api@6.6.1': resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - '@vue/reactivity@3.4.23': - resolution: {integrity: sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==} + '@vue/reactivity@3.4.26': + resolution: {integrity: sha512-E/ynEAu/pw0yotJeLdvZEsp5Olmxt+9/WqzvKff0gE67tw73gmbx6tRkiagE/eH0UCubzSlGRebCbidB1CpqZQ==} - '@vue/runtime-core@3.4.23': - resolution: {integrity: sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==} + '@vue/runtime-core@3.4.26': + resolution: {integrity: sha512-AFJDLpZvhT4ujUgZSIL9pdNcO23qVFh7zWCsNdGQBw8ecLNxOOnPcK9wTTIYCmBJnuPHpukOwo62a2PPivihqw==} - '@vue/runtime-dom@3.4.23': - resolution: {integrity: sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==} + '@vue/runtime-dom@3.4.26': + resolution: {integrity: sha512-UftYA2hUXR2UOZD/Fc3IndZuCOOJgFxJsWOxDkhfVcwLbsfh2CdXE2tG4jWxBZuDAs9J9PzRTUFt1PgydEtItw==} - '@vue/server-renderer@3.4.23': - resolution: {integrity: sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==} + '@vue/server-renderer@3.4.26': + resolution: {integrity: sha512-xoGAqSjYDPGAeRWxeoYwqJFD/gw7mpgzOvSxEmjWaFO2rE6qpbD1PC172YRpvKhrihkyHJkNDADFXTfCyVGhKw==} peerDependencies: - vue: 3.4.23 + vue: 3.4.26 '@vue/shared@3.4.23': resolution: {integrity: sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==} + '@vue/shared@3.4.26': + resolution: {integrity: sha512-Fg4zwR0GNnjzodMt3KRy2AWGMKQXByl56+4HjN87soxLNU9P5xcJkstAlIeEF3cU6UYOzmJl1tV0dVPGIljCnQ==} + '@vue/test-utils@2.4.5': resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==} @@ -1318,6 +1376,9 @@ packages: caniuse-lite@1.0.30001611: resolution: {integrity: sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==} + caniuse-lite@1.0.30001614: + resolution: {integrity: sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==} + chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} @@ -1370,7 +1431,7 @@ packages: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} concat-map@0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} confbox@0.1.7: resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} @@ -1518,95 +1579,6 @@ packages: es-module-lexer@1.5.0: resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} - esbuild-android-arm64@0.13.15: - resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==} - cpu: [arm64] - os: [android] - - esbuild-darwin-64@0.13.15: - resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} - cpu: [x64] - os: [darwin] - - esbuild-darwin-arm64@0.13.15: - resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} - cpu: [arm64] - os: [darwin] - - esbuild-freebsd-64@0.13.15: - resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} - cpu: [x64] - os: [freebsd] - - esbuild-freebsd-arm64@0.13.15: - resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} - cpu: [arm64] - os: [freebsd] - - esbuild-linux-32@0.13.15: - resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} - cpu: [ia32] - os: [linux] - - esbuild-linux-64@0.13.15: - resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} - cpu: [x64] - os: [linux] - - esbuild-linux-arm64@0.13.15: - resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} - cpu: [arm64] - os: [linux] - - esbuild-linux-arm@0.13.15: - resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} - cpu: [arm] - os: [linux] - - esbuild-linux-mips64le@0.13.15: - resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} - cpu: [mips64el] - os: [linux] - - esbuild-linux-ppc64le@0.13.15: - resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} - cpu: [ppc64] - os: [linux] - - esbuild-netbsd-64@0.13.15: - resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} - cpu: [x64] - os: [netbsd] - - esbuild-openbsd-64@0.13.15: - resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==} - cpu: [x64] - os: [openbsd] - - esbuild-sunos-64@0.13.15: - resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==} - cpu: [x64] - os: [sunos] - - esbuild-windows-32@0.13.15: - resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} - cpu: [ia32] - os: [win32] - - esbuild-windows-64@0.13.15: - resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} - cpu: [x64] - os: [win32] - - esbuild-windows-arm64@0.13.15: - resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} - cpu: [arm64] - os: [win32] - - esbuild@0.13.15: - resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==} - hasBin: true - esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} engines: {node: '>=12'} @@ -1826,8 +1798,8 @@ packages: html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - html-rspack-plugin@5.6.2: - resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==} + html-rspack-plugin@5.7.0: + resolution: {integrity: sha512-8qCnfnluqMHnw+Jo+NM1lLok8SxPBY09oRLcA2cjGZb7vlin+6g1oFLEWM7JCnQHKDjEnANPzbiXV/ysNuAGTg==} engines: {node: '>=10.13.0'} peerDependencies: '@rspack/core': 0.x || 1.x @@ -2362,8 +2334,8 @@ packages: rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - rslog@1.2.1: - resolution: {integrity: sha512-XDMoa858LLZnf4i2kUwyjBQGplXaoSoIfMQf9iji2ano5t1OfSiJsSYpHeOH26DJEc5hdje/4K3wiT6TWL3cRA==} + rslog@1.2.2: + resolution: {integrity: sha512-tZP8KjrI1nz6qOYCrFxAV7cfmfS2GV94jotU2zOmF/6ByO1zNvGR6/+0inylpjqyBjAdnnutTUW0m4th06bSTw==} engines: {node: '>=14.17.6'} rspack-plugin-virtual-module@0.1.12: @@ -2615,13 +2587,13 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - vite-node@1.5.0: - resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==} + vite-node@1.5.3: + resolution: {integrity: sha512-axFo00qiCpU/JLd8N1gu9iEYL3xTbMbMrbe5nDp9GL0nb6gurIdZLkkFogZXWnE8Oyy5kfSLwNVIcVsnhE7lgQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.2.9: - resolution: {integrity: sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==} + vite@5.2.10: + resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2653,15 +2625,15 @@ packages: peerDependencies: vitest: '*' - vitest@1.5.0: - resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} + vitest@1.5.3: + resolution: {integrity: sha512-2oM7nLXylw3mQlW6GXnRriw+7YvZFk/YNV8AxIC3Z3MfFbuziLGWP9GPxxu/7nRlXhqyxBikpamr+lEEj1sUEw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.0 - '@vitest/ui': 1.5.0 + '@vitest/browser': 1.5.3 + '@vitest/ui': 1.5.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -2704,8 +2676,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue@3.4.23: - resolution: {integrity: sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==} + vue@3.4.26: + resolution: {integrity: sha512-bUIq/p+VB+0xrJubaemrfhk1/FiW9iX+pDV+62I/XJ6EkspAO9/DXEjbDFoe8pIfOZBqfk45i9BMc41ptP/uRg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -2866,6 +2838,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.24.5': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helpers': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.24.4': dependencies: '@babel/types': 7.24.0 @@ -2873,6 +2865,13 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.24.5': + dependencies: + '@babel/types': 7.24.5 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.22.5': dependencies: '@babel/types': 7.24.0 @@ -2898,6 +2897,19 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + '@babel/helper-environment-visitor@7.22.20': {} '@babel/helper-function-name@7.23.0': @@ -2919,7 +2931,7 @@ snapshots: '@babel/helper-module-imports@7.24.3': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)': dependencies: @@ -2930,6 +2942,24 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + + '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-optimise-call-expression@7.22.5': dependencies: '@babel/types': 7.24.0 @@ -2943,10 +2973,21 @@ snapshots: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-simple-access@7.22.5': dependencies: '@babel/types': 7.24.0 + '@babel/helper-simple-access@7.24.5': + dependencies: + '@babel/types': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: '@babel/types': 7.24.0 @@ -2955,10 +2996,16 @@ snapshots: dependencies: '@babel/types': 7.24.0 + '@babel/helper-split-export-declaration@7.24.5': + dependencies: + '@babel/types': 7.24.5 + '@babel/helper-string-parser@7.24.1': {} '@babel/helper-validator-identifier@7.22.20': {} + '@babel/helper-validator-identifier@7.24.5': {} + '@babel/helper-validator-option@7.23.5': {} '@babel/helpers@7.24.4': @@ -2969,6 +3016,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helpers@7.24.5': + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 + transitivePeerDependencies: + - supports-color + '@babel/highlight@7.24.2': dependencies: '@babel/helper-validator-identifier': 7.22.20 @@ -2980,16 +3035,20 @@ snapshots: dependencies: '@babel/types': 7.24.0 - '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.4)': + '@babel/parser@7.24.5': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/types': 7.24.5 + + '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4)': @@ -2997,21 +3056,31 @@ snapshots: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4)': dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-simple-access': 7.22.5 @@ -3023,20 +3092,28 @@ snapshots: '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/preset-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) + + '@babel/preset-typescript@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.5) '@babel/template@7.24.0': dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 '@babel/traverse@7.24.1': dependencies: @@ -3053,12 +3130,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.24.5': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.24.0': dependencies: '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 + '@babel/types@7.24.5': + dependencies: + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.24.5 + to-fast-properties: 2.0.0 + '@esbuild/aix-ppc64@0.20.2': optional: true @@ -3283,46 +3381,46 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.15.0': optional: true - '@rsbuild/core@0.6.4': + '@rsbuild/core@0.6.8': dependencies: - '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3) - '@rspack/core': 0.6.2(@swc/helpers@0.5.3) + '@rsbuild/shared': 0.6.8(@swc/helpers@0.5.3) + '@rspack/core': 0.6.3(@swc/helpers@0.5.3) '@swc/helpers': 0.5.3 core-js: 3.36.1 - html-webpack-plugin: html-rspack-plugin@5.6.2(@rspack/core@0.6.2(@swc/helpers@0.5.3)) + html-webpack-plugin: html-rspack-plugin@5.7.0(@rspack/core@0.6.3(@swc/helpers@0.5.3)) postcss: 8.4.38 - '@rsbuild/plugin-babel@0.6.4(@rsbuild/core@0.6.4)': + '@rsbuild/plugin-babel@0.6.8(@rsbuild/core@0.6.8)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@rsbuild/core': 0.6.4 - '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3) + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@rsbuild/core': 0.6.8 + '@rsbuild/shared': 0.6.8(@swc/helpers@0.5.3) '@types/babel__core': 7.20.5 upath: 2.0.1 transitivePeerDependencies: - '@swc/helpers' - supports-color - '@rsbuild/plugin-vue-jsx@0.6.4(@babel/core@7.24.4)(@rsbuild/core@0.6.4)': + '@rsbuild/plugin-vue-jsx@0.6.8(@babel/core@7.24.5)(@rsbuild/core@0.6.8)': dependencies: - '@rsbuild/core': 0.6.4 - '@rsbuild/plugin-babel': 0.6.4(@rsbuild/core@0.6.4) - '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) + '@rsbuild/core': 0.6.8 + '@rsbuild/plugin-babel': 0.6.8(@rsbuild/core@0.6.8) + '@rsbuild/shared': 0.6.8(@swc/helpers@0.5.3) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) babel-plugin-vue-jsx-hmr: 1.0.0 transitivePeerDependencies: - '@babel/core' - '@swc/helpers' - supports-color - '@rsbuild/plugin-vue@0.6.4(@rsbuild/core@0.6.4)(esbuild@0.20.2)(vue@3.4.23(typescript@5.4.5))': + '@rsbuild/plugin-vue@0.6.8(@rsbuild/core@0.6.8)(esbuild@0.20.2)(vue@3.4.26(typescript@5.4.5))': dependencies: - '@rsbuild/core': 0.6.4 - '@rsbuild/shared': 0.6.4(@swc/helpers@0.5.3) - vue-loader: 17.4.2(vue@3.4.23(typescript@5.4.5))(webpack@5.91.0(esbuild@0.20.2)) + '@rsbuild/core': 0.6.8 + '@rsbuild/shared': 0.6.8(@swc/helpers@0.5.3) + vue-loader: 17.4.2(vue@3.4.26(typescript@5.4.5))(webpack@5.91.0(esbuild@0.20.2)) webpack: 5.91.0(esbuild@0.20.2) transitivePeerDependencies: - '@swc/core' @@ -3333,57 +3431,57 @@ snapshots: - vue - webpack-cli - '@rsbuild/shared@0.6.4(@swc/helpers@0.5.3)': + '@rsbuild/shared@0.6.8(@swc/helpers@0.5.3)': dependencies: - '@rspack/core': 0.6.2(@swc/helpers@0.5.3) - caniuse-lite: 1.0.30001611 + '@rspack/core': 0.6.3(@swc/helpers@0.5.3) + caniuse-lite: 1.0.30001614 postcss: 8.4.38 transitivePeerDependencies: - '@swc/helpers' - '@rspack/binding-darwin-arm64@0.6.2': + '@rspack/binding-darwin-arm64@0.6.3': optional: true - '@rspack/binding-darwin-x64@0.6.2': + '@rspack/binding-darwin-x64@0.6.3': optional: true - '@rspack/binding-linux-arm64-gnu@0.6.2': + '@rspack/binding-linux-arm64-gnu@0.6.3': optional: true - '@rspack/binding-linux-arm64-musl@0.6.2': + '@rspack/binding-linux-arm64-musl@0.6.3': optional: true - '@rspack/binding-linux-x64-gnu@0.6.2': + '@rspack/binding-linux-x64-gnu@0.6.3': optional: true - '@rspack/binding-linux-x64-musl@0.6.2': + '@rspack/binding-linux-x64-musl@0.6.3': optional: true - '@rspack/binding-win32-arm64-msvc@0.6.2': + '@rspack/binding-win32-arm64-msvc@0.6.3': optional: true - '@rspack/binding-win32-ia32-msvc@0.6.2': + '@rspack/binding-win32-ia32-msvc@0.6.3': optional: true - '@rspack/binding-win32-x64-msvc@0.6.2': + '@rspack/binding-win32-x64-msvc@0.6.3': optional: true - '@rspack/binding@0.6.2': + '@rspack/binding@0.6.3': optionalDependencies: - '@rspack/binding-darwin-arm64': 0.6.2 - '@rspack/binding-darwin-x64': 0.6.2 - '@rspack/binding-linux-arm64-gnu': 0.6.2 - '@rspack/binding-linux-arm64-musl': 0.6.2 - '@rspack/binding-linux-x64-gnu': 0.6.2 - '@rspack/binding-linux-x64-musl': 0.6.2 - '@rspack/binding-win32-arm64-msvc': 0.6.2 - '@rspack/binding-win32-ia32-msvc': 0.6.2 - '@rspack/binding-win32-x64-msvc': 0.6.2 - - '@rspack/core@0.6.2(@swc/helpers@0.5.3)': + '@rspack/binding-darwin-arm64': 0.6.3 + '@rspack/binding-darwin-x64': 0.6.3 + '@rspack/binding-linux-arm64-gnu': 0.6.3 + '@rspack/binding-linux-arm64-musl': 0.6.3 + '@rspack/binding-linux-x64-gnu': 0.6.3 + '@rspack/binding-linux-x64-musl': 0.6.3 + '@rspack/binding-win32-arm64-msvc': 0.6.3 + '@rspack/binding-win32-ia32-msvc': 0.6.3 + '@rspack/binding-win32-x64-msvc': 0.6.3 + + '@rspack/core@0.6.3(@swc/helpers@0.5.3)': dependencies: '@module-federation/runtime-tools': 0.1.6 - '@rspack/binding': 0.6.2 + '@rspack/binding': 0.6.3 browserslist: 4.23.0 enhanced-resolve: 5.12.0 events: 3.3.0 @@ -3557,22 +3655,22 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5))': dependencies: '@babel/core': 7.24.4 '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) - vite: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) - vue: 3.4.23(typescript@5.4.5) + vite: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + vue: 3.4.26(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.23(typescript@5.4.5))': + '@vitejs/plugin-vue@4.6.2(vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3))(vue@3.4.26(typescript@5.4.5))': dependencies: - vite: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) - vue: 3.4.23(typescript@5.4.5) + vite: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + vue: 3.4.26(typescript@5.4.5) - '@vitest/coverage-istanbul@1.5.0(vitest@1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3))': + '@vitest/coverage-istanbul@1.5.3(vitest@1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3))': dependencies: debug: 4.3.4 istanbul-lib-coverage: 3.2.2 @@ -3583,33 +3681,33 @@ snapshots: magicast: 0.3.4 picocolors: 1.0.0 test-exclude: 6.0.0 - vitest: 1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) + vitest: 1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) transitivePeerDependencies: - supports-color - '@vitest/expect@1.5.0': + '@vitest/expect@1.5.3': dependencies: - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@vitest/spy': 1.5.3 + '@vitest/utils': 1.5.3 chai: 4.4.1 - '@vitest/runner@1.5.0': + '@vitest/runner@1.5.3': dependencies: - '@vitest/utils': 1.5.0 + '@vitest/utils': 1.5.3 p-limit: 5.0.0 pathe: 1.1.2 - '@vitest/snapshot@1.5.0': + '@vitest/snapshot@1.5.3': dependencies: magic-string: 0.30.10 pathe: 1.1.2 pretty-format: 29.7.0 - '@vitest/spy@1.5.0': + '@vitest/spy@1.5.3': dependencies: tinyspy: 2.2.1 - '@vitest/utils@1.5.0': + '@vitest/utils@1.5.3': dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -3636,6 +3734,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.5)': + dependencies: + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.5) + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.24.5 + transitivePeerDependencies: + - supports-color + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4)': dependencies: '@babel/code-frame': 7.24.2 @@ -3645,6 +3761,15 @@ snapshots: '@babel/parser': 7.24.4 '@vue/compiler-sfc': 3.4.23 + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.5)': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/parser': 7.24.4 + '@vue/compiler-sfc': 3.4.23 + '@vue/compiler-core@3.4.23': dependencies: '@babel/parser': 7.24.4 @@ -3653,11 +3778,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.4.26': + dependencies: + '@babel/parser': 7.24.4 + '@vue/shared': 3.4.26 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + '@vue/compiler-dom@3.4.23': dependencies: '@vue/compiler-core': 3.4.23 '@vue/shared': 3.4.23 + '@vue/compiler-dom@3.4.26': + dependencies: + '@vue/compiler-core': 3.4.26 + '@vue/shared': 3.4.26 + '@vue/compiler-sfc@3.4.23': dependencies: '@babel/parser': 7.24.4 @@ -3670,36 +3808,55 @@ snapshots: postcss: 8.4.38 source-map-js: 1.2.0 + '@vue/compiler-sfc@3.4.26': + dependencies: + '@babel/parser': 7.24.4 + '@vue/compiler-core': 3.4.26 + '@vue/compiler-dom': 3.4.26 + '@vue/compiler-ssr': 3.4.26 + '@vue/shared': 3.4.26 + estree-walker: 2.0.2 + magic-string: 0.30.10 + postcss: 8.4.38 + source-map-js: 1.2.0 + '@vue/compiler-ssr@3.4.23': dependencies: '@vue/compiler-dom': 3.4.23 '@vue/shared': 3.4.23 + '@vue/compiler-ssr@3.4.26': + dependencies: + '@vue/compiler-dom': 3.4.26 + '@vue/shared': 3.4.26 + '@vue/devtools-api@6.6.1': {} - '@vue/reactivity@3.4.23': + '@vue/reactivity@3.4.26': dependencies: - '@vue/shared': 3.4.23 + '@vue/shared': 3.4.26 - '@vue/runtime-core@3.4.23': + '@vue/runtime-core@3.4.26': dependencies: - '@vue/reactivity': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/reactivity': 3.4.26 + '@vue/shared': 3.4.26 - '@vue/runtime-dom@3.4.23': + '@vue/runtime-dom@3.4.26': dependencies: - '@vue/runtime-core': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/runtime-core': 3.4.26 + '@vue/shared': 3.4.26 csstype: 3.1.3 - '@vue/server-renderer@3.4.23(vue@3.4.23(typescript@5.4.5))': + '@vue/server-renderer@3.4.26(vue@3.4.26(typescript@5.4.5))': dependencies: - '@vue/compiler-ssr': 3.4.23 - '@vue/shared': 3.4.23 - vue: 3.4.23(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.26 + '@vue/shared': 3.4.26 + vue: 3.4.26(typescript@5.4.5) '@vue/shared@3.4.23': {} + '@vue/shared@3.4.26': {} + '@vue/test-utils@2.4.5': dependencies: js-beautify: 1.15.1 @@ -3783,9 +3940,7 @@ snapshots: '@xtuc/ieee754@1.2.0': {} - '@xtuc/long@4.2.2': - dependencies: - esbuild: 0.13.15 + '@xtuc/long@4.2.2': {} abab@2.0.6: {} @@ -3858,8 +4013,8 @@ snapshots: babel-plugin-vue-jsx-hmr@1.0.0: dependencies: - '@babel/core': 7.24.4 - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5) transitivePeerDependencies: - supports-color @@ -3897,6 +4052,8 @@ snapshots: caniuse-lite@1.0.30001611: {} + caniuse-lite@1.0.30001614: {} + chai@4.4.1: dependencies: assertion-error: 1.1.0 @@ -4058,7 +4215,7 @@ snapshots: enhanced-resolve@5.12.0: dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 tapable: 2.2.1 enhanced-resolve@5.16.0: @@ -4086,77 +4243,6 @@ snapshots: es-module-lexer@1.5.0: {} - esbuild-android-arm64@0.13.15: - optional: true - - esbuild-darwin-64@0.13.15: - optional: true - - esbuild-darwin-arm64@0.13.15: - optional: true - - esbuild-freebsd-64@0.13.15: - optional: true - - esbuild-freebsd-arm64@0.13.15: - optional: true - - esbuild-linux-32@0.13.15: - optional: true - - esbuild-linux-64@0.13.15: - optional: true - - esbuild-linux-arm64@0.13.15: - optional: true - - esbuild-linux-arm@0.13.15: - optional: true - - esbuild-linux-mips64le@0.13.15: - optional: true - - esbuild-linux-ppc64le@0.13.15: - optional: true - - esbuild-netbsd-64@0.13.15: - optional: true - - esbuild-openbsd-64@0.13.15: - optional: true - - esbuild-sunos-64@0.13.15: - optional: true - - esbuild-windows-32@0.13.15: - optional: true - - esbuild-windows-64@0.13.15: - optional: true - - esbuild-windows-arm64@0.13.15: - optional: true - - esbuild@0.13.15: - optionalDependencies: - esbuild-android-arm64: 0.13.15 - esbuild-darwin-64: 0.13.15 - esbuild-darwin-arm64: 0.13.15 - esbuild-freebsd-64: 0.13.15 - esbuild-freebsd-arm64: 0.13.15 - esbuild-linux-32: 0.13.15 - esbuild-linux-64: 0.13.15 - esbuild-linux-arm: 0.13.15 - esbuild-linux-arm64: 0.13.15 - esbuild-linux-mips64le: 0.13.15 - esbuild-linux-ppc64le: 0.13.15 - esbuild-netbsd-64: 0.13.15 - esbuild-openbsd-64: 0.13.15 - esbuild-sunos-64: 0.13.15 - esbuild-windows-32: 0.13.15 - esbuild-windows-64: 0.13.15 - esbuild-windows-arm64: 0.13.15 - esbuild@0.20.2: optionalDependencies: '@esbuild/aix-ppc64': 0.20.2 @@ -4435,12 +4521,9 @@ snapshots: html-escaper@2.0.2: {} - html-rspack-plugin@5.6.2(@rspack/core@0.6.2(@swc/helpers@0.5.3)): - dependencies: - lodash: 4.17.21 - tapable: 2.2.1 + html-rspack-plugin@5.7.0(@rspack/core@0.6.3(@swc/helpers@0.5.3)): optionalDependencies: - '@rspack/core': 0.6.2(@swc/helpers@0.5.3) + '@rspack/core': 0.6.3(@swc/helpers@0.5.3) html-tags@3.3.1: {} @@ -4521,7 +4604,7 @@ snapshots: istanbul-lib-instrument@6.0.2: dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/parser': 7.24.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -4977,7 +5060,7 @@ snapshots: rrweb-cssom@0.6.0: {} - rslog@1.2.1: {} + rslog@1.2.2: {} rspack-plugin-virtual-module@0.1.12: dependencies: @@ -5190,13 +5273,13 @@ snapshots: util-deprecate@1.0.2: {} - vite-node@1.5.0(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3): + vite-node@1.5.3(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + vite: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) transitivePeerDependencies: - '@types/node' - less @@ -5207,7 +5290,7 @@ snapshots: - supports-color - terser - vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3): + vite@5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3): dependencies: esbuild: 0.20.2 postcss: 8.4.38 @@ -5218,18 +5301,18 @@ snapshots: less: 4.2.0 terser: 5.30.3 - vitest-canvas-mock@0.3.3(vitest@1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)): + vitest-canvas-mock@0.3.3(vitest@1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3)): dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) + vitest: 1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3) - vitest@1.5.0(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3): + vitest@1.5.3(@types/node@18.19.31)(jsdom@22.1.0)(less@4.2.0)(terser@5.30.3): dependencies: - '@vitest/expect': 1.5.0 - '@vitest/runner': 1.5.0 - '@vitest/snapshot': 1.5.0 - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@vitest/expect': 1.5.3 + '@vitest/runner': 1.5.3 + '@vitest/snapshot': 1.5.3 + '@vitest/spy': 1.5.3 + '@vitest/utils': 1.5.3 acorn-walk: 8.3.2 chai: 4.4.1 debug: 4.3.4 @@ -5242,8 +5325,8 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.7.0 tinypool: 0.8.4 - vite: 5.2.9(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) - vite-node: 1.5.0(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + vite: 5.2.10(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) + vite-node: 1.5.3(@types/node@18.19.31)(less@4.2.0)(terser@5.30.3) why-is-node-running: 2.2.2 optionalDependencies: '@types/node': 18.19.31 @@ -5272,27 +5355,27 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.4.2(vue@3.4.23(typescript@5.4.5))(webpack@5.91.0(esbuild@0.20.2)): + vue-loader@17.4.2(vue@3.4.26(typescript@5.4.5))(webpack@5.91.0(esbuild@0.20.2)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.1 webpack: 5.91.0(esbuild@0.20.2) optionalDependencies: - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) - vue-router@4.3.2(vue@3.4.23(typescript@5.4.5)): + vue-router@4.3.2(vue@3.4.26(typescript@5.4.5)): dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) - vue@3.4.23(typescript@5.4.5): + vue@3.4.26(typescript@5.4.5): dependencies: - '@vue/compiler-dom': 3.4.23 - '@vue/compiler-sfc': 3.4.23 - '@vue/runtime-dom': 3.4.23 - '@vue/server-renderer': 3.4.23(vue@3.4.23(typescript@5.4.5)) - '@vue/shared': 3.4.23 + '@vue/compiler-dom': 3.4.26 + '@vue/compiler-sfc': 3.4.26 + '@vue/runtime-dom': 3.4.26 + '@vue/server-renderer': 3.4.26(vue@3.4.26(typescript@5.4.5)) + '@vue/shared': 3.4.26 optionalDependencies: typescript: 5.4.5 @@ -5303,7 +5386,7 @@ snapshots: watchpack@2.4.1: dependencies: glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 webidl-conversions@7.0.0: {}