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

Bump jest-enzyme from 4.2.0 to 7.1.2 #132

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

Conversation

dependabot-preview[bot]
Copy link

Bumps jest-enzyme from 4.2.0 to 7.1.2.

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)

v7.0.2

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

Failed Release

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

  • Add global typescript definitions for jest-environment-enzyme. (@​astorije)
  • Allow multiline strings for toHaveHTML. (@​astorije)
  • Print local error messages when jest-environment-enzyme has an issue. (@​h.ayabe)

6.0.2

  • Loosen jest-environment-enzyme react peerDependency to support testing other react versions. (@​evocateur)

6.0.1

  • Fix jest-environment-enzyme to actually work with different react adapter versions. (@​evocateur)

6.0.0

... (truncated)
Changelog

Sourced from jest-enzyme's changelog.

7.1.2

  • Fix a typescript conflict with a recent Jest update. (@​tobilen)
  • Internal cleanup with jest compatibility. (@​vkrol)
  • Internal updates to latest Babel and Jest. (@​vkrol)
  • Fix documentation linking issues (@​harrykiselev)

7.1.1

  • Fix a flowtype regression. (@​bz2)
  • Improve infra to prevent further flowtype regressions. (@​bz2)

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

... (truncated)
Commits
  • abce48f v7.1.2
  • 7951364 Changelog 7.1.2
  • 8697d81 Use setupFilesAfterEnv instead of setupTestFrameworkScriptFile
  • ffb2861 Add second type parameter
  • 4e18cb1 Update packages/jest-enzyme/README.md, add changes suggestion.
  • 9253e39 Update README.md: fix a link to #tohavedisplayname.
  • 271af50 Upgrade Babel to 7.6.2 and Jest to 24.9.0
  • 5556aa6 Replace setupTestFrameworkScriptFile with setupFilesAfterEnv in jest-environm...
  • 54dbf3c Replace setupTestFrameworkScriptFile with setupFilesAfterEnv in jest-enzyme R...
  • 66c1937 v7.1.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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.

None yet

0 participants