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 10 updates #9076

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

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

Package From To
builder-util-runtime 9.2.4 9.2.10
chokidar 3.6.0 4.0.1
electron-log 5.1.2 5.2.3
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.39.1
axios 1.7.4 1.7.8
commander 12.0.0 12.1.0
typescript 5.4.5 5.7.2

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.1

Release notes

Sourced from chokidar's releases.

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.3

Changelog

Sourced from electron-log's changelog.

Changelog

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 Electron event logging was implemented.

... (truncated)

Commits
  • b2269eb 5.2.3
  • 14a8ecd fix(scope): log method should be an alias of info, fixes #443
  • 8f77007 5.2.2
  • 4d29165 fix(cord): LogMessage.logId is empty, fixes #442
  • 7b991aa chore(ci): Setup GitHub actions timeout
  • 606626b 5.2.1
  • 6f6b95e chore(ci): Update GitHub actions
  • c8b43a6 fix: timeZoneFromOffset function to return correct offset for UTC timezone (#...
  • 05ff875 chore: Update changelog
  • a52f3e5 fix(core): log.log should be bound to log.info, fixes #436
  • Additional commits viewable 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.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.39.1

Release notes

Sourced from @​sentry/cli's releases.

2.39.1

Various fixes & improvements

2.39.0

Features/improvements

  • feat(proguard): Introduce experimental chunk uploading feature (#2264) by @​szokeasaurusrex
  • feat: Read debug IDs from debugId field in sourcemaps (#2222)

Various fixes & improvements

  • ref(proguard): Delete pointless code (#2263) by @​szokeasaurusrex
  • fix: Improve error handling in dif.rs (#2225)
  • ci: Run codeql-analysis on all PRs (#2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#2212)
  • ref(utils): Remove allow(dead_code) from update utils (#2216)
  • ref(api): Remove blanket allow(dead_code) (#2215)
  • ref(api): Only allow dead code where needed (#2213)

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

2.39.1

Various fixes & improvements

2.39.0

Features/improvements

  • feat(proguard): Introduce experimental chunk uploading feature (#2264) by @​szokeasaurusrex
  • feat: Read debug IDs from debugId field in sourcemaps (#2222)

Various fixes & improvements

  • ref(proguard): Delete pointless code (#2263) by @​szokeasaurusrex
  • fix: Improve error handling in dif.rs (#2225)
  • ci: Run codeql-analysis on all PRs (#2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#2212)
  • ref(utils): Remove allow(dead_code) from update utils (#2216)
  • ref(api): Remove blanket allow(dead_code) (#2215)
  • ref(api): Only allow dead code where needed (#2213)

... (truncated)

Commits
  • e0852a4 release: 2.39.1
  • d69e741 fix(sourcemaps): Correctly read files with debug_id and debugId (#2268)
  • b72ab72 build: Remove unused dependencies (#2255)
  • 7c3da7c ref(proguard): Define environment variable name in constant (#2265)
  • ee62421 ref(test): Remove redundant line (#2266)
  • 5fe290c fix(proguard): Wait until chunks are assembled (#2267)
  • e08b23a Merge branch 'release/2.39.0'
  • 63b0fbb meta: Update CHANGELOG.md
  • d30066d release: 2.39.0
  • ffd3848 feat(proguard): Introduce experimental chunk uploading feature (#2264)
  • Additional commits viewable in compare view

Updates axios from 1.7.4 to 1.7.8

Release notes

Sourced from axios's releases.

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

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

... (truncated)

Changelog

Sourced from axios's changelog.

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)
  • 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

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

... (truncated)

Commits
  • 415ca94 chore(release): v1.7.8 (#6715)
  • 0a8d6e1 fix: use URL API instead of DOM to fix a potential vulnerability warning; (#6...
  • c71811b fix(types): export CJS types from ESM (#6218)
  • 4355a6d chore(sponsor): update sponsor block (#6709)
  • 5d54d22 chore(sponsor): update sponsor block (#6707)
  • eac4619 fix: allow passing a callback as paramsSerializer to buildURL (#6680)
  • df956d1 fix(http): use globalThis.TextEncoder when available (

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

| Package | From | To |
| --- | --- | --- |
| [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.1` |
| [electron-log](https://github.com/megahertz/electron-log) | `5.1.2` | `5.2.3` |
| [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.39.1` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.8` |
| [commander](https://github.com/tj/commander.js) | `12.0.0` | `12.1.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.7.2` |



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.1
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.6.0...4.0.1)

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

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.39.1
- [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.39.1)

Updates `axios` from 1.7.4 to 1.7.8
- [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.8)

Updates `commander` from 12.0.0 to 12.1.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...v12.1.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: 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-minor
  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 December 2, 2024 03:56
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Javascript Impact: Javascript-related stuff labels Dec 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #9135.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-client-electron-desktop-updates-6e205bbaf9 branch December 9, 2024 03:11
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