-
Notifications
You must be signed in to change notification settings - Fork 257
Merge branch 'next' into integration/typescript #2582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gingerbenw
merged 57 commits into
integration/typescript
from
typescript-catch-up-next-oct-25
Oct 15, 2025
Merged
Merge branch 'next' into integration/typescript #2582
gingerbenw
merged 57 commits into
integration/typescript
from
typescript-catch-up-next-oct-25
Oct 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove plugin specific configuration
…inator Additional grouping discriminator
Remove file specific to plugin configuration
…g-discriminator Add additional grouping discriminator to React Native
…e-manager.test.ts fix comment in test file Co-authored-by: Copilot <[email protected]>
…scriminator Electron grouping discriminator
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.257.0 to 1.262.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@4451173...cf7216d) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.262.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* update UUIDs for grouping discriminator scenario * update comment
Integration: Additional grouping discriminator
…test Improve strict mode test
…setup-ruby-1.262.0
Release v8.6.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.3 to 3.30.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...3599b3b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.262.0 to 1.263.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@cf7216d...0481980) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.263.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Update bugsnag-cocoa to version v6.34.0
Use iOS 12 in browser e2e tests
* Update version and release date in CHANGELOG * v8.6.0
Add `codeBundleId` config option to main process
* revert browserstack non-https tests to ios_11 * add android 9 test device * reinstate ios_11 browser error code assertions
Update scope of changelog entry to electron Co-authored-by: Yousif Ahmed <[email protected]>
[full ci]
…2568) * Fix `undefined is not a function` for `String.prototype.startsWith` * Changelog entry added --------- Co-authored-by: Romain Menke <[email protected]>
Release v8.7.0
Use Maze Runner v10
pin @inquirer/figures to 1.0.13
Remove branch sync action
Sync main -> next
yousif-bugsnag
approved these changes
Oct 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goal
Ensure latest changes from
next
are included in the integration branch