chore(deps-dev): bump vite and @vitejs/plugin-react#165
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react). These dependencies needed to be updated together. Updates `vite` from 6.4.2 to 8.1.1 - [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.1.1/packages/vite) Updates `@vitejs/plugin-react` from 4.7.0 to 6.0.3 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.3/packages/plugin-react) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.1 dependency-type: direct:development - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Merging this PR will improve performance by 19.45%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | normalize_link_check_parallelism |
150 ns | 120.8 ns | +24.14% |
| ⚡ | normalize_max_concurrent |
150 ns | 120.8 ns | +24.14% |
| ⚡ | reject_invalid |
610.3 ns | 522.8 ns | +16.74% |
| ⚡ | split |
501.1 ns | 442.8 ns | +13.17% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/npm_and_yarn/multi-c4a89f1b01 (f54c21f) with main (46d16cb)
Bumps vite and @vitejs/plugin-react. These dependencies needed to be updated together.
Updates
vitefrom 6.4.2 to 8.1.1Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
4ae9e14release: v8.1.18f925e2fix(bundledDev): skip plugin transform hooks for rolldown-lazy stub modules (...c088511test: enable "manual chunk path" test and remove "worker.format error" test (...62bd7affeat: update dynamic import warning to link to Vite docs (#22823)2dafd3brefactor(css): remove lightningcss null byte bug workaround (#22822)833fc30fix: escape ids with multiple null bytes (#22687)9fa7ab4fix(css): preserve dollar signs in external@importurls with lightningcss ...1113acfrefactor: use pre-defined environments variable to avoid duplicate `Object.va...709eb8efix(bundled-dev): avoid stack overflow onimport.meta.hot.invalidate()(#22...043a810fix: ignore bundled config temp dir (#22800)Updates
@vitejs/plugin-reactfrom 4.7.0 to 6.0.3Release notes
Sourced from @vitejs/plugin-react's releases.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react's changelog.
... (truncated)
Commits
640fd35release: plugin-react@6.0.3889efb0fix(deps): update all non-major dependencies (#1249)6c57dd4fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...3cc33a7fix(deps): update react-related dependencies (#1245)c0f7c7fdocs: mention the Biome rule in the "Consistent components exports" section (...cd80f0ffix(deps): update all non-major dependencies (#1241)e38accafix(deps): update all non-major dependencies (#1227)9a9bb26perf(react): improve react compiler preset so that slightly more modules are ...6535b55release: plugin-react@6.0.2bf0e43bfeat(react): whitelist debugging-options (#1189)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitejs/plugin-reactsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.
Summary by cubic
Upgrade dev tooling to
vite@8.1.1and@vitejs/plugin-react@6.0.3to adopt the newrolldownbundler and the latest React plugin, simplifying deps and keeping us current.Dependencies
viteto 8.1.1 (defaults torolldown, updates PostCSS stack, adjusts peers).@vitejs/plugin-reactto 6.0.3 (removes built-in Babel features; adds optional peers@rolldown/plugin-babelandbabel-plugin-react-compiler).Migration
babeloptions in@vitejs/plugin-react, install@rolldown/plugin-babeland move those Babel plugins there.Written for commit f54c21f. Summary will update on new commits.