Skip to content

Commit c9ca367

Browse files
committed
Merge branch 'next' into new-fixup
2 parents 7d5787a + 2576219 commit c9ca367

68 files changed

Lines changed: 3714 additions & 4380 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/basic/expo-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ steps:
88
depends_on: "publish-js"
99
trigger: "bugsnag-expo"
1010
build:
11-
branch: "v52/next"
11+
branch: "v53/next"
1212
env:
1313
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
1414
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
1515
# a branch name that's safe to use as a docker cache identifier
1616
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"
1717

18-
- label: "@bugsnag/expo v51/next"
18+
- label: "@bugsnag/expo v52/next"
1919
depends_on: "publish-js"
2020
trigger: "bugsnag-expo"
2121
build:
22-
branch: "v51/next"
22+
branch: "v52/next"
2323
env:
2424
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
2525
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
2626
# a branch name that's safe to use as a docker cache identifier
2727
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"
2828

29-
- label: "@bugsnag/expo v50/next"
29+
- label: "@bugsnag/expo v51/next"
3030
depends_on: "publish-js"
3131
trigger: "bugsnag-expo"
3232
build:
33-
branch: "v50/next"
33+
branch: "v51/next"
3434
env:
3535
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
3636
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"

.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: 11 additions & 11 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-15-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,13 +38,13 @@ steps:
3838
depends_on: "publish-js"
3939
timeout_in_minutes: 20
4040
agents:
41-
queue: "macos-14"
41+
queue: "macos-15-isolated"
4242
env:
4343
NODE_VERSION: "18"
4444
RN_VERSION: "{{matrix}}"
4545
RCT_NEW_ARCH_ENABLED: "0"
4646
BUILD_IOS: "true"
47-
XCODE_VERSION: "15.3.0"
47+
XCODE_VERSION: "16.2.0"
4848
INIT_RN_CLI: "true"
4949
EXPORT_ARCHIVE: "0"
5050
artifact_paths:
@@ -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: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ steps:
5050
depends_on: "publish-js"
5151
timeout_in_minutes: 30
5252
agents:
53-
queue: "macos-14"
53+
queue: "macos-15"
5454
env:
5555
NODE_VERSION: "18"
5656
RN_VERSION: "{{matrix}}"
5757
RCT_NEW_ARCH_ENABLED: "0"
5858
BUILD_IOS: "true"
59-
XCODE_VERSION: "15.3.0"
59+
XCODE_VERSION: "16.2.0"
6060
artifact_paths:
6161
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
6262
commands:
@@ -67,6 +67,7 @@ steps:
6767
- "0.74"
6868
- "0.76"
6969
- "0.77"
70+
- "0.78"
7071
retry:
7172
automatic:
7273
- exit_status: "*"
@@ -77,13 +78,13 @@ steps:
7778
depends_on: "publish-js"
7879
timeout_in_minutes: 30
7980
agents:
80-
queue: "macos-14"
81+
queue: "macos-15"
8182
env:
8283
NODE_VERSION: "18"
8384
RN_VERSION: "{{matrix}}"
8485
RCT_NEW_ARCH_ENABLED: "1"
8586
BUILD_IOS: "true"
86-
XCODE_VERSION: "15.3.0"
87+
XCODE_VERSION: "16.2.0"
8788
artifact_paths:
8889
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
8990
commands:
@@ -94,6 +95,7 @@ steps:
9495
- "0.74"
9596
- "0.76"
9697
- "0.77"
98+
- "0.78"
9799
retry:
98100
automatic:
99101
- exit_status: "*"
@@ -104,13 +106,13 @@ steps:
104106
depends_on: "publish-js"
105107
timeout_in_minutes: 30
106108
agents:
107-
queue: "macos-14"
109+
queue: "macos-15"
108110
env:
109111
NODE_VERSION: "18"
110112
RN_VERSION: "{{matrix}}"
111113
RCT_NEW_ARCH_ENABLED: "0"
112114
BUILD_IOS: "true"
113-
XCODE_VERSION: "15.3.0"
115+
XCODE_VERSION: "16.2.0"
114116
REACT_NATIVE_NAVIGATION: "true"
115117
artifact_paths:
116118
- "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/**/output/reactnative.ipa"
@@ -131,7 +133,7 @@ steps:
131133
# key: "build-react-native-navigation-ios-fixture-new-arch"
132134
# timeout_in_minutes: 30
133135
# agents:
134-
# queue: "macos-14"
136+
# queue: "macos-15"
135137
# env:
136138
# NODE_VERSION: "18"
137139
# RN_VERSION: "{{matrix}}"
@@ -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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ steps:
1414
depends_on: "publish-js"
1515
timeout_in_minutes: 20
1616
agents:
17-
queue: "macos-14"
17+
queue: "macos-15"
1818
env:
1919
NODE_VERSION: "18"
2020
RN_VERSION: "{{matrix}}"
2121
RCT_NEW_ARCH_ENABLED: "0"
2222
BUILD_IOS: "true"
23-
XCODE_VERSION: "15.3.0"
23+
XCODE_VERSION: "16.2.0"
2424
artifact_paths:
2525
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
2626
commands:
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: "*"
@@ -38,20 +38,20 @@ steps:
3838
depends_on: "publish-js"
3939
timeout_in_minutes: 20
4040
agents:
41-
queue: "macos-14"
41+
queue: "macos-15"
4242
env:
4343
NODE_VERSION: "18"
4444
RN_VERSION: "{{matrix}}"
4545
RCT_NEW_ARCH_ENABLED: "1"
4646
BUILD_IOS: "true"
47-
XCODE_VERSION: "15.3.0"
47+
XCODE_VERSION: "16.2.0"
4848
artifact_paths:
4949
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
5050
commands:
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@dffc446db9ba5a0c4446edb5bca1c5c473a806c5
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", integration/* ]
20+
branches: [ "next", integration/*, "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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7878
with:
7979
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)