Update dependency @testing-library/jest-dom to v6 (develop)#136
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency @testing-library/jest-dom to v6 (develop)#136renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
May 15, 2025 08:31
8512023 to
f1e59f2
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
May 27, 2025 13:23
f1e59f2 to
4a3e042
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
June 11, 2025 12:40
4a3e042 to
b4e18be
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
July 17, 2025 10:05
b4e18be to
16bbe20
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
2 times, most recently
from
July 31, 2025 17:08
5010f45 to
bc6a468
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
2 times, most recently
from
August 13, 2025 23:22
d6155a9 to
54d417a
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
August 21, 2025 03:47
54d417a to
134a7d4
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
3 times, most recently
from
October 1, 2025 22:30
7e776bd to
6829067
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
October 21, 2025 19:50
6829067 to
876ad3f
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
November 18, 2025 23:43
876ad3f to
d1a8c09
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
2 times, most recently
from
December 23, 2025 14:53
5d61460 to
38a4403
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
2 times, most recently
from
January 6, 2026 15:46
8eeaab9 to
5ca73a2
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
2 times, most recently
from
January 15, 2026 10:52
31ce490 to
279654a
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
January 23, 2026 21:01
279654a to
4f96013
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
February 6, 2026 12:24
4f96013 to
71931f3
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
March 13, 2026 12:55
71931f3 to
e3db3eb
Compare
renovate
Bot
force-pushed
the
renovate/develop-major-testing-library-monorepo
branch
from
March 27, 2026 10:44
e3db3eb to
0be2612
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.4→^6.0.0Release 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'
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.