Skip to content

Commit 08062c6

Browse files
Merge pull request #2426 from bugsnag/release/v8.3.2
Release v8.3.2
2 parents 6864c55 + 75c3731 commit 08062c6

24 files changed

+223
-40
lines changed

.buildkite/basic/react-native-android-full-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ steps:
102102
- "0.74"
103103
- "0.76"
104104
- "0.77"
105+
- "0.78"
105106
retry:
106107
automatic:
107108
- exit_status: "*"
@@ -133,6 +134,7 @@ steps:
133134
- "0.74"
134135
- "0.76"
135136
- "0.77"
137+
- "0.78"
136138

137139
- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
138140
key: "build-react-native-navigation-android-fixture-old-arch"
@@ -293,6 +295,7 @@ steps:
293295
- "0.74"
294296
- "0.76"
295297
- "0.77"
298+
- "0.78"
296299

297300
# current latest version (v7.40.1) of react-native-navigation's autolinking tool doesn't support RN 0.73+,
298301
# causing a build failure - see https://github.com/wix/react-native-navigation/issues/7821
@@ -335,6 +338,7 @@ steps:
335338
- "0.74"
336339
- "0.76"
337340
- "0.77"
341+
- "0.78"
338342

339343
- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
340344
depends_on: "build-react-native-navigation-android-fixture-old-arch"

.buildkite/basic/react-native-android-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- "bundle install"
2424
- "node scripts/generate-react-native-fixture.js"
2525
matrix:
26-
- "0.78"
26+
- "0.79"
2727
retry:
2828
automatic:
2929
- exit_status: "*"
@@ -51,7 +51,7 @@ steps:
5151
- exit_status: "*"
5252
limit: 1
5353
matrix:
54-
- "0.78"
54+
- "0.79"
5555

5656
#
5757
# End-to-end tests
@@ -90,7 +90,7 @@ steps:
9090
concurrency_group: "bitbar"
9191
concurrency_method: eager
9292
matrix:
93-
- "0.78"
93+
- "0.79"
9494

9595
- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
9696
depends_on: "build-react-native-android-fixture-new-arch"
@@ -126,5 +126,5 @@ steps:
126126
concurrency_group: "bitbar"
127127
concurrency_method: eager
128128
matrix:
129-
- "0.78"
129+
- "0.79"
130130

.buildkite/basic/react-native-cli-pipeline.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
depends_on: "publish-js"
1111
timeout_in_minutes: 15
1212
agents:
13-
queue: macos-14
13+
queue: "macos-14-isolated"
1414
env:
1515
JAVA_VERSION: "17"
1616
NODE_VERSION: "18"
@@ -25,9 +25,9 @@ steps:
2525
- "bundle install"
2626
- "bundle exec maze-runner features/build-app-tests/build-android-app.feature"
2727
matrix:
28+
- "0.79"
29+
- "0.78"
2830
- "0.77"
29-
- "0.76"
30-
- "0.75"
3131
retry:
3232
automatic:
3333
- exit_status: "*"
@@ -38,7 +38,7 @@ steps:
3838
depends_on: "publish-js"
3939
timeout_in_minutes: 20
4040
agents:
41-
queue: "macos-14"
41+
queue: "macos-14-isolated"
4242
env:
4343
NODE_VERSION: "18"
4444
RN_VERSION: "{{matrix}}"
@@ -54,9 +54,9 @@ steps:
5454
- "bundle install"
5555
- "bundle exec maze-runner features/build-app-tests/build-ios-app.feature"
5656
matrix:
57+
- "0.79"
58+
- "0.78"
5759
- "0.77"
58-
- "0.76"
59-
- "0.75"
6060
retry:
6161
automatic:
6262
- exit_status: "*"
@@ -92,9 +92,9 @@ steps:
9292
concurrency_group: "browserstack-app"
9393
concurrency_method: eager
9494
matrix:
95+
- "0.79"
96+
- "0.78"
9597
- "0.77"
96-
- "0.76"
97-
- "0.75"
9898

9999
- label: ":browserstack: :mac: RN CLI - {{matrix}} iOS end-to-end tests"
100100
depends_on: "build-react-native-cli-ios-fixture"
@@ -123,6 +123,6 @@ steps:
123123
concurrency_group: "browserstack-app"
124124
concurrency_method: eager
125125
matrix:
126+
- "0.79"
127+
- "0.78"
126128
- "0.77"
127-
- "0.76"
128-
- "0.75"

.buildkite/basic/react-native-ios-full-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ steps:
6767
- "0.74"
6868
- "0.76"
6969
- "0.77"
70+
- "0.78"
7071
retry:
7172
automatic:
7273
- exit_status: "*"
@@ -94,6 +95,7 @@ steps:
9495
- "0.74"
9596
- "0.76"
9697
- "0.77"
98+
- "0.78"
9799
retry:
98100
automatic:
99101
- exit_status: "*"
@@ -254,6 +256,7 @@ steps:
254256
- "0.74"
255257
- "0.76"
256258
- "0.77"
259+
- "0.78"
257260

258261
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
259262
depends_on: "build-react-native-ios-fixture-new-arch-full"
@@ -292,6 +295,7 @@ steps:
292295
- "0.74"
293296
- "0.76"
294297
- "0.77"
298+
- "0.78"
295299

296300
# current latest version (v7.40.1) of react-native-navigation's autolinking tool doesn't currently support RN 0.73+,
297301
# causing a build failure - see https://github.com/wix/react-native-navigation/issues/7821

.buildkite/basic/react-native-ios-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
- "bundle install"
2828
- "node scripts/generate-react-native-fixture.js"
2929
matrix:
30-
- "0.78"
30+
- "0.79"
3131
retry:
3232
automatic:
3333
- exit_status: "*"
@@ -51,7 +51,7 @@ steps:
5151
- "bundle install"
5252
- "node scripts/generate-react-native-fixture.js"
5353
matrix:
54-
- "0.78"
54+
- "0.79"
5555
retry:
5656
automatic:
5757
- exit_status: "*"
@@ -92,7 +92,7 @@ steps:
9292
concurrency_group: "bitbar"
9393
concurrency_method: eager
9494
matrix:
95-
- "0.78"
95+
- "0.79"
9696

9797
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
9898
depends_on: "build-react-native-ios-fixture-new-arch"
@@ -127,5 +127,5 @@ steps:
127127
concurrency_group: "bitbar"
128128
concurrency_method: eager
129129
matrix:
130-
- "0.78"
130+
- "0.79"
131131

.buildkite/package_manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@
138138
{
139139
"pipeline": ".buildkite/basic/react-native-cli-pipeline.yml",
140140
"block": ".buildkite/block/react-native-cli-pipeline.block.yml",
141-
"paths": []
141+
"paths": [
142+
"test/react-native-cli",
143+
"packages/react-native-cli"
144+
]
142145
},
143146
{
144147
"pipeline": ".buildkite/basic/expo-pipeline.yml",

.github/workflows/aws-lambda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525

2626
- name: Install Ruby
27-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252
27+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1
2828
with:
2929
ruby-version: '3.1'
3030

3131
- name: Install Node
32-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
32+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
3333
with:
3434
node-version: 18
3535

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
branches: [ "next", integration/*, main ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [ "next" ]
20+
branches: [ "next", "main" ]
2121
schedule:
2222
- cron: '23 13 * * 5'
2323

@@ -47,7 +47,7 @@ jobs:
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
50+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
64+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -74,6 +74,6 @@ jobs:
7474
# ./location_of_script_within_repo/buildscript.sh
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
77+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7878
with:
7979
category: "/language:${{matrix.language}}"

.github/workflows/pr-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Setup node
12-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
12+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1313
with:
1414
node-version: 18.x
1515

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
71+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7272
with:
7373
sarif_file: results.sarif
7474

.github/workflows/test-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
18+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: (Act) install build tools and dependencies

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: git submodule update --init --recursive
4141

4242
- name: Install ruby
43-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
43+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230.0
4444
with:
4545
ruby-version: 2.7
4646

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.3.2] - 2025-04-24
4+
5+
### Fixed
6+
7+
- (react-native-cli) Update insert command for 0.79 projects [#2410](https://github.com/bugsnag/bugsnag-js/pull/2410)
8+
39
## [8.3.1] - 2025-04-09
410

511
### Changed

bin/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ WORKER_PACKAGE_CHANGED=$(npx lerna changed --parseable | grep -c packages/web-wo
3232

3333
# increment package version numbers
3434
if [ -z "${RETRY_PUBLISH:-}" ]; then
35-
npx lerna version "$VERSION" --no-push
35+
# ensure we don't use legacy peer deps when bumping versions (https://github.com/nrwl/nx/issues/22066)
36+
npm_config_legacy_peer_deps=false npx lerna version "$VERSION" --no-push
3637
fi
3738

3839
# build packages

packages/react-native-cli/src/lib/Insert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const COCOA_OBJ_C_APP_LAUNCH_REGEX = /(-\s*\(BOOL\)\s*application:\s*\(UIApplica
1616

1717
const BUGSNAG_COCOA_SWIFT_IMPORT = 'import Bugsnag'
1818
const BUGSNAG_COCOA_SWIFT_INIT = 'Bugsnag.start()'
19-
const COCOA_SWIFT_APP_LAUNCH_REGEX = /(override func application\s*\(\s*_ application:\s*UIApplication,\s*didFinishLaunchingWithOptions launchOptions:\s*\[UIApplication\.LaunchOptionsKey\s*:\s*Any\]\?\s*=\s*nil\)\s*->\s*Bool\s*\{\s)/
19+
const COCOA_SWIFT_APP_LAUNCH_REGEX = /((?:override )?func application\s*\(\s*_\s+application:\s*UIApplication,\s*didFinishLaunchingWithOptions\s+launchOptions:\s*\[UIApplication\.LaunchOptionsKey\s*:?\s*Any\]\?\s*(?:=\s*nil)?\s*\)\s*->\s*Bool\s*\{\s)/
2020

2121
const BUGSNAG_JAVA_IMPORT = 'import com.bugsnag.android.Bugsnag;'
2222
const BUGSNAG_JAVA_INIT = 'Bugsnag.start(this);'

0 commit comments

Comments
 (0)