wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Bump braces and jest-enzyme in /React_Micro_Frontends_FeedMe/restaurant-order #203

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps braces to 3.0.3 and updates ancestor dependency jest-enzyme. These dependencies need to be updated together.

Updates braces from 3.0.2 to 3.0.3

Commits


Updates jest-enzyme from 6.0.2 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)
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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/wonderfloyd/Hackathon-Corona/network/alerts).