chore(deps): update dependency @electron/fuses to v2 #74

Open
renovate wants to merge 1 commit from renovate/electron-fuses-2.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@electron/fuses ^1.8.0^2.0.0 age confidence

Release Notes

electron/fuses (@​electron/fuses)

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Performance Improvements
  • optimize binary scanning with streaming and concurrent chunk processing (#​96) (0b8ac07)

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

Breaking Changes

  • feat!: bump engines requirement to Node 22. This module is now ESM-only. (#​67)

Configuration

📅 Schedule: (UTC)

  • 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 CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@electron/fuses](https://github.com/electron/fuses) | [`^1.8.0` → `^2.0.0`](https://renovatebot.com/diffs/npm/@electron%2ffuses/1.8.0/2.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@electron%2ffuses/2.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron%2ffuses/1.8.0/2.1.3?slim=true) | --- ### Release Notes <details> <summary>electron/fuses (@&#8203;electron/fuses)</summary> ### [`v2.1.3`](https://github.com/electron/fuses/releases/tag/v2.1.3) [Compare Source](https://github.com/electron/fuses/compare/v2.1.2...v2.1.3) ##### Bug Fixes - only detect real .app bundle paths in pathToFuseFile ([#&#8203;123](https://github.com/electron/fuses/issues/123)) ([00f2479](https://github.com/electron/fuses/commit/00f2479b958d917fe0f6e7711e85f62b74b3e7c2)), closes [#&#8203;118](https://github.com/electron/fuses/issues/118) [#&#8203;95](https://github.com/electron/fuses/issues/95) ### [`v2.1.2`](https://github.com/electron/fuses/releases/tag/v2.1.2) [Compare Source](https://github.com/electron/fuses/compare/v2.1.1...v2.1.2) ##### Bug Fixes - replace extract-zip with [@&#8203;electron-internal/extract-zip](https://github.com/electron-internal/extract-zip) ([#&#8203;120](https://github.com/electron/fuses/issues/120)) ([67d4eed](https://github.com/electron/fuses/commit/67d4eed3a8da0563c9afeac3229c09498d326435)) ### [`v2.1.1`](https://github.com/electron/fuses/releases/tag/v2.1.1) [Compare Source](https://github.com/electron/fuses/compare/v2.1.0...v2.1.1) ##### Performance Improvements - optimize binary scanning with streaming and concurrent chunk processing ([#&#8203;96](https://github.com/electron/fuses/issues/96)) ([0b8ac07](https://github.com/electron/fuses/commit/0b8ac07bd804e3ecc9f3482af2b6569ba24ae694)) ### [`v2.1.0`](https://github.com/electron/fuses/releases/tag/v2.1.0) [Compare Source](https://github.com/electron/fuses/compare/v2.0.0...v2.1.0) ##### Features - add FuseV1Options.WasmTrapHandlers ([#&#8203;89](https://github.com/electron/fuses/issues/89)) ([c76019b](https://github.com/electron/fuses/commit/c76019bb492b6a2ebbe9fc1fe07a970486729a27)) ### [`v2.0.0`](https://github.com/electron/fuses/releases/tag/v2.0.0) [Compare Source](https://github.com/electron/fuses/compare/v1.8.0...v2.0.0) #### Breaking Changes - feat!: bump `engines` requirement to Node 22. This module is now ESM-only. ([#&#8203;67](https://github.com/electron/fuses/issues/67)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjI5LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency @electron/fuses to v2
Some checks failed
CI Build / Lint and Format Check (pull_request) Failing after 12s
CI Build / Build (macos-latest) (pull_request) Has been skipped
CI Build / Build (windows-latest) (pull_request) Has been skipped
1b65dae361
Some checks failed
CI Build / Lint and Format Check (pull_request) Failing after 12s
CI Build / Build (macos-latest) (pull_request) Has been skipped
CI Build / Build (windows-latest) (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/electron-fuses-2.x:renovate/electron-fuses-2.x
git switch renovate/electron-fuses-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/electron-fuses-2.x
git switch renovate/electron-fuses-2.x
git rebase main
git switch main
git merge --ff-only renovate/electron-fuses-2.x
git switch renovate/electron-fuses-2.x
git rebase main
git switch main
git merge --no-ff renovate/electron-fuses-2.x
git switch main
git merge --squash renovate/electron-fuses-2.x
git switch main
git merge --ff-only renovate/electron-fuses-2.x
git switch main
git merge renovate/electron-fuses-2.x
git push origin main
Sign in to join this conversation.
No description provided.