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 tape is breaking the build 🚨 #187

Open
greenkeeper bot opened this issue Dec 29, 2018 · 9 comments
Open

An in-range update of tape is breaking the build 🚨 #187

greenkeeper bot opened this issue Dec 29, 2018 · 9 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 29, 2018

The devDependency tape was updated from 4.9.1 to 4.9.2.

🚨 View failing branch.

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

tape 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • coverage/coveralls: First build on greenkeeper/tape-4.9.2 at 39.56% (Details).

Commits

The new version differs by 11 commits.

  • a1e8f7e v4.9.2
  • 4b9c951 [Dev Deps] update eslint, eclint
  • 9ced991 [Fix] notEqual and notDeepEqual show "expected" value on failure
  • 75c467e [Docs] Updated readme to make test, test.only and test.skip consistent.
  • 1225d01 Merge pull request #450 from axelpale/patch-1
  • f53e3f1 Clarify doesNotThrow parameters
  • 96de340 Adding tap-junit
  • b1df632 [readme] Change broken image to use web archive
  • 5f1c5a2 [Docs] cleanup from #439
  • 6c633d0 Merge pull request #439 from abelmokadem/master
  • 4337f58 Convert list of tap reporters to links

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 Dec 29, 2018

After pinning to 4.9.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 9, 2019

  • The devDependency tape was updated from 4.9.2 to 4.10.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 60 commits.

  • 34b1832 v4.10.0
  • 6209882 Merge all orphaned tags: 'v1.1.2', 'v2.0.2', 'v2.1.1', 'v2.2.2', 'v2.3.3', 'v2.4.3', 'v2.5.1', 'v2.6.1', 'v2.7.3', 'v2.8.1', 'v2.9.1', 'v2.10.3', 'v2.11.1', 'v2.13.4', 'v2.14.0', 'v2.14.1', 'v3.6.1'
  • 82e7b26 [Deps] update glob
  • 9e3d25e [Dev Deps] update eslint, js-yaml
  • fd807f5 v1.1.2
  • eddbff5 v2.14.1
  • 6ce09d9 Minor test tweaks due to whitespace differences in v2 vs v4.
  • 71af8ba gitignore node_modules
  • 4c0d9e6 Merge pull request #268 from ljharb/throws_non_function_should_fail
  • d0a675f v3.6.1
  • d22b5fc Minor test tweaks due to output differences in v1 vs v4.
  • 8b3c1b7 Add missing concat-stream devDep
  • 3495543 gitignore node_modules
  • db81846 Merge pull request #268 from ljharb/throws_non_function_should_fail
  • 7ed6651 Minor test tweaks due to whitespace differences in v3 vs v4.

There are 60 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

  • The devDependency tape was updated from 4.10.0 to 4.10.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 4708a3d v4.10.1
  • a63261e [Deps] update resolve
  • 34ebb4c [Refactor] consistent spacing
  • b74c4fd Partial revert of #403: fbe4b951cb6c6cc4f0e9e3ae4a57b123dd82c0fb and 367b010d21c7c9814c4bc6b21d1c2a9a67596c11

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2019

  • The devDependency tape was updated from 4.10.1 to 4.10.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 2c6818a v4.10.2
  • 15b2dfc [fix] don't consider 'ok' of todo tests in exit code
  • 9ec3a0f [Dev Deps] update eslint, js-yaml
  • 3f337d1 [meta] set save-prefix to ~ (meant for runtime deps)
  • c30e492 [Deps] update glob, resolve
  • 25b4a24 Minor punctuation/highlighting improvement
  • c481dae [Refactor] Removed never-read inErrorState from index.js

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2019

  • The devDependency tape was updated from 4.10.2 to 4.11.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.11.0
  • [New] Add descriptive messages for skipped asserts (#476)
  • [Fix] emit skipped tests as objects (#473)
  • [Refactor] use !! over Boolean()
  • [meta] clean up license so github can detect it
  • [Deps] update inherits, resolve
  • [Tests] add tests for 'todo' exit codes (#471)
Commits

The new version differs by 8 commits.

  • 2b5046e v4.11.0
  • 9526c2e [Deps] update inherits, resolve
  • 32b5948 [Refactor] use !! over Boolean()
  • 838d995 [New] Add descriptive messages for skipped asserts
  • 861cf55 [meta] clean up license so github can detect it
  • 8d5dc2f [Fix] emit skipped tests as objects
  • a5006ce [lint] enforce consistent semicolon usage
  • c6c4ace [Tests] add tests for 'todo' exit codes

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2019

  • The devDependency tape was updated from 4.11.0 to 4.12.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 42c84d6 v4.12.0
  • 3e0a341 [Deps] update is-regex, string.prototype.trim
  • ba7e2b2 [Dev Deps] update eslint
  • f3a5925 [Tests] use shared travis-ci configs
  • 6e94800 [Deps] update deep-equal, glob, object-inspect, resolve, string.prototype.trim
  • 8150c3b [Refactor] use is-regex instead of instanceof RegExp
  • 24487cb add tap-nyc to pretty-reporters
  • c283615 [New] when the error type is wrong, show the message and stack
  • 44cbbf5 [Tests] add a test for the wrong kind of error

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 24, 2019

  • The devDependency tape was updated from 4.12.0 to 4.12.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 25bcbc6 v4.12.1
  • 9094271 [Fix] error stack file path can contain parens/spaces
  • b765bba [Deps] update resolve
  • 949781f [Dev Deps] update eslint

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2020

  • The devDependency tape was updated from 4.12.1 to 4.13.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 1fba54a v4.13.0
  • e0e2542 [New] tape binary: Add -i flag to ignore files from gitignore (#492)
  • 0f15085 [Deps] update resolve
  • 0330d82 [New] add t.match() and t.doesNotMatch(), new in node v13.6
  • 21ac403 [Tests] handle stack trace variation in node <= 0.8
  • d7c2fd3 [lint] fix object key spacing

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency tape was updated from 4.13.0 to 4.13.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 2914a7b v4.13.2
  • c4119c2 [patch] Print name of test that didnt end (#498)
  • 98b2695 [Tests] sync new test cases from master
  • d686aa2 [eslint] enable quotes rule
  • 4526b39 [Tests] add tests for edge cases and numerics
  • 398503c [Deps] update resolve
  • e6b6f11 [Refactor] remove unused code
  • 333c636 v4.13.1
  • 8af61fd [Fix] match/doesNotMatch: when passing, ensure the proper default assert message shows up

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