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

Release v8.3.0 #2360

Merged
merged 88 commits into from
Mar 4, 2025
Merged

Release v8.3.0 #2360

merged 88 commits into from
Mar 4, 2025

Conversation

yousif-bugsnag
Copy link
Contributor

This release adds support for React Native 0.77 and 0.78 to @bugsnag/react-native

Added

  • (react-native-cli) Add support for AppDelegate.swift files to insert command #2319
  • (plugin-react-navigation) Add support for React Navigation v7.x #2335

Fixed

  • (plugin-angular) Added a null check so BugsnagErrorHandler fails silently when misconfigured #2295
  • (react-native) Fix no such module error when importing Bugsnag from Swift #2335
  • (react-native) Fix turbo module check in React Native 0.77 #2341

Changed

  • (react-native-cli) Remove the installation of the BugSnag Android Gradle Plugin #2346

gingerbenw and others added 30 commits January 27, 2025 17:34
* prevent angular cli from prompting about analytics during release

* replace usage of word 'master' with 'main'

* test: ✅ update kotlin version to 1.6.0

* update pinned version of concurrent-ruby in fixture gemfiles
* chore: 🔒 override node-fetch version

* chore: ➖ remove node-fetch dependency
* fix: 🐛 fail quietly when client is null

* docs: 📝 update CHANGELOG.md
…in-angular

Fix location when packing plugin-angular
* check if concurrent ruby has already been overridden

* pin react-native-navigation version in generate fixture script
* update node-fetch to 2.6.7
* docs: 📝 update README.md

* ci: 🩺 add ossf scorecard workflow

* add osv-scanner.toml to example apps (symlink from config)

* add osv-scanner.toml to test fixtures

* docs: 📝 update README

* chore: 🔒 pin dependencies

Co-authored-by: Tom Longridge <tom@bugsnag.com>

---------

Co-authored-by: Tom Longridge <tom@bugsnag.com>
build: add dependabot config for dependency updates and pin existing GHA
Bumps [actions/checkout](https://github.com/actions/checkout) from 1.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1.2.0...11bd719)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.217.0 to 1.218.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@8711a86...d781c1b)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [danger/danger-js](https://github.com/danger/danger-js) from 9.1.6 to 12.3.3.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/main/CHANGELOG.md)
- [Commits](danger/danger-js@eaab0aa...92d2525)

---
updated-dependencies:
- dependency-name: danger/danger-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.28.1 to 3.28.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.28.1...9e8d078)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1.4.6 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1.4.6...1d0ff46)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…xture

[PLAT-13608] Enable source maps when generating a react native fixutre
yousif-bugsnag and others added 24 commits February 18, 2025 16:06
* Move AWS lambda tests from BK to GHA

* Don't automatically bundle install at root

* Set node-version to download in the correct place

* Remove SAM check from maze env

* Test using localhost

* Use host depending on the running location

* Fix syntax

* Fix used steps to specific commits

* Debug test failures

* Revert to using released version of maze-runner
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.9 to 3.28.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9e8d078...b56ba49)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@1bd1e32...0c907a7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@62b2cac...f49aabe)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* ci(react-native): add RN 0.78 tests

* test(react-native): bump react-native-screens version

* test(react-native): update version-dependent steps for 0.78
* Ensure correct heading name is used for changelog entry

* Re-enable full workflow and target bumpsnag branch
@yousif-bugsnag
Copy link
Contributor Author

PR diff bot workflow is failing because the package-lock.json is out of sync on main, so force-merging this PR.

@yousif-bugsnag yousif-bugsnag merged commit 34f3bc9 into main Mar 4, 2025
113 of 114 checks passed
@yousif-bugsnag yousif-bugsnag deleted the release/v8.3.0 branch March 4, 2025 11:39
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.

6 participants