This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3ce7475 to
5741607
Compare
5741607 to
fd6f7dc
Compare
fd6f7dc to
b343521
Compare
b343521 to
3fc69bb
Compare
3fc69bb to
2ae1a53
Compare
2ae1a53 to
7730017
Compare
7730017 to
db0ce71
Compare
db0ce71 to
737c347
Compare
737c347 to
5c6b069
Compare
5c6b069 to
08642ad
Compare
08642ad to
cfeba25
Compare
cfeba25 to
2ddcc82
Compare
c43b577 to
03f15e1
Compare
03f15e1 to
c426703
Compare
c426703 to
94e9edd
Compare
94e9edd to
896202a
Compare
896202a to
a04fd8c
Compare
a04fd8c to
fa7cf7a
Compare
fa7cf7a to
6d4b7c7
Compare
6d4b7c7 to
8b06b53
Compare
8b06b53 to
f3d5110
Compare
f3d5110 to
0d28eff
Compare
0d28eff to
700670a
Compare
700670a to
ae121bc
Compare
ae121bc to
e078779
Compare
e078779 to
f5f0735
Compare
Contributor
Author
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.17.0->^6.6.3^14.0.0->^16.2.0^20.8.0->^22.10.10^18.2.24->^19.0.8^18.2.8->^19.0.3^6.7.3->^8.21.0^6.7.3->^8.21.0v3->v4v3->v4^8.0.1->^10.1.3^8.50.0->^9.19.0^9.0.0->^10.0.1^8.0.3->^9.1.7^22.1.0->^26.0.0^14.0.1->^15.4.2^16 || ^17 || ^18->^16 || ^17 || ^18 || ^19.0.0^18.2.0->^19.0.0^18.2.0->^19.0.0^16 || ^17 || ^18->^16 || ^17 || ^18 || ^19.0.0^18.2.0->^19.0.0^18.2.0->^19.0.0^3.3.3->^4.0.0^4.4.9->^6.0.11^0.34.6->^3.0.4Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3Compare Source
v6.6.2Compare Source
Bug Fixes
v6.6.1Compare Source
v6.6.0Compare Source
v6.5.0Compare Source
v6.4.8Compare Source
v6.4.7Compare Source
v6.4.6Compare Source
Bug Fixes
v6.4.5Compare Source
Bug Fixes
v6.4.4Compare Source
v6.4.3Compare Source
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'
testing-library/react-testing-library (@testing-library/react)
v16.2.0Compare Source
Features
v16.1.0Compare Source
v16.0.1Compare Source
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
v15.0.6Compare Source
v15.0.5Compare Source
v15.0.4Compare Source
v15.0.3Compare Source
Bug Fixes
document(#1304) (067d0c6)v15.0.2Compare Source
v15.0.1Compare Source
v15.0.0Compare Source
v14.3.1Compare Source
Bug Fixes
v14.3.0Compare Source
v14.2.2Compare Source
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
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.21.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.20.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1Compare Source
🩹 Fixes
declarekeyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.0Compare 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.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0Compare Source
🚀 Features
ignoreConditionalTestsinvolving boolean!operator (#10299)no-unsafe-type-assertion(#10051)🩹 Fixes
as const satisfies(#10315)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0Compare Source
🚀 Features
await usingstatements (#10209)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.13.0Compare Source
🚀 Features
ignoreBooleanCoercion(#9924)no-class-assignrule ineslint-recommendedconfig (#10250)🩹 Fixes
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.