Skip to content

Commit 228db06

Browse files
authored
Merge pull request #2591 from bugsnag/main
Sync main -> next
2 parents b91e306 + 4ace436 commit 228db06

File tree

11 files changed

+28
-53
lines changed

11 files changed

+28
-53
lines changed

.github/workflows/branch-sync.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [8.7.0] - 2025-10-13
44

55
### Added
66

7-
- Add `codeBundleId` config option to main process [#2577](https://github.com/bugsnag/bugsnag-js/pull/2577)
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)
812

913
## [8.6.0] - 2025-09-25
1014

@@ -24,10 +28,6 @@
2428

2529
- (plugin-window-onerror) Guard against errors when trying to call previous handler [#2551](https://github.com/bugsnag/bugsnag-js/pull/2551)
2630

27-
### Dependencies
28-
29-
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)
30-
3131
## [8.5.0] - 2025-09-01
3232

3333
### Added

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
}

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"test:electron": "xvfb-maybe --auto-servernum -- cucumber-js test/electron/features --retry 3 --retry-tag-filter @flaky"
9797
},
9898
"overrides": {
99+
"@inquirer/figures": "1.0.13",
99100
"@jest-runner/electron": {
100101
"form-data": "^3.0.3"
101102
},

packages/electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/electron",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"main": "src/notifier.js",
55
"exports": {
66
".": {
@@ -38,19 +38,19 @@
3838
"@bugsnag/electron-filestore": "^8.0.0",
3939
"@bugsnag/electron-network-status": "^8.6.0",
4040
"@bugsnag/plugin-console-breadcrumbs": "^8.6.0",
41-
"@bugsnag/plugin-electron-app": "^8.6.0",
41+
"@bugsnag/plugin-electron-app": "^8.7.0",
4242
"@bugsnag/plugin-electron-app-breadcrumbs": "^8.6.0",
4343
"@bugsnag/plugin-electron-client-state-manager": "^8.6.0",
4444
"@bugsnag/plugin-electron-client-state-persistence": "^8.6.0",
4545
"@bugsnag/plugin-electron-deliver-minidumps": "^8.6.0",
4646
"@bugsnag/plugin-electron-device": "^8.6.0",
47-
"@bugsnag/plugin-electron-ipc": "^8.6.0",
47+
"@bugsnag/plugin-electron-ipc": "^8.7.0",
4848
"@bugsnag/plugin-electron-net-breadcrumbs": "^8.6.0",
4949
"@bugsnag/plugin-electron-network-status": "^8.6.0",
5050
"@bugsnag/plugin-electron-preload-error": "^8.6.0",
5151
"@bugsnag/plugin-electron-process-info": "^8.6.0",
5252
"@bugsnag/plugin-electron-renderer-client-state-updates": "^8.6.0",
53-
"@bugsnag/plugin-electron-renderer-event-data": "^8.6.0",
53+
"@bugsnag/plugin-electron-renderer-event-data": "^8.7.0",
5454
"@bugsnag/plugin-electron-renderer-strip-project-root": "^8.6.0",
5555
"@bugsnag/plugin-electron-session": "^8.6.0",
5656
"@bugsnag/plugin-interaction-breadcrumbs": "^8.6.0",

packages/plugin-electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-electron-app",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"main": "app.js",
55
"description": "@bugsnag/electron plugin to collect app information",
66
"repository": {

packages/plugin-electron-ipc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-electron-ipc",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"main": "electron-ipc.js",
55
"description": "@bugsnag/electron plugin to create the IPC layer between main and renderer processes",
66
"repository": {

packages/plugin-electron-renderer-event-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/plugin-electron-renderer-event-data",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"main": "renderer-event-data.js",
55
"description": "@bugsnag/electron plugin to get fully populated event data in renderer callbacks",
66
"homepage": "https://www.bugsnag.com/",

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/react-native",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"main": "src/notifier.js",
55
"types": "types/bugsnag.d.ts",
66
"description": "Bugsnag error reporter for React Native applications",

0 commit comments

Comments
 (0)