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

chore(deps): bump @bugsnag/js from 7.22.3 to 7.25.0 #653

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

Bumps @bugsnag/js from 7.22.3 to 7.25.0.

Release notes

Sourced from @​bugsnag/js's releases.

v7.25.0

Added

  • (core) Add new setTraceCorrelation method to events #2159

Changed

  • (react-native) Update bugsnag-cocoa from v6.28.1 to v6.29.0
  • (react-native) Update bugsnag-android from v5.32.2 to v5.32.3

Fixed

  • (react-native) Use synchronous native module calls when New Architecture is enabled #2152
  • (react-native) Ensure client is initialised synchronously in bridgeless mode #2165

v7.24.0

Added

  • (react-native) Add privacy manifest resource bundle to podspec #2149

Changed

  • (plugin-react) Modified the polynomial regular expression to remove the ambiguity #2135
  • (react-native) ReactNative apps loaded in the background will no longer start a new session #2154

Fixed

  • (react-native) Discard duplicate JS exceptions in iOS New Architecture #2148

v7.23.0

Added

  • (electron) Added support for Webpack 5 by exporting separate clients for renderer and main processes #2116
  • (react-native-cli) Update the react native cli to install and configure the @bugsnag/cli package to upload javascript source maps for react native iOS #2073

v7.22.7

Changed

  • (metadata-delegate) Preventing prototype pollution vulnerabilities #2115
  • (plugin-interaction-breadcrumbs) Improved performance of click event breadcrumbs #2094
  • (react-native) Rename Bugsnag.framework to BugsnagReactNative.framework #2117
  • (browser) Export BrowserBugsnagStatic #2112

Fixed

  • (react-native) Move BugsnagReactNative from objective-c to objective c++ #2113

v7.22.6

Changed

... (truncated)

Changelog

Sourced from @​bugsnag/js's changelog.

[7.25.0] - 2024-07-03

Added

  • (core) Add new setTraceCorrelation method to events #2159

Changed

  • (react-native) Update bugsnag-cocoa from v6.28.1 to v6.29.0
  • (react-native) Update bugsnag-android from v5.32.2 to v5.32.3

Fixed

  • (react-native) Use synchronous native module calls when New Architecture is enabled #2152
  • (react-native) Ensure client is initialised synchronously in bridgeless mode #2165

[7.24.0] - 2024-06-10

Added

  • (react-native) Add privacy manifest resource bundle to podspec #2149

Changed

  • (plugin-react) Modified the polynomial regular expression to remove the ambiguity #2135
  • (react-native) ReactNative apps loaded in the background will no longer start a new session #2154

Fixed

  • (react-native) Discard duplicate JS exceptions in iOS New Architecture #2148

[7.23.0] - 2024-05-09

Added

  • (electron) Added support for Webpack 5 by exporting separate clients for renderer and main processes #2116
  • (react-native-cli) Update the react native cli to install and configure the @bugsnag/cli package to upload javascript source maps for react native iOS #2073

v7.22.7 (2024-04-17)

Changed

  • (metadata-delegate) Preventing prototype pollution vulnerabilities #2115
  • (plugin-interaction-breadcrumbs) Improved performance of click event breadcrumbs #2094
  • (react-native) Rename Bugsnag.framework to BugsnagReactNative.framework #2117
  • (browser) Export BrowserBugsnagStatic #2112

Fixed

  • (react-native) Move BugsnagReactNative from objective-c to objective c++ #2113

... (truncated)

Commits
  • bf17211 v7.25.0
  • 05fb63d Merge pull request #2167 from bugsnag/release/v7.25.0
  • 208006a docs: 📝 update CHANGELOG.md
  • 8603755 Add appium version definitions on all android bitbar test runs (#2164)
  • b3e07f9 fix(react-native): initialise synchronously in bridgeless mode (#2165)
  • 713410e deps(react-native): Update bugsnag-android to v5.32.3 (#2166)
  • 6bdc42b Merge pull request #2161 from bugsnag/bugsnag-cocoa-v6.29.0
  • 6eecbea test(react-native): reinstate ios native stack tests for >=0.74 (#2163)
  • 63e73a0 deps(react-native): Update bugsnag-cocoa to v6.29.0
  • 76f50d9 [PLAT-12224] Add setTraceCorrelation method to event (#2159)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) from 7.22.3 to 7.25.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.22.3...v7.25.0)

---
updated-dependencies:
- dependency-name: "@bugsnag/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 5, 2024
@dependabot dependabot bot requested a review from WikiRik July 5, 2024 09:39
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (cdbcadf) to head (ae9df0c).
Report is 4 commits behind head on stable.

Additional details and impacted files
@@           Coverage Diff           @@
##           stable     #653   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files          13       13           
  Lines         288      288           
  Branches       47       47           
=======================================
  Hits          283      283           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WikiRik WikiRik merged commit 3c1df38 into stable Jul 30, 2024
7 checks passed
@WikiRik WikiRik deleted the dependabot/npm_and_yarn/bugsnag/js-7.25.0 branch July 30, 2024 17:35
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.1.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants