Skip to content

Commit 7b20966

Browse files
committed
Merge branch 'next' into typescript-catch-up-next-oct-25
2 parents 9d9ebdc + 228db06 commit 7b20966

52 files changed

Lines changed: 554 additions & 105 deletions

Some content is hidden

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

.buildkite/basic/browser-pipeline.yml

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
#
5151
- label: ":browserstack: {{matrix}} non-https tests"
5252
matrix:
53-
- ios_12
53+
- ios_11
5454
- safari_16
5555
depends_on: "browser-maze-runner-bs"
5656
timeout_in_minutes: 30
@@ -82,7 +82,7 @@ steps:
8282
- edge_17
8383
- safari_10
8484
- ios_15
85-
- android_8
85+
- android_9
8686
- chrome_43
8787
- chrome_72
8888
- firefox_78
@@ -109,7 +109,6 @@ steps:
109109
concurrency_group: "browserstack"
110110
concurrency_method: eager
111111

112-
113112
#
114113
# BitBar tests
115114
#
@@ -144,31 +143,30 @@ steps:
144143
concurrency_group: "bitbar"
145144
concurrency_method: eager
146145

147-
# Uncomment the following block to enable IE11 tests on BitBar
148-
# - label: ":bitbar: ie_11 Browser tests"
149-
# depends_on: "browser-maze-runner-bb"
150-
# timeout_in_minutes: 30
151-
# plugins:
152-
# docker-compose#v4.12.0:
153-
# pull: browser-maze-runner-bb
154-
# run: browser-maze-runner-bb
155-
# service-ports: true
156-
# use-aliases: true
157-
# command:
158-
# - "--farm=bb"
159-
# - "--browser=ie_11"
160-
# - "--no-tunnel"
161-
# - "--aws-public-ip"
162-
# artifacts#v1.5.0:
163-
# upload:
164-
# - "./test/browser/maze_output/failed/**/*"
165-
# test-collector#v1.10.2:
166-
# files: "reports/TEST-*.xml"
167-
# format: "junit"
168-
# branch: "^main|next$$"
169-
# api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
170-
# concurrency: 25
171-
# concurrency_group: "bitbar"
172-
# concurrency_method: eager
173-
# env:
174-
# HOST: "localhost" # IE11 needs the host set to localhost for some reason
146+
- label: ":bitbar: ie_11 Browser tests"
147+
depends_on: "browser-maze-runner-bb"
148+
timeout_in_minutes: 30
149+
plugins:
150+
docker-compose#v4.12.0:
151+
pull: browser-maze-runner-bb
152+
run: browser-maze-runner-bb
153+
service-ports: true
154+
use-aliases: true
155+
command:
156+
- "--farm=bb"
157+
- "--browser=ie_11"
158+
- "--no-tunnel"
159+
- "--aws-public-ip"
160+
artifacts#v1.5.0:
161+
upload:
162+
- "./test/browser/maze_output/failed/**/*"
163+
test-collector#v1.10.2:
164+
files: "reports/TEST-*.xml"
165+
format: "junit"
166+
branch: "^main|next$$"
167+
api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
168+
concurrency: 25
169+
concurrency_group: "bitbar"
170+
concurrency_method: eager
171+
env:
172+
HOST: "localhost" # IE11 needs the host set to localhost

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ steps:
7474
- "0.79"
7575

7676
- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
77+
skip: true # Skipped pending PLAT-15027
7778
key: "build-react-native-navigation-android-fixture-old-arch"
7879
timeout_in_minutes: 30
7980
agents:
@@ -98,6 +99,7 @@ steps:
9899
limit: 1
99100

100101
- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (New Arch)'
102+
skip: true # Skipped pending PLAT-15027
101103
key: "build-react-native-navigation-android-fixture-new-arch"
102104
timeout_in_minutes: 30
103105
agents:
@@ -216,6 +218,7 @@ steps:
216218
- "0.79"
217219

218220
- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
221+
skip: true # Skipped pending PLAT-15027
219222
depends_on: "build-react-native-navigation-android-fixture-old-arch"
220223
timeout_in_minutes: 10
221224
plugins:
@@ -257,6 +260,7 @@ steps:
257260
- "0.72"
258261

259262
- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (New Arch) end-to-end tests"
263+
skip: true # Skipped pending PLAT-15027
260264
depends_on: "build-react-native-navigation-android-fixture-new-arch"
261265
timeout_in_minutes: 10
262266
plugins:

CHANGELOG.md

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

3+
## [8.7.0] - 2025-10-13
4+
5+
### Added
6+
7+
- (electron) Add `codeBundleId` config option to main process [#2577](https://github.com/bugsnag/bugsnag-js/pull/2577)
8+
9+
### Changed
10+
11+
- Update bugsnag-cocoa to [v6.34.0](https//github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.34.0) [#2571](https://github.com/bugsnag/bugsnag-js/pull/2571)
12+
313
## [8.6.0] - 2025-09-25
414

515
### Added
@@ -12,6 +22,7 @@
1222

1323
- Update bugsnag-cocoa to [v6.33.1](https//github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.33.1) [#2552](https://github.com/bugsnag/bugsnag-js/pull/2552)
1424
- Update bugsnag-android to [v6.18.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.18.0) [#2556](https://github.com/bugsnag/bugsnag-js/pull/2556)
25+
- (core): Change `startsWith()` to `indexOf() === 0` to support older browsers [#2568](https://github.com/bugsnag/bugsnag-js/pull/2568)
1526

1627
### Fixed
1728

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ services:
113113
- ./reports/:/app/test/node/reports/
114114

115115
react-native-maze-runner:
116-
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli
116+
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v10-cli
117117
environment:
118118
<<: *common-environment
119119
BITBAR_USERNAME:
@@ -137,7 +137,7 @@ services:
137137
- ./reports/:/app/reports
138138

139139
react-native-cli-maze-runner:
140-
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli
140+
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v10-cli
141141
environment:
142142
<<: *common-environment
143143
BITBAR_USERNAME:

dockerfiles/Dockerfile.browser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN find . -name package.json -type f -mindepth 2 -maxdepth 3 ! -path "./node_mo
6464
RUN rm -fr **/*/node_modules/
6565

6666
# The maze-runner browser tests (W3C protocol)
67-
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli AS browser-maze-runner
67+
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v10-cli AS browser-maze-runner
6868

6969
COPY --from=browser-feature-builder /app/test/browser /app/test/browser/
7070
WORKDIR /app/test/browser

dockerfiles/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN npm pack --verbose packages/plugin-restify/
2626
RUN npm pack --verbose packages/plugin-hono/
2727

2828
# The maze-runner node tests
29-
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli AS node-maze-runner
29+
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v10-cli as node-maze-runner
3030
WORKDIR /app/
3131
COPY test/node/features test/node/features
3232
COPY --from=node-feature-builder /app/*.tgz ./

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "8.6.0",
5+
"version": "8.7.0",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

0 commit comments

Comments
 (0)