Bump @vitejs/plugin-react from 4.7.0 to 5.1.4#837
Bump @vitejs/plugin-react from 4.7.0 to 5.1.4#837dependabot[bot] wants to merge 4 commits intomasterfrom
Conversation
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.4. - [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@5.1.4/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
A newer version of @vitejs/plugin-react 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. |
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
The v5.1.4 plugin's bundled dist/index.d.ts uses a string-named local export (`viteReactForCjs as "module.exports"`) which only parses on TypeScript >= 5.6. Without this bump, `tsc --noEmit` fails for @evervault/react and @evervault/ui-components with TS1003/TS1128.
ReviewI went through the v4.7.0 → v5.1.4 changelog, every consumer of Where the plugin is used
Breaking changes between 4.7.0 and 5.1.4 (relevant to us)
Transitive bumps: One change required
export { …, viteReactForCjs as "module.exports" };That string-named local export is only parseable by TypeScript ≥ 5.6. The repo was pinned at
I bumped the catalog
Safe to merge?Yes, with the TS bump that's now on the branch. None of the v5 breaking changes affect how this repo uses the plugin, and the published artifacts for The Socket alert about Generated by Claude Code |
Bumps @vitejs/plugin-react from 4.7.0 to 5.1.4.
Release notes
Sourced from
@vitejs/plugin-react's releases.... (truncated)
Changelog
Sourced from
@vitejs/plugin-react's changelog.... (truncated)
Commits
f066114release: plugin-react@5.1.4e299dcafix(plugin-react):canSkipBabelnot checkingbabel.overrides(#1098)12ffadcfix(deps): update all non-major dependencies (#1103)cf0cb8arelease: plugin-react@5.1.399e480cfix(deps): update all non-major dependencies (#1090)77f5e42fix(deps): update react 19.2.4 (#1084)e327da4fix(deps): update all non-major dependencies (#1083)3d3dbc2chore: add metadata for vite-plugin-registry (#1078)58dfb9dfix(deps): update all non-major dependencies (#1066)fefad3dfix(deps): update all non-major dependencies (#1048)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitejs/plugin-reactsince your current version.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)