zotoio / launchdarkly-nodeutils

Node functions wrapping LaunchDarkly API and exposed as a commandline tool.
MIT License
9 stars 5 forks source link

An in-range update of fast-json-patch is breaking the build 🚨 #71

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency fast-json-patch was updated from 2.1.0 to 2.2.0.

🚨 View failing branch.

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

fast-json-patch 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/zotoio/launchdarkly-nodeutils/builds/566398656?utm_source=github_status&utm_medium=notification)).

Release Notes for Generate invertible test operations

New feature:

  • Ability to generate test operations for original values in the first object, also known as "invertible" operations. Search fro the word invertible in README.md for details about usage (PR #228, PR #226).

Code quality:

  • Replace deep-equal with fast-deep-equal (PR #227)
  • Remove traces for support for legacy browsers which were broken since v2.0.7 (PR #229)
  • Fix testing framework
Commits

The new version differs by 31 commits.

  • 39f187e 2.2.0
  • 14b27e0 fresh build
  • 8e59102 Ability to generate test operations for original values in the f… (#228)
  • fe85212 for all tests that check invertible=true, also check invertible=false
  • 996c967 Merge pull request #229 from Starcounter-Jack/no-ie8
  • 43e72dd fix removal of "change" event listener
  • 0250c05 remove remaining traces of support for IE8
  • c6e963f change Sauce tests to local because we have run out of minutes
  • 1498c09 change the API for generating test operations
  • f078a4b Merge branch 'master' into generate-test-ops
  • bbd3002 close Selenium tunnel gracefully
  • 3412230 change way the Selenium runner receives Jasmine status
  • 8f7868c reduce the verbosity of the HTTP server
  • 8451a38 fix connection to SauceLabs from Travis
  • c36aa87 fix tests with Sauce Labs

There are 31 commits in total.

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 2.1.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 Fix default import

This patch release fixes a regression introduced in 2.2.0, namely: the default import using ES6 with Webpack/Babel stopped working (#233).

This version fixes the problem by adding an explicit default import.

Commits

The new version differs by 4 commits.

  • ab74905 2.2.1
  • 6f4d6d6 Merge pull request #236 from Starcounter-Jack/issues/233-export-star-as-default
  • 18a14f0 add default export, test with Webpack and typings
  • 18b4300 add tests for external API usage

See the full diff