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

chore(deps): update dependency @testing-library/jest-dom to v6 #270

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.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
  • 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.

@vercel
Copy link

vercel bot commented Aug 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
supabase-cache-helpers ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2023 1:56pm
supabase-cache-helpers-react-query ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2023 1:56pm
supabase-cache-helpers-swr-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2023 1:56pm

@changeset-bot
Copy link

changeset-bot bot commented Aug 16, 2023

⚠️ No Changeset found

Latest commit: d632373

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 16, 2023

Codecov Report

Merging #270 (d632373) into main (3129410) will increase coverage by 0.15%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
+ Coverage   97.21%   97.37%   +0.15%     
==========================================
  Files         140      140              
  Lines        1940     1940              
  Branches      479      479              
==========================================
+ Hits         1886     1889       +3     
+ Misses         54       51       -3     
Flag Coverage Δ
postgrest-core 98.51% <ø> (ø)
postgrest-react-query 99.58% <ø> (+1.66%) ⬆️
postgrest-swr 94.04% <ø> (-0.21%) ⬇️
storage-core 91.75% <ø> (ø)
storage-react-query 100.00% <ø> (ø)
storage-swr 100.00% <ø> (ø)

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

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from f0f7672 to daa11df Compare August 18, 2023 17:06
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from daa11df to ca154ef Compare August 21, 2023 08:17
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from ca154ef to 149d2bf Compare August 24, 2023 07:09
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from 149d2bf to b02dd88 Compare August 26, 2023 04:54
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from b02dd88 to 5506e37 Compare August 26, 2023 15:34
@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from 5506e37 to 1e84a4d Compare August 27, 2023 11:04
@vercel
Copy link

vercel bot commented Oct 19, 2023

Deployment failed with the following error:

Resource is limited - try again in 22 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from 880384a to 3ab3ed5 Compare October 19, 2023 08:37
@vercel
Copy link

vercel bot commented Oct 19, 2023

Deployment failed with the following error:

Resource is limited - try again in 8 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/testing-library-jest-dom-6.x branch from 3ab3ed5 to 2d19b15 Compare October 19, 2023 08:41
@vercel
Copy link

vercel bot commented Oct 19, 2023

Deployment failed with the following error:

Resource is limited - try again in 4 minutes (more than 100, code: "api-deployments-free-per-day").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant