chore(deps): update testing-library monorepo (major)#490
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
3 times, most recently
from
April 26, 2024 16:41
8347d36 to
1999024
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
4 times, most recently
from
May 7, 2024 11:40
7e4b560 to
ba069a9
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 3, 2024 17:02
ba069a9 to
d5a6876
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 11, 2024 01:18
d5a6876 to
7267d83
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
2 times, most recently
from
July 23, 2024 14:24
bcadeec to
a30b02a
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
2 times, most recently
from
August 29, 2024 13:02
4ab935e to
eeadd44
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
3 times, most recently
from
October 17, 2024 20:49
59bcb9c to
8f6c2f1
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
October 31, 2024 15:28
8f6c2f1 to
e68bd7b
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
December 7, 2024 05:50
e68bd7b to
76a5d92
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
January 16, 2025 01:52
76a5d92 to
318181e
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
April 2, 2025 17:40
318181e to
f86a031
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 26, 2025 21:53
f86a031 to
b1661ac
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
3 times, most recently
from
August 13, 2025 21:08
dba4050 to
bdde3c3
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
August 21, 2025 01:03
bdde3c3 to
1bf0855
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
2 times, most recently
from
October 1, 2025 21:59
1559dea to
03f46da
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
December 15, 2025 14:49
03f46da to
9696939
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
January 19, 2026 16:08
9696939 to
a7aaf6b
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 28, 2026 16:07
a7aaf6b to
bf94f3d
Compare
This file contains hidden or 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
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:
^5.16.5→^6.9.1^13.4.0→^16.3.2Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.9.1Compare Source
Bug Fixes
Nodeerror (nodejs) (#707) (0ff8904)v6.9.0Compare Source
Features
v6.8.0Compare Source
Features
v6.7.0Compare Source
Features
v6.6.4Compare Source
Performance Improvements
v6.6.3Compare Source
Bug Fixes
v6.6.2Compare Source
Bug Fixes
v6.6.1Compare Source
Bug Fixes
v6.6.0Compare Source
Features
v6.5.0Compare Source
Features
v6.4.8Compare Source
Bug Fixes
v6.4.7Compare Source
Bug Fixes
toHaveClass(#611) (5cc6298)v6.4.6Compare Source
Bug Fixes
v6.4.5Compare Source
Bug Fixes
v6.4.4Compare Source
Bug Fixes
v6.4.3Compare Source
Bug Fixes
toBeRequired(#590) (20aca33)v6.4.2Compare Source
Bug Fixes
v6.4.1Compare Source
Bug Fixes
TestingLibraryMatchersfrom "./matchers" (#576) (dd1c4dd)v6.4.0Compare Source
Features
v6.3.0Compare Source
Features
v6.2.1Compare Source
Bug Fixes
v6.2.0Compare Source
Features
v6.1.6Compare Source
Bug Fixes
v6.1.5Compare Source
Bug Fixes
v6.1.4Compare Source
Bug Fixes
@adobe/css-toolsto4.3.1to address vulnerability (#532) (44f1eab)v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
v6.1.1Compare Source
Bug Fixes
v6.1.0Compare Source
Features
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
v5.17.0Compare Source
Features
toHaveAccessibleErrorMessagebetter implementing the spec, deprecatetoHaveErrorMessage(#503) (d717c66)testing-library/react-testing-library (@testing-library/react)
v16.3.2Compare Source
Bug Fixes
v16.3.1Compare Source
Bug Fixes
v16.3.0Compare Source
Features
v16.2.0Compare Source
Features
v16.1.0Compare Source
Features
v16.0.1Compare Source
Bug Fixes
v16.0.0Compare Source
Features
@testing-library/domand@types/react-domto peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/domwas moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dominstalled that frequently caused bugs when used with@testing-library/user-event. We will also be able to allow new versions of@testing-library/dombeing used without a SemVer major release of@testing-library/reactby just widening the peer dependency.@types/react-domneeds to be installed if you're typechecking files using@testing-library/react.v15.0.7Compare Source
Bug Fixes
actis notanywhenReact.actis not declared (#1323) (c1f2957)v15.0.6Compare Source
Bug Fixes
v15.0.5Compare Source
Bug Fixes
containeroption based onhydrate(#1313) (d143f46)v15.0.4Compare Source
Bug Fixes
renderHookoptions extend options forrender(#1308) (48282c2)v15.0.3Compare Source
Bug Fixes
document(#1304) (067d0c6)v15.0.2Compare Source
Bug Fixes
legacyRooterror message (#1301) (c63b873)v15.0.1Compare Source
Bug Fixes
v15.0.0Compare Source
Release
BREAKING CHANGES
@testing-library/domchanges various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055to get an overview about what changed.v14.3.1Compare Source
Bug Fixes
v14.3.0Compare Source
Features
v14.2.2Compare Source
Bug Fixes
v14.2.1Compare Source
Bug Fixes
v14.2.0Compare Source
Features
reactStrictModeoption to enable strict mode render (#1241) (0880eba)v14.1.2Compare Source
Bug Fixes
v14.1.1Compare Source
Bug Fixes
v14.1.0Compare Source
Features
v14.0.0Compare Source
Bug Fixes
Features
@testing-library/domto 9.0.0 (#1177) (6653c23)BREAKING CHANGES
Configuration
📅 Schedule: (UTC)
🚦 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.