-
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
Update Web (major) #12
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
- Coverage 89.72% 88.71% -1.02%
==========================================
Files 170 95 -75
Lines 20806 16575 -4231
Branches 291 291
==========================================
- Hits 18668 14704 -3964
+ Misses 2135 1868 -267
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9ca20b5
to
75e68d9
Compare
|
75e68d9
to
2f6f66d
Compare
f052dd4
to
c12480d
Compare
af6058c
to
691b034
Compare
3645af8
to
2075be6
Compare
edc4fa2
to
ec09873
Compare
ec09873
to
b845221
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
^8.19.0
->^10.0.0
^5.16.5
->^6.0.0
^13.4.0
->^16.0.0
^18.0.17
->^19.0.0
^18.0.6
->^19.0.0
^5.35.1
->^8.0.0
^5.6.0
->^8.0.0
^2.1.0
->^4.0.0
^0.34.0
->^2.0.0
^10.9.0
->^13.0.0
^8.23.1
->^9.0.0
^8.5.0
->^9.0.0
^0.10.0
->^2.0.0
^4.2.1
->^5.0.0
^4.6.0
->^5.0.0
^54.0.0
->^56.0.0
^28.1.0
->^29.0.0
2.8.8
->3.4.2
^18.2.0
->^19.0.0
^18.2.0
->^19.0.0
^4.7.4
->^5.0.0
^4.6.4
->^5.0.0
^0.5.0
->^2.0.0
Release Notes
testing-library/dom-testing-library (@testing-library/dom)
v10.4.0
Compare Source
v10.3.2
Compare Source
Bug Fixes
v10.3.1
Compare Source
Bug Fixes
prettyDom
(#1321)" (#1325) (fdc12ec)v10.3.0
Compare Source
v10.2.0
Compare Source
Features
v10.1.0
Compare Source
Features
v10.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
aria-query
changes various roles. Check out the changed tests in2c57055
to get an overview about what changed.v9.3.4
Compare Source
Bug Fixes
waitFor
callback after timeout (#1271) (9aaf715)v9.3.3
Compare Source
Bug Fixes
v9.3.2
Compare Source
Bug Fixes
v9.3.1
Compare Source
Bug Fixes
v9.3.0
Compare Source
Features
unstable_advanceTimersWrapper
(#1229) (d09b3c2)v9.2.0
Compare Source
Features
v9.1.0
Compare Source
Features
v9.0.1
Compare Source
Bug Fixes
v9.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
string
as arole
.Drop support for
exact
,trim
,collapseWhitespace
, andnormalizer
options.testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
v6.5.0
Compare Source
v6.4.8
Compare Source
v6.4.7
Compare Source
v6.4.6
Compare Source
Bug Fixes
v6.4.5
Compare Source
Bug Fixes
v6.4.4
Compare Source
v6.4.3
Compare Source
v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
TestingLibraryMatchers
from "./matchers" (#576) (dd1c4dd)v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
v6.2.0
Compare Source
Features
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
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'
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
v14.2.2
Compare Source
v14.2.1
Compare Source
Bug Fixes
v14.2.0
Compare Source
Features
reactStrictMode
option to enable strict mode render (#1241) (0880eba)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
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.18.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.0
Compare Source
🚀 Features
🩹 Fixes
toString()
declarations are present for a type (#10432)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.17.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
ignoreConditionalTests
involving boolean!
operator (#10299)no-unsafe-type-assertion
(#10051)🩹 Fixes
as const satisfies
(#10315)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.
👻 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.