Surfer is a modern web browser that offers an easy, minimalistic and polished browsing experience, with inspirations taken from the Safari browser, and uses Chromium and Electron technologies.
feat: New lifecycle hooks: afterAsar, afterComplete, afterCopyExtraResources, beforeAsar, beforeCopy, beforeCopyExtraResources by @erikian in electron/electron-packager#1297
BREAKING: Replaced electron-osx-sign with @electron/osx-sign. The accepted properties on the osxSign options object are now slightly different. Please see the migration guide for more information on these changes. (#1428)
Replaced asar with @electron/asar. The configuration options are unchanged. This migration is purely cosmetic. (#1431)
Replaced electron-notarize with @electron/notarize. The configuration options are unchanged. This migration is purely cosmetic.
Added new afterFinalizePackageTargets hook. This hook exposes the platform/arch combinations that are being packaged when the arch:all or platform:all options are set.
BREAKING: Replaced electron-osx-sign with @electron/osx-sign. The accepted properties on the osxSign options object are now slightly different. Please see the migration guide for more information on these changes. (#1428)
Replaced asar with @electron/asar. The configuration options are unchanged. This migration is purely cosmetic. (#1431)
Fixed
ElectronAsarIntegrity is now automatically removed from the asar option is disabled (#1281)
This version was pushed to npm by georgexu99, a new releaser for electron-packager since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps electron-packager from 16.0.0 to 17.1.0.
Release notes
Sourced from electron-packager's releases.
Changelog
Sourced from electron-packager's changelog.
Commits
c772bff
17.1.0fff1487
feat: add new afterFinalizePackageTargets hook (#1437)5aac8c9
feat: New lifecycle hooks: afterAsar, afterComplete, afterCopyExtraResources,...df3383c
refactor: migrate from electron-notarize to@electron/notarize
(#1433)b56ea8a
17.0.034c3c4e
docs: update NEWS.md for v17.0.021bb953
refactor: migrate from asar to@electron/asar
(#1431)274c686
feat!: upgrade electron-osx-sign to@electron/osx-sign
(#1428)c02695f
fix: remove ElectronAsarIntegrity when asar is disabled (#1281)f6e353a
chore: Revert "chore: bump typedoc from 0.19.2 to 0.23.14 (#1416)" (#1420)Maintainer changes
This version was pushed to npm by georgexu99, a new releaser for electron-packager since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)