Skip to content

Commit 064ec6f

Browse files
authored
Merge pull request #1698 from bugsnag/release/v7.16.2
Release v7.16.2
2 parents 33aca34 + 60d543b commit 064ec6f

File tree

33 files changed

+1004
-583
lines changed

33 files changed

+1004
-583
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ steps:
108108
if: build.env("BUILD_RN_WITH_LATEST_NATIVES") != "true"
109109
timeout_in_minutes: 35
110110
agents:
111-
queue: 'opensource-mac-aws-sam'
111+
queue: 'opensource-mac-cocoa-10.15'
112112
commands:
113113
# force the NPM registry as the default on CI is artifactory, which can't
114114
# currently install from our lockfile

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ steps:
245245
key: 'rn-0-60-ipa'
246246
timeout_in_minutes: 30
247247
agents:
248-
queue: 'opensource-mac-cocoa-11'
248+
queue: "opensource-mac-cocoa-10.15"
249249
env:
250250
DEBUG: true
251251
LANG: "en_US.UTF-8"
@@ -258,7 +258,7 @@ steps:
258258
key: 'rn-0-61-ipa'
259259
timeout_in_minutes: 30
260260
agents:
261-
queue: 'opensource-mac-cocoa-11'
261+
queue: "opensource-mac-cocoa-10.15"
262262
env:
263263
DEBUG: true
264264
LANG: "en_US.UTF-8"
@@ -271,7 +271,7 @@ steps:
271271
key: 'rn-0-62-ipa'
272272
timeout_in_minutes: 30
273273
agents:
274-
queue: 'opensource-mac-cocoa-11'
274+
queue: "opensource-mac-cocoa-10.15"
275275
env:
276276
DEBUG: true
277277
LANG: "en_US.UTF-8"
@@ -284,11 +284,11 @@ steps:
284284
key: 'rn-0-63-ipa'
285285
timeout_in_minutes: 30
286286
agents:
287-
queue: 'opensource-mac-cocoa-11'
287+
queue: "opensource-arm-mac-cocoa-12"
288288
env:
289289
DEBUG: true
290290
LANG: "en_US.UTF-8"
291-
DEVELOPER_DIR: "/Applications/Xcode11.app"
291+
DEVELOPER_DIR: "/Applications/Xcode13.app"
292292
artifact_paths: build/rn0_63.ipa
293293
commands:
294294
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63
@@ -297,11 +297,11 @@ steps:
297297
key: 'rn-0-63-expo-ejected-ipa'
298298
timeout_in_minutes: 30
299299
agents:
300-
queue: 'opensource-mac-cocoa-11'
300+
queue: "opensource-arm-mac-cocoa-12"
301301
env:
302302
DEBUG: true
303303
LANG: "en_US.UTF-8"
304-
DEVELOPER_DIR: "/Applications/Xcode12.app"
304+
DEVELOPER_DIR: "/Applications/Xcode13.app"
305305
artifact_paths: build/rn0_63_expo_ejected.ipa
306306
commands:
307307
- test/react-native-cli/scripts/init-and-build-test.sh rn0_63_expo_ejected
@@ -310,11 +310,11 @@ steps:
310310
key: 'rn-0-64-ipa'
311311
timeout_in_minutes: 30
312312
agents:
313-
queue: 'opensource-mac-cocoa-11'
313+
queue: "opensource-arm-mac-cocoa-12"
314314
env:
315315
DEBUG: true
316316
LANG: "en_US.UTF-8"
317-
DEVELOPER_DIR: "/Applications/Xcode12.app"
317+
DEVELOPER_DIR: "/Applications/Xcode13.app"
318318
artifact_paths: build/rn0_64.ipa
319319
commands:
320320
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64
@@ -323,11 +323,11 @@ steps:
323323
key: 'rn-0-64-hermes-ipa'
324324
timeout_in_minutes: 60
325325
agents:
326-
queue: 'opensource-mac-cocoa-11'
326+
queue: "opensource-arm-mac-cocoa-12"
327327
env:
328328
DEBUG: true
329329
LANG: "en_US.UTF-8"
330-
DEVELOPER_DIR: "/Applications/Xcode12.app"
330+
DEVELOPER_DIR: "/Applications/Xcode13.app"
331331
artifact_paths: build/rn0_64_hermes.ipa
332332
commands:
333333
- test/react-native-cli/scripts/init-and-build-test.sh rn0_64_hermes

.buildkite/react-native-pipeline.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
key: "rn-0-60-ipa"
3636
timeout_in_minutes: 60
3737
agents:
38-
queue: "opensource-mac-cocoa-11"
38+
queue: "opensource-mac-cocoa-10.15"
3939
env:
4040
REACT_NATIVE_VERSION: rn0.60
4141
LANG: "en_US.UTF-8"
@@ -61,11 +61,11 @@ steps:
6161
key: "rn-0-63-ipa"
6262
timeout_in_minutes: 60
6363
agents:
64-
queue: "opensource-mac-cocoa-11"
64+
queue: "opensource-arm-mac-cocoa-12"
6565
env:
6666
REACT_NATIVE_VERSION: rn0.63
6767
LANG: "en_US.UTF-8"
68-
DEVELOPER_DIR: "/Applications/Xcode12.app"
68+
DEVELOPER_DIR: "/Applications/Xcode13.app"
6969
artifact_paths: build/rn0.63.ipa
7070
commands:
7171
- npm run test:build-react-native-ios
@@ -87,11 +87,11 @@ steps:
8787
key: "rn-0-64-ipa"
8888
timeout_in_minutes: 60
8989
agents:
90-
queue: "opensource-mac-cocoa-11"
90+
queue: "opensource-arm-mac-cocoa-12"
9191
env:
9292
REACT_NATIVE_VERSION: rn0.64-hermes
9393
LANG: "en_US.UTF-8"
94-
DEVELOPER_DIR: "/Applications/Xcode12.app"
94+
DEVELOPER_DIR: "/Applications/Xcode13.app"
9595
artifact_paths: build/rn0.64-hermes.ipa
9696
commands:
9797
- npm run test:build-react-native-ios
@@ -117,7 +117,7 @@ steps:
117117
key: "react-navigation-0-60-ipa"
118118
timeout_in_minutes: 60
119119
agents:
120-
queue: "opensource-mac-cocoa-11"
120+
queue: "opensource-mac-cocoa-10.15"
121121
env:
122122
REACT_NATIVE_VERSION: rn0.60
123123
JS_SOURCE_DIR: "react_navigation_js"
@@ -147,13 +147,13 @@ steps:
147147
key: "react-navigation-0-63-ipa"
148148
timeout_in_minutes: 60
149149
agents:
150-
queue: "opensource-mac-cocoa-11"
150+
queue: "opensource-arm-mac-cocoa-12"
151151
env:
152152
REACT_NATIVE_VERSION: rn0.63
153153
JS_SOURCE_DIR: "react_navigation_js"
154154
ARTEFACT_NAME: "r_navigation_0.63"
155155
LANG: "en_US.UTF-8"
156-
DEVELOPER_DIR: "/Applications/Xcode12.app"
156+
DEVELOPER_DIR: "/Applications/Xcode13.app"
157157
artifact_paths: build/r_navigation_0.63.ipa
158158
commands:
159159
- npm run test:build-react-native-ios
@@ -179,7 +179,7 @@ steps:
179179
key: "react-native-navigation-0-60-ipa"
180180
timeout_in_minutes: 60
181181
agents:
182-
queue: "opensource-mac-cocoa-11"
182+
queue: "opensource-mac-cocoa-10.15"
183183
env:
184184
REACT_NATIVE_VERSION: rn0.60
185185
JS_SOURCE_DIR: "react_native_navigation_js"
@@ -211,13 +211,13 @@ steps:
211211
key: "react-native-navigation-0-63-ipa"
212212
timeout_in_minutes: 60
213213
agents:
214-
queue: "opensource-mac-cocoa-11"
214+
queue: "opensource-arm-mac-cocoa-12"
215215
env:
216216
REACT_NATIVE_VERSION: rn0.63
217217
JS_SOURCE_DIR: "react_native_navigation_js"
218218
ARTEFACT_NAME: "r_native_navigation_0.63"
219219
LANG: "en_US.UTF-8"
220-
DEVELOPER_DIR: "/Applications/Xcode12.app"
220+
DEVELOPER_DIR: "/Applications/Xcode13.app"
221221
artifact_paths: build/r_native_navigation_0.63.ipa
222222
commands:
223223
- npm run test:build-react-native-ios

CHANGELOG.md

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

3+
### v7.16.2 (2022-03-09)
4+
5+
### Fixed
6+
7+
- (expo): preliminary support for the Expo EAS Update. Please send us feedback on how we can improve our support! [kennethlynne](https://github.com/kennethlynne) [#1686](https://github.com/bugsnag/bugsnag-js/pull/1686) [#1695](https://github.com/bugsnag/bugsnag-js/pull/1695)
8+
9+
### Changed
10+
11+
- (plugin-react-navigation): Allow React Navigation v6 as a peer dependency [#1691](https://github.com/bugsnag/bugsnag-js/pull/1691)
12+
313
### 7.16.1 (2022-02-02)
414

515
### Fixed

bin/minify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
cat - | ../../node_modules/.bin/uglifyjs \
44
--compress \
55
--mangle \
6-
--ie8 \
6+
--ie \
77
--source-map "includeSources,content=inline,url=$(basename "$1").map" \
88
--output "$1"

bin/release.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ cd /app/bugsnag-js
2525
npm ci
2626
npm run bootstrap -- --ci
2727

28+
npx lerna run build \
29+
--scope @bugsnag/node \
30+
--scope @bugsnag/browser \
31+
--scope @bugsnag/expo
32+
33+
npx lerna run build \
34+
--ignore @bugsnag/node\
35+
--ignore @bugsnag/browser \
36+
--ignore @bugsnag/expo \
37+
--ignore @bugsnag/plugin-electron-app \
38+
--ignore @bugsnag/plugin-electron-client-state-persistence
39+
2840
# check if the browser package changed – if it didn't we don't need to upload to the CDN
2941
BROWSER_PACKAGE_CHANGED=$(npx lerna changed --parseable | grep -c packages/js$ || test $? = 1;)
3042

0 commit comments

Comments
 (0)