diff --git a/package.json b/package.json index c3d19a4c..35bf7545 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.14.0", "description": "🛠️ The recommended way to start a Vite-powered Vue project", "type": "module", - "packageManager": "pnpm@9.15.4", + "packageManager": "pnpm@9.15.5", "bin": { "create-vue": "outfile.cjs" }, @@ -40,7 +40,7 @@ "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/eslint": "^9.6.1", - "@types/node": "^22.12.0", + "@types/node": "^22.13.0", "@types/prompts": "^2.4.9", "@vue/create-eslint-config": "^0.7.2", "@vue/tsconfig": "^0.7.0", @@ -52,8 +52,8 @@ "lint-staged": "^15.4.3", "prettier": "^3.4.2", "prompts": "^2.4.2", - "vitest": "^3.0.4", - "zx": "^8.3.0" + "vitest": "^3.0.5", + "zx": "^8.3.2" }, "lint-staged": { "*.{js,ts,vue,json}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 274ab83b..152c3524 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^9.6.1 version: 9.6.1 '@types/node': - specifier: ^22.12.0 - version: 22.12.0 + specifier: ^22.13.0 + version: 22.13.0 '@types/prompts': specifier: ^2.4.9 version: 2.4.9 @@ -51,11 +51,11 @@ importers: specifier: ^2.4.2 version: 2.4.2 vitest: - specifier: ^3.0.4 - version: 3.0.4(@types/node@22.12.0)(jsdom@26.0.0)(yaml@2.7.0) + specifier: ^3.0.5 + version: 3.0.5(@types/node@22.13.0)(jsdom@26.0.0)(yaml@2.7.0) zx: - specifier: ^8.3.0 - version: 8.3.0 + specifier: ^8.3.2 + version: 8.3.2 template/base: dependencies: @@ -65,13 +65,13 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) + version: 5.2.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) vite: specifier: ^6.0.11 - version: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + version: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) vite-plugin-vue-devtools: specifier: ^7.7.1 - version: 7.7.1(rollup@4.24.0)(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) + version: 7.7.1(rollup@4.24.0)(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) template/config/cypress: devDependencies: @@ -100,19 +100,19 @@ importers: devDependencies: '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) + version: 4.1.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) vite: specifier: ^6.0.11 - version: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + version: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) template/config/nightwatch: devDependencies: '@nightwatch/vue': specifier: ^3.1.2 - version: 3.1.2(@types/node@22.12.0)(vue@3.5.13(typescript@5.7.3)) + version: 3.1.2(@types/node@22.13.0)(vue@3.5.13(typescript@5.7.3)) '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) + version: 5.2.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) chromedriver: specifier: ^132.0.2 version: 132.0.2 @@ -124,10 +124,10 @@ importers: version: 3.11.0(chromedriver@132.0.2)(geckodriver@5.0.0) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.12.0)(typescript@5.7.3) + version: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) vite: specifier: ^6.0.11 - version: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + version: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) vite-plugin-nightwatch: specifier: ^0.4.6 version: 0.4.6 @@ -154,8 +154,8 @@ importers: template/config/playwright: devDependencies: '@playwright/test': - specifier: ^1.50.0 - version: 1.50.0 + specifier: ^1.50.1 + version: 1.50.1 template/config/router: dependencies: @@ -169,8 +169,8 @@ importers: template/config/typescript: devDependencies: '@types/node': - specifier: ^22.12.0 - version: 22.12.0 + specifier: ^22.13.0 + version: 22.13.0 npm-run-all2: specifier: ^7.0.2 version: 7.0.2 @@ -194,8 +194,8 @@ importers: specifier: ^26.0.0 version: 26.0.0 vitest: - specifier: ^3.0.4 - version: 3.0.4(@types/node@22.12.0)(jsdom@26.0.0)(yaml@2.7.0) + specifier: ^3.0.5 + version: 3.0.5(@types/node@22.13.0)(jsdom@26.0.0)(yaml@2.7.0) template/tsconfig/base: devDependencies: @@ -860,8 +860,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.50.0': - resolution: {integrity: sha512-ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==} + '@playwright/test@1.50.1': + resolution: {integrity: sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==} engines: {node: '>=18'} hasBin: true @@ -1033,8 +1033,8 @@ packages: '@types/nightwatch@2.3.32': resolution: {integrity: sha512-RXAWpe83AERF0MbRHXaEJlMQGDtA6BW5sgbn2jO0z04yzbxc4gUvzaJwHpGULBSa2QKUHfBZoLwe/tuQx0PWLg==} - '@types/node@22.12.0': - resolution: {integrity: sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==} + '@types/node@22.13.0': + resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} '@types/prompts@2.4.9': resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==} @@ -1078,11 +1078,11 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/expect@3.0.4': - resolution: {integrity: sha512-Nm5kJmYw6P2BxhJPkO3eKKhGYKRsnqJqf+r0yOGRKpEP+bSCBDsjXgiu1/5QFrnPMEgzfC38ZEjvCFgaNBC0Eg==} + '@vitest/expect@3.0.5': + resolution: {integrity: sha512-nNIOqupgZ4v5jWuQx2DSlHLEs7Q4Oh/7AYwNyE+k0UQzG7tSmjPXShUikn1mpNGzYEN2jJbTvLejwShMitovBA==} - '@vitest/mocker@3.0.4': - resolution: {integrity: sha512-gEef35vKafJlfQbnyOXZ0Gcr9IBUsMTyTLXsEQwuyYAerpHqvXhzdBnDFuHLpFqth3F7b6BaFr4qV/Cs1ULx5A==} + '@vitest/mocker@3.0.5': + resolution: {integrity: sha512-CLPNBFBIE7x6aEGbIjaQAX03ZZlBMaWwAjBdMkIf/cAn6xzLTiM3zYqO/WAbieEjsAZir6tO71mzeHZoodThvw==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 @@ -1092,20 +1092,20 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.4': - resolution: {integrity: sha512-ts0fba+dEhK2aC9PFuZ9LTpULHpY/nd6jhAQ5IMU7Gaj7crPCTdCFfgvXxruRBLFS+MLraicCuFXxISEq8C93g==} + '@vitest/pretty-format@3.0.5': + resolution: {integrity: sha512-CjUtdmpOcm4RVtB+up8r2vVDLR16Mgm/bYdkGFe3Yj/scRfCpbSi2W/BDSDcFK7ohw8UXvjMbOp9H4fByd/cOA==} - '@vitest/runner@3.0.4': - resolution: {integrity: sha512-dKHzTQ7n9sExAcWH/0sh1elVgwc7OJ2lMOBrAm73J7AH6Pf9T12Zh3lNE1TETZaqrWFXtLlx3NVrLRb5hCK+iw==} + '@vitest/runner@3.0.5': + resolution: {integrity: sha512-BAiZFityFexZQi2yN4OX3OkJC6scwRo8EhRB0Z5HIGGgd2q+Nq29LgHU/+ovCtd0fOfXj5ZI6pwdlUmC5bpi8A==} - '@vitest/snapshot@3.0.4': - resolution: {integrity: sha512-+p5knMLwIk7lTQkM3NonZ9zBewzVp9EVkVpvNta0/PlFWpiqLaRcF4+33L1it3uRUCh0BGLOaXPPGEjNKfWb4w==} + '@vitest/snapshot@3.0.5': + resolution: {integrity: sha512-GJPZYcd7v8QNUJ7vRvLDmRwl+a1fGg4T/54lZXe+UOGy47F9yUfE18hRCtXL5aHN/AONu29NGzIXSVFh9K0feA==} - '@vitest/spy@3.0.4': - resolution: {integrity: sha512-sXIMF0oauYyUy2hN49VFTYodzEAu744MmGcPR3ZBsPM20G+1/cSW/n1U+3Yu/zHxX2bIDe1oJASOkml+osTU6Q==} + '@vitest/spy@3.0.5': + resolution: {integrity: sha512-5fOzHj0WbUNqPK6blI/8VzZdkBlQLnT25knX0r4dbZI9qoZDf3qAdjoMmDcLG5A83W6oUUFJgUd0EYBc2P5xqg==} - '@vitest/utils@3.0.4': - resolution: {integrity: sha512-8BqC1ksYsHtbWH+DfpOAKrFw3jl3Uf9J7yeFh85Pz52IWuh1hBBtyfEbRNNZNjl8H8A5yMLH9/t+k7HIKzQcZQ==} + '@vitest/utils@3.0.5': + resolution: {integrity: sha512-N9AX0NUoUtVwKwy21JtwzaqR5L5R5A99GAbrHfCCXK1lp593i/3AZAXhSP43wRQuxYsflrdzEfXZFo1reR1Nkg==} '@volar/language-core@2.4.11': resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==} @@ -3078,13 +3078,13 @@ packages: piscina@4.7.0: resolution: {integrity: sha512-b8hvkpp9zS0zsfa939b/jXbe64Z2gZv0Ha7FYPNUiDIB1y2AtxcOZdfP8xN8HFjUaqQiT9gRlfjAsoL8vdJ1Iw==} - playwright-core@1.50.0: - resolution: {integrity: sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==} + playwright-core@1.50.1: + resolution: {integrity: sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==} engines: {node: '>=18'} hasBin: true - playwright@1.50.0: - resolution: {integrity: sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==} + playwright@1.50.1: + resolution: {integrity: sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==} engines: {node: '>=18'} hasBin: true @@ -3617,8 +3617,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.4: - resolution: {integrity: sha512-7JZKEzcYV2Nx3u6rlvN8qdo3QV7Fxyt6hx+CCKz9fbWxdX5IvUOmTWEAxMrWxaiSf7CKGLJQ5rFu8prb/jBjOA==} + vite-node@3.0.5: + resolution: {integrity: sha512-02JEJl7SbtwSDJdYS537nU6l+ktdvcREfLksk/NDAqtdKWGqHl+joXzEubHROmS3E6pip+Xgu2tFezMu75jH7A==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -3714,16 +3714,16 @@ packages: yaml: optional: true - vitest@3.0.4: - resolution: {integrity: sha512-6XG8oTKy2gnJIFTHP6LD7ExFeNLxiTkK3CfMvT7IfR8IN+BYICCf0lXUQmX7i7JoxUP8QmeP4mTnWXgflu4yjw==} + vitest@3.0.5: + resolution: {integrity: sha512-4dof+HvqONw9bvsYxtkfUp2uHsTN9bV2CZIi1pWgoFpL1Lld8LA1ka9q/ONSsoScAKG7NVGf2stJTI7XRkXb2Q==} 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.4 - '@vitest/ui': 3.0.4 + '@vitest/browser': 3.0.5 + '@vitest/ui': 3.0.5 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -3927,8 +3927,8 @@ packages: resolution: {integrity: sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==} engines: {node: '>= 10'} - zx@8.3.0: - resolution: {integrity: sha512-L8mY3yfJwo3a8ZDD6f9jZzAcRWJZYcV8GauZmBxLB/aSTwaMzMIEVpPp2Kyx+7yF0gdvuxKnMxAZRft9UCawiw==} + zx@8.3.2: + resolution: {integrity: sha512-qjTunv1NClO05jDaUjrNZfpqC9yvNCchge/bzOcQevsh1aM5qE3TG6MY24kuQKlOWx+7vNuhqO2wa9nQCIGvZA==} engines: {node: '>= 12.17.0'} hasBin: true @@ -4474,12 +4474,12 @@ snapshots: dependencies: archiver: 5.3.2 - '@nightwatch/vue@3.1.2(@types/node@22.12.0)(vue@3.5.13(typescript@5.7.3))': + '@nightwatch/vue@3.1.2(@types/node@22.13.0)(vue@3.5.13(typescript@5.7.3))': dependencies: '@nightwatch/esbuild-utils': 0.2.1 - '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@22.12.0))(vue@3.5.13(typescript@5.7.3)) + '@vitejs/plugin-vue': 4.6.2(vite@4.5.5(@types/node@22.13.0))(vue@3.5.13(typescript@5.7.3)) get-port: 5.1.1 - vite: 4.5.5(@types/node@22.12.0) + vite: 4.5.5(@types/node@22.13.0) vite-plugin-nightwatch: 0.4.6 optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -4501,9 +4501,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.50.0': + '@playwright/test@1.50.1': dependencies: - playwright: 1.50.0 + playwright: 1.50.1 '@polka/url@1.0.0-next.28': {} @@ -4619,12 +4619,12 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.12.0 + '@types/node': 22.13.0 optional: true '@types/jsdom@21.1.7': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -4632,28 +4632,28 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 optional: true '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.0 - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/selenium-webdriver': 4.1.26 devtools-protocol: 0.0.1025565 - '@types/node@22.12.0': + '@types/node@22.13.0': dependencies: undici-types: 6.20.0 '@types/prompts@2.4.9': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 kleur: 3.0.3 '@types/selenium-webdriver@4.1.26': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/ws': 8.5.12 '@types/sinonjs__fake-timers@8.1.1': {} @@ -4664,70 +4664,70 @@ snapshots: '@types/ws@8.5.12': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 optional: true - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@22.12.0))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@22.13.0))(vue@3.5.13(typescript@5.7.3))': dependencies: - vite: 4.5.5(@types/node@22.12.0) + vite: 4.5.5(@types/node@22.13.0) vue: 3.5.13(typescript@5.7.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': dependencies: - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) vue: 3.5.13(typescript@5.7.3) - '@vitest/expect@3.0.4': + '@vitest/expect@3.0.5': dependencies: - '@vitest/spy': 3.0.4 - '@vitest/utils': 3.0.4 + '@vitest/spy': 3.0.5 + '@vitest/utils': 3.0.5 chai: 5.1.2 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.4(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))': + '@vitest/mocker@3.0.5(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))': dependencies: - '@vitest/spy': 3.0.4 + '@vitest/spy': 3.0.5 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) - '@vitest/pretty-format@3.0.4': + '@vitest/pretty-format@3.0.5': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.0.4': + '@vitest/runner@3.0.5': dependencies: - '@vitest/utils': 3.0.4 + '@vitest/utils': 3.0.5 pathe: 2.0.2 - '@vitest/snapshot@3.0.4': + '@vitest/snapshot@3.0.5': dependencies: - '@vitest/pretty-format': 3.0.4 + '@vitest/pretty-format': 3.0.5 magic-string: 0.30.17 pathe: 2.0.2 - '@vitest/spy@3.0.4': + '@vitest/spy@3.0.5': dependencies: tinyspy: 3.0.2 - '@vitest/utils@3.0.4': + '@vitest/utils@3.0.5': dependencies: - '@vitest/pretty-format': 3.0.4 + '@vitest/pretty-format': 3.0.5 loupe: 3.1.2 tinyrainbow: 2.0.0 @@ -4816,14 +4816,14 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.7.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': + '@vue/devtools-core@7.7.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': dependencies: '@vue/devtools-kit': 7.7.1 '@vue/devtools-shared': 7.7.1 mitt: 3.0.1 nanoid: 5.0.9 pathe: 2.0.2 - vite-hot-client: 0.2.4(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)) + vite-hot-client: 0.2.4(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)) vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: - vite @@ -6834,11 +6834,11 @@ snapshots: optionalDependencies: '@napi-rs/nice': 1.0.1 - playwright-core@1.50.0: {} + playwright-core@1.50.1: {} - playwright@1.50.0: + playwright@1.50.1: dependencies: - playwright-core: 1.50.0 + playwright-core: 1.50.1 optionalDependencies: fsevents: 2.3.2 @@ -7328,14 +7328,14 @@ snapshots: tree-kill@1.2.2: {} - ts-node@10.9.2(@types/node@22.12.0)(typescript@5.7.3): + ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3): 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.12.0 + '@types/node': 22.13.0 acorn: 8.12.1 acorn-walk: 8.3.4 arg: 4.1.3 @@ -7399,17 +7399,17 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-hot-client@0.2.4(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)): + vite-hot-client@0.2.4(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)): dependencies: - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) - vite-node@3.0.4(@types/node@22.12.0)(yaml@2.7.0): + vite-node@3.0.5(@types/node@22.13.0)(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.2 - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -7424,7 +7424,7 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.24.0)(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)): + vite-plugin-inspect@0.8.9(rollup@4.24.0)(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.24.0) @@ -7435,7 +7435,7 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) transitivePeerDependencies: - rollup - supports-color @@ -7454,23 +7454,23 @@ snapshots: - supports-color - utf-8-validate - vite-plugin-vue-devtools@7.7.1(rollup@4.24.0)(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)): + vite-plugin-vue-devtools@7.7.1(rollup@4.24.0)(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)): dependencies: - '@vue/devtools-core': 7.7.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) + '@vue/devtools-core': 7.7.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) '@vue/devtools-kit': 7.7.1 '@vue/devtools-shared': 7.7.1 execa: 9.5.1 sirv: 3.0.0 - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) - vite-plugin-inspect: 0.8.9(rollup@4.24.0)(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)) - vite-plugin-vue-inspector: 5.3.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) + vite-plugin-inspect: 0.8.9(rollup@4.24.0)(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.7(@babel/core@7.26.0) @@ -7481,38 +7481,38 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) transitivePeerDependencies: - supports-color - vite@4.5.5(@types/node@22.12.0): + vite@4.5.5(@types/node@22.13.0): dependencies: esbuild: 0.18.20 postcss: 8.5.1 rollup: 3.29.5 optionalDependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 fsevents: 2.3.3 - vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0): + vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0): dependencies: esbuild: 0.24.2 postcss: 8.5.1 rollup: 4.24.0 optionalDependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 fsevents: 2.3.3 yaml: 2.7.0 - vitest@3.0.4(@types/node@22.12.0)(jsdom@26.0.0)(yaml@2.7.0): + vitest@3.0.5(@types/node@22.13.0)(jsdom@26.0.0)(yaml@2.7.0): dependencies: - '@vitest/expect': 3.0.4 - '@vitest/mocker': 3.0.4(vite@6.0.11(@types/node@22.12.0)(yaml@2.7.0)) - '@vitest/pretty-format': 3.0.4 - '@vitest/runner': 3.0.4 - '@vitest/snapshot': 3.0.4 - '@vitest/spy': 3.0.4 - '@vitest/utils': 3.0.4 + '@vitest/expect': 3.0.5 + '@vitest/mocker': 3.0.5(vite@6.0.11(@types/node@22.13.0)(yaml@2.7.0)) + '@vitest/pretty-format': 3.0.5 + '@vitest/runner': 3.0.5 + '@vitest/snapshot': 3.0.5 + '@vitest/spy': 3.0.5 + '@vitest/utils': 3.0.5 chai: 5.1.2 debug: 4.4.0(supports-color@8.1.1) expect-type: 1.1.0 @@ -7523,11 +7523,11 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.0.11(@types/node@22.12.0)(yaml@2.7.0) - vite-node: 3.0.4(@types/node@22.12.0)(yaml@2.7.0) + vite: 6.0.11(@types/node@22.13.0)(yaml@2.7.0) + vite-node: 3.0.5(@types/node@22.13.0)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 jsdom: 26.0.0 transitivePeerDependencies: - jiti @@ -7723,7 +7723,7 @@ snapshots: compress-commons: 4.1.2 readable-stream: 3.6.2 - zx@8.3.0: + zx@8.3.2: optionalDependencies: '@types/fs-extra': 11.0.4 - '@types/node': 22.12.0 + '@types/node': 22.13.0 diff --git a/template/config/playwright/package.json b/template/config/playwright/package.json index ea815c6e..ce1382f8 100644 --- a/template/config/playwright/package.json +++ b/template/config/playwright/package.json @@ -3,6 +3,6 @@ "test:e2e": "playwright test" }, "devDependencies": { - "@playwright/test": "^1.50.0" + "@playwright/test": "^1.50.1" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 4350ba11..adc0e534 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -5,7 +5,7 @@ "type-check": "vue-tsc --build" }, "devDependencies": { - "@types/node": "^22.12.0", + "@types/node": "^22.13.0", "npm-run-all2": "^7.0.2", "typescript": "~5.7.3", "vue-tsc": "^2.2.0" diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index e40a6c85..d2254af5 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -8,6 +8,6 @@ "devDependencies": { "@vue/test-utils": "^2.4.6", "jsdom": "^26.0.0", - "vitest": "^3.0.4" + "vitest": "^3.0.5" } }