hub
hub copied to clipboard
Bump react-dom and @types/react-dom in /ui
Bumps react-dom and @types/react-dom. These dependencies needed to be updated together.
Updates react-dom
from 17.0.2 to 18.3.1
Release notes
Sourced from react-dom's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
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
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
- Warn for deprecated
unmountComponentAtNode
8a015b- Warn for deprecated
renderToStaticNodeStream
#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError
. (@gnoff
in #24591)- Fix hydrating into
document
causing a blank page on mismatch. (@gnoff
in #24523)- Fix false positive hydration errors with Suspense. (
@gnoff
in #24480 and@acdlite
in #24532)- Fix ignored
setState
in Safari when adding an iframe. (@gaearon
in #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarm
and@gnoff
in #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoff
in #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoff
in #24630)- Disallow complex children inside
<title>
elements to match the browser constraints. (@gnoff
in #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMark
to0
. (@jplhomer
in #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
- Fix the false positive warning about
react-dom/client
when using UMD bundle. (@alireza-molaee
in #24274)- Fix
suppressHydrationWarning
to work in production too. (@gaearon
in #24271)- Fix
componentWillUnmount
firing twice inside of Suspense. (@acdlite
in #24308)- Fix some transition updates being ignored. (
@acdlite
in #24353)
... (truncated)
Changelog
Sourced from react-dom's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
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
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
- Warn for deprecated
unmountComponentAtNode
8a015b- Warn for deprecated
renderToStaticNodeStream
#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError
. (@gnoff
in #24591)- Fix hydrating into
document
causing a blank page on mismatch. (@gnoff
in #24523)- Fix false positive hydration errors with Suspense. (
@gnoff
in #24480 and@acdlite
in #24532)- Fix ignored
setState
in Safari when adding an iframe. (@gaearon
in #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarm
and@gnoff
in #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoff
in #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoff
in #24630)- Disallow complex children inside
<title>
elements to match the browser constraints. (@gnoff
in #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMark
to0
. (@jplhomer
in #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
... (truncated)
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3b345523
[Fizz] Support abort reasons (#24680)bcbeb52
[Fizz] Disallow complex children in <title> elements (#24679)- Additional commits viewable in compare view
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.7 to 18.3.0
Commits
- See full diff in compare view
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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/lgtm /approve
/ok-to-test
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: pratap0007
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [pratap0007]
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
New changes are detected. LGTM label has been removed.
@dependabot[bot]: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-tekton-hub-unit-tests | 31a50f0994b5ce26cd606ac52f405db2197ceee0 | link | true | /test pull-tekton-hub-unit-tests |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
@dependabot: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.