-
Notifications
You must be signed in to change notification settings - Fork 255
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
Release v8.3.0 #2360
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
…9-01-2025 Fixup package-lock file
…in-angular Fix location when packing plugin-angular
Remove all instances of Gemfile.lock
* 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>
…ns/checkout-4.2.2
…setup-ruby-1.218.0
…r/danger-js-12.3.3
…b/codeql-action-3.28.9
…xture [PLAT-13608] Enable source maps when generating a react native fixutre
…ns/setup-node-4.2.0
Support React Native 0.77
* 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
Update React Native test matrix
Add OpenSSF Scorecard badge
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>
* move steps to node 18 queue
* Remove BAGP from RN CLI
* 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
…b/codeql-action-3.28.10
…ns/cache-4.2.1
…scorecard-action-2.4.1
gingerbenw
approved these changes
Mar 4, 2025
PR diff bot workflow is failing because the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release adds support for React Native 0.77 and 0.78 to
@bugsnag/react-native
Added
AppDelegate.swift
files to insert command #2319Fixed
Changed