-
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-test-renderer from 15.7.0 to 18.2.0 #5
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/react-test-renderer-18.2.0
Feb 26, 2024
Merged
Bump react-test-renderer from 15.7.0 to 18.2.0 #5
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/react-test-renderer-18.2.0
Feb 26, 2024
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-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 15.7.0 to 18.2.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/v18.2.0/packages/react-test-renderer) --- updated-dependencies: - dependency-name: react-test-renderer dependency-type: direct:development 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
Feb 26, 2024
@dependabot merge
…On Mon, 26 Feb 2024, 12:50 dependabot[bot], ***@***.***> wrote:
Bumps react-test-renderer
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer>
from 15.7.0 to 18.2.0.
Release notes
*Sourced from react-test-renderer's releases
<https://github.com/facebook/react/releases>.*
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
- Fix the false positive warning about react-dom/client when using UMD
bundle. (@alireza-molaee <https://github.com/alireza-molaee> in #24274
<https://github.com/facebook/react/pull/24274>)
- Fix suppressHydrationWarning to work in production too. (@gaearon
<https://github.com/gaearon> in #24271
<https://github.com/facebook/react/pull/24271>)
- Fix componentWillUnmount firing twice inside of Suspense. (@acdlite
<https://github.com/acdlite> in #24308
<https://github.com/facebook/react/pull/24308>)
- Fix some transition updates being ignored. (@acdlite
<https://github.com/acdlite> in #24353
<https://github.com/facebook/react/pull/24353>)
- Fix useDeferredValue causing an infinite loop when passed an
unmemoized value. (@acdlite <https://github.com/acdlite> in #24247
<https://github.com/facebook/react/pull/24247>)
- Fix throttling of revealing Suspense fallbacks. (@sunderls
<https://github.com/sunderls> in #24253
<https://github.com/facebook/react/pull/24253>)
- Fix an inconsistency in whether the props object is the same between
renders. (@Andarist <https://github.com/Andarist> and @acdlite
<https://github.com/acdlite> in #24421
<https://github.com/facebook/react/pull/24421>)
- Fix a missing warning about a setState loop in useEffect. (@gaearon
<https://github.com/gaearon> in #24298
<https://github.com/facebook/react/pull/24298>)
- Fix a spurious hydration error. (@gnoff <https://github.com/gnoff>
in #24404 <https://github.com/facebook/react/pull/24404>)
- Warn when calling setState in useInsertionEffect. (@gaearon
<https://github.com/gaearon> in #24295
<https://github.com/facebook/react/pull/24295>)
- Ensure the reason for hydration errors is always displayed. (
@gaearon <https://github.com/gaearon> in #24276
<https://github.com/facebook/react/pull/24276>)
React DOM Server
- Fix escaping for the bootstrapScriptContent contents. (@gnoff
<https://github.com/gnoff> in #24385
<https://github.com/facebook/react/pull/24385>)
- Significantly improve performance of renderToPipeableStream. (@gnoff
<https://github.com/gnoff> in #24291
<https://github.com/facebook/react/pull/24291>)
ESLint Plugin: React Hooks
- Fix false positive errors with a large number of branches. (@scyron6
<https://github.com/scyron6> in #24287
<https://github.com/facebook/react/pull/24287>)
- Don't consider a known dependency stable when the variable is
reassigned. (@afzalsayed96 <https://github.com/afzalsayed96> in #24343
<https://github.com/facebook/react/pull/24343>)
Use Subscription
- Replace the implementation with the use-sync-external-store shim. (
@gaearon <https://github.com/gaearon> in #24289
<https://github.com/facebook/react/pull/24289>)
18.0.0 (March 29, 2022)
... (truncated)
Changelog
*Sourced from react-test-renderer's changelog
<https://github.com/facebook/react/blob/main/CHANGELOG.md>.*
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
- Fix the false positive warning about react-dom/client when using UMD
bundle. (@alireza-molaee <https://github.com/alireza-molaee> in #24274
<https://github.com/facebook/react/pull/24274>)
- Fix suppressHydrationWarning to work in production too. (@gaearon
<https://github.com/gaearon> in #24271
<https://github.com/facebook/react/pull/24271>)
- Fix componentWillUnmount firing twice inside of Suspense. (@acdlite
<https://github.com/acdlite> in #24308
<https://github.com/facebook/react/pull/24308>)
- Fix some transition updates being ignored. (@acdlite
<https://github.com/acdlite> in #24353
<https://github.com/facebook/react/pull/24353>)
- Fix useDeferredValue causing an infinite loop when passed an
unmemoized value. (@acdlite <https://github.com/acdlite> in #24247
<https://github.com/facebook/react/pull/24247>)
- Fix throttling of revealing Suspense fallbacks. (@sunderls
<https://github.com/sunderls> in #24253
<https://github.com/facebook/react/pull/24253>)
- Fix an inconsistency in whether the props object is the same between
renders. (@Andarist <https://github.com/Andarist> and @acdlite
<https://github.com/acdlite> in #24421
<https://github.com/facebook/react/pull/24421>)
- Fix a missing warning about a setState loop in useEffect. (@gaearon
<https://github.com/gaearon> in #24298
<https://github.com/facebook/react/pull/24298>)
- Fix a spurious hydration error. (@gnoff <https://github.com/gnoff>
in #24404 <https://github.com/facebook/react/pull/24404>)
- Warn when calling setState in useInsertionEffect. (@gaearon
<https://github.com/gaearon> in #24295
<https://github.com/facebook/react/pull/24295>)
- Ensure the reason for hydration errors is always displayed. (
@gaearon <https://github.com/gaearon> in #24276
<https://github.com/facebook/react/pull/24276>)
React DOM Server
- Fix escaping for the bootstrapScriptContent contents. (@gnoff
<https://github.com/gnoff> in #24385
<https://github.com/facebook/react/pull/24385>)
- Significantly improve performance of renderToPipeableStream. (@gnoff
<https://github.com/gnoff> in #24291
<https://github.com/facebook/react/pull/24291>)
ESLint Plugin: React Hooks
- Fix false positive errors with a large number of branches. (@scyron6
<https://github.com/scyron6> in #24287
<https://github.com/facebook/react/pull/24287>)
- Don't consider a known dependency stable when the variable is
reassigned. (@afzalsayed96 <https://github.com/afzalsayed96> in #24343
<https://github.com/facebook/react/pull/24343>)
Use Subscription
- Replace the implementation with the use-sync-external-store shim. (
@gaearon <https://github.com/gaearon> in #24289
<https://github.com/facebook/react/pull/24289>)
... (truncated)
Commits
- 72b7462
<facebook/react@72b7462>
Bump local package.json versions for 18.1 release (#24447
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/24447>
)
- 6bf3dee
<facebook/react@6bf3dee>
Upgrade react-shallow-renderer to support react 18 (#24442
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/24442>
)
- 34aa5cf
<facebook/react@34aa5cf>
Update local package.jsons for 18
- 2e0d86d
<facebook/react@2e0d86d>
Allow updating dehydrated root at lower priority without forcing client
rende...
- 832e298
<facebook/react@832e298>
Revert accdientally merged PR (#24081
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/24081>
)
- c8e4789
<facebook/react@c8e4789>
Pass children to hydration root constructor
- 1ad8d81
<facebook/react@1ad8d81>
Remove object-assign polyfill (#23351
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/23351>
)
- 1fb0d06
<facebook/react@1fb0d06>
[Devtools][Transition Tracing] Add Transition callbacks to createRoot (
#23276
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/23276>
)
- efd8f64
<facebook/react@efd8f64>
Resolve default onRecoverableError at root init (#23264
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/23264>
)
- 0dedfcc
<facebook/react@0dedfcc>
Update the exports field (#23257
<https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer/issues/23257>
)
- Additional commits viewable in compare view
<https://github.com/facebook/react/commits/v18.2.0/packages/react-test-renderer>
Maintainer changes
This version was pushed to npm by gnoff <https://www.npmjs.com/~gnoff>, a
new releaser for react-test-renderer since your current version.
[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:
#5
Commit Summary
- 5e53ee3
<5e53ee3>
Bump react-test-renderer from 15.7.0 to 18.2.0
File Changes
(1 file <https://github.com/somabc/my-portfolio/pull/5/files>)
- *M* package.json
<https://github.com/somabc/my-portfolio/pull/5/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/somabc/my-portfolio/pull/5.patch
- https://github.com/somabc/my-portfolio/pull/5.diff
—
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRD3BEQXWXZKEZG6BQC7TYVSAI5AVCNFSM6AAAAABD2EMVW6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2TIMJQGQZDMNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/react-test-renderer-18.2.0
branch
February 26, 2024 13:05
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-test-renderer from 15.7.0 to 18.2.0.
Release notes
Sourced from react-test-renderer's releases.
... (truncated)
Changelog
Sourced from react-test-renderer's changelog.
... (truncated)
Commits
72b7462
Bump local package.json versions for 18.1 release (#24447)6bf3dee
Upgrade react-shallow-renderer to support react 18 (#24442)34aa5cf
Update local package.jsons for 182e0d86d
Allow updating dehydrated root at lower priority without forcing client rende...832e298
Revert accdientally merged PR (#24081)c8e4789
Pass children to hydration root constructor1ad8d81
Remove object-assign polyfill (#23351)1fb0d06
[Devtools][Transition Tracing] Add Transition callbacks to createRoot (#23276)efd8f64
Resolve default onRecoverableError at root init (#23264)0dedfcc
Update the exports field (#23257)Maintainer changes
This version was pushed to npm by gnoff, a new releaser for react-test-renderer since your current version.
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)