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

An in-range update of jest-dom is breaking the build 🚨 #69

Open
greenkeeper bot opened this issue Jan 26, 2019 · 12 comments
Open

An in-range update of jest-dom is breaking the build 🚨 #69

greenkeeper bot opened this issue Jan 26, 2019 · 12 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 26, 2019

The devDependency jest-dom was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

jest-dom is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.0.1

3.0.1 (2019-01-26)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ff29144 fix: bump new jest dependencies (#75)
  • ce2e48d docs: Better README.md for toHaveTextContent (#74)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

  • The devDependency jest-dom was updated from 3.0.1 to 3.0.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.0.2

3.0.2 (2019-02-06)

Bug Fixes

Commits

The new version differs by 1 commits.

  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 10, 2019

  • The devDependency jest-dom was updated from 3.0.2 to 3.1.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.1.0

3.1.0 (2019-02-10)

Features

Commits

The new version differs by 2 commits.

  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2019

  • The devDependency jest-dom was updated from 3.1.0 to 3.1.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.1.1

3.1.1 (2019-02-11)

Bug Fixes

  • toBeInTheDocument unclear error message on null element (#79) (bd2df3a)
Commits

The new version differs by 3 commits.

  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 15, 2019

  • The devDependency jest-dom was updated from 3.1.1 to 3.1.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.1.2

3.1.2 (2019-02-15)

Bug Fixes

  • Add type declaration for toBeEnabled (#80) (3da3666)
Commits

The new version differs by 4 commits.

  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 13, 2019

  • The devDependency jest-dom was updated from 3.1.2 to 3.1.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.1.3

3.1.3 (2019-03-12)

Bug Fixes

  • toBeVisible ignoring hidden attribute (#85) (4d5427b)
Commits

The new version differs by 6 commits.

  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2019

  • The devDependency jest-dom was updated from 3.1.3 to 3.1.4.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.1.4

3.1.4 (2019-04-30)

Bug Fixes

Commits

The new version differs by 10 commits.

  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 6, 2019

  • The devDependency jest-dom was updated from 3.1.4 to 3.2.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.2.0

3.2.0 (2019-05-06)

Features

  • toHaveAttribute: support asymetric matchers for value (#93) (f62628e), closes #91
Commits

The new version differs by 11 commits.

  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2019

  • The devDependency jest-dom was updated from 3.2.0 to 3.2.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.2.1

3.2.1 (2019-05-07)

Bug Fixes

  • broken type definitions for extend-expect.d.ts (#101) (44f0020)
Commits

The new version differs by 12 commits.

  • 44f0020 fix: broken type definitions for extend-expect.d.ts (#101)
  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2019

  • The devDependency jest-dom was updated from 3.2.1 to 3.2.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.2.2

3.2.2 (2019-05-08)

Bug Fixes

Commits

The new version differs by 14 commits.

  • 2bc084f fix: use this.equals instead of import jasmineUtils (#103)
  • cd15de6 docs: fix owl url (#102)
  • 44f0020 fix: broken type definitions for extend-expect.d.ts (#101)
  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)
  • 02c340d feat: Add toBeEnabled matcher (#78)
  • dd310ee fix: escape css strings (#77)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2019

  • The devDependency jest-dom was updated from 3.2.2 to 3.3.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.3.0

3.3.0 (2019-05-22)

Features

Commits

The new version differs by 17 commits.

  • d3f5855 feat: Add toBeRequired matcher (#109)
  • b2b4bd3 Revert "test: add failing test for #104"
  • 71d1351 test: add failing test for #104
  • 2bc084f fix: use this.equals instead of import jasmineUtils (#103)
  • cd15de6 docs: fix owl url (#102)
  • 44f0020 fix: broken type definitions for extend-expect.d.ts (#101)
  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)
  • bd2df3a fix: toBeInTheDocument unclear error message on null element (#79)

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2019

  • The devDependency jest-dom was updated from 3.3.0 to 3.4.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.4.0

3.4.0 (2019-05-24)

Features

  • Add toBeInvalid and toBeValid matchers (#110) (09f7f04)
Commits

The new version differs by 18 commits.

  • 09f7f04 feat: Add toBeInvalid and toBeValid matchers (#110)
  • d3f5855 feat: Add toBeRequired matcher (#109)
  • b2b4bd3 Revert "test: add failing test for #104"
  • 71d1351 test: add failing test for #104
  • 2bc084f fix: use this.equals instead of import jasmineUtils (#103)
  • cd15de6 docs: fix owl url (#102)
  • 44f0020 fix: broken type definitions for extend-expect.d.ts (#101)
  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)
  • 238cc91 docs: remove extra bracket from toBeVisible example (#83)
  • 3da3666 fix: Add type declaration for toBeEnabled (#80)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 8, 2019

  • The devDependency jest-dom was updated from 3.4.0 to 3.5.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v3.5.0

3.5.0 (2019-06-07)

Features

Commits

The new version differs by 20 commits.

  • fd747bf feat: Add toHaveValue matcher #82 (#90)
  • 28f960f docs: Fix a typo in toHaveStyle Readme documentation (#114)
  • 09f7f04 feat: Add toBeInvalid and toBeValid matchers (#110)
  • d3f5855 feat: Add toBeRequired matcher (#109)
  • b2b4bd3 Revert "test: add failing test for #104"
  • 71d1351 test: add failing test for #104
  • 2bc084f fix: use this.equals instead of import jasmineUtils (#103)
  • cd15de6 docs: fix owl url (#102)
  • 44f0020 fix: broken type definitions for extend-expect.d.ts (#101)
  • f62628e feat(toHaveAttribute): support asymetric matchers for value (#93)
  • 3f85527 fix: display html in toContainHTML failure output #98 (#100)
  • 1b2beb9 docs: move to testing-library org (#97)
  • eb1be31 docs: update deprecated method of jest (#94)
  • 825c3dd docs: missing closing bracket in toHaveFocus() example (#92)
  • 4d5427b fix: toBeVisible ignoring hidden attribute (#85)

There are 20 commits in total.

See the full diff

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

No branches or pull requests

0 participants