Skip to content

Bump the desktop-updates group across 1 directory with 13 updates #10318

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the desktop-updates group with 13 updates in the /client/electron directory:

Package From To
@sentry/electron 6.1.0 6.6.0
builder-util-runtime 9.2.10 9.3.1
electron-log 5.3.2 5.4.0
electron-serve 1.3.0 2.1.1
electron-unhandled 4.0.1 5.0.0
electron-updater 6.3.9 6.6.2
regedit 5.1.3 5.1.4
@electron/notarize 2.5.0 3.0.1
@sentry/cli 2.42.3 2.45.0
axios 1.8.2 1.9.0
commander 13.1.0 14.0.0
electron-builder 25.1.8 26.0.12
typescript 5.8.2 5.8.3

Updates @sentry/electron from 6.1.0 to 6.6.0

Release notes

Sourced from @​sentry/electron's releases.

6.6.0

6.5.0

  • feat: Update JavaScript SDKs from v9.10.1 to v9.11.0
  • fix: GPU context should use id rather than device_id (#1126)
  • feat: Optionally capture manufacturer and model device context (#1125)

6.4.0

  • feat: Update JavaScript SDKs from v9.8.0 to v9.10.1
  • fix: Missing Dynamic Sampling Context in envelope header for renderer tracing (#1117)
  • feat: Use frame.collectJavaScriptCallStack() for renderer ANR in Electron >= v34 (#1105)

6.3.0

  • feat: Update JavaScript SDKs from v9.6.0 to v9.8.0
  • fix: Electron app.getPath('crashDumps') API can throw (#1106)

6.2.0

  • feat: Update from v9.1.0 to v9.6.0 of the JavaScript SDKs
  • feat: Use new registerPreloadScript API in Electron >= v35 (#1098)
  • feat: Add gpuContextIntegration (#1097)
  • feat: Parse crashpad metadata from minidumps and include in electron context (#1095)
Changelog

Sourced from @​sentry/electron's changelog.

6.6.0

6.5.0

  • feat: Update JavaScript SDKs from v9.10.1 to v9.11.0
  • fix: GPU context should use id rather than device_id (#1126)
  • feat: Optionally capture manufacturer and model device context (#1125)

6.4.0

  • feat: Update JavaScript SDKs from v9.8.0 to v9.10.1
  • fix: Missing Dynamic Sampling Context in envelope header for renderer tracing (#1117)
  • feat: Use frame.collectJavaScriptCallStack() for renderer ANR in Electron >= v34 (#1105)

6.3.0

  • feat: Update JavaScript SDKs from v9.6.0 to v9.8.0
  • fix: Electron app.getPath('crashDumps') API can throw (#1106)

6.2.0

  • feat: Update JavaScript SDKs from v9.1.0 to v9.6.0
  • feat: Use new registerPreloadScript API in Electron >= v35 (#1098)
  • feat: Add gpuContextIntegration (#1097)
  • feat: Parse crashpad metadata from minidumps and include in electron context (#1095)
Commits

Updates builder-util-runtime from 9.2.10 to 9.3.1

Changelog

Sourced from builder-util-runtime's changelog.

9.3.1

Patch Changes

  • #8815 8e7811d1 Thanks @​mmaietta! - chore: "organize imports" + change ObjectMap => Record for non-external properties (i.e. things that don't get processed for scheme.json)

  • #8813 07429661 Thanks @​mmaietta! - chore: extract common undefined | null to reuse current (unexported) type Nullish. Expose FileMatcher instead of @internal flag

9.3.0

Minor Changes

9.3.0-alpha.0

Minor Changes

Commits

Updates electron-log from 5.3.2 to 5.4.0

Changelog

Sourced from electron-log's changelog.

5.4.0

  • #465 Allow using %c template for the transports.console.format. This change may break formatting if you already use %c in your format string. In this case, you can run log.transports.console.transforms.shift() before initializing the logger.

5.2.4

  • Add Buffering feature.

5.2.0

  • fix: #436 log.log isn't bound to log.info. Previously, it was processed with non-existent log level.

5.1.0

  • New entry point for NW.js / Node.js apps: 'electron-log/node'

5.0.0

Core

  • Now it's a time to use modern ES instead of ES5. It was a joy to use old-fashioned ES5, but since the library grows it becomes harder to follow its restrictions. Starting from v5 the library requires Node.js 14+ or Electron 13 at least.
  • Now a renderer process just sends log data to the main through IPC, so only the main logger can be configured. See initialize for more information
  • A new tranforms property is added for each transport. It allows to configure transformations preformed on message data. See transforms for more information.
  • log.create(logId) is replaced by log.create({ logId })

File transport

  • archiveLog options is renamed to archiveLogFn
  • resolvePath options is renamed to resolvePathFn
  • All logs are written to main.log file. If you want to write renderer logs to a separated file, you can do that by overriding resolvePathFn

Console transport

  • writeFn callback is added. By default, it just passes message.data to console.log function

Remote transport

... (truncated)

Commits
  • 5ce0327 5.4.0
  • 1533675 fix(ci): The setup-node action freezes on Windows (#466)
  • 8758265 fix(main): Support color formatting for individual console formats (#465)
  • fcb6c8e fix(renderer): Remove superfluous space in console messages (#464)
  • fb37076 5.3.4
  • 7ebc84f fix(buffering): Save the actual log message date, fixes #463
  • ecdb765 5.3.3
  • e1877fc chore(docs): Improve extend docs
  • df1d5fd fix(main): spyRendererConsole does not respect log level for console.warn, fi...
  • See full diff in compare view

Updates electron-serve from 1.3.0 to 2.1.1

Release notes

Sourced from electron-serve's releases.

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

Updates electron-unhandled from 4.0.1 to 5.0.0

Release notes

Sourced from electron-unhandled's releases.

v5.0.0

Breaking

  • Require Node.js 18 and Electron 30 37d7c9b
  • This package is now pure ESM. Please read this and this.
  • unhandled.logError is now a named import instead 37d7c9b

sindresorhus/electron-unhandled@v4.0.1...v5.0.0

Commits

Updates electron-updater from 6.3.9 to 6.6.2

Release notes

Sourced from electron-updater's releases.

electron-updater@6.6.2

Patch Changes

  • #8933 324032c5 Thanks @​mmaietta! - fix: re-export CancellationToken, PackageFileInfo, ProgressInfo, UpdateFileInfo, UpdateInfo from electron-updater

electron-updater@6.6.1

Patch Changes

  • #8913 065c6a45 Thanks @​mmaietta! - chore(refactor): refactoring code to reduce cyclical imports in order to migrate to rollup + vite (which have much more strict module resolutions)

electron-updater@6.6.0

Minor Changes

electron-updater@6.5.0

Minor Changes

  • #8829 14ee2d6b Thanks @​Julusian! - feat: add isUpdateAvailable property to checkForUpdates result

  • #8692 96c5d140 Thanks @​mmaietta! - feat: add support for custom isUpdateSupported hook for validating UpdateInfo, with fallback to previous minimumSystemVersion logic

electron-updater@6.4.1

Patch Changes

electron-updater@6.4.0

Minor Changes

Patch Changes

electron-updater@6.4.0-alpha.4

Patch Changes

electron-updater@6.4.0-alpha.3

Patch Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.6.2

Patch Changes

  • #8933 324032c5 Thanks @​mmaietta! - fix: re-export CancellationToken, PackageFileInfo, ProgressInfo, UpdateFileInfo, UpdateInfo from electron-updater

6.6.1

Patch Changes

  • #8913 065c6a45 Thanks @​mmaietta! - chore(refactor): refactoring code to reduce cyclical imports in order to migrate to rollup + vite (which have much more strict module resolutions)

6.6.0

Minor Changes

6.5.0

Minor Changes

  • #8829 14ee2d6b Thanks @​Julusian! - feat: add isUpdateAvailable property to checkForUpdates result

  • #8692 96c5d140 Thanks @​mmaietta! - feat: add support for custom isUpdateSupported hook for validating UpdateInfo, with fallback to previous minimumSystemVersion logic

6.4.1

Patch Changes

6.4.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • e4d00c6 chore(deploy): Release v26.0.11 (electron-updater@6.6.2) (#8930)
  • 324032c fix: re-export various types from electron-updater (#8933)
  • 3792826 chore(deploy): Release v26.0.10 (electron-updater@6.6.1) (#8912)
  • 065c6a4 chore(refactor): electron-updater cyclical imports (#8913)
  • 9bca417 chore(deploy): Release v26.0.7 (electron-updater@6.6.0) (#8866)
  • ea3e0f5 feat(updater): Dispatch error in updater if spawnSyncLog fails (#8817)
  • 198551a chore(deploy): Release v26.0.2 (electron-updater@6.5.0) (#8831)
  • 96c5d14 feat(updater): add custom isUpdateSupported hook for validating update down...
  • 14ee2d6 feat: add isUpdateAvailable property to checkForUpdates result (#8829)
  • 353174e chore(deploy): Release v26.0.1 (electron-updater@6.4.1) (#8814)
  • Additional commits viewable in compare view

Updates regedit from 5.1.3 to 5.1.4

Changelog

Sourced from regedit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Fixed

Commits

Updates @electron/notarize from 2.5.0 to 3.0.1

Release notes

Sourced from @​electron/notarize's releases.

v3.0.1

3.0.1 (2025-03-21)

Bug Fixes

  • remove graceful-fs and use direct imports (#229) (451b6e7)

v3.0.0

3.0.0 (2025-03-14)

This new major release is part of our initiative to move the Electron ecosystem to Node 22. Read more about it on our blog.

BREAKING CHANGES

  • Requires Node.js v22.12.0 LTS or higher.
  • This package is now ESM-only.
  • The Legacy strategy for Apple's sunset altool has now been removed.
    • This package's types have been simplified in accordance.
Commits
  • 451b6e7 fix: remove graceful-fs and use direct imports (#229)
  • d086e4f build: use OIDC flow for docs publish (#225)
  • d914d04 feat!: bump engines requirement to Node 22.12 (#222)
  • d6da0ac build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#223)
  • 69092df build(deps): bump dsanders11/project-actions from 1.4.0 to 1.5.1 (#224)
  • 6db692b build: update prettier to 3.4.2 (#221)
  • 45230c6 build: publish API documentation (#217)
  • 13af290 ci: switch to GHA (#220)
  • 76fc907 build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#218)
  • 031072f build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#216)
  • Additional commits viewable in compare view

Updates @sentry/cli from 2.42.3 to 2.45.0

Release notes

Sourced from @​sentry/cli's releases.

2.45.0

New feature

  • feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @​szokeasaurusrex
    • Sourcemaps can now be uploaded to multiple projects at once by passing each project to the sentry-cli sourcemaps upload command, like so:
      sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
    • Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.

Various fixes & improvements

2.44.0

Various fixes & improvements

2.43.1

Various fixes & improvements

2.43.0

This release explicitly deprecates the sentry-cli debug-files upload command's --info-plist argument, since the argument does nothing. If you are using the --info-plist argument, you should stop using it.

Various fixes & improvements

2.42.5

This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.

2.42.5-alpha

This release adds a binary for Windows on ARM.

We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.

Various fixes & improvements

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

2.45.0

New feature

  • feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @​szokeasaurusrex
    • Sourcemaps can now be uploaded to multiple projects at once by passing each project to the sentry-cli sourcemaps upload command, like so:
      sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
    • Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.

Various fixes & improvements

2.44.0

Various fixes & improvements

2.43.1

Various fixes & improvements

2.43.0

This release explicitly deprecates the sentry-cli debug-files upload command's --info-plist argument, since the argument does nothing. If you are using the --info-plist argument, you should stop using it.

Various fixes & improvements

2.42.5

This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.

2.42.5-alpha

This release adds a binary for Windows on ARM.

We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.

Various fixes & improvements

... (truncated)

Commits
  • bed438e meta: Update CHANGELOG.md
  • 7839225 release: 2.45.0
  • 47e426d ref: Rename fixup_js_file_end (#2475)
  • f5ea48c feat(sourcemaps): Multi-project sourcemaps upload (#2497)
  • f540dc1 ref: Use slice instead of vec for assemble artifact request
  • 8a63fec ref: Separate LegacyUploadContext for legacy uploads
  • b241c4a feat: Remove organization and project info log (#2490)
  • 046ab9d chore: update issue templates (#2493)
  • 4a0270f build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#2485)
  • 1571be7 build(deps): bump github/codeql-action from 3.28.16 to 3.28.17
  • Additional commits viewable in compare view

Updates axios from 1.8.2 to 1.9.0

Release notes

Sourced from axios's releases.

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

... (truncated)

Commits

@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels May 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 19, 2025 02:48
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels May 19, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-client-electron-desktop-updates-c240217c1c branch from 6359414 to 908d826 Compare May 26, 2025 02:43
Bumps the desktop-updates group with 13 updates in the /client/electron directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/electron](https://github.com/getsentry/sentry-electron) | `6.1.0` | `6.6.0` |
| [builder-util-runtime](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime) | `9.2.10` | `9.3.1` |
| [electron-log](https://github.com/megahertz/electron-log) | `5.3.2` | `5.4.0` |
| [electron-serve](https://github.com/sindresorhus/electron-serve) | `1.3.0` | `2.1.1` |
| [electron-unhandled](https://github.com/sindresorhus/electron-unhandled) | `4.0.1` | `5.0.0` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.3.9` | `6.6.2` |
| [regedit](https://github.com/kessler/node-regedit) | `5.1.3` | `5.1.4` |
| [@electron/notarize](https://github.com/electron/notarize) | `2.5.0` | `3.0.1` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.42.3` | `2.45.0` |
| [axios](https://github.com/axios/axios) | `1.8.2` | `1.9.0` |
| [commander](https://github.com/tj/commander.js) | `13.1.0` | `14.0.0` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `25.1.8` | `26.0.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |



Updates `@sentry/electron` from 6.1.0 to 6.6.0
- [Release notes](https://github.com/getsentry/sentry-electron/releases)
- [Changelog](https://github.com/getsentry/sentry-electron/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-electron@6.1.0...6.6.0)

Updates `builder-util-runtime` from 9.2.10 to 9.3.1
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/builder-util-runtime/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/HEAD/packages/builder-util-runtime)

Updates `electron-log` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.3.2...v5.4.0)

Updates `electron-serve` from 1.3.0 to 2.1.1
- [Release notes](https://github.com/sindresorhus/electron-serve/releases)
- [Commits](sindresorhus/electron-serve@v1.3.0...v2.1.1)

Updates `electron-unhandled` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/sindresorhus/electron-unhandled/releases)
- [Commits](sindresorhus/electron-unhandled@v4.0.1...v5.0.0)

Updates `electron-updater` from 6.3.9 to 6.6.2
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.6.2/packages/electron-updater)

Updates `regedit` from 5.1.3 to 5.1.4
- [Changelog](https://github.com/kessler/node-regedit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kessler/node-regedit/commits)

Updates `@electron/notarize` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/electron/notarize/releases)
- [Changelog](https://github.com/electron/notarize/blob/main/.releaserc.json)
- [Commits](electron/notarize@v2.5.0...v3.0.1)

Updates `@sentry/cli` from 2.42.3 to 2.45.0
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.42.3...2.45.0)

Updates `axios` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.9.0)

Updates `commander` from 13.1.0 to 14.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v13.1.0...v14.0.0)

Updates `electron-builder` from 25.1.8 to 26.0.12
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v26.0.12/packages/electron-builder)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: "@sentry/electron"
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: builder-util-runtime
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: electron-log
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: electron-serve
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-unhandled
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-updater
  dependency-version: 6.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: regedit
  dependency-version: 5.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-updates
- dependency-name: "@electron/notarize"
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: "@sentry/cli"
  dependency-version: 2.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: axios
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: commander
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-builder
  dependency-version: 26.0.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: desktop-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-client-electron-desktop-updates-c240217c1c branch from 908d826 to 7e05e71 Compare June 2, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants