Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 7 updates#236

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9150b5f25f
Open

chore(deps): bump the production-dependencies group across 1 directory with 7 updates#236
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9150b5f25f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
rollup 4.60.1 4.60.2
@electron/packager 19.1.0 19.1.1
electron-to-chromium 1.5.336 1.5.343
puppeteer-core 24.41.0 24.42.0
esbuild 0.27.7 0.28.0
electron 41.2.0 41.2.2
electron-nightly 43.0.0-nightly.20260415 43.0.0-nightly.20260421

Updates rollup from 4.60.1 to 4.60.2

Release notes

Sourced from rollup's releases.

v4.60.2

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

Commits

Updates @electron/packager from 19.1.0 to 19.1.1

Release notes

Sourced from @​electron/packager's releases.

v19.1.1

19.1.1 (2026-04-22)

Bug Fixes

  • remove get-package-info and resolve dependencies (#1906) (48584a5)
Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates electron-to-chromium from 1.5.336 to 1.5.343

Commits

Updates puppeteer-core from 24.41.0 to 24.42.0

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v24.42.0

24.42.0 (2026-04-20)

🎉 Features

🛠️ Fixes

  • remove PartitionAllocSchedulerLoopQuarantineTaskControlledPurge from disabled features (#14872) (c9909a5)
  • roll to Chrome 147.0.7727.57 (#14869) (51c4305)
Changelog

Sourced from puppeteer-core's changelog.

24.42.0 (2026-04-20)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.41.0 to 24.42.0

🎉 Features

🛠️ Fixes

  • remove PartitionAllocSchedulerLoopQuarantineTaskControlledPurge from disabled features (#14872) (c9909a5)
  • roll to Chrome 147.0.7727.57 (#14869) (51c4305)
Commits

Updates esbuild from 0.27.7 to 0.28.0

Release notes

Sourced from esbuild's releases.

v0.28.0

  • Add support for with { type: 'text' } imports (#4435)

    The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:

    import string from './example.txt' with { type: 'text' }
    console.log(string)
  • Add integrity checks to fallback download path (#4343)

    Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with the npm command, and then with a HTTP request to registry.npmjs.org as a last resort).

    This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-level esbuild package. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.

  • Update the Go compiler from 1.25.7 to 1.26.1

    This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:

    • It now uses the new garbage collector that comes with Go 1.26.
    • The Go compiler is now more aggressive with allocating memory on the stack.
    • The executable format that the Go linker uses has undergone several changes.
    • The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.

    You can read the Go 1.26 release notes for more information.

Changelog

Sourced from esbuild's changelog.

0.28.0

  • Add support for with { type: 'text' } imports (#4435)

    The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:

    import string from './example.txt' with { type: 'text' }
    console.log(string)
  • Add integrity checks to fallback download path (#4343)

    Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with the npm command, and then with a HTTP request to registry.npmjs.org as a last resort).

    This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-level esbuild package. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.

  • Update the Go compiler from 1.25.7 to 1.26.1

    This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:

    • It now uses the new garbage collector that comes with Go 1.26.
    • The Go compiler is now more aggressive with allocating memory on the stack.
    • The executable format that the Go linker uses has undergone several changes.
    • The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.

    You can read the Go 1.26 release notes for more information.

Commits
  • 6a794df publish 0.28.0 to npm
  • 64ee0ea fix #4435: support with { type: text } imports
  • ef65aee fix sort order in snapshots_packagejson.txt
  • 1a26a8e try to fix test-old-ts, also shuffle CI tasks
  • 556ce6c use '' instead of null to omit build hashes
  • 8e675a8 ci: allow missing binary hashes for tests
  • 7067763 Reapply "update go 1.25.7 => 1.26.1"
  • 39473a9 fix #4343: integrity check for binary download
  • See full diff in compare view

Updates electron from 41.2.0 to 41.2.2

Release notes

Sourced from electron's releases.

electron v41.2.2

Release Notes for v41.2.2

Fixes

  • Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools. #51078 (Also in 42)
  • Fixed an issue where nodeIntegrationInWorker didn't always work in AudioWorklet. #51006 (Also in 42)
  • Fixed an issue where saving edited PDF files would fail with a cross-origin SecurityError. #51073 (Also in 42)
  • Fixed bug that could occasionally cause browserWindow's always-on-top-changed even to fire with incorrect values. #51135 (Also in 40, 42)
  • Fixed test scaffolding bug when running tests locally on Linux. #51150 (Also in 40, 42)

Other Changes

electron v41.2.1

Release Notes for v41.2.1

Fixes

  • Added missing metadata fields to contentTracing traces. #51021 (Also in 42)
  • Changed the kResizeThreshold to trigger the resize on corners. #51002 (Also in 42)
  • Fixed fs.stat on files inside asar archives returning undefined for blksize and blocks instead of numeric values. #50876 (Also in 40, 42)
  • Fixed a crash when rendering PDFs when Site Isolation is disabled. #50845 (Also in 42)
  • Fixed a memory leak where Menu items were not cleaned up after Menu.setApplicationMenu was called repeatedly. #50830 (Also in 40, 42)
  • Fixed an issue where DevTools would re-attach to the window when opened after previously being detached. #50816 (Also in 39, 40, 42)
  • Fixed an issue where setSimpleFullScreen on macOS would exit when web content called requestFullscreen(). #50985 (Also in 40, 42)
  • Fixed an issue where closing devtools immediately after focus caused a crash. #51037 (Also in 42)
  • Fixed an issue where webContents.print() would ignore pageSize / mediaSize when silent was true. #50856 (Also in 42)
  • Fixed aspect ratio min/max size clamping to correctly account for extraSize on macOS. #50835 (Also in 40, 42)
  • Fixed crash when app.setPath('sessionData') was called with a non-existent directory. #50958 (Also in 42)
  • Fixed resize hit targets for frameless windows on Windows. Resize targets now start at the side and bottom edges of the window and extend outward when frame: false, matching the behavior for windows with frames. #50863 (Also in 42)
  • Fixed the crash keys being lost and the crash reporter hanging on macOS when many dynamic crash keys were registered. #50837 (Also in 40, 42)
  • Moved Electron-specific help menu links to the default app only; unpackaged apps will no longer see these items in their default menu. #50859 (Also in 40, 42)

Other Changes

  • Backported fix for none. #50880
  • Backported upstream fixes for two edge cases in the WebNN TFLite graph builder. #50983
  • Backported upstream v8 fixes for a maglev use-count accounting issue and an inspector InspectedContext lifetime issue. #50991
  • Updated Chromium to 146.0.7680.188. #50787
  • Updated Node.js to v24.14.1. #50478
Commits
  • f258998 fix: intermittent CI failure is-not-alwaysOnTop (#51135)
  • 2791b24 chore: add Phase Three (node smoke tests) to Node.js upgrade skill (#51186)
  • b977376 fix: allow PDF viewer to show save file picker (#51073)
  • f47840b build: update ANGLE repository URL to GitHub mirror (#51170)
  • 936347d docs: update versioning references (#51173)
  • 830a77c build: resolve electron_version from git when building in a worktree (#51165)
  • 82ed28e fix: nodeIntegrationInWorker not working in AudioWorklet (#51006)
  • d86cbe9 chore: cherry-pick 27 changes from chromium, v8, angle, skia, pdfium, libaom ...
  • 7f61587 fix: linux test shutdown error "AttributeError: type object 'DBusTestCase' ha...
  • 03a0549 ci: build a patched siso for Windows builds (#51116)
  • Additional commits viewable in compare view

Updates electron-nightly from 43.0.0-nightly.20260415 to 43.0.0-nightly.20260421

Commits
  • 1ad6173 fix: add crash diagnostics for ARM64 power notification crash (#51198)
  • 9861250 build(deps): bump dsanders11/project-actions from 2.0.0 to 2.0.1 (#51195)
  • 0396220 ci: don't upload build stats on Windows if build fails (#51199)
  • a0c3be5 build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#51193)
  • b5c68d1 build(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#51194)
  • f7ba340 ci: centralize build-image SHA and pre-seed node-gyp headers (#51148)
  • 61e815c ci: run clang-tidy on macOS and Windows (#50771)
  • 51c0b02 docs: remove obsolete websql from clearStorageData storages list (#51097)
  • bc8ed18 feat: import shared texture supports nv16 (#50728)
  • db9bcbd chore: add Phase Three (node smoke tests) to Node.js upgrade skill (#51127)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added the area:dependencies Updating dependencies label Apr 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-9150b5f25f branch 2 times, most recently from c30d30f to 48f7c6e Compare April 22, 2026 19:28
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

Release Preview — no release

No bump label detected.
Note: Add bump:patch, bump:minor, or bump:major to trigger a release.


Updated automatically by ReleaseKit

…y with 7 updates

Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `4.60.1` | `4.60.2` |
| [@electron/packager](https://github.com/electron/packager) | `19.1.0` | `19.1.1` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.336` | `1.5.343` |
| [puppeteer-core](https://github.com/puppeteer/puppeteer) | `24.41.0` | `24.42.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.0` |
| [electron](https://github.com/electron/electron) | `41.2.0` | `41.2.2` |
| [electron-nightly](https://github.com/electron/electron) | `43.0.0-nightly.20260415` | `43.0.0-nightly.20260421` |



Updates `rollup` from 4.60.1 to 4.60.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.60.1...v4.60.2)

Updates `@electron/packager` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/electron/packager/releases)
- [Changelog](https://github.com/electron/packager/blob/main/NEWS.md)
- [Commits](electron/packager@v19.1.0...v19.1.1)

Updates `electron-to-chromium` from 1.5.336 to 1.5.343
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.336...v1.5.343)

Updates `puppeteer-core` from 24.41.0 to 24.42.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-core-v24.41.0...puppeteer-core-v24.42.0)

Updates `esbuild` from 0.27.7 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.7...v0.28.0)

Updates `electron` from 41.2.0 to 41.2.2
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.2.0...v41.2.2)

Updates `electron-nightly` from 43.0.0-nightly.20260415 to 43.0.0-nightly.20260421
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v43.0.0-nightly.20260415...v43.0.0-nightly.20260421)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.60.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@electron/packager"
  dependency-version: 19.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: electron-to-chromium
  dependency-version: 1.5.343
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: puppeteer-core
  dependency-version: 24.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: electron
  dependency-version: 41.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: electron-nightly
  dependency-version: 43.0.0-nightly.20260421
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-9150b5f25f branch from 48f7c6e to 2e5a01f Compare April 22, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependencies Updating dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants