-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump react from 18.3.1 to 15.7.0 #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 15.7.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/v15.7.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 29, 2024
@dependabot merge
…On Mon, Apr 29, 2024 at 1:54 PM dependabot[bot] ***@***.***> wrote:
Bumps react <https://github.com/facebook/react/tree/HEAD/packages/react>
from 18.3.1 to 15.7.0.
Changelog
*Sourced from react's changelog
<https://github.com/facebook/react/blob/main/CHANGELOG.md>.*
18.3.1 (April 26, 2024)
- Export act from react f1338f
<facebook/react@f1338f8>
18.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
<https://react.dev/blog/2024/04/25/react-19-upgrade-guide> for more info.
React
- Allow writing to this.refs to support string ref codemod 909071
<facebook/react@9090712>
- Warn for deprecated findDOMNode outside StrictMode c3b283
<facebook/react@c3b2839>
- Warn for deprecated test-utils methods d4ea75
<facebook/react@d4ea75d>
- Warn for deprecated Legacy Context outside StrictMode 415ee0
<facebook/react@415ee0e>
- Warn for deprecated string refs outside StrictMode #25383
<https://github.com/facebook/react/pull/25383>
- Warn for deprecated defaultProps for function components #25699
<https://github.com/facebook/react/pull/25699>
- Warn when spreading key #25697
<https://github.com/facebook/react/pull/25697>
- Warn when using act from test-utils d4ea75
<facebook/react@d4ea75d>
React DOM
- Warn for deprecated unmountComponentAtNode 8a015b
<facebook/react@8a015b6>
- Warn for deprecated renderToStaticNodeStream #28874
<https://github.com/facebook/react/pull/28874>
18.2.0 (June 14, 2022) React DOM
- Provide a component stack as a second argument to onRecoverableError.
(@gnoff <https://github.com/gnoff> in #24591
<https://github.com/facebook/react/pull/24591>)
- Fix hydrating into document causing a blank page on mismatch. (
@gnoff <https://github.com/gnoff> in #24523
<https://github.com/facebook/react/pull/24523>)
- Fix false positive hydration errors with Suspense. (@gnoff
<https://github.com/gnoff> in #24480
<https://github.com/facebook/react/pull/24480> and @acdlite
<https://github.com/acdlite> in #24532
<https://github.com/facebook/react/pull/24532>)
- Fix ignored setState in Safari when adding an iframe. (@gaearon
<https://github.com/gaearon> in #24459
<https://github.com/facebook/react/pull/24459>)
React DOM Server
- Pass information about server errors to the client. (@salazarm
<https://github.com/salazarm> and @gnoff <https://github.com/gnoff>
in #24551 <https://github.com/facebook/react/pull/24551> and
#24591 <https://github.com/facebook/react/pull/24591>)
- Allow to provide a reason when aborting the HTML stream. (@gnoff
<https://github.com/gnoff> in #24680
<https://github.com/facebook/react/pull/24680>)
- Eliminate extraneous text separators in the HTML where possible. (
@gnoff <https://github.com/gnoff> in #24630
<https://github.com/facebook/react/pull/24630>)
- Disallow complex children inside <title> elements to match the
browser constraints. (@gnoff <https://github.com/gnoff> in #24679
<https://github.com/facebook/react/pull/24679>)
- Fix buffering in some worker environments by explicitly setting
highWaterMark to 0. (@jplhomer <https://github.com/jplhomer> in #24641
<https://github.com/facebook/react/pull/24641>)
Server Components (Experimental)
- Add support for useId() inside Server Components. (@gnoff
<https://github.com/gnoff> in #24172
<https://github.com/facebook/react/pull/24172>)
18.1.0 (April 26, 2022) React DOM
... (truncated)
Commits
- c63741f
<facebook/react@c63741f>
offscreen double invoke effects (#19523
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19523>
)
- c691734
<facebook/react@c691734>
Fixed broken Profiler test (#19894
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19894>
)
- 87c023b
<facebook/react@87c023b>
Profiler onRender only called when we do work (#19885
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19885>
)
- 81aaee5
<facebook/react@81aaee5>
Don't call onCommit et al if there are no effects (#19863
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19863>
)
- bc6b7b6
<facebook/react@bc6b7b6>
Don't trigger lazy in DEV during element creation (#19871
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19871>
)
- 781212a
<facebook/react@781212a>
Remove double space in test name (#19762
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19762>
)
- d17086c
<facebook/react@d17086c>
Decouple public, internal act implementation (#19745
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19745>
)
- 1f38dcf
<facebook/react@1f38dcf>
Remove withSuspenseConfig (#19724
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19724>
)
- ddd1faa
<facebook/react@ddd1faa>
Remove config argument from useTransition (#19719
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19719>
)
- 92fcd46
<facebook/react@92fcd46>
Replace SuspenseConfig object with an integer (#19706
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/19706>
)
- Additional commits viewable in compare view
<https://github.com/facebook/react/commits/v15.7.0/packages/react>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#8
Commit Summary
- 96747d1
<96747d1>
Bump react from 18.3.1 to 15.7.0
File Changes
(1 file <https://github.com/somabc/my-portfolio/pull/8/files>)
- *M* package.json
<https://github.com/somabc/my-portfolio/pull/8/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/somabc/my-portfolio/pull/8.patch
- https://github.com/somabc/my-portfolio/pull/8.diff
—
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRD3BMUT5QL7RX4BGDUADY7Y7ITAVCNFSM6AAAAABG6IZB4OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DQOJWHE3DEMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps react from 18.3.1 to 15.7.0.
Changelog
Sourced from react's changelog.
... (truncated)
Commits
c63741f
offscreen double invoke effects (#19523)c691734
Fixed broken Profiler test (#19894)87c023b
Profiler onRender only called when we do work (#19885)81aaee5
Don't call onCommit et al if there are no effects (#19863)bc6b7b6
Don't trigger lazy in DEV during element creation (#19871)781212a
Remove double space in test name (#19762)d17086c
Decouple public, internal act implementation (#19745)1f38dcf
Remove withSuspenseConfig (#19724)ddd1faa
Remove config argument from useTransition (#19719)92fcd46
Replace SuspenseConfig object with an integer (#19706)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)