Scille / parsec-cloud

Open source Dropbox-like file sharing with full client encryption !
https://parsec.cloud
Other
271 stars 40 forks source link

Bump the desktop-updates group across 1 directory with 10 updates #8988

Open dependabot[bot] opened 1 day ago

dependabot[bot] commented 1 day ago

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.2
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.0
axios 1.7.4 1.7.7
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: https://github.com/paulmillr/chokidar/compare/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: https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.0

Commits


Updates electron-log from 5.1.2 to 5.2.2

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
  • 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
  • 0b60fc4 5.2.0
  • 12a9f75 fix(docs): Incorrect documentation for EventLogger, fixes #432
  • 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

https://github.com/sindresorhus/electron-serve/compare/v2.1.0...v2.1.1

v2.1.0

  • Improve path resolution (credit to Alan Li) d72acb3

https://github.com/sindresorhus/electron-serve/compare/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.

https://github.com/sindresorhus/electron-serve/compare/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

https://github.com/sindresorhus/electron-unhandled/compare/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.

electron-updater@6.3.9

Patch Changes

electron-updater@6.3.8

Patch Changes

electron-updater@6.3.7

Patch Changes

  • #8491 178a3c40 Thanks @​mmaietta! - chore: migrating to typedoc and updating/improving type+interface definitions

  • Updated dependencies [178a3c40]:

    • builder-util-runtime@9.2.8

electron-updater@6.3.6

Patch Changes

electron-updater@6.3.5

Patch Changes

electron-updater@6.3.4

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

  • #8491 178a3c40 Thanks @​mmaietta! - chore: migrating to typedoc and updating/improving type+interface definitions

  • Updated dependencies [178a3c40]:

    • builder-util-runtime@9.2.8

6.3.6

Patch Changes

6.3.5

Patch Changes

6.3.4

Patch Changes

... (truncated)

Commits
  • 8992911 chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (#8542)
  • 21dfd73 chore(deps): eslint and prettier upgrade to v9 (#8552)
  • b6d6ea9 fix(updater): Unable to copy file for caching: ENOENT (#8541)
  • 2db6272 chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (#8517)
  • d1cb6bd chore(deps): update typescript 5.x lockfile (#8516)
  • 7dceec7 chore(deps): update typescript eslint monorepo packages (major semver bump) (...
  • afc6a34 chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (#8488)
  • 178a3c4 chore(docs): migrating to typedoc and upgrading mkdocs+material package...
  • 0dd4616 chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (#8487)
  • d56cd27 fix(deploy): redeploy all packages to sync semver ranges (#8486)
  • Additional commits viewable in compare view


Updates @sentry/cli from 2.33.1 to 2.39.0

Release notes

Sourced from @​sentry/cli's releases.

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.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
  • 63b0fbb meta: Update CHANGELOG.md
  • d30066d release: 2.39.0
  • ffd3848 feat(proguard): Introduce experimental chunk uploading feature (#2264)
  • 992118c ref(proguard): Delete pointless code (#2263)
  • fc73749 ref(test): Broaden with_header_matcher types
  • 6acf1da ref(test): Accept impl Into\<Matcher> for with_matcher
  • 61ca9dc ref(test): Align with_reponse_body parameter to mockito
  • 035c0bb ref(test): Make mock builder status default to 200
  • 233608e ref(test): Change chunk upload options org (#2257)
  • 789d8a9 ref(test): Bump mockito mocking library (#2254)
  • Additional commits viewable in compare view


Updates axios from 1.7.4 to 1.7.7

Release notes

Sourced from axios's releases.

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

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Changelog

Sourced from axios's changelog.

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

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view


Updates commander from 12.0.0 to 12.1.0

Release notes

Sourced from commander's releases.

v12.1.0

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)
Changelog

Sourced from commander's changelog.

[12.1.0] (2024-05-18)

Added

  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments (#2164)

Changed

  • prefix require of Node.js core modules with node: (#2170)
  • format source files with Prettier (#2180)
  • switch from StandardJS to directly calling ESLint for linting (#2153)
  • extend security support for previous major version of Commander (#2150)

Removed

  • removed unimplemented Option.fullDescription from TypeScript definition (#2191)
Commits