captbaritone / raven-for-redux

A Raven middleware for Redux
295 stars 25 forks source link

An in-range update of raven-js is breaking the build 🚨 #44

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.20.0 of raven-js was just published.

Branch Build failing 🚨
Dependency raven-js
Current Version 3.19.1
Type devDependency

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

raven-js 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/captbaritone/raven-for-redux/builds/301947957?utm_source=github_status&utm_medium=notification)

Release Notes 3.20.0
  • NEW: autoBreadcrumbs can now disable sentry breadcrumbs and configure them on demand #1099
  • NEW: Add maxBreadcrumbs and sampleRate to Typescript typings 29b89de 989f43a
  • CHANGE: isEmptyObject utility now checks for object's own properties only #1100
  • CHANGE: Update how wrapped functions are detected as native functions #1106
  • CHANGE: Update integration tests on SauceLabs to use Safari 11.0
  • BUGFIX: Send raw error when vm is undefined while using Vue plugin #1118
Commits

The new version differs by 14 commits.

  • 30c0da4 3.20.0
  • e6baafa ci: Update Safari to 11.0 (OSX) on SauceLabs (#1127)
  • 55e9805 ci: Update Safari to 11.0 on SauceLabs (#1126)
  • 989f43a fix: Add sampleRate typing
  • 29b89de Add maxBreadcrumbs to Typescript typings
  • 0fbdf95 fix: Send raw error when vm is undefined in Vue plugin (#1118)
  • 4c41fef fix: Vue plugin doesnt explode if vm is undefined (#1111)
  • cf89f86 fix: Update how wrapped functions are detected as native functions (#1106)
  • 9cb17c1 ref: Remove doubled isObject declaration
  • f74498e feat: Disable automatic breadcrumbs collection #782 (#1099)
  • 783a4ee meta: Remove jsDelivr badge
  • df8a89b Add jsDelivr hits badge
  • 66a5db5 utils: make isEmptyObject check prototype #940
  • 3858b07 build: Reduce publishing to just one step

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 6 years ago

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

captbaritone commented 6 years ago

Looks like this was a transient Travis failure.