You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The devDependency serialize-javascript was updated from
1.6.1
to1.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
Release Notes for v1.7.0
Please note that serialization for ES6 Sets & Maps requires support for
Array.from
(not available in IE or Node < 0.12), or anArray.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 🌴
The text was updated successfully, but these errors were encountered: