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

Update dependency electron-builder to v22.14.13 - autoclosed #68

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 11, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron-builder ^22.0.0 -> 22.14.13 age adoption passing confidence

Release Notes

electron-userland/electron-builder

v22.14.13

Compare Source

Patch Changes
  • Updated dependencies [f7b38698]:
    • builder-util@22.14.13
    • app-builder-lib@22.14.13
    • dmg-builder@22.14.13

v22.14.12

Compare Source

Patch Changes
  • Updated dependencies []:
    • app-builder-lib@22.14.12
    • dmg-builder@22.14.12

v22.14.11

Compare Source

Patch Changes
  • Updated dependencies [e3d06afa]:
    • app-builder-lib@22.14.11
    • dmg-builder@22.14.11

v22.14.10

Compare Source

Patch Changes
  • Updated dependencies [df7a4255]:
    • app-builder-lib@22.14.10
    • dmg-builder@22.14.10

v22.14.9

Compare Source

Patch Changes
  • Updated dependencies [661a6522]:
    • app-builder-lib@22.14.9
    • dmg-builder@22.14.9

v22.14.8

Compare Source

Patch Changes
  • Updated dependencies [d20bcf0c]:
    • app-builder-lib@22.14.8
    • dmg-builder@22.14.8

v22.14.7

Compare Source

Patch Changes
  • Updated dependencies [04a84352]:
    • builder-util@22.14.7
    • app-builder-lib@22.14.7
    • dmg-builder@22.14.7

v22.14.6

Compare Source

Patch Changes
  • Updated dependencies [5468c188, f41d5f39, 66ca625f]:
    • app-builder-lib@22.14.6
    • builder-util-runtime@8.9.2
    • builder-util@22.14.6
    • dmg-builder@22.14.6

v22.14.5

Compare Source

Patch Changes
  • Updated dependencies [54ee4e72]:
    • app-builder-lib@22.14.5
    • builder-util-runtime@8.9.1
    • builder-util@22.14.5
    • dmg-builder@22.14.5

v22.14.4

Compare Source

Patch Changes

v22.14.3

Compare Source

Patch Changes
  • Updated dependencies [a9ec90d5, b83d4ea7]:
    • app-builder-lib@22.14.3
    • dmg-builder@22.14.3

v22.14.2

Patch Changes
  • Updated dependencies [f3590355]:
    • app-builder-lib@22.14.2
    • dmg-builder@22.14.2

v22.14.1

Patch Changes
  • Updated dependencies [f7b38698]:
    • builder-util@22.14.13
    • app-builder-lib@22.14.13
    • dmg-builder@22.14.13

v22.14.0

Patch Changes
  • Updated dependencies [a9453216]:
    • app-builder-lib@22.14.0
    • builder-util-runtime@8.9.0
    • builder-util@22.14.0
    • dmg-builder@22.14.0

v22.13.1

Compare Source

Patch Changes
  • Updated dependencies [f6a30535, 7f933d00]:
    • app-builder-lib@22.13.1
    • builder-util-runtime@8.8.1
    • dmg-builder@22.13.1
    • builder-util@22.13.1

v22.13.0

Compare Source

Patch Changes
  • Updated dependencies [6f42f646, f45110cb]:
    • app-builder-lib@22.13.0
    • builder-util@22.13.0
    • builder-util-runtime@8.8.0
    • dmg-builder@22.13.0

v22.12.1

Compare Source

Patch Changes
  • Updated dependencies [c02ccbb]
  • Updated dependencies [6c945bd]
    • app-builder-lib@22.12.1
    • builder-util@22.12.1
    • dmg-builder@22.12.1

v22.12.0

Compare Source

Patch Changes
  • Updated dependencies [1497411]
  • Updated dependencies [a99a7c8]
    • app-builder-lib@22.12.0
    • dmg-builder@22.12.0

v22.11.11

Compare Source

Patch Changes
  • a4eae34: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
  • Updated dependencies [a4eae34]
  • Updated dependencies [4a177dc]
    • app-builder-lib@22.11.11
    • builder-util@22.11.11
    • builder-util-runtime@8.7.10
    • dmg-builder@22.11.11

v22.11.10

Compare Source

Patch Changes
  • 878671d: Updating patch number as many deps were updated as parted of RenovateBot integration
  • Updated dependencies [72ffc25]
  • Updated dependencies [878671d]
    • app-builder-lib@22.11.10
    • builder-util-runtime@8.7.9
    • builder-util@22.11.10
    • dmg-builder@22.11.10

v22.11.9

Compare Source

Patch Changes
  • 1272afc: Initial introduction of changset config
  • Updated dependencies [1272afc]
    • app-builder-lib@22.11.9
    • builder-util@22.11.9
    • builder-util-runtime@8.7.8
    • dmg-builder@22.11.9

v22.11.8

Compare Source

electron-updater 4.4.0 pre-release.

Bug Fixes
  • add recursive: true to fs.rm wnen removing locales (#​5961) (c9b78f9)
  • allowing + symbols for expanding macros. necessary for '+nightly' builds (#​5990) (8e6f008)
  • optionally package nested node_modules (#​3185) (#​5911) (13bdf74)
  • removing double exec of checkForUpdates that causes error thrown: "The command is disabled and cannot be executed" (#​5989) (71d3704)
  • dmg: Escaping special characters in DMG entries (#​5987) (c368f62)
Features

v22.11.7

electron-updater pre-release 4.3.10.

Bug Fixes

v22.11.5

Compare Source

Bug Fixes
  • mac: adding arch suffix to pkg target to enable non-universal pkg builds (#​5847) (#​5897) (9f9e20c)
  • Reducing node version to be >=14 as opposed to explicitly 14.17.0 (the current max node 14 version) (#​5893) (#​5896) (b6413a8)
Features

v22.11.4

Compare Source

Bug Fixes

v22.11.3

Compare Source

electron-updater 4.3.9. Updated dependencies.

Bug Fixes
  • nsis: Building NSIS installers broken after switching from 22.10.5 to 22.11.1 (0c32ea3), closes #​5863
  • re-export some of "builder-util-runtime" types directly from "electron-updater". (#​5675) (#​5869) (4a136a3)
Features

v22.11.2

Compare Source

Bug Fixes

v22.11.1

Compare Source

Patch Changes
  • a4eae34: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
  • Updated dependencies [a4eae34]
  • Updated dependencies [4a177dc]
    • app-builder-lib@22.11.11
    • builder-util@22.11.11
    • builder-util-runtime@8.7.10
    • dmg-builder@22.11.11

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/electron-builder-22.x branch from 8421283 to 3246214 Compare October 19, 2021 00:49
@renovate renovate bot changed the title Update dependency electron-builder to v22.11.7 Update dependency electron-builder to v22.13.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/electron-builder-22.x branch from 3246214 to 3df63c0 Compare March 7, 2022 14:24
@renovate renovate bot changed the title Update dependency electron-builder to v22.13.1 Update dependency electron-builder to v22.14.13 Mar 7, 2022
@renovate renovate bot changed the title Update dependency electron-builder to v22.14.13 Update dependency electron-builder to v22.14.13 - autoclosed Nov 20, 2022
@renovate renovate bot closed this Nov 20, 2022
@renovate renovate bot deleted the renovate/electron-builder-22.x branch November 20, 2022 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant