allegro.tech
allegro.tech copied to clipboard
Bump react, react-dom and @types/react
Bumps react, react-dom and @types/react. These dependencies needed to be updated together.
Updates react from 17.0.2 to 18.3.1
Release notes
Sourced from react's releases.
18.3.1 (April 26, 2024)
- Export
actfromreactf1338f18.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.refsto support string ref codemod 909071- Warn for deprecated
findDOMNodeoutside StrictMode c3b283- Warn for deprecated
test-utilsmethods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699- Warn when spreading
key#25697- Warn when using
actfromtest-utilsd4ea75React DOM
- Warn for deprecated
unmountComponentAtNode8a015b- Warn for deprecated
renderToStaticNodeStream#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError. (@gnoffin #24591)- Fix hydrating into
documentcausing a blank page on mismatch. (@gnoffin #24523)- Fix false positive hydration errors with Suspense. (
@gnoffin #24480 and@acdlitein #24532)- Fix ignored
setStatein Safari when adding an iframe. (@gaearonin #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarmand@gnoffin #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoffin #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoffin #24630)- Disallow complex children inside
<title>elements to match the browser constraints. (@gnoffin #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMarkto0. (@jplhomerin #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
- Fix the false positive warning about
react-dom/clientwhen using UMD bundle. (@alireza-molaeein #24274)- Fix
suppressHydrationWarningto work in production too. (@gaearonin #24271)- Fix
componentWillUnmountfiring twice inside of Suspense. (@acdlitein #24308)- Fix some transition updates being ignored. (
@acdlitein #24353)
... (truncated)
Changelog
Sourced from react's changelog.
18.3.1 (April 26, 2024)
- Export
actfromreactf1338f18.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.refsto support string ref codemod 909071- Warn for deprecated
findDOMNodeoutside StrictMode c3b283- Warn for deprecated
test-utilsmethods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699- Warn when spreading
key#25697- Warn when using
actfromtest-utilsd4ea75React DOM
- Warn for deprecated
unmountComponentAtNode8a015b- Warn for deprecated
renderToStaticNodeStream#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError. (@gnoffin #24591)- Fix hydrating into
documentcausing a blank page on mismatch. (@gnoffin #24523)- Fix false positive hydration errors with Suspense. (
@gnoffin #24480 and@acdlitein #24532)- Fix ignored
setStatein Safari when adding an iframe. (@gaearonin #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarmand@gnoffin #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoffin #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoffin #24630)- Disallow complex children inside
<title>elements to match the browser constraints. (@gnoffin #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMarkto0. (@jplhomerin #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
... (truncated)
Commits
f1338f8ExportReact.actfrom 18.3d6c42f7Bump to 18.3.173bfaa1Turn on key spread warning in jsx-runtime for everyone (#25697)c2a246eTurn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474Bump version from 18.2 to 18.372b7462Bump local package.json versions for 18.1 release (#24447)22edb9fReactversionfield should match package.json (#24445)4175f05Temporarily feature flag numeric fallback for symbols (#24401)e8f4a66Fix import in examplebb49abeUpdate some READMEs (#24290)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react since your current version.
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
actfromreactf1338f18.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.refsto support string ref codemod 909071- Warn for deprecated
findDOMNodeoutside StrictMode c3b283- Warn for deprecated
test-utilsmethods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699- Warn when spreading
key#25697- Warn when using
actfromtest-utilsd4ea75React DOM
- Warn for deprecated
unmountComponentAtNode8a015b- Warn for deprecated
renderToStaticNodeStream#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError. (@gnoffin #24591)- Fix hydrating into
documentcausing a blank page on mismatch. (@gnoffin #24523)- Fix false positive hydration errors with Suspense. (
@gnoffin #24480 and@acdlitein #24532)- Fix ignored
setStatein Safari when adding an iframe. (@gaearonin #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarmand@gnoffin #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoffin #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoffin #24630)- Disallow complex children inside
<title>elements to match the browser constraints. (@gnoffin #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMarkto0. (@jplhomerin #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
- Fix the false positive warning about
react-dom/clientwhen using UMD bundle. (@alireza-molaeein #24274)- Fix
suppressHydrationWarningto work in production too. (@gaearonin #24271)- Fix
componentWillUnmountfiring twice inside of Suspense. (@acdlitein #24308)- Fix some transition updates being ignored. (
@acdlitein #24353)
... (truncated)
Changelog
Sourced from react-dom's changelog.
18.3.1 (April 26, 2024)
- Export
actfromreactf1338f18.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.refsto support string ref codemod 909071- Warn for deprecated
findDOMNodeoutside StrictMode c3b283- Warn for deprecated
test-utilsmethods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699- Warn when spreading
key#25697- Warn when using
actfromtest-utilsd4ea75React DOM
- Warn for deprecated
unmountComponentAtNode8a015b- Warn for deprecated
renderToStaticNodeStream#2887418.2.0 (June 14, 2022)
React DOM
- Provide a component stack as a second argument to
onRecoverableError. (@gnoffin #24591)- Fix hydrating into
documentcausing a blank page on mismatch. (@gnoffin #24523)- Fix false positive hydration errors with Suspense. (
@gnoffin #24480 and@acdlitein #24532)- Fix ignored
setStatein Safari when adding an iframe. (@gaearonin #24459)React DOM Server
- Pass information about server errors to the client. (
@salazarmand@gnoffin #24551 and #24591)- Allow to provide a reason when aborting the HTML stream. (
@gnoffin #24680)- Eliminate extraneous text separators in the HTML where possible. (
@gnoffin #24630)- Disallow complex children inside
<title>elements to match the browser constraints. (@gnoffin #24679)- Fix buffering in some worker environments by explicitly setting
highWaterMarkto0. (@jplhomerin #24641)Server Components (Experimental)
18.1.0 (April 26, 2022)
React DOM
... (truncated)
Commits
d6c42f7Bump to 18.3.18a015b6Add deprecation warning for unmountComponentAtNodec3b2839Add deprecation warning for findDOMNoded4ea75dReactDOMTestUtils deprecation warnings7548c01DeprecaterenderToStaticNodeStream(#28872) (#28874)5894232Enable warning for defaultProps on function components for everyone (#25699)c2a246eTurn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474Bump 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 from 17.0.11 to 18.3.1
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)