-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore(deps): update dependency @testing-library/jest-dom to v6 #270
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Codecov Report
@@ Coverage Diff @@
## main #270 +/- ##
==========================================
+ Coverage 97.21% 97.37% +0.15%
==========================================
Files 140 140
Lines 1940 1940
Branches 479 479
==========================================
+ Hits 1886 1889 +3
+ Misses 54 51 -3
Flags with carried forward coverage won't be shown. Click here to find out more. see 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f0f7672
to
daa11df
Compare
daa11df
to
ca154ef
Compare
ca154ef
to
149d2bf
Compare
149d2bf
to
b02dd88
Compare
b02dd88
to
5506e37
Compare
5506e37
to
1e84a4d
Compare
89edb7c
to
dbdecd1
Compare
dbdecd1
to
bb0597a
Compare
bb0597a
to
880384a
Compare
Deployment failed with the following error:
|
880384a
to
3ab3ed5
Compare
Deployment failed with the following error:
|
3ab3ed5
to
2d19b15
Compare
Deployment failed with the following error:
|
2d19b15
to
059d615
Compare
059d615
to
8a06a8e
Compare
8a06a8e
to
d632373
Compare
This PR contains the following updates:
5.17.0
->6.1.4
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare 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: 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.