-
Notifications
You must be signed in to change notification settings - Fork 5
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 dependency @testing-library/react to v16 #215
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-testing-library-monorepo
base: main
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 2, 2024 19:19
316b63b
to
658c405
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 3, 2024 01:17
658c405
to
5dd0f0c
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 4, 2024 09:45
5dd0f0c
to
ce2a075
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 5, 2024 09:44
ce2a075
to
c27676d
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 5, 2024 18:27
c27676d
to
1b8faa1
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 7, 2024 13:53
1b8faa1
to
9f7926f
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 14, 2024 11:00
9f7926f
to
fc9c1d2
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 14, 2024 17:21
fc9c1d2
to
12d16b6
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 17, 2024 23:32
12d16b6
to
6cd0dec
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 20, 2024 07:32
6cd0dec
to
3019065
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 22, 2024 21:48
3019065
to
82d3248
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 28, 2024 12:14
82d3248
to
5341763
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 5, 2024 09:59
5341763
to
2c64a14
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 24, 2024 15:29
2c64a14
to
fdc44a0
Compare
renovate
bot
changed the title
Update dependency @testing-library/react to v15
Update dependency @testing-library/react to v16
Jun 24, 2024
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 28, 2024 02:32
fdc44a0
to
b3cad64
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 21, 2024 08:00
b3cad64
to
fc97156
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 22, 2024 07:52
fc97156
to
c73d830
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
August 15, 2024 17:46
c73d830
to
f6afb89
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
September 19, 2024 11:42
f6afb89
to
85b9eb6
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
October 8, 2024 03:42
85b9eb6
to
235cfce
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
December 26, 2024 21:58
235cfce
to
71c86eb
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
December 31, 2024 18:36
71c86eb
to
c5300b0
Compare
renovate
bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
January 14, 2025 06:02
c5300b0
to
56efe3d
Compare
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:
14.2.2
->16.1.0
Release Notes
testing-library/react-testing-library (@testing-library/react)
v16.1.0
Compare Source
v16.0.1
Compare Source
v16.0.0
Compare Source
Features
@testing-library/dom
and@types/react-dom
to peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.v15.0.7
Compare Source
v15.0.6
Compare Source
v15.0.5
Compare Source
v15.0.4
Compare Source
v15.0.3
Compare Source
Bug Fixes
document
(#1304) (067d0c6)v15.0.2
Compare Source
v15.0.1
Compare Source
v15.0.0
Compare Source
v14.3.1
Compare Source
Bug Fixes
v14.3.0
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.