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

[Snyk] Upgrade @testing-library/jest-dom from 5.16.5 to 6.1.3 #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ericblade
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @testing-library/jest-dom from 5.16.5 to 6.1.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 7 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-09-06.
Release notes
Package name: @testing-library/jest-dom
  • 6.1.3 - 2023-09-06

    6.1.3 (2023-09-06)

    Bug Fixes

  • 6.1.2 - 2023-08-24

    6.1.2 (2023-08-24)

    Bug Fixes

    • bump @ adobe/css-tools for ESM support (#525) (b959a68)
  • 6.1.1 - 2023-08-23

    6.1.1 (2023-08-23)

    Bug Fixes

    • package.json: update main and module file paths (#523) (853a3e5)
  • 6.1.0 - 2023-08-23

    6.1.0 (2023-08-23)

    Features

    • Publish ESM and CJS (#519)
  • 6.0.1 - 2023-08-18

    6.0.1 (2023-08-18)

    Bug Fixes

    • matchers type is making the global expect unsafe (#513) (bdb34f1)
  • 6.0.0 - 2023-08-13

    6.0.0 (2023-08-13)

    Features

    • local types, supporting jest, @ jest/globals, vitest (#511) (4b764b9)

    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:

    • @ testing-library/jest-dom - jest (@ types/jest)
    • @ testing-library/jest-dom/jest-globals - @ jest/globals
    • @ testing-library/jest-dom/vitest - vitest

    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
  • 5.17.0 - 2023-07-18

    5.17.0 (2023-07-18)

    Features

    • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#503) (d717c66)
  • 5.16.5 - 2022-08-04

    5.16.5 (2022-08-04)

    Bug Fixes

    • migrate ccs v3 to @ adobe/css-tools v4 (#470) (948d90f)
from @testing-library/jest-dom GitHub release notes
Commit messages
Package name: @testing-library/jest-dom
  • 5b492ac fix: proper @ jest/globals import (#530)
  • b959a68 fix: bump @ adobe/css-tools for ESM support (#525)
  • 853a3e5 fix(package.json): update main and module file paths (#523)
  • 3d834bb feat: manually trigger release (#520)
  • 61d17bd chore: Publish ESM and CJS (#519)
  • bdb34f1 fix: matchers type is making the global expect unsafe (#513)
  • 4b764b9 feat: local types, supporting jest, @ jest/globals, vitest (#511)
  • d717c66 feat: New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` (#503)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

There is no change log for this pull request yet.

Create a changelog

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.

None yet

2 participants