Skip to content
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

🔥 Drop dependency @testing-library/jest-dom #4136

Merged
merged 6 commits into from Aug 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

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 a review from dubzzz as a code owner August 14, 2023 07:15
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 14, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8d5ef84:

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

dubzzz
dubzzz previously approved these changes Aug 14, 2023
@dubzzz dubzzz enabled auto-merge (squash) August 14, 2023 07:31
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch 3 times, most recently from 61bfb5b to 77a6f6d Compare August 24, 2023 09:06
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from 77a6f6d to 236e42f Compare August 26, 2023 10:06
dubzzz
dubzzz previously approved these changes Aug 26, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 26, 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.

@dubzzz dubzzz changed the title ⬆️ Update dependency @testing-library/jest-dom to v6 🔥 Drop dependency @testing-library/jest-dom Aug 26, 2023
@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

Merging #4136 (8d5ef84) into main (e7dea54) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4136   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files         211      211           
  Lines        5917     5917           
  Branches     1358     1358           
=======================================
  Hits         5601     5601           
  Misses        300      300           
  Partials       16       16           
Flag Coverage Δ
unit-tests 94.65% <ø> (ø)
unit-tests-14.x-Linux 94.65% <ø> (ø)
unit-tests-16.x-Linux 94.65% <ø> (ø)
unit-tests-18.x-Linux ?
unit-tests-latest-Linux 94.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dubzzz dubzzz merged commit e0530e3 into main Aug 26, 2023
59 checks passed
@dubzzz dubzzz deleted the renovate/testing-library-jest-dom-6.x branch August 26, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant