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 serialize-javascript is breaking the build 🚨 #79

Open
greenkeeper bot opened this issue Apr 16, 2019 · 4 comments
Open

Comments

@greenkeeper
Copy link

greenkeeper bot commented Apr 16, 2019

The devDependency serialize-javascript was updated from 1.6.1 to 1.7.0.

🚨 View failing branch.

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

serialize-javascript 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: debug: Your tests passed on CircleCI! (Details).
  • ci/circleci: lockfile: Your tests failed on CircleCI (Details).

Release Notes for v1.7.0
  • Add support for serializing ES6 sets & maps (@pimterry, #45)

Please note that serialization for ES6 Sets & Maps requires support for Array.from (not available in IE or Node < 0.12), or an Array.from polyfill.

Commits

The new version differs by 2 commits.

  • 423a382 Bump version to v1.7.0
  • a5d6837 Add support for serializing ES6 sets & maps (#45)

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 Apr 16, 2019

After pinning to 1.6.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 Aug 20, 2019

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

Release Notes for v1.8.0
Commits

The new version differs by 3 commits.

  • 6eae833 Bump version to v1.8.0
  • cc2a309 Enhanced object literals don't have arrows (#51)
  • d941082 Update package-lock.json (#49)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v1.9.0
  • support serialize undefined (@nqdy666, #54)
  • Update Node.js versions to tests
Commits

The new version differs by 6 commits.

  • 84ad59b Bump version to v1.9.0
  • 356987f support serialize undefined (#54)
  • c812a45 Update Node.js versions to tests
  • 6eae833 Bump version to v1.8.0
  • cc2a309 Enhanced object literals don't have arrows (#51)
  • d941082 Update package-lock.json (#49)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 9ee6b1c 1.9.1
  • 4dfd9e5 Revert "support serialize undefined (#54)"
  • b7273f8 Bump mocha from 5.2.0 to 6.2.0 (#56)

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