madeagency / reactivity

A Bleeding Edge React Universal Boilerplate for Power Users.
MIT License
79 stars 12 forks source link

An in-range update of serialize-javascript is breaking the build 🚨 #137

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency serialize-javascript was updated from 1.5.0 to 1.6.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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/madeagency/reactivity/1060?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v1.6.0
Commits

The new version differs by 3 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.5.0 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.6.1
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 4 commits.

  • 423a382 Bump version to v1.7.0
  • a5d6837 Add support for serializing ES6 sets & maps (#45)
  • 35f6480 Bump version to 1.6.1
  • d175fe2 Remove arrow functions (#42)

See the full diff