Conversation
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
35362b3 to
b2a243e
Compare
db25ef0 to
c6dcfd6
Compare
c6dcfd6 to
34bf4cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
app-builder-lib@24.0.0
Major Changes
#7198
a2ce9a77Thanks @fangpenlin! - ExtendinglinuxexecutableArgs option to be utilized for Snap target#7320
2852cb56Thanks @filfreire! - Add base option for snapcraft#7388
1cb8f50cThanks @mmaietta! - fix(BREAKING): ExecuteafterSignhook only when signing is completed, otherwise skip#7196
5616f23cThanks @mmaietta! - fix: Migrate to electron-rebuild for handling native dependencies#7361
f9f23befThanks @filfreire! - Remove spctl check from Mac notarization step#7378
db69a187Thanks @filfreire! - Remove extra adapter field if core22 is set as base for snapcraftMinor Changes
#7373
9700c753Thanks @indutny-signal! - feat: optional vendor information in releaseInfo#7351
1e8dad8bThanks @filfreire! - Update MacOS signOptions on macPackager#7314
cc1ddabdThanks @lbestftr! - added the accelerate option to handle accelerated s3 buckets#7310
00d0dbc2Thanks @mmaietta! - feat: integrating @electron/notarize into mac signing flow#7251
45a0f82aThanks @ptol! - feat(nsis): add ShutdownBlockReasonCreate for blocking Windowns Shutdown alert/prompt#7060
1d130012Thanks @mmaietta! - feat: Introducing deb and rpm auto-updates as beta feature#7180
edb28c09Thanks @mmaietta! - feat: enabling typescript config files (i.e. electron-builder.ts)Patch Changes
#7174
0f9865dcThanks @faern! - Allow non-semver version formats on Windows#7382
bb376875Thanks @radex! - fix: Allow MAS builds to be unsigned ifidentity: nullis explicitly passed#7383
e5748b3dThanks @radex! - fix: MAS builds should respect arch suffix perdefaultArchconfig#7215
0d3b87f7Thanks @mmaietta! - fix: Using electron-rebuild for finding project root for native node addons to correctly handle monorepo setups45c07e3eThanks @mmaietta! - fix: enable signing of .node modules in order to support WDAC#7362
93930cf0Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7407
a3387309Thanks @ghost1face! - feat: Allow for NSIS windows installer to be wrapped in an MSI#7339
8f94978cThanks @zanzara! - fix: add missing html extension for multi language license files in nsis target#7387
aeffe080Thanks @mmaietta! - fix: resetGYP_MSVS_VERSIONfor multi-arch builds beforebeforePack#7431
eb842f7fThanks @nsrCodes! - fix packager: return success status from doSign function calls#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7188
3816d4f3Thanks @taratatach! - docs: Warn users not to disable zip for macos if using auto-update#7275
5668dc20Thanks @Mstrodl! - Fixes a bug where signtool might not be used in a windows VM#7432
4d3fdfcfThanks @mmaietta! - fix: report the correct status result whendoSignexits early from macPackager and winPackager. Updated function definition to returnPromise<boolean>to properly flag intellisense#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7297
9ce74482Thanks @t3chguy! - fix(app-builder-lib): export missing TS types#7214
53327d51Thanks @mmaietta! - chore(dep): upgrading typescript and eslint dependencies#7327
973a0048Thanks @gbodeen! - fix: Ensure parent directories of symlinks are created when copied directory only contains symlinks#7352
c08db0a9Thanks @michaelwbarry! - fix: re-add--identifierto 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]:electron-builder@24.0.0
Major Changes
5616f23cThanks @mmaietta! - fix: Migrate to electron-rebuild for handling native dependenciesMinor Changes
edb28c09Thanks @mmaietta! - feat: enabling typescript config files (i.e. electron-builder.ts)Patch Changes
#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7214
53327d51Thanks @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]:electron-updater@6.0.0
Major Changes
caa32e07Thanks @kidonng! - fix: use appropriateelectron-updatercache directory on macOSMinor Changes
#7060
1d130012Thanks @mmaietta! - feat: Introducing deb and rpm auto-updates as beta feature#7337
9c0c4228Thanks @beyondkmp! - feat: Provide a custom verify function interface to enable nsis signature verification alternatives instead of powershellPatch Changes
#7380
7862e388Thanks @beyondkmp! - fix: add reject in handleError in WindowsverifySignaturefunction#7230
346af1d4Thanks @jeremyspiegel! - fix: support powershell constrained language mode#7394
1bbcfb3dThanks @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
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overridesUpdated dependencies [
cc1ddabd,93930cf0,01c67910,53327d51]:builder-util-runtime@9.2.0
Minor Changes
cc1ddabdThanks @lbestftr! - added the accelerate option to handle accelerated s3 bucketsPatch Changes
#7362
93930cf0Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7214
53327d51Thanks @mmaietta! - chore(dep): upgrading typescript and eslint dependenciesbuilder-util@24.0.0
Patch Changes
#7362
93930cf0Thanks @onucsecu2! - docs: replaced 'access token' with 'app password' from BitbucketOptions#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7432
4d3fdfcfThanks @mmaietta! - fix: report the correct status result whendoSignexits early from macPackager and winPackager. Updated function definition to returnPromise<boolean>to properly flag intellisense#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7214
53327d51Thanks @mmaietta! - chore(dep): upgrading typescript and eslint dependenciesUpdated dependencies [
cc1ddabd,93930cf0,01c67910,53327d51]:dmg-builder@24.0.0
Patch Changes
#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7214
53327d51Thanks @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]:electron-builder-squirrel-windows@24.0.0
Patch Changes
#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7214
53327d51Thanks @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]:electron-forge-maker-appimage@24.0.0
Patch Changes
#7306
01c67910Thanks @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]:electron-forge-maker-nsis@24.0.0
Patch Changes
#7306
01c67910Thanks @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]:electron-forge-maker-nsis-web@24.0.0
Patch Changes
#7306
01c67910Thanks @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]:electron-forge-maker-snap@24.0.0
Patch Changes
#7306
01c67910Thanks @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]:electron-publish@24.0.0
Patch Changes
#7306
01c67910Thanks @mmaietta! - chore: Update dependencies per audit/outdated#7213
17863671Thanks @mmaietta! - chore(deps): Updating dependencies and fixingpnpm auditwith dependency overrides#7231
c21e3b37Thanks @laprasdrum! - fix: get CI tag in GitHub ActionsUpdated dependencies [
cc1ddabd,93930cf0,01c67910,4d3fdfcf,17863671,53327d51]: