-
-
Couldn't load subscription status.
- Fork 34
chore(deps): update dependency @vitejs/plugin-react to v5 #2015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 0507abf in 26 seconds. Click for details.
- Reviewed
16lines of code in2files - Skipped
0files when reviewing. - Skipped posting
1draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:68
- Draft comment:
Ensure that the upgrade to @vitejs/plugin-react v5 does not introduce breaking changes. Verify that any necessary configuration changes (per the v5 changelog) are applied. - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
Workflow ID: wflow_1z1YXCky8f3ufCfm
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
0507abf to
9985f03
Compare
9985f03 to
1108d58
Compare
1108d58 to
fea0634
Compare
|
Deployment failed with the following error: |
fea0634 to
f594928
Compare
|
Deployment failed with the following error: |
f594928 to
a735ac4
Compare
a735ac4 to
4e9e9e5
Compare
4e9e9e5 to
1efea47
Compare
|
Deployment failed with the following error: |
1efea47 to
e387c19
Compare
e387c19 to
61cd63d
Compare
61cd63d to
c0235bf
Compare
c0235bf to
a39a534
Compare
a39a534 to
d07ed60
Compare
|
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. |
76bbed8 to
343c428
Compare
343c428 to
75134a0
Compare
75134a0 to
96de9e2
Compare
96de9e2 to
39b6d33
Compare
39b6d33 to
b6be9d7
Compare
b6be9d7 to
3b52757
Compare
3b52757 to
62fd8ca
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
62fd8ca to
4d65c2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed 61fbdeb in 59 seconds. Click for details.
- Reviewed
815lines of code in12files - Skipped
0files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. components/Header/index.tsx:25
- Draft comment:
Consider removing the redundant 'passHref' prop in as Next.js automatically passes the href. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
2. app/layout.tsx:14
- Draft comment:
Verify that the adsbygoogle script client ID is correct and consider user consent handling if required. - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
3. tests/Button.test.tsx:8
- Draft comment:
This test renders the Button component without any assertions; consider adding checks to verify its rendering and behavior. - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
4. pages/index.tsx:35
- Draft comment:
Consider extracting the static link data into a separate configuration or component for better maintainability. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
5. biome.json:9
- Draft comment:
Minor formatting adjustments in the JSON file improve readability; ensure these changes are consistent with your project style. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
Workflow ID: wflow_JdabWQ0zlaD3f0Se
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
61fbdeb to
cf45f86
Compare
cf45f86 to
71d98a7
Compare
71d98a7 to
e75f8bd
Compare
e75f8bd to
ed2c15a
Compare
This PR contains the following updates:
4.7.0->5.1.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.1.0Compare Source
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.v5.0.4Compare Source
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
v5.0.3Compare Source
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
v5.0.2Compare Source
Skip transform hook completely in rolldown-vite in dev if possible (#783)
v5.0.1Compare Source
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)v5.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.