Skip to content

Bump electron-serve from 1.3.0 to 3.0.1 in /web - #766

Merged
eric-richardson1 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/web/electron-serve-3.0.1
Aug 7, 2026
Merged

Bump electron-serve from 1.3.0 to 3.0.1 in /web#766
eric-richardson1 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/web/electron-serve-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Copy link
Copy Markdown
Contributor

Bumps electron-serve from 1.3.0 to 3.0.1.

Release notes

Sourced from electron-serve's releases.

v3.0.1

  • Fix: Batch scheme registrations into a single call f773dd5

sindresorhus/electron-serve@v3.0.0...v3.0.1

v3.0.0

Breaking

  • Require Electron 37 and Node.js 20 184e818

Improvements

  • Make directory option optional with default value 09b1909
  • Fix source maps support for Chrome DevTools e666c5d
  • Replace deprecated registerFileProtocol with protocol.handle 7c429e7

sindresorhus/electron-serve@v2.1.1...v3.0.0

v2.1.1

  • Fix loading directory specified by relative path (#45) 633af66

sindresorhus/electron-serve@v2.1.0...v2.1.1

v2.1.0

  • Improve path resolution (credit to Alan Li) d72acb3

sindresorhus/electron-serve@v2.0.0...v2.1.0

v2.0.0

Breaking

  • Require Node.js 18 and Electron 30 a2a542c
  • This package is now pure ESM. Please read this and this.

sindresorhus/electron-serve@v1.3.0...v2.0.0

Commits
  • d1d76d2 3.0.1
  • f773dd5 Batch scheme registrations into a single call
  • 1b44e42 3.0.0
  • 7e03781 Minor tweaks
  • d990353 Add docs for serving multiple windows with different content
  • 09b1909 Make directory option optional with default value
  • 184e818 Require Electron 37 and Node.js 20
  • e666c5d Fix source maps support for Chrome DevTools
  • b54ab25 Document ES modules support
  • 7c429e7 Replace deprecated registerFileProtocol with protocol.handle
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/electron-serve-3.0.1 branch 3 times, most recently from 781ae35 to 487e90d Compare February 12, 2026 00:49
@eric-richardson1

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps [electron-serve](https://github.com/sindresorhus/electron-serve) from 1.3.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/electron-serve/releases)
- [Commits](sindresorhus/electron-serve@v1.3.0...v3.0.1)

---
updated-dependencies:
- dependency-name: electron-serve
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/electron-serve-3.0.1 branch from 487e90d to e628e21 Compare August 7, 2026 19:32
@eric-richardson1
eric-richardson1 requested a balanced review from Copilot August 7, 2026 21:18
@eric-richardson1
eric-richardson1 merged commit de9f924 into main Aug 7, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/electron-serve-3.0.1 branch August 7, 2026 21:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades electron-serve to its Electron 37+/ESM-only release and adjusts packaging accordingly.

Changes:

  • Bumps electron-serve from 1.3.0 to 3.0.1.
  • Bundles the ESM dependency into the CommonJS main process.
  • Removes obsolete packaging entries.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
web/package.json Updates the dependency version.
web/yarn.lock Locks version 3.0.1.
web/nextron.config.js Bundles electron-serve rather than externalizing it.
web/build/builder-win-config.yaml Removes separately packaged dependency.
web/build/builder-mas-config.yaml Removes separately packaged dependency.
web/build/builder-linux-config.yaml Removes separately packaged dependency.
web/build/builder-dmg-config.yaml Removes separately packaged dependency.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants