Skip to content

chore(deps-dev): bump electron from 36.5.0 to 37.1.0#695

Merged
dinwwwh merged 1 commit intomainfrom
dependabot/npm_and_yarn/electron-37.1.0
Jun 28, 2025
Merged

chore(deps-dev): bump electron from 36.5.0 to 37.1.0#695
dinwwwh merged 1 commit intomainfrom
dependabot/npm_and_yarn/electron-37.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2025

Bumps electron from 36.5.0 to 37.1.0.

Release notes

Sourced from electron's releases.

electron v37.1.0

Release Notes for v37.1.0

Features

  • Added support for customizing system accent color and highlighting of active window border. #47537 (Also in 35, 36)

Fixes

  • Fixed an issue where utility processes could leak file handles. #47543 (Also in 35, 36)

electron v37.0.0

Release Notes for v37.0.0

Stack Upgrades

Breaking Changes

  • Added support for Web Serial & WebUSB blocklists. #46600
  • Fixed an issue where utility processes crashed on unhandled rejections. #45921
  • Fixed utilityProcess running user script after process.exit is called. #47492
  • Removed deprecated feature of creating a new random session by setting ProtocolResponse.session's property to null. #46264

Features

Additions

  • Added BrowserWindow.isSnapped() to indicate whether a given window has been arranged via Snap. #46079 (Also in 36)
  • Added before-mouse-event to allow intercepting and preventing mouse events in WebContents. #47364 (Also in 36)
  • Added ffmpeg.dll to delay load configuration. #46151 (Also in 34, 35, 36)
  • Added innerWidth and innerHeight options for window.open. #47039 (Also in 35, 36)
  • Added nativeTheme.shouldUseDarkColorsForSystemIntegratedUI to distinguish system and app theme. #46438 (Also in 35, 36)
  • Added scriptURL property to ServiceWorkerMain. #45863
  • Added a CSS rule for smooth corners. #45185
  • Added sublabel functionality for menus on macOS >= 14.4. #47042 (Also in 35, 36)
  • Added support for Autofill, Writing Tools and Services macOS level menu items in context menus via the new frame option in menu.popup. #45138 (Also in 36)
  • Added support for HIDDevice.collections. #47483 (Also in 36)
  • Added support for --no-experimental-global-navigator flag. #47418 (Also in 35, 36)
  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #46895 (Also in 35, 36)
  • Added support for system-context-menu on Linux. #45848 (Also in 35, 36)
  • Added support for menu item role palette and header on macOS. #47245
  • Added support for node option --experimental-network-inspection. #47031 (Also in 35, 36)
  • Added the priority and priorityIncremental options to net.request(). #47321 (Also in 36)
  • Exposed win.isContentProtected() to allow developers to check window protection status. #47310 (Also in 36)

Improvements

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 26, 2025
@vercel
Copy link
Copy Markdown

vercel bot commented Jun 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
orpc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 10:48am

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 26, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jun 26, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jun 26, 2025

More templates

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@695

@orpc/client

npm i https://pkg.pr.new/@orpc/client@695

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@695

@orpc/experimental-durable-event-iterator

npm i https://pkg.pr.new/@orpc/experimental-durable-event-iterator@695

@orpc/hey-api

npm i https://pkg.pr.new/@orpc/hey-api@695

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@695

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@695

@orpc/openapi-client

npm i https://pkg.pr.new/@orpc/openapi-client@695

@orpc/react

npm i https://pkg.pr.new/@orpc/react@695

@orpc/react-query

npm i https://pkg.pr.new/@orpc/react-query@695

@orpc/server

npm i https://pkg.pr.new/@orpc/server@695

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@695

@orpc/solid-query

npm i https://pkg.pr.new/@orpc/solid-query@695

@orpc/standard-server

npm i https://pkg.pr.new/@orpc/standard-server@695

@orpc/standard-server-aws-lambda

npm i https://pkg.pr.new/@orpc/standard-server-aws-lambda@695

@orpc/standard-server-fetch

npm i https://pkg.pr.new/@orpc/standard-server-fetch@695

@orpc/standard-server-node

npm i https://pkg.pr.new/@orpc/standard-server-node@695

@orpc/standard-server-peer

npm i https://pkg.pr.new/@orpc/standard-server-peer@695

@orpc/svelte-query

npm i https://pkg.pr.new/@orpc/svelte-query@695

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@695

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@695

@orpc/vue-colada

npm i https://pkg.pr.new/@orpc/vue-colada@695

@orpc/vue-query

npm i https://pkg.pr.new/@orpc/vue-query@695

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@695

commit: ce3a1a0

Bumps [electron](https://github.com/electron/electron) from 36.5.0 to 37.1.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v36.5.0...v37.1.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 37.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-37.1.0 branch from 9181150 to ce3a1a0 Compare June 27, 2025 10:38
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 28, 2025
@dinwwwh dinwwwh merged commit 5efe5e5 into main Jun 28, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-37.1.0 branch June 28, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant