Ecks1337 / RyuSAK

GNU General Public License v3.0
1.21k stars 77 forks source link

Bump got, @electron-forge/cli, @electron-forge/maker-deb, @electron-forge/maker-rpm, @electron-forge/maker-squirrel, @electron-forge/maker-zip and electron #31

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps got to 11.8.5 and updates ancestor dependencies got, @electron-forge/cli, @electron-forge/maker-deb, @electron-forge/maker-rpm, @electron-forge/maker-squirrel, @electron-forge/maker-zip and electron. These dependencies need to be updated together.

Updates got from 9.6.0 to 11.8.5

Release notes

Sourced from got's releases.

v11.8.5

https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5

v11.8.3

  • Bump cacheable-request dependency (#1921) 9463bb6
  • Fix HTTPError missing .code property (#1739) 0e167b8

https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3

v11.8.2

  • Make the dnsCache option lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.

https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2

v11.8.1

  • Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0

v11.8.0

  • Fix for sending files with size 0 on stat (#1488) 7acd380
  • beforeRetry allows stream body if different from original (#1501) 3dd2273
  • Set default value for an options object (#1495) 390b145

https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0

v11.7.0

Improvements

  • Add pfx HTTPS option (#1364) c33df7f
  • Update body after beforeRequest (#1453) e1c1844
  • Don't allocate buffer twice (#1403) 7bc69d9

Fixes

  • Fix a regression where body was sent after redirect 88b32ea
  • Fix destructure error on promise.json() c97ce7c
  • Do not ignore userinfo on a redirect to the same origin 52de13b

https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0

v11.6.2

Bug fixes

  • Inherit the prefixUrl option from parent if it's undefined (#1448) a3da70a78aeb7f44dd3e0d0fa47cebe9541eb91e
  • Prepare a fix for hanging promise on Node.js 14.10.x 29d4e325b110ccf7571d4265d40760be4175f7ff
  • Prepare for Node.js 15.0.0 c126ff19c4e893975cbf6c2c8bebce6ed7631276

... (truncated)

Commits


Updates @electron-forge/cli from 6.0.0-beta.65 to 6.0.4

Release notes

Sourced from @​electron-forge/cli's releases.

v6.0.4

What's Changed

v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

Internal changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

v6.0.3

Electron Forge v6.0.3 is the direct successor to v6.0.1.

What's Changed

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

v6.0.2

We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

Anya shocked

v6.0.1

... (truncated)

Changelog

Sourced from @​electron-forge/cli's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 7c93695 v6.0.4
  • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
  • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
  • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
  • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
  • 3c6e7eb build: improve lerna publish process (#3082)
  • 9e9128f chore: add husky pre-push script (#3061)
  • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
  • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
  • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erickzhao, a new releaser for @​electron-forge/cli since your current version.


Updates @electron-forge/maker-deb from 6.0.0-beta.65 to 6.0.4

Release notes

Sourced from @​electron-forge/maker-deb's releases.

v6.0.4

What's Changed

v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

Internal changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

v6.0.3

Electron Forge v6.0.3 is the direct successor to v6.0.1.

What's Changed

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

v6.0.2

We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

Anya shocked

v6.0.1

... (truncated)

Changelog

Sourced from @​electron-forge/maker-deb's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 7c93695 v6.0.4
  • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
  • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
  • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
  • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
  • 3c6e7eb build: improve lerna publish process (#3082)
  • 9e9128f chore: add husky pre-push script (#3061)
  • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
  • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
  • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erickzhao, a new releaser for @​electron-forge/maker-deb since your current version.


Updates @electron-forge/maker-rpm from 6.0.0-beta.65 to 6.0.4

Release notes

Sourced from @​electron-forge/maker-rpm's releases.

v6.0.4

What's Changed

v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

Internal changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

v6.0.3

Electron Forge v6.0.3 is the direct successor to v6.0.1.

What's Changed

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

v6.0.2

We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

Anya shocked

v6.0.1

... (truncated)

Changelog

Sourced from @​electron-forge/maker-rpm's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 7c93695 v6.0.4
  • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
  • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
  • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
  • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
  • 3c6e7eb build: improve lerna publish process (#3082)
  • 9e9128f chore: add husky pre-push script (#3061)
  • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
  • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
  • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erickzhao, a new releaser for @​electron-forge/maker-rpm since your current version.


Updates @electron-forge/maker-squirrel from 6.0.0-beta.65 to 6.0.4

Release notes

Sourced from @​electron-forge/maker-squirrel's releases.

v6.0.4

What's Changed

v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

Internal changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

v6.0.3

Electron Forge v6.0.3 is the direct successor to v6.0.1.

What's Changed

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

v6.0.2

We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

Anya shocked

v6.0.1

... (truncated)

Changelog

Sourced from @​electron-forge/maker-squirrel's changelog.

6.0.2 (2022-11-14)

6.0.1 (2022-11-08)

6.0.0 (2022-11-02)

6.0.0-beta.75 (2022-11-01)

New Features

6.0.0-beta.74 (2022-11-01)

Bug Fixes
  • do not proxify class instances in forge config (#3039) (a89ed7d3)
Other Changes
  • add proper package test for webpack ts template (#3040) (6e9cca35)

6.0.0-beta.73 (2022-11-01)

Bug Fixes

6.0.0-beta.72 (2022-10-31)

6.0.0-beta.71 (2022-10-31)

Bug Fixes
  • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
  • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
  • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
  • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
  • restore isProd in the webpack plugin (#3021) (531788ba)

6.0.0-beta.70 (2022-10-28)

Bug Fixes

6.0.0-beta.69 (2022-10-27)

... (truncated)

Commits
  • 7c93695 v6.0.4
  • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
  • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
  • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
  • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
  • 3c6e7eb build: improve lerna publish process (#3082)
  • 9e9128f chore: add husky pre-push script (#3061)
  • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
  • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
  • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erickzhao, a new releaser for @​electron-forge/maker-squirrel since your current version.


Updates @electron-forge/maker-zip from 6.0.0-beta.65 to 6.0.4

Release notes

Sourced from @​electron-forge/maker-zip's releases.

v6.0.4

What's Changed

v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

Internal changes

New Contributors

Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

v6.0.3

Electron Forge v6.0.3 is the direct successor to v6.0.1.

What's Changed