Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom 5.17.0 -> 6.0.0 age adoption passing confidence

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    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'

  • Update kcd-scripts
  • Drop node < 14

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team, QuiiBz and fabienhebert and removed request for a team August 27, 2023 19:50
@changeset-bot
Copy link

changeset-bot bot commented Aug 27, 2023

⚠️ No Changeset found

Latest commit: e6794fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #1483 (e6794fd) into main (63d7118) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1483   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files          26       26           
  Lines         690      690           
  Branches       97       97           
=======================================
  Hits          681      681           
  Misses          1        1           
  Partials        8        8           
Files Changed Coverage Δ
...-helpers/src/helpers/shouldMatchEmotionSnapshot.ts 100.00% <ø> (ø)
...rc/helpers/shouldMatchEmotionSnapshotWithPortal.ts 100.00% <ø> (ø)
packages/jest-helpers/src/index.ts 100.00% <ø> (ø)

@QuiiBz QuiiBz marked this pull request as draft August 28, 2023 07:57
@QuiiBz
Copy link
Contributor

QuiiBz commented Aug 28, 2023

Moving to draft until we migrate to @jest/globals

@QuiiBz QuiiBz marked this pull request as ready for review August 28, 2023 08:28
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2023

Edited/Blocked Notification

Renovate 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.

Warning: custom changes will be lost.

@QuiiBz QuiiBz requested a review from chambo-e August 28, 2023 13:16
@QuiiBz QuiiBz merged commit 0fa96c1 into main Aug 29, 2023
@QuiiBz QuiiBz deleted the renovate/testing-library-jest-dom-6.x branch August 29, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants