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

[Snyk] Upgrade rollbar from 2.7.1 to 2.26.1 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atlslscsrv-app
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade rollbar from 2.7.1 to 2.26.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 39 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2023-01-04.
Release notes
Package name: rollbar
  • 2.26.1 - 2023-01-04

    Fixes

    • IE11 compat: Remove arrow functions, #1073
    • Typescript: make type for person.id nullable, #1074
    • Typescript: add retryInterval to Configuration definition, #1075
    • Typescript: Replace object type defs with dictionary type, #1079
    • Angular: provide this to closure, #1081
    • Add default payload keys before the custom transform runs, #1078
  • 2.26.0 - 2022-11-30
    • Enables compatibility with Service Workers and manifest v3 browser extensions, #1056
    • Updates ignoredMessages type definition to include RegExp, #1028
  • 2.25.2 - 2022-09-14

    Fixes:

    • Polyfill the fetch Headers object if needed, #1014
    • Allow captureIp without a window object, #1008
  • 2.25.1 - 2022-08-01

    Updates

    • Make occurrence write requests async. (HTTP response is already async.), #1037
  • 2.25.0 - 2022-04-15

    Highlights

    Pull requests

    • remove uuid dependency, #998
    • Typescript definition improvement: Added types for payload property, #997
    • Fix LocalsSettings type, #1004
    • Telemetry: don't fail when fetch request body is empty, #1005
    • Add CSP listener on document, not window, #1007
    • Support error cause, #1012
    • Refactor to use current (3.x) async package, #1018
  • 2.24.1 - 2022-03-16
    • Fix transform declaration (Typescript), #981
    • Handle circular references in custom data, #990
  • 2.24.0 - 2021-07-01

    Node.js: Supports capturing code context from sourcesContent in the source map file, #959

  • 2.23.0 - 2021-06-24

    Added ability to use async transform function, #953

  • 2.22.0 - 2021-05-27

    Highlights

    • Typescript type updates for config options: CSP errors, local variables
    • Enable basic telemetry for Node.js
    • Enable ignoredMessages for trace chain payloads
    • Enable net timeout and max retries when sending to the Rollbar API

    Pull requests

    Remove console.log, #939
    Add TypeScript definitions for CSP error reporting, #942
    Node.js telemetry - logging and http(s) request, #943
    Add node 14, 16 to ci, #949
    Apply ignoredMessages filter to trace_chain occurrences, #945
    Update ts types for locals, #950
    Read timeout from options and pass it to the XMLHttpRequest, #947

  • 2.21.1 - 2021-03-17

    Highlights

    Enables uncaught error capture for Web Workers.

    Pull Requests

    Enable uncaught error capture for web workers, #929

  • 2.21.0 - 2021-02-16
  • 2.20.0 - 2021-01-29
  • 2.19.4 - 2020-10-14
  • 2.19.3 - 2020-08-24
  • 2.19.2 - 2020-08-07
  • 2.19.1 - 2020-07-30
  • 2.19.0 - 2020-07-24
  • 2.18.0 - 2020-07-07
  • 2.17.0 - 2020-06-17
  • 2.16.2 - 2020-05-18
  • 2.16.1 - 2020-05-13
  • 2.16.0 - 2020-05-13
  • 2.15.2 - 2020-04-21
  • 2.15.1 - 2020-04-14
  • 2.15.0 - 2020-03-06
  • 2.14.4 - 2019-11-12
  • 2.14.3 - 2019-11-08
  • 2.14.2 - 2019-11-06
  • 2.14.0 - 2019-11-01
  • 2.13.0 - 2019-09-12
  • 2.12.3 - 2019-08-29
  • 2.12.2 - 2019-08-22
  • 2.12.1 - 2019-08-21
  • 2.12.0 - 2019-08-15
  • 2.11.0 - 2019-08-02
  • 2.10.0 - 2019-07-31
  • 2.9.0 - 2019-07-25
  • 2.8.1 - 2019-07-06
  • 2.8.0 - 2019-07-05
  • 2.7.1 - 2019-05-22
from rollbar GitHub release notes
Commit messages
Package name: rollbar
  • a849c77 Release 2.26.1 (#1082)
  • e2b98e0 provide this to closure (#1081)
  • d7e9cbe Replace `object` type defs with dictionary type (#1079)
  • ee796c3 add default payload keys before the custom transform runs (#1078)
  • 0727a54 typescript: add retryInterval to Configuration definition (#1075)
  • 23ade88 typescript: make type for person.id nullable (#1074)
  • 5e29c9c remove arrow functions in browser target (#1073)
  • beb0d92 Merge pull request #1070 from rollbar/paul/readme-branding
  • 1c24fcc add manifest v3 example for chrome extensions (#1069)
  • e4cad35 Add Rollbar branding to the Readme
  • f8cb759 Release 2.26.0 (#1057)
  • be46a7b build(deps-dev): bump grunt from 1.4.1 to 1.5.3 (#1029)
  • 364b768 build(deps): bump terser from 4.8.0 to 4.8.1 (#1034)
  • 60269bc build(deps): bump moment from 2.29.2 to 2.29.4 (#1039)
  • 6a7c416 Update `ignoredMessages` type definition. (#1028)
  • ea21879 enable compat with service workers and v3 extensions (#1056)
  • 37f3d6b Fix response body capture for fetch telemetry (#1055)
  • 433f6e8 Release 2.25.2 (#1047)
  • bf56f33 Fix CI issues (#1044)
  • 87484fb fix: allow captureIp without a window object (#1008)
  • acf2dfe Polyfill the fetch Headers object if needed (#1014)
  • c2c5310 Merge pull request #1038 from rollbar/release-2.25.1
  • a8abbcc Release 2.25.1
  • c64b268 test: wrap network tests in timeout

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants