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 nyc is breaking the build 🚨 #540

Open
greenkeeper bot opened this issue Nov 2, 2017 · 7 comments
Open

An in-range update of nyc is breaking the build 🚨 #540

greenkeeper bot opened this issue Nov 2, 2017 · 7 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Nov 2, 2017

Version 11.3.0 of nyc was just published.

Branch Build failing 🚨
Dependency nyc
Current Version 11.2.1
Type devDependency

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

nyc 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 12 commits.

  • d85118c chore(release): 11.3.0
  • 7792733 chore: explicitly update istanbul dependencies (#698)
  • 222a3d0 chore: slight difference in pinning logic, based on @ljharb's advice
  • f04b7a9 feat: add option to hook vm.runInContext (#680)
  • cdfdff3 feat: add --exclude-after-remap option for users who pre-instrument their codebase (#697)
  • a413f6a chore: upgrade to yargs 10 (#694)
  • 10125aa docs: fix reporters link
  • f5089ca docs: added examples of coverage reports (#656)
  • af281e7 chore: update spawn-wrap to 1.4.0 (#692)
  • a685f7c docs: missing options prefix -- in front of check-coverage (#695)
  • f31d7a6 feat: allow instrument-only to produce sourcemaps (#674)
  • 425c0fd chore: ignore package-lock.json (#683)

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
Author

greenkeeper bot commented Nov 2, 2017

After pinning to 11.2.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
Author

greenkeeper bot commented Dec 20, 2017

Version 11.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 13 commits.

  • b473820 chore(release): 11.4.1
  • 4e4f428 fix: explicitly update spawn-wrap (#748)
  • 456fa20 docs: hide the header in the issue template on render [skip ci] (#731)
  • e8225d5 chore(release): 11.4.0
  • 93efc55 chore: upgrading to newer spawn-wrap (#730)
  • 879631a refactor: slight tweak to how we extract the --nycrc-path
  • 785fccb feat: allow alternate path for .nycrc to be specified (#724)
  • 4ff7a38 docs: fix package.json examples: s/script/scripts (#722)
  • 9f2894f chore: babel-preset-es2015 => babel-preset-env (#705)
  • 2dee543 docs: correct check-coverage shorthand example (#715)
  • 7ea96ba fix: always invoke instrumenter callback, set appropriate exit-code (#703)
  • 7294308 docs: Correct examples in README.md (#702)
  • 6286bf8 docs: update exclude defaults (#701)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2018

Version 11.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 12 commits.

  • dd372f5 chore(release): 11.6.0
  • c6b30ba feat: allow usage of ignoreClassMethods from istanbul (#785)
  • 2d51562 fix: update to yargs version that allows extending configs with no extension (#790)
  • b4032ce fix: removes unused split-lines dependency. (#787)
  • 18d5599 chore(release): 11.5.0
  • 5256bb6 chore: upgrade the various istanbul libs (#778)
  • dd48707 feat: resolve custom cache directory to absolute path (#766)
  • d19fc4f chore: remove greenkeeper ignore for find-up (#768)
  • b0d6dae fix: coverage reportDir should respect --cwd (#764)
  • 6d51456 chore: upgrade convert-source-map fixes #726 (#759)
  • 2030e0c feat: add command line options to control compacting and comment removal (#754)
  • 6a734b6 fix: typo in option definition (#758)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 19, 2018

Version 11.7.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • 5e40c7c chore(release): 11.7.1
  • 5c0adb5 chore: explicit upgrade of istanbul-reports (#816)
  • 62a4e83 chore(release): 11.7.0
  • 24e5979 feat: allow 0-line files to be ignored in coverage output (#808)
  • 9cbcc81 docs: documentation on how to use and load custom reporters (#804)
  • 1f4f6ae docs: reference minimatch usage (#774)
  • 05fea60 feat: load coverage files individually instead of all at once, addressing memory issues (#806)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2018

Version 11.7.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • 4bdd42c chore(release): 11.7.2
  • bd77538 test: cache clear was breaking build (#835)
  • a522dd9 chore: add Node.js 8 and 10, remove Node.js 4 (#829)
  • 99576fb chore: clone only last commit (#831)
  • ef550bf docs: added "temp-directory" to configuring nyc (#828)
  • d76744a chore: update all the things (#832)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 10, 2018

Version 11.7.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 43bda0c chore(release): 11.7.3
  • c20f8da security: address all vulnerabilities (#836)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2018

Version 11.8.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • bc9ffe5 chore(release): 11.8.0
  • 9def3eb feat: merge together multiple istanbul format reports (#840)

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