Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
Major Changes
#7198
a2ce9a77
Thanks @fangpenlin! - Extendinglinux
executableArgs option to be utilized for Snap target#7320
2852cb56
Thanks @filfreire! - Add base option for snapcraft#7388
1cb8f50c
Thanks @mmaietta! - fix(BREAKING): ExecuteafterSign
hook only when signing is completed, otherwise skip#7196
5616f23c
Thanks @mmaietta! - fix: Migrate to electron-rebuild for handling native dependencies#7361
f9f23bef
Thanks @filfreire! - Remove spctl check from Mac notarization step#7378
db69a187
Thanks @filfreire! - Remove extra adapter field if core22 is set as base for snapcraftMinor Changes
#7373
9700c753
Thanks @indutny-signal! - feat: optional vendor information in releaseInfo#7351
1e8dad8b
Thanks @filfreire! - Update MacOS signOptions on macPackager#7314
cc1ddabd
Thanks @lbestftr! - added the accelerate option to handle accelerated s3 buckets#7310
00d0dbc2
Thanks @mmaietta! - feat: integrating @electron/notarize into mac signing flow#7251
45a0f82a
Thanks @ptol! - feat(nsis): add ShutdownBlockReasonCreate for blocking Windowns Shutdown alert/prompt#7060
1d130012
Thanks @mmaietta! - feat: Introducing deb and rpm auto-updates as beta feature#7180
edb28c09
Thanks @mmaietta! - feat: enabling typescript config files (i.e. electron-builder.ts)Patch Changes
#7174
0f9865dc
Thanks @faern! - Allow non-semver version formats on Windows#7382
bb376875
Thanks @radex! - fix: Allow MAS builds to be unsigned ifidentity: null
is explicitly passed#7383
e5748b3d
Thanks @radex! - fix: MAS builds should respect arch suffix perdefaultArch
config#7215
0d3b87f7
Thanks @mmaietta! - fix: Using electron-rebuild for finding project root for native node addons to correctly handle monorepo setups45c07e3e
Thanks @mmaietta! - fix: enable signing of .node modules in order to support WDAC#7362
93930cf0
Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7407
a3387309
Thanks @ghost1face! - feat: Allow for NSIS windows installer to be wrapped in an MSI#7339
8f94978c
Thanks @zanzara! - fix: add missing html extension for multi language license files in nsis target#7387
aeffe080
Thanks @mmaietta! - fix: resetGYP_MSVS_VERSION
for multi-arch builds beforebeforePack
#7431
eb842f7f
Thanks @nsrCodes! - fix packager: return success status from doSign function calls#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7188
3816d4f3
Thanks @taratatach! - docs: Warn users not to disable zip for macos if using auto-update#7275
5668dc20
Thanks @Mstrodl! - Fixes a bug where signtool might not be used in a windows VM#7432
4d3fdfcf
Thanks @mmaietta! - fix: report the correct status result whendoSign
exits early from macPackager and winPackager. Updated function definition to returnPromise<boolean>
to properly flag intellisense#7213
17863671
Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm audit
with dependency overrides#7297
9ce74482
Thanks @t3chguy! - fix(app-builder-lib): export missing TS types#7214
53327d51
Thanks @mmaietta! - chore(dep): upgrading typescript and eslint dependencies#7327
973a0048
Thanks @gbodeen! - fix: Ensure parent directories of symlinks are created when copied directory only contains symlinks#7352
c08db0a9
Thanks @michaelwbarry! - fix: re-add--identifier
to mac pkg build to address issue pkgbuild failing with "No package identifier specified and not exactly one component to derive it from." #7348Updated dependencies [
cc1ddabd
,93930cf0
,01c67910
,4d3fdfcf
,17863671
,c21e3b37
,53327d51
]:[email protected]
Major Changes
5616f23c
Thanks @mmaietta! - fix: Migrate to electron-rebuild for handling native dependenciesMinor Changes
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
]:[email protected]
Major Changes
caa32e07
Thanks @kidonng! - fix: use appropriateelectron-updater
cache directory on macOSMinor Changes
#7060
1d130012
Thanks @mmaietta! - feat: Introducing deb and rpm auto-updates as beta feature#7337
9c0c4228
Thanks @beyondkmp! - feat: Provide a custom verify function interface to enable nsis signature verification alternatives instead of powershellPatch Changes
#7380
7862e388
Thanks @beyondkmp! - fix: add reject in handleError in WindowsverifySignature
function#7230
346af1d4
Thanks @jeremyspiegel! - fix: support powershell constrained language mode#7394
1bbcfb3d
Thanks @ganthern! - fix: inherit stdio for updated processes (electron-updater 6.0.0-alpha.8 does not work on Ubuntu 22.04.1 LTS with Error: EPIPE #7393)#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671
Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm audit
with dependency overridesUpdated dependencies [
cc1ddabd
,93930cf0
,01c67910
,53327d51
]:[email protected]
Minor Changes
cc1ddabd
Thanks @lbestftr! - added the accelerate option to handle accelerated s3 bucketsPatch Changes
#7362
93930cf0
Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7214
53327d51
Thanks @mmaietta! - chore(dep): upgrading typescript and eslint dependencies[email protected]
Patch Changes
#7362
93930cf0
Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7432
4d3fdfcf
Thanks @mmaietta! - fix: report the correct status result whendoSign
exits early from macPackager and winPackager. Updated function definition to returnPromise<boolean>
to properly flag intellisense#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 [
cc1ddabd
,93930cf0
,01c67910
,53327d51
]:[email protected]
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
]:[email protected]
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
]:[email protected]
Patch Changes
#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdatedUpdated 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
]:[email protected]
Patch Changes
#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdatedUpdated 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
]:[email protected]
Patch Changes
#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdatedUpdated 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
]:[email protected]
Patch Changes
#7306
01c67910
Thanks @mmaietta! - chore: Update dependencies per audit/outdatedUpdated 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
]:[email protected]
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#7231
c21e3b37
Thanks @laprasdrum! - fix: get CI tag in GitHub ActionsUpdated dependencies [
cc1ddabd
,93930cf0
,01c67910
,4d3fdfcf
,17863671
,53327d51
]: