Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-app/npm_and_yarn-f4493f6e22
Open

chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-app/npm_and_yarn-f4493f6e22

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 22, 2026

Bumps the npm_and_yarn group with 3 updates in the /electron-app directory: electron, @tootallnate/once and esbuild.

Updates electron from 33.4.11 to 41.0.3

Release notes

Sourced from electron's releases.

electron v41.0.3

Release Notes for v41.0.3

Fixes

  • Added additional ASAR support to additional fs copy methods. #50286 (Also in 39, 40, 42)
  • Fixed an issue where some DevTools functionality didn't work as expected. #50276 (Also in 40, 42)
  • Fixed user resizing of transparent windows on win32 platform. #50298 (Also in 39, 40, 42)

Other Changes

  • Updated Chromium to 146.0.7680.80. #50262

Documentation

  • Documentation changes: #50293

electron v41.0.2

Release Notes for v41.0.2

Other Changes

  • Backported fix for b/491421267. #50234

electron v41.0.1

Release Notes for v41.0.1

Fixes

  • Fixed an issue on macOS where calling autoUpdater.quitAndInstall() could fail if checkForUpdates() was called again after an update was already downloaded. #50217 (Also in 39, 40)
  • Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom trafficLightPosition from minimization on macOS. #50209 (Also in 39, 40)
  • Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. #50191 (Also in 39, 40)

Other Changes

  • Updated Chromium to 146.0.7680.72. #50196

electron v41.0.0

Release Notes for v41.0.0

Stack Upgrades

Breaking Changes

  • Fixed an issue where cookie changed events weren't properly emitted in all cases. #49631

For breaking changes inherited via Chromium, see blog post

Features

... (truncated)

Commits
  • 44bc2c8 fix: user resizable transparent windows on win32 (#50298)
  • 4e9e733 test: fix esm issue in node-spec-runner (#50295)
  • cd88382 fix: add ASAR support to additional copy methods (#50286)
  • 105c559 docs: update the example of webContents.setWindowOpenHandler to cla… (#50293)
  • 90b3a23 build: remove redundant bits of ncrypto node patch (#50279)
  • 21f9474 chore: bump chromium to 146.0.7680.80 (41-x-y) (#50262)
  • c3e397e fix: prefer browser runtime over node in DevTools HostRuntime detection (#50276)
  • d84dca2 build: skip archiving patch conflict fix artifact (#50257)
  • bb20d0c docs: point pull requests guide to build tools (#50253)
  • c66fc55 chore: bump chromium to 146.0.7680.76 (41-x-y) (#50244)
  • Additional commits viewable in compare view

Removes @tootallnate/once

Removes esbuild

Updates tar from 6.2.1 to 7.5.12

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

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


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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 22, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-app/npm_and_yarn-f4493f6e22 branch from 49b92af to 5ecf841 Compare March 22, 2026 10:55
…dates

Bumps the npm_and_yarn group with 3 updates in the /electron-app directory: [electron](https://github.com/electron/electron), [@tootallnate/once](https://github.com/TooTallNate/once) and [esbuild](https://github.com/evanw/esbuild).


Updates `electron` from 33.4.11 to 41.0.3
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v33.4.11...v41.0.3)

Removes `@tootallnate/once`

Removes `esbuild`

Updates `tar` from 6.2.1 to 7.5.12
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.12)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.0.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@tootallnate/once"
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-app/npm_and_yarn-f4493f6e22 branch from 5ecf841 to 0d6c459 Compare March 22, 2026 10:56
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants