WALC
WALC copied to clipboard
Bump minimatch and electron-builder
Bumps minimatch to 3.1.2 and updates ancestor dependency electron-builder. These dependencies need to be updated together.
Updates minimatch
from 3.0.4 to 3.1.2
Commits
699c459
3.1.22f2b5ff
fix: trim pattern25d7c0d
3.1.155dda29
fix: treat nocase:true as always having magic5e1fb8d
3.1.0f8145c5
Add 'allowWindowsEscape' option570e8b1
add publishConfig for v3 publishes5b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' option- Additional commits viewable in compare view
Updates electron-builder
from 23.6.0 to 24.1.2
Release notes
Sourced from electron-builder's releases.
v24.1.2
What's Changed
- chore(docs): clarify yalc setup instructions by
@NoahAndrews
in electron-userland/electron-builder#7498- fix: NsisUpdater - only resolving true if pid !== undefined by
@mmaietta
in electron-userland/electron-builder#7503- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#7504- chore(deps): Include all DefinitelyTyped packages as dev dependencies by
@NoahAndrews
in electron-userland/electron-builder#7508- fix: two-package.json electron version query by
@mmaietta
in electron-userland/electron-builder#7511- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#7509New Contributors
@NoahAndrews
made their first contribution in electron-userland/electron-builder#7498Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.1.1...v24.1.2
v24.1.1
What's Changed
- fix: refactored ffmpeg and removed related npm supdependency due to
request
vulnerability@mmaietta
in electron-userland/electron-builder#7495Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.1.0...v24.1.1
v24.1.0
What's Changed
- feat: Adding new downloadAlternateFFmpeg option to download non-proprietary ffmpeg library by
@mmaietta
in electron-userland/electron-builder#7477- chore(deps): lock file maintenance by
@renovate
in electron-userland/electron-builder#7475- chore(deps): update actions/labeler digest to ba790c8 by
@renovate
in electron-userland/electron-builder#7468- fix(arm64): RPM architecture name by
@jkroepke
in electron-userland/electron-builder#7466- fix: updating SignOptions to leverage
optionsForFile
for entitlements by@mmaietta
in electron-userland/electron-builder#7491- fix: Missing quote syntax error in nsis uninstaller by
@JamieRuderman
in electron-userland/electron-builder#7490New Contributors
@jkroepke
made their first contribution in electron-userland/electron-builder#7466@JamieRuderman
made their first contribution in electron-userland/electron-builder#7490Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.0.0...v24.1.0
v24.0.0
Full Changelog: https://github.com/electron-userland/electron-builder/compare/v23.6.0...v24.0.0
What's Changed
- chore: moving electron-builder into alpha release mode for major version by
@mmaietta
in electron-userland/electron-builder#7178- chore: migrate from
patch-package
topnpm patch
by@mmaietta
in electron-userland/electron-builder#7177- docs: Warn users not to disable zip for macos by
@taratatach
in electron-userland/electron-builder#7188- feat: enabling typescript config files (i.e. electron-builder.ts) by
@mmaietta
in electron-userland/electron-builder#7180- fix: inappropriate
electron-updater
cache directory on macOS by@kidonng
in electron-userland/electron-builder#7032- chore(deps): update dependency globby to v11.1.0 by
@renovate
in electron-userland/electron-builder#7168- fix: Migrate to electron-rebuild for handling native dependencies by
@mmaietta
in electron-userland/electron-builder#7196- feat: Extending
linux
executableArgs option to be utilized for Snap target (fixes #4587) by@fangpenlin
in electron-userland/electron-builder#7198- chore(deps): update pnpm/action-setup action to v2.2.4 by
@renovate
in electron-userland/electron-builder#7202- fix: Allow non-semver versions in getVersionInWeirdWindowsForm by
@faern
in electron-userland/electron-builder#7174
... (truncated)
Changelog
Sourced from electron-builder's changelog.
24.1.2
Patch Changes
#7508
d4c90b67
Thanks@NoahAndrews
! - Removed DefinitelyTyped dependencies from production dependencies list#7511
16283cca
Thanks@mmaietta
! - fix: utilizing frameworkInfo as primary manner of fetching electron version for installation. (fixes: #7494)24.1.1
Patch Changes
- Updated dependencies [
91f86aed
]:24.1.0
Patch Changes
24.0.0
Major Changes
- #7196
5616f23c
Thanks@mmaietta
! - fix: Migrate to electron-rebuild for handling native dependenciesMinor Changes
- #7180
edb28c09
Thanks@mmaietta
! - feat: enabling typescript config files (i.e. electron-builder.ts)Patch Changes
#7306
01c67910
Thanks@mmaietta
! - chore: Update dependencies per audit/outdated#7213
17863671
Thanks@mmaietta
! - chore(deps): Updating dependencies and fixingpnpm audit
with dependency overrides#7214
53327d51
Thanks@mmaietta
! - chore(dep): upgrading typescript and eslint dependenciesUpdated dependencies [
9700c753
,0f9865dc
,1e8dad8b
,bb376875
,a2ce9a77
,e5748b3d
,0d3b87f7
,cc1ddabd
,00d0dbc2
,45c07e3e
,2852cb56
,1cb8f50c
,93930cf0
,45a0f82a
,a3387309
,8f94978c
,aeffe080
,eb842f7f
,1d130012
,5616f23c
,01c67910
,3816d4f3
,edb28c09
,5668dc20
,4d3fdfcf
,17863671
,f9f23bef
,db69a187
,9ce74482
,53327d51
,973a0048
,c08db0a9
]:
... (truncated)
Commits
ac9c33c
chore(deploy): Release 24.1.2 ([email protected]) (#7509)16283cc
fix: utilizing frameworkInfo as primary manner of fetching electron version f...d4c90b6
chore(deps): Move all DefinitelyTyped packages to dev dependencies (#7508)a0e09c3
chore(deploy): Release 24.1.1 (#7499)b23a9b6
chore(deploy): Release 24.1.0 (#7478)c1448c6
chore(deploy): Release 24.0.0 ([email protected]) (#7459)c6ea568
chore(deploy): Release 24.0.0-alpha.13 (alpha) (#7433)8ba58fa
chore(deploy): Release 24.0.0-alpha.12 ([email protected]) (alph...a338730
feat: Allow for NSIS windows installer to be wrapped in an MSI (#7407)0448896
chore(deploy): Release 24.0.0-alpha.11 ([email protected]) (alph...- Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.