build!: bump vite to 8.0.16 and raise minimum supported Node version - #149
build!: bump vite to 8.0.16 and raise minimum supported Node version#149dependabot[bot] wants to merge 3 commits into
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.8 to 8.0.16. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
doistbot
left a comment
There was a problem hiding this comment.
This PR bumps Vite from 8.0.8 to 8.0.16 with only lockfile changes.
Few things worth tightening:
- Update the repository's Node floor to
>=22.12.0. The new Vite version transitively pulls in Rolldown 1.0.3, which requires Node>=22.12.0, soengine-strict=truewill breaknpm cifor anyone on Node 22.0–22.11 despite the current>=22.0.0declaration.
|
@doistbot /review |
doistbot
left a comment
There was a problem hiding this comment.
This PR bumps Vite to 8.0.16 and raises the minimum supported Node version to 22.22.0.
Few things worth tightening:
- Run
npm installto sync the updatedenginesfield intopackage-lock.json; otherwisenpm ciwill fail with an out-of-sync error.
| "homepage": "https://github.com/Doist/react-compiler-tracker#readme", | ||
| "engines": { | ||
| "node": ">=22.0.0" | ||
| "node": "^22.22.0 || >= 24.13.0" |
There was a problem hiding this comment.
🟠 P1 package-lock.json is out of sync with this change because Copilot only modified package.json. npm ci will fail with an out-of-sync error until you run npm install to update the root package metadata in the lockfile.
|
A newer version of vite exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |

BREAKING CHANGE: drop support for Node versions below 22.22.0.
Bumps vite from 8.0.8 to 8.0.16.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.