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 rollbar is breaking the build 🚨 #67

Open
greenkeeper bot opened this issue Aug 21, 2019 · 12 comments
Open

An in-range update of rollbar is breaking the build 🚨 #67

greenkeeper bot opened this issue Aug 21, 2019 · 12 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 21, 2019

The dependency rollbar was updated from 2.12.0 to 2.12.1.

🚨 View failing branch.

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

rollbar 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).

Release Notes for v2.12.1

Pull requests

Ensure stack is preserved on Chrome, #772

Commits

The new version differs by 4 commits.

  • 822770a Release v2.12.1
  • b499d43 fix: ensure same stack data when testing duplicate error handling
  • 9933b26 Merge pull request #772 from rollbar/wj-ensure-chrome-stack
  • 313a3f2 fix: ensure stack is preserved on chrome

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
Contributor Author

greenkeeper bot commented Aug 21, 2019

After pinning to 2.12.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

  • The dependency rollbar was updated from 2.12.1 to 2.12.2.

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

Release Notes for v2.12.2

Pull requests

Chrome 76 uses return value of prepareStackTrace, #773

Commits

The new version differs by 3 commits.

  • 28665fa Release v2.12.2
  • 0b8a673 Merge pull request #773 from rollbar/wj-chrome-76-fix
  • bf552a3 fix: Chrome 76 uses return value of prepareStackTrace

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2019

  • The dependency rollbar was updated from 2.12.2 to 2.12.3.

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

Release Notes for v2.12.3

Highlights

  • Updated TypeScript types
  • Improved handling of strict mode environments

Pull requests

Update TypeScript types for config object, #776
Recover from read-only window.console object, #778

Commits

The new version differs by 9 commits.

  • c113dfd Release v2.12.3
  • dcf46b1 Merge pull request #778 from rollbar/wj-console-getter-only
  • 9c1b07e fix: recover from read-only window.console object
  • af17db3 test: deregister telemetry hooks between tests
  • e76887d Merge pull request #776 from rollbar/wj-ts-nodesourcemaps
  • 5f8eec8 fix: update TypeScript types for config object
  • 28665fa Release v2.12.2
  • 0b8a673 Merge pull request #773 from rollbar/wj-chrome-76-fix
  • bf552a3 fix: Chrome 76 uses return value of prepareStackTrace

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The dependency rollbar was updated from 2.12.3 to 2.13.0.

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

Release Notes for v2.13.0

