Skip to content

Commit

Permalink
Merge pull request #2248 from bugsnag/merge/integration-typescript-next
Browse files Browse the repository at this point in the history
Merge next into integration/typescript
  • Loading branch information
gingerbenw authored Oct 30, 2024
2 parents ffa8f14 + ab3f547 commit b2c7ccd
Show file tree
Hide file tree
Showing 57 changed files with 230 additions and 94,292 deletions.
8 changes: 4 additions & 4 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75"
- "0.76"
retry:
automatic:
- exit_status: "*"
Expand All @@ -47,8 +47,8 @@ steps:
- exit_status: "*"
limit: 1
matrix:
- "0.74"
- "0.75"
- "0.76"

#
# End-to-end tests
Expand Down Expand Up @@ -87,8 +87,8 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75"
- "0.76"

- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
depends_on: "build-react-native-android-fixture-new-arch"
Expand Down Expand Up @@ -124,6 +124,6 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75"
- "0.76"

8 changes: 4 additions & 4 deletions .buildkite/basic/react-native-ios-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75"
- "0.76"
retry:
automatic:
- exit_status: "*"
Expand All @@ -47,8 +47,8 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75"
- "0.76"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -89,8 +89,8 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75"
- "0.76"

- label: ":bitbar: :mac: RN {{matrix}} iOS 16 (New Arch) end-to-end tests"
depends_on: "build-react-native-ios-fixture-new-arch"
Expand Down Expand Up @@ -125,6 +125,6 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75"
- "0.76"

4 changes: 4 additions & 0 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -144,6 +145,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"

- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
key: "build-react-native-navigation-android-fixture-old-arch"
Expand Down Expand Up @@ -366,6 +368,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"

# current latest version (v7.40.1) of react-native-navigation's autolinking tool doesn't support RN 0.73+,
# causing a build failure - see https://github.com/wix/react-native-navigation/issues/7821
Expand Down Expand Up @@ -407,6 +410,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"

- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
depends_on: "build-react-native-navigation-android-fixture-old-arch"
Expand Down
4 changes: 4 additions & 0 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"
retry:
automatic:
- exit_status: "*"
Expand All @@ -119,6 +120,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -338,6 +340,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"

- label: ":bitbar: :mac: RN {{matrix}} iOS 16 (New Arch) end-to-end tests"
depends_on: "build-react-native-ios-fixture-new-arch-full"
Expand Down Expand Up @@ -375,6 +378,7 @@ steps:
- "0.71"
- "0.72"
- "0.73"
- "0.74"

# current latest version (v7.40.1) of react-native-navigation's autolinking tool doesn't currently support RN 0.73+,
# causing a build failure - see https://github.com/wix/react-native-navigation/issues/7821
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [8.1.2] - 2024-10-25

### Fixed

- Ensure `reportUnhandledPromiseRejectionsAsHandled` is correctly handled for all platforms [#2239](https://github.com/bugsnag/bugsnag-js/pull/2239)

## [8.1.1] - 2024-10-23

### Fixed
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 1.14.3'
gem 'xcodeproj', '< 1.26.0'

# Only install bumpsnag if we're using Github actions
unless ENV['GITHUB_ACTIONS'].nil?
Expand Down
Loading

0 comments on commit b2c7ccd

Please sign in to comment.