fix(deps): update react monorepo#12474
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
WalkthroughThis pull request updates the Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Dev as Developer
participant CLI as @redwoodjs/cli
participant RR as react-refresh
Note over Dev,RR: Dependency Version Update (0.14.0 → 0.18.0)
Dev->>CLI: npm install / yarn install
CLI->>RR: Install react-refresh@^0.18.0
RR-->>CLI: Package installed
Note over CLI,RR: Fast Refresh capability available<br/>for development hot reloading
Dev->>CLI: Start development server
CLI->>RR: Initialize Fast Refresh runtime
RR-->>CLI: Ready for hot module replacement
|
|
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.
|
🤖 Augment PR SummarySummary: Updates the Backstage CLI’s React tooling dependency used for Fast Refresh. 🤖 Was this summary useful? React with 👍 or 👎 |
| "process": "^0.11.10", | ||
| "react-dev-utils": "^12.0.0-next.60", | ||
| "react-refresh": "^0.14.0", | ||
| "react-refresh": "^0.18.0", |
There was a problem hiding this comment.
This dependency bump likely needs a corresponding lockfile update (e.g., yarn.lock/pnpm-lock.yaml) to keep CI installs deterministic; otherwise frozen-lockfile installs may continue using react-refresh@0.14.x or fail. Can you confirm the lockfile update is included in this PR or intentionally omitted?
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
This PR contains the following updates:
17.0.52→17.0.9117.0.17→17.0.264.6.0→4.6.2^0.14.0→^0.18.0Release Notes
facebook/react (eslint-plugin-react-hooks)
v4.6.2Compare Source
v4.6.1Compare Source
facebook/react (react-refresh)
v0.18.0Compare Source
v0.17.0Compare Source
v0.16.0Compare Source
v0.14.2Compare Source
React DOM
integrityattributechildrenprop being coerced to a string for custom elements, which was not the desired behaviorreactfromdependenciestopeerDependenciesto match expectations and align withreact-addons-*packagesv0.14.1Compare Source
React
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
EntelligenceAI PR Summary
This PR upgrades the react-refresh dependency in the CLI package to improve React Fast Refresh functionality during development.
react-refreshfrom ^0.14.0 to ^0.18.0 inpackages/cli/package.jsonConfidence Score: 5/5 - Safe to Merge