Skip to content
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

Bump the desktop-updates group across 1 directory with 11 updates #9276

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 Jan 6, 2025

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

Package From To
@sentry/electron 5.7.0 5.9.0
builder-util-runtime 9.2.4 9.2.10
chokidar 3.6.0 4.0.3
electron-log 5.1.2 5.2.4
electron-serve 1.3.0 2.1.1
electron-unhandled 4.0.1 5.0.0
electron-updater 6.3.0 6.3.9
@sentry/cli 2.33.1 2.40.0
axios 1.7.4 1.7.9
commander 12.0.0 13.0.0
typescript 5.4.5 5.7.2

Updates @sentry/electron from 5.7.0 to 5.9.0

Release notes

Sourced from @​sentry/electron's releases.

5.9.0

  • feat: Update from v8.42.0 to v8.46.0 of JavaScript SDKs
  • fix: Disable ANR when screen locked (#1036)
  • fix: Disable ANR when debugger is in use

5.8.0

  • feat: Update from v8.35.0 to v8.42.0 of JavaScript SDKs
  • fix: Sync global scope to main process (#1024)
  • fix: contextLinesIntegration should come before path normalization (#1008)
Changelog

Sourced from @​sentry/electron's changelog.

5.9.0

  • feat: Update from v8.42.0 to v8.46.0 of JavaScript SDKs
  • fix: Disable ANR when screen locked (#1036)
  • fix: Disable ANR when debugger is in use

5.8.0

  • feat: Update from v8.35.0 to v8.42.0 of JavaScript SDKs
  • fix: Sync global scope to main process (#1024)
  • fix: contextLinesIntegration should come before path normalization (#1008)
Commits

Updates builder-util-runtime from 9.2.4 to 9.2.10

Changelog

Sourced from builder-util-runtime's changelog.

9.2.10

Patch Changes

9.2.9

Patch Changes

9.2.8

Patch Changes

9.2.7

Patch Changes

9.2.6

Patch Changes

9.2.5

Patch Changes

9.2.5-alpha.4

Patch Changes

... (truncated)

Commits

Updates chokidar from 3.6.0 to 4.0.3

Release notes

Sourced from chokidar's releases.

4.0.3

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

4.0.2

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

4.0.1

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

4.0.0

  • Remove glob support
  • Remove bundled fsevents
  • Decrease dependency count from 13 to 1
  • Rewrite in typescript. Makes emitted types more precise
  • The package became hybrid common.js / ESM
  • Bump minimum node.js requirement to v14+

Special thanks to @​43081j for improvements and help.

Full Changelog: paulmillr/chokidar@3.6.0...4.0.0

Commits

Updates electron-log from 5.1.2 to 5.2.4

Changelog

Sourced from electron-log's changelog.

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

  • onError is renamed to processErrorFn({ error, message, request })
  • transformBody is renamed to makeBodyFn({ logger, message, transport })

Electron event logger

To simplify app debugging the

... (truncated)

Commits

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.0 to 6.3.9

Release notes

Sourced from electron-updater's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.3.9

Patch Changes

6.3.8

Patch Changes

6.3.7

Patch Changes

6.3.6

Patch Changes

6.3.5

Patch Changes

6.3.4

Patch Changes

... (truncated)

Commits

Updates @sentry/cli from 2.33.1 to 2.40.0

Release notes

Sourced from @​sentry/cli's releases.

2.40.0

New features

  • feat(debugid): Update debug ID snippet to write on globalThis when available (#2301) by @​lforst

Improvements

Bug fixes

We made several refactors and added several tests in this release. These changes should not affect users.

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

2.40.0

New features

  • feat(debugid): Update debug ID snippet to write on globalThis when available (#2301) by @​lforst

Improvements

Bug fixes

We made several refactors and added several tests in this release. These changes should not affect users.

... (truncated)

Commits
  • 6b72bd7 meta: Update changelog
  • 15a87f7 release: 2.40.0
  • c08be9a build: Change release opt-level
  • ed19a2b build: Make backtraces useable in release builds
  • 5bd1089 ref(sourcemaps): Reword "no sourcemap ref" (#2320)
  • 7e7fd06 test(proguard): Add chunk upload tests (#2322)
  • 086d139 ref(proguard): Use existing chunked upload logic
  • 3fd0566 ref(chunks): Remove upload-dif reference from poll_assemble
  • 27c7296 ref(chunks): Make render_detail take Option\<&str>
  • 3a8b380 ref(chunks): Extract upload logic from upload_difs_chunked
  • Additional commits viewable in compare view

Updates axios from 1.7.4 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Release v1.7.7

Release notes:

Bug Fixes

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • <...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@sentry/electron](https://github.com/getsentry/sentry-electron) | `5.7.0` | `5.9.0` |
| [builder-util-runtime](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime) | `9.2.4` | `9.2.10` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.6.0` | `4.0.3` |
| [electron-log](https://github.com/megahertz/electron-log) | `5.1.2` | `5.2.4` |
| [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.0` | `6.3.9` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.33.1` | `2.40.0` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.9` |
| [commander](https://github.com/tj/commander.js) | `12.0.0` | `13.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.7.2` |



Updates `@sentry/electron` from 5.7.0 to 5.9.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@5.7.0...5.9.0)

Updates `builder-util-runtime` from 9.2.4 to 9.2.10
- [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 `chokidar` from 3.6.0 to 4.0.3
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.6.0...4.0.3)

Updates `electron-log` from 5.1.2 to 5.2.4
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.1.2...v5.2.4)

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.0 to 6.3.9
- [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/[email protected]/packages/electron-updater)

Updates `@sentry/cli` from 2.33.1 to 2.40.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.33.1...2.40.0)

Updates `axios` from 1.7.4 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.9)

Updates `commander` from 12.0.0 to 13.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@v12.0.0...v13.0.0)

Updates `typescript` from 5.4.5 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.7.2)

---
updated-dependencies:
- dependency-name: "@sentry/electron"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: builder-util-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-updates
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: electron-serve
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-unhandled
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: electron-updater
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: desktop-updates
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: desktop-updates
- dependency-name: commander
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: desktop-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: desktop-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 03:06
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels Jan 6, 2025
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