Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
476 commits
Select commit Hold shift + click to select a range
35e8daf
Merge pull request #2316 from bugsnag/plat-12947-5
Feb 13, 2025
7aa2b1d
convert Client, Session, Breadcrumb, Event, Config to TypeScript
Feb 13, 2025
04704ba
revert babel config change non test
Feb 13, 2025
49d3129
switch to generated type declarations
Feb 14, 2025
8d59787
Merge branch 'next' into integration/typescript
Feb 14, 2025
a56a78d
Merge branch 'integration/typescript' of github.com:bugsnag/bugsnag-j…
Feb 14, 2025
dc7c41e
Merge branch 'integration/typescript' into plat-12947-6
Feb 14, 2025
9d445f6
Merge branch 'plat-12947-6' into plat-12947-7
Feb 14, 2025
1653316
Merge branch 'plat-12947-7' into plat-12947-8
Feb 14, 2025
419f45f
Merge pull request #2317 from bugsnag/plat-12947-6
Feb 14, 2025
834e673
skip constructor when adding client methods
Feb 14, 2025
4f7a2d8
Merge branch 'integration/typescript' into plat-12947-7
Feb 14, 2025
1832f3d
update package-lock.json
Feb 17, 2025
0b2a75e
Merge pull request #2323 from bugsnag/plat-12947-7
Feb 17, 2025
92bd1d0
Merge branch 'next' into integration/typescript
Feb 17, 2025
b32a393
Merge branch 'integration/typescript' into plat-12947-8
Feb 17, 2025
fc89d05
reinstate map
Feb 17, 2025
43724bd
prefer ts-expect-error
Feb 17, 2025
8a88598
fix package-lock.json
Feb 17, 2025
3ccba8a
update package-lock.json
Feb 17, 2025
cdbf54e
Merge branch 'integration/typescript' into plat-12947-8
Feb 17, 2025
d7014b9
prefer ts-expect-error
Feb 17, 2025
2d00ced
remove unused ts directives
Feb 17, 2025
5f6b926
Merge branch 'next' into integration/typescript
Mar 18, 2025
c26641c
try fix package-lock.json
Mar 18, 2025
9b675e2
try fix package-lock.json
Mar 18, 2025
80b1e18
diagnose failing ci
Mar 18, 2025
e243b66
try fix package-lock.json
Mar 18, 2025
18ecdf1
add tslib to core
Mar 18, 2025
b9477c8
Revert "diagnose failing ci"
Mar 18, 2025
c2612ae
add @angular/compiler to plugin-angular
Mar 18, 2025
28195ff
do not remove node_modules from browser ci docker container
Mar 18, 2025
fa392a6
install packed core package
Mar 18, 2025
3357eaf
install packed core package
Mar 18, 2025
5c5d706
add no-op build step to js package
Mar 19, 2025
d0b5131
fix path to core pack
Mar 19, 2025
dab300a
build all packages for electron tests
Mar 19, 2025
825cfff
convert @bugsnag/plugin-inline-script-content to TypeScript and rollup
Mar 19, 2025
6d7c26a
undo change to docker steps
Mar 19, 2025
a7b881f
update package-lock.json
Mar 19, 2025
2561f92
Merge branch 'update-integration-typescript' into plat-13682
Mar 19, 2025
11db07d
Merge branch 'plat-13682' into plat-12947-8
Mar 20, 2025
30a6073
remove manual types for plugin-react
Mar 20, 2025
79ad3b8
type fixes
Mar 20, 2025
7b51408
type fixes
Mar 20, 2025
ac1f8fc
remove unused comment
Mar 20, 2025
b57f246
improve types
Mar 20, 2025
e3328f6
Merge pull request #2381 from bugsnag/update-integration-typescript
gingerbenw Apr 1, 2025
dae4b89
Merge pull request #2327 from bugsnag/plat-12947-8
gingerbenw Apr 1, 2025
2083f12
Merge pull request #2382 from bugsnag/plat-13682
gingerbenw Apr 1, 2025
76df3c6
core: convert clone-client to typescript
AnastasiiaSvietlova Mar 28, 2025
c6651c2
core: fix types and imports
AnastasiiaSvietlova Mar 28, 2025
1f4b4e9
fix imports
AnastasiiaSvietlova Mar 28, 2025
fb160d0
core: add type declaration
AnastasiiaSvietlova Mar 31, 2025
f6fe3e2
fix import clone-client in in-flight
AnastasiiaSvietlova Apr 1, 2025
ad15044
fix test assertions
gingerbenw Apr 1, 2025
efb4967
remove unused public type
gingerbenw Apr 1, 2025
203c48d
update peer dependencies and dockerfile
gingerbenw Apr 1, 2025
0becb51
ensure peerDependency matches latest version
gingerbenw Apr 1, 2025
90db57b
add build:node script
gingerbenw Apr 1, 2025
30ea129
remove deprecated version from docker-compose
gingerbenw Apr 1, 2025
cd2469e
ensure bugsnag-core is installed from repo, not npm
gingerbenw Apr 1, 2025
049691b
remove build:node script
gingerbenw Apr 1, 2025
5d62bd1
core: convert json-payload to typescript
AnastasiiaSvietlova Apr 3, 2025
63babd2
Merge branch 'integration/typescript' into PLAT-13702-json-payload
AnastasiiaSvietlova Apr 3, 2025
9c40559
fix imports
AnastasiiaSvietlova Apr 3, 2025
149b070
fix electron test
AnastasiiaSvietlova Apr 3, 2025
1188b80
core: create new type JsonPayloadEvent
AnastasiiaSvietlova Apr 7, 2025
50bf040
fix imports and declare module for safe-json-stringify
AnastasiiaSvietlova Apr 8, 2025
5baa2b4
fix formatting
AnastasiiaSvietlova Apr 8, 2025
05468e6
fix jsonPayload.event types
gingerbenw Apr 8, 2025
92649a4
remove unused type import
gingerbenw Apr 8, 2025
97a1a54
remove unused EventPayload type
gingerbenw Apr 8, 2025
b466c31
Merge branch 'next' into integration/typescript
gingerbenw Apr 8, 2025
04b5760
Merge pull request #2394 from bugsnag/PLAT-13703-clone-client
gingerbenw Apr 9, 2025
43d51fc
Merge branch 'integration/typescript' into PLAT-13702-json-payload
AnastasiiaSvietlova Apr 9, 2025
ff43822
fix type in tests
AnastasiiaSvietlova Apr 9, 2025
60e5f3c
Revert "reinstate map"
Feb 17, 2025
5113999
external all node_modules in plugins
Feb 17, 2025
edf2ef0
remove es-utils/map
Mar 20, 2025
dd2cdf2
remove es-utils/map as external from rollup
Mar 20, 2025
97d43ba
external all node_modules in plugins
Mar 20, 2025
2182568
undo changes to assign usage
Mar 20, 2025
26f2412
revert rebase
gingerbenw Apr 11, 2025
a46459a
Merge pull request #2412 from bugsnag/plat-12947-9
gingerbenw Apr 11, 2025
dd756de
skip ie11 tests
gingerbenw Apr 15, 2025
d7af2c8
remove skip code for unsupported browsers
gingerbenw Apr 15, 2025
82b860a
Merge pull request #2419 from bugsnag/skip-ie-tests
gingerbenw Apr 15, 2025
913cc6f
Merge branch 'integration/typescript' into PLAT-13702-json-payload
gingerbenw Apr 15, 2025
a1117fa
core: convert int-range validator to typescript
AnastasiiaSvietlova Apr 8, 2025
ec8e349
refactor: :recycle: convert plugin-aws-lambda to typescript
gingerbenw Apr 17, 2025
8905eea
refactor: :fire: remove unused types
gingerbenw Apr 17, 2025
7a9a27d
Update packages/plugin-aws-lambda/src/lambda-timeout-approaching.ts
gingerbenw Apr 17, 2025
0618455
Merge pull request #2421 from bugsnag/PLAT-13168/plugin-aws-lambda
gingerbenw Apr 17, 2025
dcc0a89
Merge branch 'integration/typescript' into PLAT-13702-json-payload
AnastasiiaSvietlova Apr 22, 2025
4001fdc
Merge pull request #2399 from bugsnag/PLAT-13702-json-payload
gingerbenw Apr 28, 2025
9a51039
Merge branch 'integration/typescript' into PLAT-13701-int-range
AnastasiiaSvietlova Apr 28, 2025
fc103ad
Merge pull request #2405 from bugsnag/PLAT-13701-int-range
gingerbenw Apr 28, 2025
04de466
run codeql on pr's into integration branches
gingerbenw Apr 28, 2025
bbcff4a
Merge pull request #2432 from bugsnag/gingerbenw/run-code-ql
gingerbenw Apr 28, 2025
7d5787a
Convert @bugsnag/core/lib/iserror to TypeScript (#2422)
AnastasiiaSvietlova May 12, 2025
c9ca367
Merge branch 'next' into new-fixup
gingerbenw Jun 12, 2025
427a10f
add missing angular-devkit core
gingerbenw Jun 16, 2025
8ff4e07
cast React to any to resolve type issue in build
gingerbenw Jun 16, 2025
16042d9
install core from repo
gingerbenw Jun 17, 2025
16a3b36
update main and types
gingerbenw Jun 17, 2025
dde1264
Merge branch 'next' into merge-latest-from-next
gingerbenw Jun 23, 2025
414fe4c
Merge pull request #2462 from bugsnag/merge-latest-from-next
gingerbenw Jun 23, 2025
4d43184
test: :test_tube: temporarily disable failing ios_11 non-https tests
gingerbenw Jun 23, 2025
6026ec4
comment skipped test
gingerbenw Jun 24, 2025
a85e8c2
Merge pull request #2478 from bugsnag/gingerbenw/disable-ios-11-tests
gingerbenw Jun 24, 2025
af4d423
core: convert metadata-delegate to typescript
AnastasiiaSvietlova May 12, 2025
95413b4
change type of key in metadataDelegate
AnastasiiaSvietlova May 21, 2025
f52da9b
change key type
AnastasiiaSvietlova May 21, 2025
57a421c
Convert @bugsnag/core/lib/sync-callback-runner to TypeScript (#2446)
AnastasiiaSvietlova Jun 24, 2025
fd6b092
Merge branch 'integration/typescript' into PLAT-13698-metadata-delegate
AnastasiiaSvietlova Jun 24, 2025
b3d5c1d
convert node-fallback-stack to typescript (#2447)
AnastasiiaSvietlova Jun 24, 2025
45ef2af
Merge branch 'integration/typescript' into PLAT-13698-metadata-delegate
AnastasiiaSvietlova Jun 24, 2025
1009db3
Merge pull request #2437 from bugsnag/PLAT-13698-metadata-delegate
gingerbenw Jun 24, 2025
5c028fe
convert stringWithLength to TypeScript (#2449)
AnastasiiaSvietlova Jun 25, 2025
144d4c6
Remove @bugsnag/core/lib/es-utils/filter (#2469)
AnastasiiaSvietlova Jun 25, 2025
a3daa7c
Convert string-with-length to TypeScript (#2455)
AnastasiiaSvietlova Jun 25, 2025
0f3c39c
Convert extract-object to TypeScript (#2456)
AnastasiiaSvietlova Jun 26, 2025
a4926be
convert hasStack to TS (#2471)
AnastasiiaSvietlova Jun 26, 2025
e4743af
Remove reduce and keys
AnastasiiaSvietlova Jun 16, 2025
99ffc76
fix types error
AnastasiiaSvietlova Jun 16, 2025
4becbd0
Convert feature-flag-delegate to TypeScript
AnastasiiaSvietlova Jun 9, 2025
c0bbe17
add some types
AnastasiiaSvietlova Jun 9, 2025
b134a3f
Merge pull request #2470 from bugsnag/PLAT-13686-reduce
gingerbenw Jun 27, 2025
ed70302
Merge pull request #2459 from bugsnag/PLAT-13690-feature-flag-delegate
gingerbenw Jun 27, 2025
81b13e5
core: convert callback-runner to typescript
AnastasiiaSvietlova May 12, 2025
7bd1bba
fixed types
AnastasiiaSvietlova May 12, 2025
820c909
fixed types
AnastasiiaSvietlova May 12, 2025
d5f86d8
add callbecks type
AnastasiiaSvietlova May 26, 2025
184a264
fix types for tests
AnastasiiaSvietlova Jun 9, 2025
b43ab9e
convert async-every to TS
AnastasiiaSvietlova Jun 17, 2025
4cccb66
change the import in callback runner
AnastasiiaSvietlova Jun 26, 2025
2b1ce6a
core: convert callback-runner to typescript
AnastasiiaSvietlova May 12, 2025
1b86a47
fixed types
AnastasiiaSvietlova May 12, 2025
0c49a62
add callbecks type
AnastasiiaSvietlova May 26, 2025
7072959
fix types for tests
AnastasiiaSvietlova Jun 9, 2025
8ef69af
fix ts issues
gingerbenw Jun 23, 2025
0458b08
Convert string-with-length to TypeScript
AnastasiiaSvietlova Jun 6, 2025
32c57e9
convert isArray to TypeScript
AnastasiiaSvietlova Jun 25, 2025
e9a1e44
delete es-utils is-array
AnastasiiaSvietlova Jun 25, 2025
24394fd
remove import
gingerbenw Jun 27, 2025
dda5029
Merge pull request #2482 from bugsnag/PLAT-14450-is-array
gingerbenw Jun 30, 2025
259ce15
Merge branch 'integration/typescript' into PLAT-13697-callback-runner
gingerbenw Jun 30, 2025
4e50c4e
update @inquirer/core
gingerbenw Jul 2, 2025
0c3da73
test: :white_check_mark: add script to check that built files are typ…
gingerbenw Jun 30, 2025
560c7ed
add ts feature
gingerbenw Jun 30, 2025
e1a0852
rename fixture
gingerbenw Jun 30, 2025
441be66
make typescript a dev dependency
gingerbenw Jun 30, 2025
680d3ba
add logging
gingerbenw Jun 30, 2025
a825788
install bugsnag browser in ts package
gingerbenw Jun 30, 2025
afdecf9
rename fixture
gingerbenw Jun 30, 2025
0b52b2d
fix test fixture
gingerbenw Jul 1, 2025
9420bff
Update Dockerfile.browser
gingerbenw Jul 1, 2025
66b2c1d
remove unused package
gingerbenw Jul 2, 2025
8712120
remove warnings from build
gingerbenw Jul 2, 2025
7f4eac6
Merge pull request #2487 from bugsnag/PLAT-13519/ts-3.8-testing
gingerbenw Jul 2, 2025
21a5302
add custom linting rule to prevent inline type exports
gingerbenw Jul 3, 2025
23f43ab
Update .gitignore
gingerbenw Jul 3, 2025
6b475cc
style: :rotating_light: Update eslint configuration with additional T…
gingerbenw Jul 3, 2025
3dd4b27
copy eslint-rules dir
gingerbenw Jul 3, 2025
0852a76
Merge pull request #2438 from bugsnag/PLAT-13697-callback-runner
gingerbenw Jul 7, 2025
66a7cbb
Convert @bugsnag/core/lib/derecursify to TypeScript (#2428)
AnastasiiaSvietlova Jul 8, 2025
b53145d
Convert @bugsnag/core/lib/path-normalizer to TypeScript (#2448)
AnastasiiaSvietlova Jul 9, 2025
fe8e200
refactor: :fire: remove assign es-util
gingerbenw Jul 9, 2025
3e9a818
refactor: :wrench: configure babel
gingerbenw Jul 9, 2025
e711de5
update babel config
gingerbenw Jul 9, 2025
7a732ab
skip test on chrome 43
gingerbenw Jul 10, 2025
c6b9ae7
skip test on safari 10
gingerbenw Jul 10, 2025
b7d1ef4
Merge pull request #2495 from bugsnag/gingerbenw/typescript-babel
gingerbenw Jul 11, 2025
9b18fb1
Remove @bugsnag/core/lib/es-utils/includes (#2465)
AnastasiiaSvietlova Jul 21, 2025
6556703
Merge branch 'next' into merge-next-integration
gingerbenw Jul 22, 2025
238bec8
Merge branch 'next' into merge-next-integration
gingerbenw Jul 22, 2025
79c3121
Merge pull request #2500 from bugsnag/merge-next-integration
gingerbenw Jul 22, 2025
a824981
refactor: :truck: move json-payload to standalone package
gingerbenw Jul 16, 2025
2081aa6
refactor: :fire: remove unused @bugsnag/delivery-xml-http-request pac…
gingerbenw Jul 16, 2025
f6dfa44
refactor: :wrench: update rollup configuration to ensure smaller bund…
gingerbenw Jul 16, 2025
234a6ef
test: :test_tube: skip webpack3 tests
gingerbenw Jul 16, 2025
bf82be0
refactor: :wrench: remove unsafe_comps option causing stacktrack file…
gingerbenw Jul 18, 2025
be18985
fix chrome 43 compatibility
gingerbenw Jul 21, 2025
54a12fb
update treeshaking preset
gingerbenw Jul 22, 2025
c8493a3
additional bundle shrinkage
gingerbenw Jul 22, 2025
9f0810e
bump android tests to v8
gingerbenw Jul 23, 2025
74d4c2c
additional shrinkage
gingerbenw Jul 23, 2025
4686991
disable chrome 43 tests
gingerbenw Jul 23, 2025
be6f4c7
disable angular 12 tests
gingerbenw Jul 23, 2025
514f14a
Revert "disable angular 12 tests"
gingerbenw Jul 23, 2025
ec28d5a
use stylus version from github
gingerbenw Jul 23, 2025
902757a
Revert "additional shrinkage"
gingerbenw Jul 23, 2025
7aa795e
resolve angular dependency
gingerbenw Jul 23, 2025
eda561d
additional bundle shrinkage
gingerbenw Jul 23, 2025
60bc9f3
update bundle exports
gingerbenw Jul 23, 2025
d919051
add missing notifiable error
gingerbenw Jul 23, 2025
a137f6e
update configuration
gingerbenw Jul 23, 2025
1eefb25
add android 8 error reference
gingerbenw Jul 24, 2025
b5ebb60
update terser configuration
gingerbenw Jul 24, 2025
a89bae0
make modues external
gingerbenw Jul 24, 2025
1ac9077
Merge branch 'next' into integration/typescript
gingerbenw Jul 25, 2025
b22cfd5
disable IE11 tests
gingerbenw Jul 25, 2025
7286d28
update README
gingerbenw Jul 28, 2025
6b4f022
Merge branch 'integration/typescript' into PLAT-13684/json-payload
gingerbenw Jul 28, 2025
e480b88
remove unused rollup config
gingerbenw Jul 31, 2025
1638ef8
Merge pull request #2496 from bugsnag/PLAT-13684/json-payload
gingerbenw Jul 31, 2025
c90570d
Merge pull request #2491 from bugsnag/PLAT-13605/update-linting-rules
gingerbenw Aug 7, 2025
e2c2258
Merge branch 'next' into integration/typescript
gingerbenw Sep 5, 2025
a1c4199
Merge branch 'next' into integration/typescript
gingerbenw Sep 18, 2025
47ee3ce
fix package-lock file
gingerbenw Sep 18, 2025
97f2afb
update @types/node
gingerbenw Sep 18, 2025
be22f70
Update version and release date in CHANGELOG
gingerbenw Sep 24, 2025
43da31b
Merge pull request #2570 from bugsnag/release/v8.6.0
gingerbenw Sep 25, 2025
5c6195e
v8.6.0
gingerbenw Sep 25, 2025
830f55f
Update bugsnag-cocoa to v6.34.0 [full ci]
Sep 25, 2025
0af2aa1
ci: :twisted_rightwards_arrows: add github action to keep next in syn…
gingerbenw Sep 26, 2025
7179feb
build(deps): bump github/codeql-action from 3.30.3 to 3.30.5
dependabot[bot] Sep 29, 2025
9c75772
build(deps): bump actions/cache from 4.2.4 to 4.3.0
dependabot[bot] Sep 29, 2025
51bdf10
build(deps): bump ruby/setup-ruby from 1.262.0 to 1.263.0
dependabot[bot] Sep 29, 2025
286caed
ci: :twisted_rightwards_arrows: add github action to keep next in syn…
gingerbenw Sep 29, 2025
1e9fd59
Merge pull request #2571 from bugsnag/bumpsnag-bugsnag-cocoa-v6.34.0
gingerbenw Sep 30, 2025
e34e052
Merge pull request #2573 from bugsnag/dependabot/github_actions/githu…
dependabot[bot] Sep 30, 2025
423aa9f
Merge pull request #2574 from bugsnag/dependabot/github_actions/actio…
dependabot[bot] Sep 30, 2025
d4f476b
Merge pull request #2575 from bugsnag/dependabot/github_actions/ruby/…
dependabot[bot] Sep 30, 2025
829d454
ci: update expo pipeline for v54 (#2562)
yousif-bugsnag Sep 30, 2025
9db3d94
Merge pull request #2481 from bugsnag/update-e2e-ios-12
gingerbenw Oct 1, 2025
3931349
Sync main to next (#2576)
gingerbenw Oct 1, 2025
9d9ebdc
Merge branch 'next' into integration/typescript
gingerbenw Oct 1, 2025
d9a21d7
Merge pull request #2577 from bugsnag/PLAT-14963/electron-code-bundle-id
gingerbenw Oct 7, 2025
a5fc9f0
test: :white_check_mark: skip failing react native navigation tests o…
gingerbenw Oct 9, 2025
d13ed53
Revert browserstack non-https tests to ios_11 (#2586)
gingerbenw Oct 10, 2025
ce61cb0
update CHANGELOG.md
gingerbenw Oct 8, 2025
5b37ac5
Update CHANGELOG.md
gingerbenw Oct 9, 2025
4673d61
docs: :memo: update CHANGELOG.md
gingerbenw Oct 9, 2025
5549682
update release date
gingerbenw Oct 10, 2025
0b6bf6b
Use Maze Runner v10
Oct 12, 2025
a0d2fbd
fix: use common.determineVersion instead of common.getCommitId when i…
gingerbenw Oct 13, 2025
b95a30d
Fix `undefined is not a function` for `String.prototype.startsWith` (…
mclack Oct 13, 2025
0a05148
Merge pull request #2583 from bugsnag/release/v8.7.0
gingerbenw Oct 13, 2025
09b0b9d
v8.7.0
gingerbenw Oct 13, 2025
b91e306
Merge pull request #2587 from bugsnag/tms/maze-v10
twometresteve Oct 14, 2025
db43e26
remove branch sync action
gingerbenw Oct 14, 2025
5edab47
pin @inquirer/figures to 1.0.13
gingerbenw Oct 14, 2025
72bef32
Merge pull request #2593 from bugsnag/hotfix/inquirer-figures
gingerbenw Oct 15, 2025
4ace436
Merge pull request #2592 from bugsnag/hotfix/disable-auto-merge-action
gingerbenw Oct 15, 2025
228db06
Merge pull request #2591 from bugsnag/main
gingerbenw Oct 15, 2025
7b20966
Merge branch 'next' into typescript-catch-up-next-oct-25
gingerbenw Oct 15, 2025
b52f167
skip ie_11 tests
gingerbenw Oct 15, 2025
6d55a7d
Merge pull request #2582 from bugsnag/typescript-catch-up-next-oct-25
gingerbenw Oct 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .buildkite/basic/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
#
- label: ":browserstack: {{matrix}} non-https tests"
matrix:
# - ios_11 - Skipped pending PLAT-14437
- ios_11
- safari_16
depends_on: "browser-maze-runner-bs"
timeout_in_minutes: 30
Expand Down Expand Up @@ -82,7 +82,7 @@ steps:
- edge_17
- safari_10
- ios_15
- android_8
- android_9
- chrome_43
- chrome_72
- firefox_78
Expand All @@ -109,7 +109,6 @@ steps:
concurrency_group: "browserstack"
concurrency_method: eager


#
# BitBar tests
#
Expand Down Expand Up @@ -145,6 +144,7 @@ steps:
concurrency_method: eager

- label: ":bitbar: ie_11 Browser tests"
skip: true # Skipped due to incompatibility
depends_on: "browser-maze-runner-bb"
timeout_in_minutes: 30
plugins:
Expand All @@ -170,4 +170,4 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
env:
HOST: "localhost" # IE11 needs the host set to localhost for some reason
HOST: "localhost" # IE11 needs the host set to localhost
2 changes: 1 addition & 1 deletion .buildkite/basic/electron-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- echo "Running on Node `node -v`"
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
- npm ci --no-audit --progress=false
- npm run build:electron
- npm run build
- defaults write com.apple.CrashReporter DialogType none
- npm run test:unit:electron-runner
- npm run test:electron
10 changes: 5 additions & 5 deletions .buildkite/basic/expo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ steps:
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v53/next"
branch: "v54/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
# a branch name that's safe to use as a docker cache identifier
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"

- label: "@bugsnag/expo v52/next"
- label: "@bugsnag/expo v53/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v52/next"
branch: "v53/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
# a branch name that's safe to use as a docker cache identifier
BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}"

- label: "@bugsnag/expo v51/next"
- label: "@bugsnag/expo v52/next"
depends_on: "publish-js"
trigger: "bugsnag-expo"
build:
branch: "v51/next"
branch: "v52/next"
env:
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"
Expand Down
4 changes: 4 additions & 0 deletions .buildkite/basic/react-native-android-full-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ steps:
- "0.79"

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

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

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

- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (New Arch) end-to-end tests"
skip: true # Skipped pending PLAT-15027
depends_on: "build-react-native-navigation-android-fixture-new-arch"
timeout_in_minutes: 10
plugins:
Expand Down
12 changes: 0 additions & 12 deletions .eslintignore

This file was deleted.

94 changes: 0 additions & 94 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

- name: Install Ruby
uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a
with:
ruby-version: '3.1'

Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/branch-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Sync main to next
on:
push:
branches: [main]

jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Sync main to next
uses: bugsnag/github-action-branch-sync@v1
with:
source-branch: main
target-branch: next
labels: automation
reviewers: ${{ secrets.AUTOMATION_REVIEWERS }}
team-reviewers: ${{ secrets.AUTOMATION_TEAM_REVIEWERS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
branches: [ "next", integration/*, main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "next", "main" ]
branches: [ "next", integration/*, "main" ]
schedule:
- cron: '23 13 * * 5'

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -61,7 +61,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
sarif_file: results.sarif

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ !env.ACT }}
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: npm-cache
if: ${{ !env.ACT }}
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- run: npm ci --no-audit --progress=false
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run build:electron
- run: npm run build
shell: bash
- run: sudo apt-get install cppcheck --assume-yes
name: Install cppcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: git submodule update --init --recursive

- name: Install ruby
uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49 # v1.262.0
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
with:
ruby-version: 2.7

Expand Down
Loading
Loading