greenkeeperio / badges

:sparkles: shiny README badges
https://greenkeeper.io/
Apache License 2.0
10 stars 13 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.10 of rollbar was just published.

Branch Build failing 🚨
Dependency rollbar
Current Version 2.2.9
Type dependency

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 could not complete due to an error [Details](https://travis-ci.org/greenkeeperio/badges/builds/289177520?utm_source=github_status&utm_medium=notification)

Release Notes v2.2.10

Fixed a bug where maxItems was not properly respected when set in the initial configuration.

Commits

The new version differs by 9 commits.

  • b6a3fce Release v2.2.10
  • a3cdf8d Merge pull request #466 from rollbar/fix-global-config
  • 2d40b94 we should only limit when the counter is strictly bigger than the limit and we should call global from configure as a fallback
  • eb83a3f add the ability to simulate slow loading of the full js library
  • 41ab224 make sure global works in the constructor
  • 0af1bb8 update angular 2 docs
  • bac22e8 Merge pull request #456 from rollbar/angular2
  • 2f952f8 Moving to correct section of Angular2 docs
  • d54005a Adding troubleshooting for Angular2

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

After pinning to 2.2.9 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 7 years ago

Version 2.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.3.0
  • React Native support. This introduces a interface layer for handling Javascript errors from React Native. This library is a dependency of https://github.com/rollbar/rollbar-react-native which is intended to be the main entry point for interacting with Rollbar from React Native.

  • Fix a bug related to telemetry scrubbing configuration options not being properly set via calls to configure

  • BREAKING: the endpoint configuration option used to default to https://api.rollbar.com/api/1 and we would append /item/ to obtain the URL for posting items. Now the default configuration option for endpoint is https://api.rollbar.com/api/1/item/ and we no longer append /item/ to whatever value you set. Therefore, if you are currently setting this value, you will need to change your setting to be equal to the exact URL you want items posted to, rather than the base URL that gets /item/ appended.

Commits

The new version differs by 22 commits.

  • b1ba101 Release v2.3.0
  • 218ac44 Merge pull request #429 from rollbar/react-native
  • 29524f7 fix rateLimiter tests and the way it works per minute
  • d16dda8 change the way endpoint works to already include /item/ rather than appending it later
  • ce3e5ac Merge pull request #479 from rollbar/fix-telemetry-configure
  • 613d5aa Merge pull request #473 from guiconti/remove-debug-logger
  • 36b37f0 add {set|clear}Person to the react-native notifier
  • 2911fd6 fix parsing code for react-native js stack traces
  • 6ffff53 fix the transport layer for react-native and include the platform in the final payload
  • a051d4d clean up react-native code
  • eb04211 clean up the transforms, parser, and trasport
  • 5c22510 beginning of react native support
  • 9aba0bb update telemetry scrubbing in the browser instrumentation configure method
  • 0c162a4 Merge pull request #478 from rollbar/camelCase
  • 609074c Fixing formatting

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.3.1

CDNJS is being wonky, attempt to fix by bumping the release version.

Commits

The new version differs by 23 commits.

  • 626aac3 Release v2.3.1
  • b1ba101 Release v2.3.0
  • 218ac44 Merge pull request #429 from rollbar/react-native
  • 29524f7 fix rateLimiter tests and the way it works per minute
  • d16dda8 change the way endpoint works to already include /item/ rather than appending it later
  • ce3e5ac Merge pull request #479 from rollbar/fix-telemetry-configure
  • 613d5aa Merge pull request #473 from guiconti/remove-debug-logger
  • 36b37f0 add {set|clear}Person to the react-native notifier
  • 2911fd6 fix parsing code for react-native js stack traces
  • 6ffff53 fix the transport layer for react-native and include the platform in the final payload
  • a051d4d clean up react-native code
  • eb04211 clean up the transforms, parser, and trasport
  • 5c22510 beginning of react native support
  • 9aba0bb update telemetry scrubbing in the browser instrumentation configure method
  • 0c162a4 Merge pull request #478 from rollbar/camelCase

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 43 commits.

  • 55588f4 Release v2.3.2
  • 58a3ce6 Merge pull request #514 from rollbar/fix-some-windows
  • ed4dbe3 be defensive about navigator not existing on window
  • aa8d3bf Merge pull request #499 from ben/patch-1
  • 947182f Merge pull request #510 from rollbar/proper-scrubbing
  • d7b0c24 fix typo
  • 33a5277 Merge pull request #503 from rollbar/fix-cross-domain-promise-handling
  • 39fd6ec update the transforms to replace item.data after scrubbing
  • 8fced75 do not modify object in place during scrubbing, return deep copy
  • ebc0a24 only match entire keys for scrubbing
  • f0140a0 We stopped using semver in f0e71ad2a2b80290690951a91dec9acec02a9c74 but it remained in the dependency list, remove as the version we were pinned to has security issues and we don't need it anyway
  • f7777fa accessing properties of an event as part of an event handler on the window can violate the browser's SOP, so be careful
  • f04d87a Add environment to options type
  • 05a043a Merge pull request #498 from rollbar/user-transform-server
  • 56578ef call the transform in the options on the server side too

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 49 commits.

  • ab28720 Release v2.3.3
  • f067609 Merge pull request #520 from rollbar/reactnative-filename-rewritting
  • bb29cfa Merge pull request #515 from rollbar/telemetry-order
  • 7bd14ce rewrite ios bundle filenames
  • 7e218d2 Include current item in telemetry queue
  • 3ad9e8c fix changelog bullet points
  • 55588f4 Release v2.3.2
  • 58a3ce6 Merge pull request #514 from rollbar/fix-some-windows
  • ed4dbe3 be defensive about navigator not existing on window
  • aa8d3bf Merge pull request #499 from ben/patch-1
  • 947182f Merge pull request #510 from rollbar/proper-scrubbing
  • d7b0c24 fix typo
  • 33a5277 Merge pull request #503 from rollbar/fix-cross-domain-promise-handling
  • 39fd6ec update the transforms to replace item.data after scrubbing
  • 8fced75 do not modify object in place during scrubbing, return deep copy

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 59 commits.

  • bf1925b Release v2.3.4
  • c9c6ae2 Merge pull request #538 from udiudi/master
  • 2ce9d4d Merge pull request #537 from rollbar/moar-types
  • a5c8fac Fixed ticks
  • c535653 Merge pull request #522 from msokk/filter-telemetry
  • 020719d Merge pull request #533 from the-dots/master
  • 6401317 add the telemetry related configuration to the type declarations
  • 01143bd remove webpack example
  • dbf261d Removed unused require that isn't available in RN and fixed typo for RegExp.
  • ab28720 Release v2.3.3
  • cd4d515 Add filterTelemetry callback configuration parameter
  • f067609 Merge pull request #520 from rollbar/reactnative-filename-rewritting
  • bb29cfa Merge pull request #515 from rollbar/telemetry-order
  • 7bd14ce rewrite ios bundle filenames
  • 7e218d2 Include current item in telemetry queue

There are 59 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 61 commits.

  • 154b98f Release v2.3.5
  • 8b2a0e5 Revert some of the type changes
  • bf1925b Release v2.3.4
  • c9c6ae2 Merge pull request #538 from udiudi/master
  • 2ce9d4d Merge pull request #537 from rollbar/moar-types
  • a5c8fac Fixed ticks
  • c535653 Merge pull request #522 from msokk/filter-telemetry
  • 020719d Merge pull request #533 from the-dots/master
  • 6401317 add the telemetry related configuration to the type declarations
  • 01143bd remove webpack example
  • dbf261d Removed unused require that isn't available in RN and fixed typo for RegExp.
  • ab28720 Release v2.3.3
  • cd4d515 Add filterTelemetry callback configuration parameter
  • f067609 Merge pull request #520 from rollbar/reactnative-filename-rewritting
  • bb29cfa Merge pull request #515 from rollbar/telemetry-order

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 64 commits.

  • f01319f Release v2.3.6
  • f9e35c3 Merge pull request #542 from rollbar/react-native-fixes
  • d172d8b better diagnositics for understanding when predicates stop reporting, and replace error with catch as the fetch promise api is slightly different
  • 154b98f Release v2.3.5
  • 8b2a0e5 Revert some of the type changes
  • bf1925b Release v2.3.4
  • c9c6ae2 Merge pull request #538 from udiudi/master
  • 2ce9d4d Merge pull request #537 from rollbar/moar-types
  • a5c8fac Fixed ticks
  • c535653 Merge pull request #522 from msokk/filter-telemetry
  • 020719d Merge pull request #533 from the-dots/master
  • 6401317 add the telemetry related configuration to the type declarations
  • 01143bd remove webpack example
  • dbf261d Removed unused require that isn't available in RN and fixed typo for RegExp.
  • ab28720 Release v2.3.3

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 67 commits.

  • 7a870dd Release v2.3.7
  • d31f6b5 Merge pull request #545 from rollbar/regex-order-rn
  • 0d082cf match is a method on string not on regexp, flip the caller and parameter
  • f01319f Release v2.3.6
  • f9e35c3 Merge pull request #542 from rollbar/react-native-fixes
  • d172d8b better diagnositics for understanding when predicates stop reporting, and replace error with catch as the fetch promise api is slightly different
  • 154b98f Release v2.3.5
  • 8b2a0e5 Revert some of the type changes
  • bf1925b Release v2.3.4
  • c9c6ae2 Merge pull request #538 from udiudi/master
  • 2ce9d4d Merge pull request #537 from rollbar/moar-types
  • a5c8fac Fixed ticks
  • c535653 Merge pull request #522 from msokk/filter-telemetry
  • 020719d Merge pull request #533 from the-dots/master
  • 6401317 add the telemetry related configuration to the type declarations

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 102 commits.

  • adc3e3d Release v2.3.8
  • b6ecc27 Merge pull request #565 from rollbar/better-window-checks
  • c3580a5 clean up lonely ifs
  • e1bffa3 Proper global checks
  • d80663b Merge pull request #564 from rollbar/console-bind-to-apply
  • 2ceb8b3 Merge pull request #563 from rollbar/lambda-docs
  • 6d5c292 Do not bind the console in the custom logger
  • 92d63a2 Merge pull request #556 from rollbar/more-network-telemetry
  • a5560b5 Explain callbackWaitsForEmptyEventLoop
  • 49bbb37 make this more paranoid and better documented
  • 612cb87 Add support for capturing more information from network requests in telemetry
  • 90ced98 Merge pull request #561 from rollbar/transform-type
  • 307aa19 Merge pull request #562 from rollbar/max-items-message
  • 72681f0 change the rate limiter to accurately say which limit was hit if it is the per minute one or the global one
  • 2949c3b add transform and checkIgnore to configuration type

There are 102 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 121 commits.

  • 79ea3a3 Release v2.3.9
  • adc5a31 Merge pull request #581 from rollbar/no-logging-server
  • 1f79193 make the verbose option turn on/off all logging
  • 8f540df Merge pull request #579 from rollbar/safer-telemetry
  • 495fbce Merge pull request #572 from rollbar/notify-hook
  • 5100e0d Merge pull request #577 from rollbar/moar-safe-context
  • 1d37c71 Allow Rollbar items not to be included in telemetry data, turn off on the server and on everywhere else
  • 037b245 guard against weird fetch calls
  • 12b7311 Make sure context becomes a string if it exists and is not already one
  • 19aae16 Refactor predicates, add onSendCallback
  • 58fda62 Merge pull request #571 from honerlawd-mt/ts-strict-mode
  • be0b480 Merge pull request #568 from rollbar/turn-on-sourcemaps
  • 306ec37 arguments to args to allow TS alwaysStrict
  • 0aa2829 Merge pull request #570 from rollbar/update-scrubbed-fields
  • ad7f53f Updating scrubbed fields docs

There are 121 commits in total.

See the full diff