From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:46:31 +0000 (+0800) Subject: chore(deps): update all non-major dependencies (#579) X-Git-Tag: v3.11.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac9645ee9da7ffdc3373dfb85959a97df0190cc;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update all non-major dependencies (#579) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang --- diff --git a/index.ts b/index.ts index 758694ad..57819259 100755 --- a/index.ts +++ b/index.ts @@ -535,7 +535,7 @@ async function init() { root, () => {}, (filepath) => { - if (filepath.endsWith('.js')) { + if (filepath.endsWith('.js') && !filepath.endsWith('eslint.config.js')) { const tsFilePath = filepath.replace(/\.js$/, '.ts') if (fs.existsSync(tsFilePath)) { fs.unlinkSync(filepath) diff --git a/package.json b/package.json index 086c470c..c5cacee1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/eslint": "^9.6.1", "@types/node": "^20.16.11", "@types/prompts": "^2.4.9", - "@vue/create-eslint-config": "0.4.1", + "@vue/create-eslint-config": "0.4.2", "@vue/tsconfig": "^0.5.1", "ejs": "^3.1.10", "esbuild": "^0.24.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aed5b376..69523d5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^2.4.9 version: 2.4.9 '@vue/create-eslint-config': - specifier: 0.4.1 - version: 0.4.1 + specifier: 0.4.2 + version: 0.4.2 '@vue/tsconfig': specifier: ^0.5.1 version: 0.5.1 @@ -63,12 +63,12 @@ importers: template/base: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) devDependencies: '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + version: 5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) vite: specifier: ^5.4.8 version: 5.4.8(@types/node@22.7.5) @@ -85,8 +85,8 @@ importers: template/config/cypress-ct: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) devDependencies: cypress: specifier: ^13.15.0 @@ -96,17 +96,17 @@ importers: devDependencies: vite-plugin-vue-devtools: specifier: ^7.4.6 - version: 7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + version: 7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) template/config/jsx: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) devDependencies: '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + version: 4.0.1(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) vite: specifier: ^5.4.8 version: 5.4.8(@types/node@22.7.5) @@ -115,10 +115,10 @@ importers: devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@22.7.5)(vue@3.5.11(typescript@5.6.2)) + version: 3.1.2(@types/node@22.7.5)(vue@3.5.12(typescript@5.6.2)) '@vitejs/plugin-vue': specifier: ^5.1.4 - version: 5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + version: 5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) chromedriver: specifier: ^129.0.4 version: 129.0.4 @@ -141,8 +141,8 @@ importers: template/config/nightwatch-ct: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) devDependencies: '@vue/test-utils': specifier: ^2.4.6 @@ -152,10 +152,10 @@ importers: dependencies: pinia: specifier: ^2.2.4 - version: 2.2.4(typescript@5.6.2)(vue@3.5.11(typescript@5.6.2)) + version: 2.2.4(typescript@5.6.2)(vue@3.5.12(typescript@5.6.2)) vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) template/config/playwright: devDependencies: @@ -166,11 +166,11 @@ importers: template/config/router: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) vue-router: specifier: ^4.4.5 - version: 4.4.5(vue@3.5.11(typescript@5.6.2)) + version: 4.4.5(vue@3.5.12(typescript@5.6.2)) template/config/typescript: devDependencies: @@ -190,8 +190,8 @@ importers: template/config/vitest: dependencies: vue: - specifier: ^3.5.11 - version: 3.5.11(typescript@5.6.2) + specifier: ^3.5.12 + version: 3.5.12(typescript@5.6.2) devDependencies: '@vue/test-utils': specifier: ^2.4.6 @@ -1247,20 +1247,32 @@ packages: '@vue/compiler-core@3.5.11': resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==} + '@vue/compiler-core@3.5.12': + resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==} + '@vue/compiler-dom@3.5.11': resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==} + '@vue/compiler-dom@3.5.12': + resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==} + '@vue/compiler-sfc@3.5.11': resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==} + '@vue/compiler-sfc@3.5.12': + resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==} + '@vue/compiler-ssr@3.5.11': resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==} + '@vue/compiler-ssr@3.5.12': + resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==} + '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} - '@vue/create-eslint-config@0.4.1': - resolution: {integrity: sha512-9AQ37YCSTSqP6vRv9rp9jri9Iv34UJP0WLD+FsVNYjDOxT37533zgOGZk4w3sw0KIAX8gxcgYx+5QFDuNQUhoA==} + '@vue/create-eslint-config@0.4.2': + resolution: {integrity: sha512-XtkQxGdksNvG2xXpzYLhwNBFHp+7ROEmodbCY1AJ9RTIMpt8A44CHbBVbzdOTk9zev5rFLAb91rj5Tf3D2bENw==} engines: {node: ^16.14.0 || >= 18.0.0} hasBin: true @@ -1286,23 +1298,26 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.11': - resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==} + '@vue/reactivity@3.5.12': + resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} - '@vue/runtime-core@3.5.11': - resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==} + '@vue/runtime-core@3.5.12': + resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==} - '@vue/runtime-dom@3.5.11': - resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==} + '@vue/runtime-dom@3.5.12': + resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==} - '@vue/server-renderer@3.5.11': - resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==} + '@vue/server-renderer@3.5.12': + resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==} peerDependencies: - vue: 3.5.11 + vue: 3.5.12 '@vue/shared@3.5.11': resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==} + '@vue/shared@3.5.12': + resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -3829,8 +3844,8 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.5.11: - resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==} + vue@3.5.12: + resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4581,10 +4596,10 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@22.7.5)(vue@3.5.11(typescript@5.6.2))': + '@nightwatch/vue@3.1.2(@types/node@22.7.5)(vue@3.5.12(typescript@5.6.2))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) get-port: 5.1.1 vite: 4.5.5(@types/node@22.7.5) vite-plugin-nightwatch: 0.4.6 @@ -4778,25 +4793,25 @@ snapshots: '@types/node': 20.16.11 optional: true - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2))': dependencies: '@babel/core': 7.25.8 '@babel/plugin-transform-typescript': 7.25.7(@babel/core@7.25.8) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.8) vite: 5.4.8(@types/node@22.7.5) - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2))': dependencies: vite: 4.5.5(@types/node@22.7.5) - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) - '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2))': dependencies: vite: 5.4.8(@types/node@22.7.5) - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) '@vitest/expect@2.1.2': dependencies: @@ -4813,6 +4828,14 @@ snapshots: optionalDependencies: vite: 5.4.8(@types/node@20.16.11) + '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5))': + dependencies: + '@vitest/spy': 2.1.2 + estree-walker: 3.0.3 + magic-string: 0.30.11 + optionalDependencies: + vite: 5.4.8(@types/node@22.7.5) + '@vitest/pretty-format@2.1.2': dependencies: tinyrainbow: 1.2.0 @@ -4888,11 +4911,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.12': + dependencies: + '@babel/parser': 7.25.8 + '@vue/shared': 3.5.12 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.5.11': dependencies: '@vue/compiler-core': 3.5.11 '@vue/shared': 3.5.11 + '@vue/compiler-dom@3.5.12': + dependencies: + '@vue/compiler-core': 3.5.12 + '@vue/shared': 3.5.12 + '@vue/compiler-sfc@3.5.11': dependencies: '@babel/parser': 7.25.8 @@ -4905,17 +4941,34 @@ snapshots: postcss: 8.4.47 source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.12': + dependencies: + '@babel/parser': 7.25.8 + '@vue/compiler-core': 3.5.12 + '@vue/compiler-dom': 3.5.12 + '@vue/compiler-ssr': 3.5.12 + '@vue/shared': 3.5.12 + estree-walker: 2.0.2 + magic-string: 0.30.11 + postcss: 8.4.47 + source-map-js: 1.2.1 + '@vue/compiler-ssr@3.5.11': dependencies: '@vue/compiler-dom': 3.5.11 '@vue/shared': 3.5.11 + '@vue/compiler-ssr@3.5.12': + dependencies: + '@vue/compiler-dom': 3.5.12 + '@vue/shared': 3.5.12 + '@vue/compiler-vue2@2.7.16': dependencies: de-indent: 1.0.2 he: 1.2.0 - '@vue/create-eslint-config@0.4.1': + '@vue/create-eslint-config@0.4.2': dependencies: ejs: 3.1.10 enquirer: 2.4.1 @@ -4923,7 +4976,7 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.4.6(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2))': + '@vue/devtools-core@7.4.6(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2))': dependencies: '@vue/devtools-kit': 7.4.6 '@vue/devtools-shared': 7.4.6 @@ -4931,7 +4984,7 @@ snapshots: nanoid: 3.3.7 pathe: 1.1.2 vite-hot-client: 0.2.3(vite@5.4.8(@types/node@22.7.5)) - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) transitivePeerDependencies: - vite @@ -4962,30 +5015,32 @@ snapshots: optionalDependencies: typescript: 5.5.4 - '@vue/reactivity@3.5.11': + '@vue/reactivity@3.5.12': dependencies: - '@vue/shared': 3.5.11 + '@vue/shared': 3.5.12 - '@vue/runtime-core@3.5.11': + '@vue/runtime-core@3.5.12': dependencies: - '@vue/reactivity': 3.5.11 - '@vue/shared': 3.5.11 + '@vue/reactivity': 3.5.12 + '@vue/shared': 3.5.12 - '@vue/runtime-dom@3.5.11': + '@vue/runtime-dom@3.5.12': dependencies: - '@vue/reactivity': 3.5.11 - '@vue/runtime-core': 3.5.11 - '@vue/shared': 3.5.11 + '@vue/reactivity': 3.5.12 + '@vue/runtime-core': 3.5.12 + '@vue/shared': 3.5.12 csstype: 3.1.3 - '@vue/server-renderer@3.5.11(vue@3.5.11(typescript@5.6.2))': + '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.2))': dependencies: - '@vue/compiler-ssr': 3.5.11 - '@vue/shared': 3.5.11 - vue: 3.5.11(typescript@5.6.2) + '@vue/compiler-ssr': 3.5.12 + '@vue/shared': 3.5.12 + vue: 3.5.12(typescript@5.6.2) '@vue/shared@3.5.11': {} + '@vue/shared@3.5.12': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 @@ -5012,7 +5067,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -5516,10 +5571,6 @@ snapshots: optionalDependencies: supports-color: 8.1.1 - debug@4.3.7: - dependencies: - ms: 2.1.3 - debug@4.3.7(supports-color@8.1.1): dependencies: ms: 2.1.3 @@ -6153,7 +6204,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -6166,7 +6217,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -6501,7 +6552,7 @@ snapshots: dependencies: chalk: 5.3.0 commander: 12.1.0 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) execa: 8.0.1 lilconfig: 3.1.2 listr2: 8.2.5 @@ -6927,11 +6978,11 @@ snapshots: pify@2.3.0: {} - pinia@2.2.4(typescript@5.6.2)(vue@3.5.11(typescript@5.6.2)): + pinia@2.2.4(typescript@5.6.2)(vue@3.5.12(typescript@5.6.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.11(typescript@5.6.2) - vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.2)) + vue: 3.5.12(typescript@5.6.2) + vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.2)) optionalDependencies: typescript: 5.6.2 @@ -7507,7 +7558,7 @@ snapshots: vite-node@2.1.2(@types/node@20.16.11): dependencies: cac: 6.7.14 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) pathe: 1.1.2 vite: 5.4.8(@types/node@20.16.11) transitivePeerDependencies: @@ -7568,9 +7619,9 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)): + vite-plugin-vue-devtools@7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)): dependencies: - '@vue/devtools-core': 7.4.6(vite@5.4.8(@types/node@22.7.5))(vue@3.5.11(typescript@5.6.2)) + '@vue/devtools-core': 7.4.6(vite@5.4.8(@types/node@22.7.5))(vue@3.5.12(typescript@5.6.2)) '@vue/devtools-kit': 7.4.6 '@vue/devtools-shared': 7.4.6 execa: 8.0.1 @@ -7636,7 +7687,7 @@ snapshots: '@vitest/spy': 2.1.2 '@vitest/utils': 2.1.2 chai: 5.1.1 - debug: 4.3.7 + debug: 4.3.7(supports-color@8.1.1) magic-string: 0.30.11 pathe: 1.1.2 std-env: 3.7.0 @@ -7664,7 +7715,7 @@ snapshots: vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1): dependencies: '@vitest/expect': 2.1.2 - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@20.16.11)) + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5)) '@vitest/pretty-format': 2.1.2 '@vitest/runner': 2.1.2 '@vitest/snapshot': 2.1.2 @@ -7700,14 +7751,14 @@ snapshots: vue-component-type-helpers@2.1.6: {} - vue-demi@0.14.10(vue@3.5.11(typescript@5.6.2)): + vue-demi@0.14.10(vue@3.5.12(typescript@5.6.2)): dependencies: - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) - vue-router@4.4.5(vue@3.5.11(typescript@5.6.2)): + vue-router@4.4.5(vue@3.5.12(typescript@5.6.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.11(typescript@5.6.2) + vue: 3.5.12(typescript@5.6.2) vue-tsc@2.1.6(typescript@5.5.4): dependencies: @@ -7716,13 +7767,13 @@ snapshots: semver: 7.6.3 typescript: 5.5.4 - vue@3.5.11(typescript@5.6.2): + vue@3.5.12(typescript@5.6.2): dependencies: - '@vue/compiler-dom': 3.5.11 - '@vue/compiler-sfc': 3.5.11 - '@vue/runtime-dom': 3.5.11 - '@vue/server-renderer': 3.5.11(vue@3.5.11(typescript@5.6.2)) - '@vue/shared': 3.5.11 + '@vue/compiler-dom': 3.5.12 + '@vue/compiler-sfc': 3.5.12 + '@vue/runtime-dom': 3.5.12 + '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.2)) + '@vue/shared': 3.5.12 optionalDependencies: typescript: 5.6.2 diff --git a/template/base/package.json b/template/base/package.json index 5ad05271..71120227 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -7,7 +7,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.11" + "vue": "^3.5.12" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index aed1cbd4..2f3cc9bb 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -4,7 +4,7 @@ "test:unit:dev": "cypress open --component" }, "dependencies": { - "vue": "^3.5.11" + "vue": "^3.5.12" }, "devDependencies": { "cypress": "^13.15.0" diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index c1796ee2..7b5732a6 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.5.11" + "vue": "^3.5.12" }, "devDependencies": { "@vitejs/plugin-vue-jsx": "^4.0.1", diff --git a/template/config/nightwatch-ct/package.json b/template/config/nightwatch-ct/package.json index f7ab2167..21adf874 100644 --- a/template/config/nightwatch-ct/package.json +++ b/template/config/nightwatch-ct/package.json @@ -3,7 +3,7 @@ "test:unit": "nightwatch src/**/__tests__/*" }, "dependencies": { - "vue": "^3.5.11" + "vue": "^3.5.12" }, "devDependencies": { "@vue/test-utils": "^2.4.6" diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index c28efd55..610af987 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,6 +1,6 @@ { "dependencies": { "pinia": "^2.2.4", - "vue": "^3.5.11" + "vue": "^3.5.12" } } diff --git a/template/config/router/package.json b/template/config/router/package.json index ca518290..c2fb0d8b 100644 --- a/template/config/router/package.json +++ b/template/config/router/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.5.11", + "vue": "^3.5.12", "vue-router": "^4.4.5" } } diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index e1688c17..115bfb00 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -3,7 +3,7 @@ "test:unit": "vitest" }, "dependencies": { - "vue": "^3.5.11" + "vue": "^3.5.12" }, "devDependencies": { "@vue/test-utils": "^2.4.6", diff --git a/template/eslint/package.json b/template/eslint/package.json index 71be6484..d12bad94 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@vitest/eslint-plugin": "1.1.7", - "eslint-plugin-cypress": "^3.5.0", - "eslint-plugin-playwright": "^1.6.2" + "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-playwright": "^1.7.0" } }