-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency react-dom to v18.3.1 #9
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: master
Are you sure you want to change the base?
Conversation
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
Reviewer's GuideUpgrade react-dom from v18.2.0 to v18.3.1 by updating the project dependency specifier in package.json and regenerating the pnpm lockfile to refresh version entries, integrity hashes, and transitive references. Class Diagram: Key API Changes in react-dom 18.3.1 & Related React 18.3.x UpdatesclassDiagram
class ReactDOM_v18_3_1 {
<<Package: react-dom>>
version: "18.3.1 (from 18.2.0)"
unmountComponentAtNode() void : "now issues warning"
renderToStaticNodeStream() ReadableStream : "now issues warning"
}
class React_v18_3_x {
<<Package: react>>
version: "18.3.x (accompanies react-dom update)"
act() void : "newly exported from 'react' module"
findDOMNode() Element : "now issues warning"
LegacyContext_usage : "now issues warning"
stringRefs_usage : "now issues warning"
defaultProps_for_function_components_usage : "now issues warning"
test_utils_act_usage : "from 'react-dom/test-utils' now issues warning"
}
ReactDOM_v18_3_1 ..> React_v18_3_x : "updated in conjunction with"
Flow Diagram: Updating react-dom Dependency to v18.3.1graph LR
A[Start: project uses react-dom v18.2.0] --> B{Edit package.json};
B -- "Update react-dom specifier to 18.3.1" --> C[package.json Modified];
C --> D{Run package manager};
D -- "pnpm install / update" --> E[pnpm-lock.yaml Regenerated];
E --> F[Finish: project uses react-dom v18.3.1];
subgraph "File Changes"
C
E
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
This PR contains the following updates:
18.2.0
->18.3.1
Release Notes
facebook/react (react-dom)
v18.3.1
Compare Source
act
fromreact
f1338fv18.3.0
Compare Source
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874Configuration
📅 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.