Skip to content

Bump @bugsnag/js from 7.6.0 to 7.10.0#247

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bugsnag/js-7.10.0
Closed

Bump @bugsnag/js from 7.6.0 to 7.10.0#247
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bugsnag/js-7.10.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @bugsnag/js from 7.6.0 to 7.10.0.

Release notes

Sourced from @​bugsnag/js's releases.

v7.10.0

This release adds @bugsnag/electron, a notifier for use on apps that are built using Electron.

Added

  • (electron): a new top-level notifier @bugsnag/electron and related plugins

Changed

  • (node): File paths in stacktraces now always use / as the path separator
  • (node): Surrounding code can be fetched from file paths that are relative to the project root
  • (react-native): Update bugsnag-android to v5.9.2

v7.9.6

Added

  • (react-native-cli): Add support for ejected Expo apps #1365
  • (react-native): Add support for Xcode 12 #1314

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.1
    • Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
    • Fix missing context for crash, OOM, and app hang errors. bugsnag-cocoa#1079
    • Fix app properties in OOMs for apps that override appType, appVersion, bundleVersion or releaseStage in their config. bugsnag-cocoa#1078
    • event.threads will now be empty, rather than containing a single thread, if sendThreads dictates that threads should not be sent. bugsnag-cocoa#1077

v7.9.5

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.0
    • App hangs that occur while an app is in the background will no longer be reported. bugsnag-cocoa#1075
    • Add binaryArch and runningOnRosetta to the app metadata tab. bugsnag-cocoa#1073
    • Bugsnag can now be used without AppKit, allowing use in daemons and other processes running in non-UI sessions. bugsnag-cocoa#1072
  • (react-native): Update bugsnag-android to v5.9.1

... (truncated)

Changelog

Sourced from @​bugsnag/js's changelog.

v7.10.0 (2021-05-18)

This release adds @bugsnag/electron, a notifier for use on apps that are built using Electron.

Added

  • (electron): a new top-level notifier @bugsnag/electron and related plugins

Changed

  • (node): File paths in stacktraces now always use / as the path separator
  • (node): Surrounding code can be fetched from file paths that are relative to the project root
  • (react-native): Update bugsnag-android to v5.9.2

v7.9.6 (2021-05-05)

Added

  • (react-native-cli): Add support for ejected Expo apps #1365
  • (react-native): Add support for Xcode 12 #1314

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.1
    • Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
    • Fix missing context for crash, OOM, and app hang errors. bugsnag-cocoa#1079
    • Fix app properties in OOMs for apps that override appType, appVersion, bundleVersion or releaseStage in their config. bugsnag-cocoa#1078
    • event.threads will now be empty, rather than containing a single thread, if sendThreads dictates that threads should not be sent. bugsnag-cocoa#1077

v7.9.5 (2021-04-26)

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.0
    • App hangs that occur while an app is in the background will no longer be reported. bugsnag-cocoa#1075
    • Add binaryArch and runningOnRosetta to the app metadata tab. bugsnag-cocoa#1073
    • Bugsnag can now be used without AppKit, allowing use in daemons and other processes running in non-UI sessions. bugsnag-cocoa#1072
  • (react-native): Update bugsnag-android to v5.9.1

... (truncated)

Commits
  • c85da3e v7.10.0
  • 2cd9618 Release v7.10.0
  • 7c55edf Update changelog version number
  • 671bc3d Merge pull request #1410 from bugsnag/kattrali/add-electron-support
  • c0b2fcb Update changelog
  • 89b9cf6 Merge branch 'next' into kattrali/add-electron-support
  • 0d8f611 Merge pull request #1408 from bugsnag/electron/renderer-tweaks
  • 399d310 v7.10.0-alpha.3
  • 199adb6 Merge pull request #1407 from bugsnag/electron/add-surrounding-code-plugin
  • be22417 Allow plugins to add to config schema in renderers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) from 7.6.0 to 7.10.0.
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v7.6.0...v7.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 19, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #252.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/bugsnag/js-7.10.0 branch May 25, 2021 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants