Skip to content

Update jest-enzyme requirement from ^4.0.1 to ^7.1.0 #123

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

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on jest-enzyme to permit the latest version.

Release notes

Sourced from jest-enzyme's releases.

v7.1.0

  • toContainMatchingElement and toContainMatchingElements now can take a list of Enzyme wrappers. (@​GreenGremlin)
  • Improved messaging for toContainMatchingElement and toContainMatchingElements. (@​GreenGremlin)
Changelog

Sourced from jest-enzyme's changelog.

7.1.0

  • toContainMatchingElement and toContainMatchingElements now can take a list of Enzyme wrappers. (@​GreenGremlin)
  • Improved messaging for toContainMatchingElement and toContainMatchingElements. (@​GreenGremlin)

7.0.2

7.0.1

  • Fix a jest integration with toContainMatchingElement not returning an explicit boolean. (@​blainekasten)

7.0.0

🛑 Breaking

  • Renamed toHaveTagName to toHaveDisplayName (GreenGremlin)
    • This was done because Tag name indicates an HTML entity, but the matcher works with React Components which uses an internalProp displayName
    • When updating to 7.0.0 you should be able to just do a simple search and replace for this matcher across your codebase.

🍾 Improvements

  • Add support for unboxed properties for toMatchElement. (@​blainekasten)
  • Improve documentation for the entire repo. (@​blainekasten)
  • Improve internal tests.

6.1.2

6.1.1

6.1.0

  • Added 3 new matchers! toContainMatchingElement, toContainMatchingElements and toContainMatchingElements (@​GreenGremlin)

6.0.5

  • Fix typescript definitions for toMatchElement options argument. (@​mayhewluke)

6.0.4

  • Fix global typescript definitions for jest-environment-enzyme. (@​vkrol)

6.0.3

... (truncated)
Commits
  • ce4435c v7.1.0
  • abda4f9 7.1.0 Changelog
  • 48b6067 Better messaging for component selectors
  • 1bad9a4 Fix Assertions link in Jest-Enzyme README
  • 24d93cc Allowing some assertions to be called on lists of nodes
  • c10a936 add maintenance status note to readme (#303)
  • a6b0758 Release7.0.2 (#301)
  • 5640609 remove un-used individual package yarn.lock files (#300)
  • cafd949 Fixing messaging for toHaveState and toHaveProp (#294)
  • 0a97136 upgrade jest-environment-jsdom to 24 to resolve braces security advisory
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #128.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/jest-enzyme-tw-7.1.0 branch September 5, 2019 05:22
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.

0 participants