Highlights

  • Better error class names for grouping (#779 #781)
  • Add Code Push path mapping for React Native
  • Add config option to set/override React Native path matching

Pull requests

Optionally guess error class when missing, #779
Enable react-native path rewrite from config, #780
Use most specific error name, #781
Travis chrome 62, #782

Commits

The new version differs by 18 commits.

  • bb925a9 Release v2.13.0
  • b1d84a0 Merge pull request #781 from rollbar/wj-most-specific-error-name
  • 3b277b4 fix: use most specific error name
  • 751fdeb Merge pull request #782 from rollbar/wj-allow-travis-chrome-62
  • 2002afe test: accommodate travis chrome at v62
  • 3bf950e Merge pull request #780 from rollbar/wj-rewrite-filename-from-config
  • 6aecd4c feat: enable react-native path rewrite from config
  • 7741316 Merge pull request #779 from rollbar/wj-optional-guess-error-class
  • 5527685 feat: optionally guess error class when missing
  • c113dfd Release v2.12.3
  • dcf46b1 Merge pull request #778 from rollbar/wj-console-getter-only
  • 9c1b07e fix: recover from read-only window.console object
  • af17db3 test: deregister telemetry hooks between tests
  • e76887d Merge pull request #776 from rollbar/wj-ts-nodesourcemaps
  • 5f8eec8 fix: update TypeScript types for config object

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2019

  • The dependency rollbar was updated from 2.13.0 to 2.14.0.

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

Release Notes for v2.14.0

Highlights

  • Telemetry: Support request/response headers and bodies for XHR and Fetch
  • Scrub telemetry HTTP headers and JSON request/response bodies
  • Better diagnostic info for errors parsed in Node and React Native
  • More robust stack parsing for React Native

Pull Requests

Update TypeScript types, #786
Network telemetry improvements, #787
CaptureEvent should handle ambiguous args, #788
Bump dep versions in examples, #789
Better semver for node source map deps, #790
Store original error in server and react native targets, #794
Use error-stack-parser for react native, #795
Add source map config to webpack example, #796

Commits

The new version differs by 41 commits.

  • eda7625 Release v2.14.0
  • f7fd408 Merge pull request #796 from rollbar/wj-webpack-source-map-example
  • f47a477 test: add source map config to webpack example
  • d794f65 Merge pull request #795 from rollbar/wj-react-native-error-parser
  • 9921f0c feat: use error-stack-parser for react native
  • 8d4492b Merge pull request #794 from rollbar/wj-diagnostic-error
  • feebefc fix: store original error in server and rn targets
  • c21ba3b chore: better semver for node source map deps
  • 65d558f Merge pull request #790 from rollbar/wj-node-deps-semver
  • 36f483f Merge pull request #788 from rollbar/wj-capture-event-fix
  • cdf2fa8 chore: better semver for node source map deps
  • edbf923 Merge pull request #789 from rollbar/wj-github-sec-warnings
  • 631bd65 chore: bump dep versions in examples
  • 322868b fix: captureEvent should handle ambiguous args
  • bf9a2ef Merge pull request #787 from rollbar/wj-scrub-network-telemetry

There are 41 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2019

  • The dependency rollbar was updated from 2.14.0 to 2.14.2.

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

Release Notes for v2.14.2

Attempt to get Cloudflare to pick up the latest version. No delta from 2.14.0.

Commits

The new version differs by 43 commits.

  • 6e47814 Release v2.14.2
  • efbf1ef Release v2.14.1
  • eda7625 Release v2.14.0
  • f7fd408 Merge pull request #796 from rollbar/wj-webpack-source-map-example
  • f47a477 test: add source map config to webpack example
  • d794f65 Merge pull request #795 from rollbar/wj-react-native-error-parser
  • 9921f0c feat: use error-stack-parser for react native
  • 8d4492b Merge pull request #794 from rollbar/wj-diagnostic-error
  • feebefc fix: store original error in server and rn targets
  • c21ba3b chore: better semver for node source map deps
  • 65d558f Merge pull request #790 from rollbar/wj-node-deps-semver
  • 36f483f Merge pull request #788 from rollbar/wj-capture-event-fix
  • cdf2fa8 chore: better semver for node source map deps
  • edbf923 Merge pull request #789 from rollbar/wj-github-sec-warnings
  • 631bd65 chore: bump dep versions in examples

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2019

  • The dependency rollbar was updated from 2.14.2 to 2.14.3.

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

Release Notes for v2.14.3

Build dist in strict mode, #799

Commits

The new version differs by 46 commits.

  • 68c78ff Release v2.14.3
  • d4716f5 Merge pull request #799 from rollbar/wj-webpack-strict
  • b606b8f fix: build webpack in strict mode
  • 6e47814 Release v2.14.2
  • efbf1ef Release v2.14.1
  • eda7625 Release v2.14.0
  • f7fd408 Merge pull request #796 from rollbar/wj-webpack-source-map-example
  • f47a477 test: add source map config to webpack example
  • d794f65 Merge pull request #795 from rollbar/wj-react-native-error-parser
  • 9921f0c feat: use error-stack-parser for react native
  • 8d4492b Merge pull request #794 from rollbar/wj-diagnostic-error
  • feebefc fix: store original error in server and rn targets
  • c21ba3b chore: better semver for node source map deps
  • 65d558f Merge pull request #790 from rollbar/wj-node-deps-semver
  • 36f483f Merge pull request #788 from rollbar/wj-capture-event-fix

There are 46 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

  • The dependency rollbar was updated from 2.14.3 to 2.14.4.

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

Release Notes for v2.14.4

This release only affects dist/rollbar.snippet.js.

Sets the CDN path in the snippet to use 2.13.0 until cdnjs issues are resolved.

Commits

The new version differs by 48 commits.

  • 25a7f50 Release v2.14.4
  • 0647f7d snippet: use 2.13.0 CDN path until cdnjs issues are resolved
  • 68c78ff Release v2.14.3
  • d4716f5 Merge pull request #799 from rollbar/wj-webpack-strict
  • b606b8f fix: build webpack in strict mode
  • 6e47814 Release v2.14.2
  • efbf1ef Release v2.14.1
  • eda7625 Release v2.14.0
  • f7fd408 Merge pull request #796 from rollbar/wj-webpack-source-map-example
  • f47a477 test: add source map config to webpack example
  • d794f65 Merge pull request #795 from rollbar/wj-react-native-error-parser
  • 9921f0c feat: use error-stack-parser for react native
  • 8d4492b Merge pull request #794 from rollbar/wj-diagnostic-error
  • feebefc fix: store original error in server and rn targets
  • c21ba3b chore: better semver for node source map deps

There are 48 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2020

  • The dependency rollbar was updated from 2.14.4 to 2.15.0.

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

Release Notes for v2.15.0

Highlights

  • Fixes wrong byte count for truncation
  • Allow rollbar errors on xhr/fetch http status (4xx/5xx/0)
  • Correctly parse method names with parens in stack traces
  • gracefully handle loadFull being called multiple times
  • Add CodePush Rewrite Rule
  • Enable new CDN

Pull requests

Update vows package to fix util dependency, #804
Enable node 12, #808
Fix npm run lint, #809
Use correct byte size for truncation, #810
Update deprecated uglifier and ensure serialize-javascript >= 2.1.1, #811
build(deps): bump handlebars from 4.0.11 to 4.5.3, #812
Allow rollbar errors on xhr/fetch http status (4xx/5xx/0), #814
Allow matching method names with parens, #815
fix: gracefully handle loadFull being called multiple times, #815
Update dependencies to remove npm security warnings, #820
Remove dev dependency grunt-tagrelease, #827
Add CodePush Rewrite Rule, #827
Add upload to s3 workflow, #831
Use new url format for cdn, #834

Commits

The new version differs by 94 commits.

  • 98afc15 Release v2.15.0
  • d731a9c Merge pull request #836 from rollbar/wj-cache-control
  • 2d0cc2e fix: cache-control arg formatting
  • be56bfa Merge pull request #835 from rollbar/wj-cache-control
  • e5cab20 fix: add cache-control
  • 311bb0b Merge pull request #834 from rollbar/wj-update-cdn-url
  • 8a77a63 chore: use new url format for cdn
  • 9ffc13b Merge pull request #833 from rollbar/wj-trigger-on-create
  • 88a432c chore: trigger s3 workflow on release created
  • 0983c33 Add upload to s3 workflow (#831)
  • 80aa38f Merge pull request #825 from rollbar/dependabot/npm_and_yarn/mixin-deep-1.3.2
  • 2d8812a Merge pull request #829 from yosimasu/issues/code-push-rewrite-rule
  • 53313b5 Add CodePush Rewrite Rule
  • f452aac Merge pull request #827 from rollbar/wj-remove-grunt-tagrelease
  • e4fa340 fix: remove dev dependency grunt-tagrelease

There are 94 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 14, 2020

  • The dependency rollbar was updated from 2.15.0 to 2.15.1.

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

Release Notes for v2.15.1

Pull requests

Only build stack for http errors when the feature is enabled, #843

Commits

The new version differs by 102 commits.

  • fc5e3b2 Release v2.15.1
  • 802b5ce Merge pull request #843 from rollbar/wj-http-error-stack
  • 8d1312c fix: only build stack for http errors when the feature is enabled
  • 3792739 Merge pull request #830 from rollbar/wj-ignoredMessages-regex-test
  • 2a8ec70 Merge pull request #838 from rollbar/dependabot/npm_and_yarn/acorn-6.4.1
  • bab73db build(deps): bump acorn from 6.4.0 to 6.4.1
  • 98afc15 Release v2.15.0
  • d731a9c Merge pull request #836 from rollbar/wj-cache-control
  • 2d0cc2e fix: cache-control arg formatting
  • be56bfa Merge pull request #835 from rollbar/wj-cache-control
  • e5cab20 fix: add cache-control
  • 311bb0b Merge pull request #834 from rollbar/wj-update-cdn-url
  • 8a77a63 chore: use new url format for cdn
  • 9ffc13b Merge pull request #833 from rollbar/wj-trigger-on-create
  • 88a432c chore: trigger s3 workflow on release created

There are 102 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2020

  • The dependency rollbar was updated from 2.15.2 to 2.16.0.

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

Release Notes for v2.16.0

Highlights

  • Allow callbacks (onSendCallback, CheckIgnore, transform) in react-native target
  • Update TypeScript type for LambdaHandler to work with async call signature
  • Allow increasing the stack trace limit in Chrome, Safari, and Node

Pull requests

Enable onSendCallback and transform callback for react-native, #847
Update npm dependencies with security updates, #846
Fix LambdaHandler type definition to work with async handler functions, #849
Diagnostic improvements, #850
Allow configuration of stack trace limit, #851
Add diagnostic keys for node source maps, #852

Commits

The new version differs by 119 commits.

  • 4d5c1b0 Release v2.16.0
  • 38d813d Merge pull request #852 from rollbar/wj-node-source-map-diagnostic
  • 942445a Merge pull request #851 from rollbar/wj-stack-trace-limit
  • 029e67d Merge pull request #850 from rollbar/wj-diagnostic-updates
  • 6ed653b Merge pull request #849 from rollbar/wj-lambda-type-definition
  • 62a6cba style: fix indentation
  • 3df6610 chore: diagnostic improvements
  • 4efc4c8 chore: add diagnostic keys for node source maps
  • 1e2fd3b feat: allow configuration of stack trace limit
  • 17810b0 fix: fix type definition to work with async handler functions
  • 9b85887 Fix security vulnerability due to minimist (#846)
  • 0706c55 Merge pull request #847 from rollbar/wj-react-native-callbacks
  • a840713 test: update error message for travis chrome
  • 0fabbe8 fix: enable onSendCallback and transform callabck for react-native
  • 9a5f9ff Release v2.15.2

There are 119 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2020

  • The dependency rollbar was updated from 2.16.0 to 2.16.1.

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

Release Notes for v2.16.1

Fix TypeScript compilation errors, #854

Commits

The new version differs by 123 commits.

  • 5d64522 Release v2.16.1
  • ef7d93e Merge pull request #854 from alecgibson/fix-typescript
  • 892cef0 Fix TypeScript compilation errors
  • b2e60d0 temp: Allow manual workflow trigger
  • 4d5c1b0 Release v2.16.0
  • 38d813d Merge pull request #852 from rollbar/wj-node-source-map-diagnostic
  • 942445a Merge pull request #851 from rollbar/wj-stack-trace-limit
  • 029e67d Merge pull request #850 from rollbar/wj-diagnostic-updates
  • 6ed653b Merge pull request #849 from rollbar/wj-lambda-type-definition
  • 62a6cba style: fix indentation
  • 3df6610 chore: diagnostic improvements
  • 4efc4c8 chore: add diagnostic keys for node source maps
  • 1e2fd3b feat: allow configuration of stack trace limit
  • 17810b0 fix: fix type definition to work with async handler functions
  • 9b85887 Fix security vulnerability due to minimist (#846)

There are 123 commits in total.

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