-
-
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 testing-library monorepo (major) #453
base: main
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@testing-library/jest-dom@5.17.0, npm/@testing-library/react@14.3.1 |
d51f613
to
dcd63b6
Compare
0574567
to
4d90c9b
Compare
bb2494b
to
25b5670
Compare
25b5670
to
1eeb818
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve updates to the Changes
Sequence Diagram(s)(No sequence diagram generated as the changes do not involve new features or modifications to control flow.) Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
09cc540
to
2d8665d
Compare
2d8665d
to
7276e1f
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
7276e1f
to
66b5076
Compare
7749cd4
to
212a226
Compare
3ffcbb5
to
e060d9f
Compare
78615a9
to
eb360bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- apps/redux-app/package.json (1 hunks)
Additional comments not posted (2)
apps/redux-app/package.json (2)
33-33
: LGTM! Verify the usage ofextend-expect
script.The update to
@testing-library/jest-dom
version6.5.0
includes several bug fixes and new features. Ensure that the breaking changes in version6.0.0
are addressed, specifically the removal of theextend-expect
script.
34-34
: LGTM! Verify the peer dependencies.The update to
@testing-library/react
version16.0.1
includes moving@testing-library/dom
and@types/react-dom
to peer dependencies. Ensure that these peer dependencies are correctly handled to avoid version conflicts.
ce31e28
to
29e97ec
Compare
29e97ec
to
f1a8593
Compare
ef7adaf
to
c15b003
Compare
2f9078a
to
475d325
Compare
475d325
to
2cce06b
Compare
2cce06b
to
3a31a6e
Compare
This PR contains the following updates:
5.17.0
->6.6.3
14.3.1
->16.0.1
Release Notes
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.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
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.