-
Notifications
You must be signed in to change notification settings - Fork 0
Bump react-dom and @types/react-dom #40
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: repo-sync
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for React 19 new featuresclassDiagram
class React {
<<interface>>
}
class ReactDOMClient {
<<interface>>
}
class ReactDOMServer {
<<interface>>
}
React ..> Actions: Uses
React ..> useActionState: Uses
React ..> useOptimistic: Uses
React ..> use: Uses
React ..> ref: Uses
React ..> Suspense: Uses
ReactDOMClient ..> form_action: Uses
ReactDOMClient ..> formAction: Uses
ReactDOMClient ..> useFormStatus: Uses
ReactDOMClient ..> DocumentMetadata: Uses
ReactDOMClient ..> Stylesheets: Uses
ReactDOMClient ..> AsyncScripts: Uses
ReactDOMClient ..> PreloadingResources: Uses
ReactDOMServer ..> prerender: Uses
ReactDOMServer ..> prerenderToNodeStream: Uses
class Actions {
+startTransition(asyncFunction)
}
class useActionState {
+reducer
+initialState
+optionalString
}
class useOptimistic {
+state
+setFunction
}
class use {
+promiseOrContext
}
class Suspense {
+siblingPreWarming
}
class form_action {
+resetForm()
+requestFormReset()
}
class useFormStatus {
+pending
+data
+method
+action
}
class PreloadingResources {
+preinit
+preload
+prefetchDNS
+preconnect
}
note for React "New React features"
note for ReactDOMClient "New React DOM Client features"
note for ReactDOMServer "New React DOM Server features"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
2d4045e
to
3c5058a
Compare
3c5058a
to
ec14eb4
Compare
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.2.0 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) Updates `@types/react-dom` from 18.2.18 to 19.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
ec14eb4
to
ae135d3
Compare
Bumps react-dom and @types/react-dom. These dependencies needed to be updated together.
Updates
react-dom
from 18.2.0 to 19.0.0Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
989af12
Make prerendering always non-blocking with fix (#31452)e137890
[string-refs] cleanup string ref code (#31443)07aa494
Remove enableRefAsProp feature flag (#30346)cae764c
Revert "[Re-land] Make prerendering always non-blocking (#31268)" (#31355)d49123f
Expose prerender() for SSG in stable (#31298)6c4bbc7
[Re-land] Make prerendering always non-blocking (#31268)d8c90fa
Disable infinite render loop detection (#31088)67fee58
[Fizz] Start initial work immediately (#31079)76aee6f
Revert "Make prerendering always non-blocking" (#31080)0f1856c
Make prerendering always non-blocking (#31056)Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates
@types/react-dom
from 18.2.18 to 19.0.4Commits
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Enhancements: