-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update react #776
Merged
Merged
Update react #776
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
renovate
bot
force-pushed
the
renovate/react
branch
3 times, most recently
from
April 26, 2023 15:59
a43f3ae
to
7fb1a71
Compare
renovate
bot
changed the title
Update react
Update dependency @types/react to v16.14.40
Apr 26, 2023
renovate
bot
force-pushed
the
renovate/react
branch
4 times, most recently
from
April 27, 2023 14:21
56bf7c8
to
0c8e9f0
Compare
renovate
bot
changed the title
Update dependency @types/react to v16.14.40
Update dependency @types/react to v17.0.58
Apr 27, 2023
Passing run #4404 ↗︎
Details:
Review all test suite changes for PR #776 ↗︎ |
Passing run #4408 ↗︎
Details:
Review all test suite changes for PR #776 ↗︎ |
renovate
bot
force-pushed
the
renovate/react
branch
from
April 27, 2023 15:23
0c8e9f0
to
e709464
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
April 27, 2023 21:35
e709464
to
eea7b26
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
April 28, 2023 20:42
eea7b26
to
75087f3
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
April 28, 2023 21:03
75087f3
to
44d3363
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
April 28, 2023 23:54
44d3363
to
a1242b4
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
May 1, 2023 16:36
a1242b4
to
49e7547
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
May 1, 2023 21:27
49e7547
to
640487e
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
May 9, 2023 15:30
640487e
to
e0e4f42
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
May 19, 2023 14:23
e0e4f42
to
47ecdec
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
January 20, 2024 18:14
4980e9a
to
d313546
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 6, 2024 14:31
d313546
to
fea470c
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 6, 2024 16:47
fea470c
to
6fc9c01
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 10, 2024 14:09
6fc9c01
to
4adc6b4
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 10, 2024 16:34
4adc6b4
to
3cd7f54
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 14, 2024 16:39
3cd7f54
to
1ffd9a6
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 14, 2024 16:46
1ffd9a6
to
d03a734
Compare
Seems fine. Shouldn't we merge this?.. |
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 14:14
d03a734
to
95deb37
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 15:09
95deb37
to
c581e9e
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 21:35
c581e9e
to
b06e712
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 21:42
b06e712
to
ed251ba
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 21:54
ed251ba
to
b5dc6c9
Compare
renovate
bot
force-pushed
the
renovate/react
branch
from
February 17, 2024 22:07
b5dc6c9
to
fd53c31
Compare
daniel-ac-martin
approved these changes
Feb 17, 2024
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.
This PR contains the following updates:
16.14.38
->16.14.56
16.14.32
->16.14.56
16.9.18
->16.9.24
^16.9.35
->^16.14.0
^16.9.8
->^16.14.0
Release Notes
facebook/react (react)
v16.14.0
Compare Source
React
v16.13.1
Compare Source
React DOM
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@gaearon in #18330)v16.13.0
Compare Source
React
React.createFactory()
(@trueadm in #17878)React DOM
style
may cause an unexpected collision (@sophiebits in #14181, #18002)unstable_createPortal
(@trueadm in #17880)onMouseEnter
being fired on disabled buttons (@AlfredoGJ in #17675)shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn in #17942)version
property to ReactDOM (@ealush in #15780)toString()
ofdangerouslySetInnerHTML
(@sebmarkbage in #17773)Concurrent Mode (Experimental)
ReactDOM.createRoot()
(@trueadm in #17937)ReactDOM.createRoot()
callback params and added warnings on usage (@bvaughn in #17916)SuspenseList
CPU bound heuristic (@sebmarkbage in #17455)isPending
only being true when transitioning from inside an input event (@acdlite in #17382)React.memo
components dropping updates when interrupted by a higher priority update (@acdlite in #18091)v16.12.0
Compare Source
React DOM
useEffect
) not being fired in a multi-root app. (@acdlite in #17347)React Is
lazy
andmemo
types considered elements instead of components (@bvaughn in #17278)v16.11.0
Compare Source
React DOM
mouseenter
handlers from firing twice inside nested React containers. @yuanoook in #16928unstable_createRoot
andunstable_createSyncRoot
experimental APIs. (These are available in the Experimental channel ascreateRoot
andcreateSyncRoot
.) (@acdlite in #17088)v16.10.2
Compare Source
React DOM
v16.10.1
Compare Source
React DOM
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.