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.23.0 #1211

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps @bugsnag/js from 7.22.3 to 7.23.0.

Release notes

Sourced from @​bugsnag/js's releases.

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

  • (react-native) Update bugsnag-cocoa from v6.28.0 to v6.28.1

Fixed

  • (react-native) Fix React Native CLI for RN 0.73 #2091 #2092

v7.22.5

Changed

  • (react-native) Update bugsnag-android from v5.32.1 to v5.32.2

v7.22.4

This release adds support for React Native 0.73 to @bugsnag/react-native

Changed

  • (react-native) Update bugsnag-android from v5.31.3 to v5.32.1

Fixed

  • (plugin-vue) Handle updated Vue error info URL #2068
  • (react-native) Publish xcprivacy file from vendored bugsnag-cocoa #2072
Changelog

Sourced from @​bugsnag/js's changelog.

[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

v7.22.6 (2024-03-05)

Changed

  • (react-native) Update bugsnag-cocoa from v6.28.0 to v6.28.1

Fixed

  • (react-native) Fix React Native CLI for RN 0.73 #2091 #2092

v7.22.5 (2024-02-15)

Changed

  • (react-native) Update bugsnag-android from v5.32.1 to v5.32.2

v7.22.4 (2024-02-06)

This release adds support for React Native 0.73 to @bugsnag/react-native

Changed

  • (react-native) Update bugsnag-android from v5.31.3 to v5.32.1

Fixed

  • (plugin-vue) Handle updated Vue error info URL #2068
  • (react-native) Publish xcprivacy file from vendored bugsnag-cocoa #2072
Commits
  • 5e0f63e v7.23.0
  • 5dcaaa8 Merge pull request #2134 from bugsnag/release/v7.23.0
  • 8c172cd docs: 📝 update CHANGELOG entry for release 7.23.0
  • 234d262 Merge pull request #2133 from bugsnag/je/plat-11399-bugsnag-cli-rn-ios
  • db825cc [full ci]
  • 0ab1593 update android tasks for react native cli
  • 2013c39 May security dependencies (#2131)
  • 6194d5f update the command for android native
  • 59fccc0 Merge pull request #2130 from bugsnag/tms/reinstate-expo-50
  • 74bce90 Reinstate trigger of Expo v50 pipeline
  • 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.23.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.23.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 May 10, 2024
@dependabot dependabot bot requested a review from WikiRik May 10, 2024 14:57
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (e718bfa) to head (5046c48).
Report is 1 commits behind head on stable.

Additional details and impacted files
@@           Coverage Diff           @@
##           stable    #1211   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files          38       38           
  Lines        2218     2218           
  Branches      443      443           
=======================================
  Hits         2184     2184           
  Misses         30       30           
  Partials        4        4           

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

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
Projects
None yet
0 participants