Skip to content

Commit f291601

Browse files
chore(deps): update dependency vite to v7 (#445)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/vite/6.3.5/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.3.5/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.3.5/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v7.0.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#700-2025-06-24) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v6.3.5...v7.0.0) - fix: keep `import.meta.url` in bundled Vite ([#&#8203;20235](https://redirect.github.com/vitejs/vite/issues/20235)) ([3bf3a8a](https://redirect.github.com/vitejs/vite/commit/3bf3a8ab00e5a0dfab0bb5741cb871ea30b72651)), closes [#&#8203;20235](https://redirect.github.com/vitejs/vite/issues/20235) - fix(deps): update all non-major dependencies ([#&#8203;20271](https://redirect.github.com/vitejs/vite/issues/20271)) ([6b64d63](https://redirect.github.com/vitejs/vite/commit/6b64d63d700154de2c00270300b671cef8863708)), closes [#&#8203;20271](https://redirect.github.com/vitejs/vite/issues/20271) - fix(module-runner): export `ssrExportNameKey` ([#&#8203;20266](https://redirect.github.com/vitejs/vite/issues/20266)) ([ac302a7](https://redirect.github.com/vitejs/vite/commit/ac302a729062dbfc67f762b3c4af46b7893c214f)), closes [#&#8203;20266](https://redirect.github.com/vitejs/vite/issues/20266) - fix(module-runner): expose `normalizeModuleId` ([#&#8203;20277](https://redirect.github.com/vitejs/vite/issues/20277)) ([9b98dcb](https://redirect.github.com/vitejs/vite/commit/9b98dcbf75546240e1609185828e18a77bac8c8d)), closes [#&#8203;20277](https://redirect.github.com/vitejs/vite/issues/20277) - feat(types): use terser types from terser package ([#&#8203;20274](https://redirect.github.com/vitejs/vite/issues/20274)) ([a5799fa](https://redirect.github.com/vitejs/vite/commit/a5799fa74c6190ecbb2da3d280136ff32463afc6)), closes [#&#8203;20274](https://redirect.github.com/vitejs/vite/issues/20274) - chore: "indentity" → "identity" in test description ([#&#8203;20225](https://redirect.github.com/vitejs/vite/issues/20225)) ([ea9aed7](https://redirect.github.com/vitejs/vite/commit/ea9aed7ebcb7f4be542bd2a384cbcb5a1e7b31bd)), closes [#&#8203;20225](https://redirect.github.com/vitejs/vite/issues/20225) - chore: typos in comments ([#&#8203;20259](https://redirect.github.com/vitejs/vite/issues/20259)) ([b135918](https://redirect.github.com/vitejs/vite/commit/b135918b91e8381c50bd2d076d40e9a65fe68bfe)), closes [#&#8203;20259](https://redirect.github.com/vitejs/vite/issues/20259) - chore(deps): update rolldown-related dependencies ([#&#8203;20270](https://redirect.github.com/vitejs/vite/issues/20270)) ([f7377c3](https://redirect.github.com/vitejs/vite/commit/f7377c3eae6323bd3237ff5de5ae55c879fe7325)), closes [#&#8203;20270](https://redirect.github.com/vitejs/vite/issues/20270) - perf(utils): improve performance of `numberToPos` ([#&#8203;20244](https://redirect.github.com/vitejs/vite/issues/20244)) ([3f46901](https://redirect.github.com/vitejs/vite/commit/3f469012ad38e3cb330adc74a8b3ec88561c822e)), closes [#&#8203;20244](https://redirect.github.com/vitejs/vite/issues/20244) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/eslint-plugin-oxlint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07f5889 commit f291601

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"shelljs": "^0.10.0",
7474
"typescript": "^5.6.3",
7575
"typescript-eslint": "^8.10.0",
76-
"vite": "^6.0.0",
76+
"vite": "^7.0.0",
7777
"vite-plugin-dts": "^4.2.4",
7878
"vitest": "^3.0.0"
7979
},

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)