Skip to content

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
electron-updater4.3.9 -> 6.1.4ageadoptionpassingconfidence

Release Notes

electron-userland/electron-builder (electron-updater)

v6.1.4

Compare Source

Patch Changes

v6.1.3

Compare Source

Patch Changes

v6.1.2

Compare Source

Patch Changes

v6.1.1

Compare Source

Patch Changes

v6.1.0

Compare Source

Minor Changes
Patch Changes

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes
  • #​75241a134800 Thanks @​NoahAndrews! - Fixed error handling when launching updater (fixes NSIS updates when isAdminRightsRequired is incorrectly set to false)

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

v5.3.0

Compare Source

Minor Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes

v5.2.1

Compare Source

Patch Changes

v5.2.0

Compare Source

Minor Changes

v5.1.0

Compare Source

Minor Changes
Patch Changes

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes
  • #​6589633ee5dc Thanks @​devinbinnie! - - Removed backtick escaping for Windows code signing as it is unnecessary for Powershell and can cause the script to attempt to access the wrong file
    • Updated the proxy filename to be more secure (512-bit string)

v4.6.5

Patch Changes

v4.6.4

Patch Changes

v4.6.3

Patch Changes

v4.6.2

Patch Changes

v4.6.1

Patch Changes

v4.6.0

Minor Changes
Patch Changes

v4.5.2

Patch Changes

v4.5.1

Patch Changes

v4.5.0

Minor Changes
Patch Changes

v4.4.6

Patch Changes
  • a3c72b2: fix(electron-updater): workaround vite's process.env.* replacement
  • ca0e845: fix(electron-updater): null object error when MacUpdater attempts to log the server port before it is listening

v4.4.5

Patch Changes
  • a3f2cd1: fix(electron-updater): default import throws error for fs and path leading to always requiring elevation
  • ae363e5: fix: removing data from error being thrown. It's unnecessary and also unnecessarily large to be passing to the console. Resolves: #​6131

v4.4.4

Patch Changes
  • ae81dfa: fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #​6120

v4.4.3

Patch Changes
  • a4eae34: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
  • Updated dependencies [a4eae34]

v4.4.2

Patch Changes

v4.4.1

Patch Changes
Bug Fixes
  • Remove dependency on pako module, use native API instead.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovaterenovatebot added the dependency Dependency updates label Sep 25, 2023
@renovaterenovatebotforce-pushed the renovate/electron-updater-6.x branch from 58d5e04 to 494efe7CompareSeptember 27, 2023 09:40
@renovaterenovatebotforce-pushed the renovate/electron-updater-6.x branch from 494efe7 to 771c01bCompareSeptember 30, 2023 20:34
Copy link
Collaborator

@bmulhollandbmulholland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes seem very minor, just a drop of support for Bintray (a binary hosting provider we don't use) and a change of cache location on macOS.

@bmulholland
Copy link
Collaborator

Hoping this will fix the type failures on #628

@bmulhollandbmulholland merged commit 1509aff into mainOct 2, 2023
@bmulhollandbmulholland deleted the renovate/electron-updater-6.x branch October 2, 2023 08:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencyDependency updates

Development

Successfully merging this pull request may close these issues.

2 participants

@bmulholland