From dd678a051f4429f9810c5250fa0388e8371e46cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 07:32:47 +0000 Subject: [PATCH] Update dependency vite to v6.0.11 | datasource | package | from | to | | ---------- | ------- | ----- | ------ | | npm | vite | 6.0.7 | 6.0.11 | ## [v6.0.11](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small6011-2025-01-21-small) - fix: `preview.allowedHosts` with specific values was not respected ([#19246](https://github.com/vitejs/vite/issues/19246)) ([aeb3ec8](https://github.com/vitejs/vite/commit/aeb3ec84a288d6be227a1284607f13428a4f14a1)), closes [#19246](https://github.com/vitejs/vite/issues/19246) - fix: allow CORS from loopback addresses by default ([#19249](https://github.com/vitejs/vite/issues/19249)) ([3d03899](https://github.com/vitejs/vite/commit/3d038997377a30022b6a6b7916e0b4b5d8b9a363)), closes [#19249](https://github.com/vitejs/vite/issues/19249) ## [v6.0.10](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small6010-2025-01-20-small) - fix: try parse `server.origin` URL ([#19241](https://github.com/vitejs/vite/issues/19241)) ([2495022](https://github.com/vitejs/vite/commit/2495022420fda05ee389c2dcf26921b21e2aed3b)), closes [#19241](https://github.com/vitejs/vite/issues/19241) ## [v6.0.9](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small609-2025-01-20-small) - fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` ([bd896fb](https://github.com/vitejs/vite/commit/bd896fb5f312fc0ff1730166d1d142fc0d34ba6d)) - fix!: default `server.cors: false` to disallow fetching from untrusted origins ([b09572a](https://github.com/vitejs/vite/commit/b09572acc939351f4e4c50ddf793017a92c678b1)) - fix: verify token for HMR WebSocket connection ([029dcd6](https://github.com/vitejs/vite/commit/029dcd6d77d3e3ef10bc38e9a0829784d9760fdb)) ## [v6.0.8](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small608-2025-01-20-small) - fix: avoid SSR HMR for HTML files ([#19193](https://github.com/vitejs/vite/issues/19193)) ([3bd55bc](https://github.com/vitejs/vite/commit/3bd55bcb7e831d2c4f66c90d7bbb3e1fbf7a02b6)), closes [#19193](https://github.com/vitejs/vite/issues/19193) - fix: build time display 7m 60s ([#19108](https://github.com/vitejs/vite/issues/19108)) ([cf0d2c8](https://github.com/vitejs/vite/commit/cf0d2c8e232a1af716c71cdd2218d180f7ecc02b)), closes [#19108](https://github.com/vitejs/vite/issues/19108) - fix: don't resolve URL starting with double slash ([#19059](https://github.com/vitejs/vite/issues/19059)) ([35942cd](https://github.com/vitejs/vite/commit/35942cde11fd8a68fa89bf25f7aa1ddb87d775b2)), closes [#19059](https://github.com/vitejs/vite/issues/19059) - fix: ensure `server.close()` only called once ([#19204](https://github.com/vitejs/vite/issues/19204)) ([db81c2d](https://github.com/vitejs/vite/commit/db81c2dada961f40c0882b5182adf2f34bb5c178)), closes [#19204](https://github.com/vitejs/vite/issues/19204) - fix: resolve.conditions in ResolvedConfig was `defaultServerConditions` ([#19174](https://github.com/vitejs/vite/issues/19174)) ([ad75c56](https://github.com/vitejs/vite/commit/ad75c56dce5618a3a416e18f9a5c3880d437a107)), closes [#19174](https://github.com/vitejs/vite/issues/19174) - fix: tree shake stringified JSON imports ([#19189](https://github.com/vitejs/vite/issues/19189)) ([f2aed62](https://github.com/vitejs/vite/commit/f2aed62d0bf1b66e870ee6b4aab80cd1702793ab)), closes [#19189](https://github.com/vitejs/vite/issues/19189) - fix: use shared sigterm callback ([#19203](https://github.com/vitejs/vite/issues/19203)) ([47039f4](https://github.com/vitejs/vite/commit/47039f4643179be31a8d7c7fbff83c5c13deb787)), closes [#19203](https://github.com/vitejs/vite/issues/19203) - fix(deps): update all non-major dependencies ([#19098](https://github.com/vitejs/vite/issues/19098)) ([8639538](https://github.com/vitejs/vite/commit/8639538e6498d1109da583ad942c1472098b5919)), closes [#19098](https://github.com/vitejs/vite/issues/19098) - fix(optimizer): use correct default install state path for yarn PnP ([#19119](https://github.com/vitejs/vite/issues/19119)) ([e690d8b](https://github.com/vitejs/vite/commit/e690d8bb1e5741e81df5b7a6a5c8c3c1c971fa41)), closes [#19119](https://github.com/vitejs/vite/issues/19119) - fix(types): improve `ESBuildOptions.include / exclude` type to allow `readonly (string | RegExp)[]` ([ea53e70](https://github.com/vitejs/vite/commit/ea53e7095297ea4192490fd58556414cc59a8975)), closes [#19146](https://github.com/vitejs/vite/issues/19146) - chore(deps): update dependency pathe to v2 ([#19139](https://github.com/vitejs/vite/issues/19139)) ([71506f0](https://github.com/vitejs/vite/commit/71506f0a8deda5254cb49c743cd439dfe42859ce)), closes [#19139](https://github.com/vitejs/vite/issues/19139) --- package.json | 2 +- pnpm-lock.yaml | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index b3a379f..a39320e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "stylelint-processor-styled-components": "1.10.0", "ts-node": "10.9.2", "typescript": "5.7.2", - "vite": "6.0.7", + "vite": "6.0.11", "vite-plugin-checker": "0.8.0", "vite-plugin-ejs": "1.7.0", "vite-tsconfig-paths": "5.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60688e5..5a05736 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,7 +53,7 @@ importers: version: 8.21.0(eslint@8.23.1)(typescript@5.7.2) '@vitejs/plugin-react': specifier: 4.3.4 - version: 4.3.4(vite@6.0.7(@types/node@22.10.5)) + version: 4.3.4(vite@6.0.11(@types/node@22.10.5)) dotenv: specifier: 16.4.7 version: 16.4.7 @@ -136,17 +136,17 @@ importers: specifier: 5.7.2 version: 5.7.2 vite: - specifier: 6.0.7 - version: 6.0.7(@types/node@22.10.5) + specifier: 6.0.11 + version: 6.0.11(@types/node@22.10.5) vite-plugin-checker: specifier: 0.8.0 - version: 0.8.0(eslint@8.23.1)(meow@9.0.0)(optionator@0.9.4)(stylelint@16.13.0(typescript@5.7.2))(typescript@5.7.2)(vite@6.0.7(@types/node@22.10.5)) + version: 0.8.0(eslint@8.23.1)(meow@9.0.0)(optionator@0.9.4)(stylelint@16.13.0(typescript@5.7.2))(typescript@5.7.2)(vite@6.0.11(@types/node@22.10.5)) vite-plugin-ejs: specifier: 1.7.0 - version: 1.7.0(vite@6.0.7(@types/node@22.10.5)) + version: 1.7.0(vite@6.0.11(@types/node@22.10.5)) vite-tsconfig-paths: specifier: 5.1.4 - version: 5.1.4(typescript@5.7.2)(vite@6.0.7(@types/node@22.10.5)) + version: 5.1.4(typescript@5.7.2)(vite@6.0.11(@types/node@22.10.5)) yargs: specifier: 17.7.2 version: 17.7.2 @@ -3830,8 +3830,8 @@ packages: vite: optional: true - vite@6.0.7: - resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==} + vite@6.0.11: + resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -5324,14 +5324,14 @@ snapshots: '@typescript-eslint/types': 8.21.0 eslint-visitor-keys: 4.2.0 - '@vitejs/plugin-react@4.3.4(vite@6.0.7(@types/node@22.10.5))': + '@vitejs/plugin-react@4.3.4(vite@6.0.11(@types/node@22.10.5))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.7(@types/node@22.10.5) + vite: 6.0.11(@types/node@22.10.5) transitivePeerDependencies: - supports-color @@ -8367,7 +8367,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite-plugin-checker@0.8.0(eslint@8.23.1)(meow@9.0.0)(optionator@0.9.4)(stylelint@16.13.0(typescript@5.7.2))(typescript@5.7.2)(vite@6.0.7(@types/node@22.10.5)): + vite-plugin-checker@0.8.0(eslint@8.23.1)(meow@9.0.0)(optionator@0.9.4)(stylelint@16.13.0(typescript@5.7.2))(typescript@5.7.2)(vite@6.0.11(@types/node@22.10.5)): dependencies: '@babel/code-frame': 7.24.7 ansi-escapes: 4.3.2 @@ -8379,7 +8379,7 @@ snapshots: npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.3.3 - vite: 6.0.7(@types/node@22.10.5) + vite: 6.0.11(@types/node@22.10.5) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.12 @@ -8391,23 +8391,23 @@ snapshots: stylelint: 16.13.0(typescript@5.7.2) typescript: 5.7.2 - vite-plugin-ejs@1.7.0(vite@6.0.7(@types/node@22.10.5)): + vite-plugin-ejs@1.7.0(vite@6.0.11(@types/node@22.10.5)): dependencies: ejs: 3.1.10 - vite: 6.0.7(@types/node@22.10.5) + vite: 6.0.11(@types/node@22.10.5) - vite-tsconfig-paths@5.1.4(typescript@5.7.2)(vite@6.0.7(@types/node@22.10.5)): + vite-tsconfig-paths@5.1.4(typescript@5.7.2)(vite@6.0.11(@types/node@22.10.5)): dependencies: debug: 4.3.7 globrex: 0.1.2 tsconfck: 3.1.1(typescript@5.7.2) optionalDependencies: - vite: 6.0.7(@types/node@22.10.5) + vite: 6.0.11(@types/node@22.10.5) transitivePeerDependencies: - supports-color - typescript - vite@6.0.7(@types/node@22.10.5): + vite@6.0.11(@types/node@22.10.5): dependencies: esbuild: 0.24.2 postcss: 8.4.49