-
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
fix(deps): update dependency @testing-library/react to v14 #233
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/testing-library-react-14.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: ui/package-lock.json
|
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
from
February 18, 2023 12:46
db85f05
to
0967c60
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
4 times, most recently
from
March 5, 2023 16:33
57e27bd
to
0b6b8c9
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
10 times, most recently
from
March 11, 2023 06:20
3cf68bc
to
c542291
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
4 times, most recently
from
March 20, 2023 22:56
f3b024b
to
29bbf04
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
3 times, most recently
from
March 31, 2023 18:52
556f9a8
to
69cc1de
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
2 times, most recently
from
May 12, 2023 17:15
11c0010
to
f4efdf7
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
5 times, most recently
from
May 19, 2023 19:41
06a6f05
to
976f443
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
3 times, most recently
from
October 11, 2023 03:50
63f5fbe
to
b21ade5
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
3 times, most recently
from
October 18, 2023 13:18
2fa6547
to
d962d59
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
4 times, most recently
from
October 31, 2023 15:16
3f5ce68
to
8b5cc3b
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
4 times, most recently
from
November 8, 2023 11:40
1df0e26
to
0f9e2a6
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
2 times, most recently
from
November 14, 2023 10:59
22e1225
to
910534a
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
3 times, most recently
from
November 22, 2023 22:23
87f4e3b
to
7b2b2d7
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
6 times, most recently
from
December 2, 2023 00:34
867d970
to
9c60d7a
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
from
December 5, 2023 12:57
9c60d7a
to
62c7356
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
2 times, most recently
from
December 13, 2023 01:35
d0805ca
to
157362e
Compare
renovate
bot
force-pushed
the
renovate/testing-library-react-14.x
branch
from
December 19, 2023 04:12
157362e
to
e19cd96
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
13.0.0-alpha.5
->14.1.2
Release Notes
testing-library/react-testing-library (@testing-library/react)
v14.1.2
Compare Source
Bug Fixes
v14.1.1
Compare Source
Bug Fixes
v14.1.0
Compare Source
Features
v14.0.0
Compare Source
Bug Fixes
Features
@testing-library/dom
to 9.0.0 (#1177) (6653c23)BREAKING CHANGES
v13.4.0
Compare Source
Features
v13.3.0
Compare Source
Features
globalThis
if available (#1070) (c80809a)v13.2.0
Compare Source
Features
v13.1.1
Compare Source
Bug Fixes
v13.1.0
Compare Source
Features
renderHook
(#991) (9535eff)v13.0.1
Compare Source
Bug Fixes
v13.0.0
Compare Source
Features
BREAKING CHANGES
createRoot
API by default which comes with a set of changes while also enabling support for concurrent features.To opt-out of this change you can use
render(ui, { legacyRoot: true } )
. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.v13.0.0-alpha.7
Compare Source
Bug Fixes
@types/react-dom
as a direct dependency (#1001) (149d9a9)Features
v13.0.0-alpha.6
Compare Source
Bug Fixes
BREAKING CHANGES
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.