Bump the npm_and_yarn group across 1 directory with 23 updates
Bumps the npm_and_yarn group with 21 updates in the /src/EpicChain-GUI/epicchain-gui/epicchain-gui/ClientApp directory:
| Package | From | To |
|---|---|---|
| axios | 1.1.3 |
1.6.0 |
| postcss | 8.4.18 |
8.4.41 |
| resolve-url-loader | 4.0.0 |
5.0.0 |
| webpack | 5.74.0 |
5.93.0 |
| electron | 21.1.1 |
31.3.1 |
| @adobe/css-tools | 4.0.1 |
4.4.0 |
| @babel/traverse | 7.19.4 |
7.25.3 |
| app-builder-lib | 23.6.0 |
24.13.3 |
| electron-builder | 23.6.0 |
24.13.3 |
| braces | 3.0.2 |
3.0.3 |
| minimatch | 3.0.4 |
3.1.2 |
| recursive-readdir | 2.2.2 |
2.2.3 |
| ejs | 3.1.8 |
3.1.10 |
| express | 4.18.2 |
4.19.2 |
| follow-redirects | 1.15.2 |
1.15.6 |
| json5 | 1.0.1 |
1.0.2 |
| nth-check | 1.0.2 |
2.1.1 |
| @svgr/webpack | 5.5.0 |
8.1.0 |
| tough-cookie | 4.1.2 |
4.1.4 |
| webpack-dev-middleware | 5.3.3 |
5.3.4 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates axios from 1.1.3 to 1.6.0
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookupintegration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-60324591.5.0 (2023-08-26)
... (truncated)
Commits
f7adacdchore(release): v1.6.0 (#6031)9917e67chore(ci): fix release-it arg; (#6032)96ee232fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2chore(tests): fixed tests to pass in node v19 and v20 withkeep-aliveenabl...5aaff53fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63achore(docs): added AxiosHeaders docs; (#5932)a1c8ad0fix(types): fix AxiosHeaders types; (#5931)2ac731dchore(docs): update readme.md (#5889)88fb52bchore(release): v1.5.1 (#5920)e410779fix(adapters): improved adapters loading logic to have clear error messages; ...- Additional commits viewable in compare view
Updates postcss from 8.4.18 to 8.4.41
Release notes
Sourced from postcss's releases.
8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by@tim-we).- Cleaned up code (by
@DrKiraDmitry).8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by@romainmenke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by@ferreira-tb).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by Andrew Ferreira).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.
... (truncated)
Commits
57e0211Release 8.4.41 versionf27134fUpdate dependencies146d31cMerge pull request #1952 from nex3/rule-props3707c3bMerge remote-tracking branch 'origin/main' into rule-props9ab3619DeclareInput.toJSON()be59ad4Remove dead website165154bUpdate dependencies6127a44Declaration#variable do not have setter536726dFix type58fa0efSort keys- Additional commits viewable in compare view
Updates resolve-url-loader from 4.0.0 to 5.0.0
Release notes
Sourced from resolve-url-loader's releases.
5.0.0
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-beta.1
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-alpha.1
Breaking changes
- Require
node>=12.- Support only
webpack>=4.- Update to
postcss@^8.- Remove
reworkengine (which was deprecated in V4).Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
Changelog
Sourced from resolve-url-loader's changelog.
resolve-url-loader
Version 5
Features
- Update
postcssand completely removereworkparser.Breaking Changes
- Require
node@>=12.- Support
webpack@>=4(no longer tested for earlier versions).- The
engineoption has been removed.Migrating
Remove the
engineoption if you are using it.Version 4
Features
- Better resolution of the original source location - You can more successfully use
url()in variables and mixins.- Dependencies now accept a wider range and explicit dependency on
reworkandrework-visithas been removed.Breaking Changes
- The
engineoption is deprecated which means the oldreworkengine is deprecated.- The
keepQuerybehaviour is now the default, thekeepQueryoption has been removed.- The
removeCRoption defaults totruewhen executing on Windows OS.- The
absoluteoption has been removed.- The
joinoption has changed.Migrating
Remove the
engineoption if you are using it - the default "postcss" engine is much more reliable. The "rework" engine will still work for now but will be removed in the next major version.Remove the
keepQueryoption if you are using it.Remove the
absoluteoption, webpack should work fine without it. If you have a specific need to rebaseurl()then you should use a separate loader.If you use a custom
joinfunction then you will need to refactor it to the new API. Refer to the advanced usage documentation.If you wish to still use
engine: "rework"then note thatreworkandrework-visitpackages are nowpeerDependenciesthat must be explicitly installed by you.Version 3
Features
- Use
postcssparser by default. This is long overdue as the oldreworkparser doesn't cope with modern css.
... (truncated)
Commits
bf01da95.0.078393f6update branch references to v56787839github actions for CI1457038update changelog and readmea01faf95.0.0-beta.1fb09faeremove the engine option harder, ensure deprecation warning is tested5654fa4remove the engine option and related tests, use getOptions from loader where ...10f9cdb5.0.0-alpha.1b168dd3adjust deprecation message for engine option29e142anormalise windows absolute paths to posix format in log messages- Additional commits viewable in compare view
Updates webpack from 5.74.0 to 5.93.0
Release notes
Sourced from webpack's releases.
v5.93.0
Bug Fixes
- Generate correct relative path to runtime chunks
- Makes
DefinePluginquieter under default log level- Fixed mangle destructuring default in namespace import
- Fixed consumption of eager shared modules for module federation
- Strip slash for pretty regexp
- Calculate correct contenthash for CSS generator options
New Features
- Added the
binarygenerator option for asset modules to explicitly keep source maps produced by loaders- Added the
modern-modulelibrary value for tree shakable output- Added the
overrideStrictoption to override strict or non-strict mode for javascript modulesv5.92.1
Bug Fixes
- Doesn't crash with an error when the css experiment is enabled and contenthash is used
v5.92.0
Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the
subtractRuntimefunction for runtime logic- Fixed failed to resolve promise when eager import a dynamic cjs
- Avoid generation extra code for external modules when remapping is not required
- The
css/globaltype now handles the exports name- Avoid hashing for
@keyframeand@propertyat-rules incss/globaltype- Fixed mangle with destructuring for JSON modules
- The
stats.hasWarnings()method now respects theignoreWarningsoption- Fixed
ArrayQueueiterator- Correct behavior of
__webpack_exports_info__.a.b.canMangle- Changed to the correct plugin name for the
CommonJsChunkFormatPluginplugin- Set the
chunkLoadingoption to theimportwhen environment is unknown and output is module- Fixed when runtimeChunk has no exports when
modulechunkFormat used- [CSS] Fixed parsing minimized CSS import
- [CSS] URLs in CSS files now have correct public path
- [CSS] The
cssmodule type should not allow parser to switch mode- [Types] Improved context module types
New Features
- Added platform target properties to compiler
- Improved multi compiler cache location and validating it
- Support
import attributesspec (withkeyword)- Support
node:prefix for Node.js core modules in runtime code- Support prefetch/preload for module chunk format
... (truncated)
Commits
277460bchore(release): 5.93.076ab754fix: relative path to runtime chunks40b1a77test: added080e54ffix: relative path to runtime chunks7764e38chore(deps-dev): bump eslint from 9.5.0 to 9.6.022738f3chore(deps-dev): bump eslint from 9.5.0 to 9.6.01a27b9efix: contenthash for css generator optionse716d44chore(deps-dev): bump@eslint/jsfrom 9.5.0 to 9.6.07a34330chore(deps-dev): bump typescript from 5.5.2 to 5.5.3974752fchore(deps-dev): bump globals from 15.6.0 to 15.8.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates electron from 21.1.1 to 31.3.1
Release notes
Sourced from electron's releases.
electron v31.3.1
Release Notes for v31.3.1
Fixes
- Fixed an issue where calling
desktopCapturer.getSourceson macOS running 14.4 or later would make non-resizable windows resizable. #43044 (Also in 32)- Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43071 (Also in 30, 32)
Other Changes
- Fixed a potential crash when removing notifications on Windows. #43061 (Also in 30, 32)
- Updated Chromium to 126.0.6478.185. #43027
electron v31.3.0
Release Notes for v31.3.0
Features
- Added
DownloadItem.getCurrentBytesPerSecond(),DownloadItem.getPercentComplete(),DownloadItem.getEndTime(). #42915 (Also in 30, 32)- Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42994 (Also in 32)
Fixes
- Fixed a potential crash when using off screen rendering. #42941 (Also in 30, 32)
- Fixed an issue where
navigator.mediaDevices.getUserMediaandnavigator.getUserMediashould reject with aNotAllowedErrorif microphone or camera permissions have been denied at the system level on macOS. #42937 (Also in 30, 32)- Fixed an issue where calling
BrowserWindow.setBackgroundColorwith some level of transparency could cause a crash. #42928 (Also in 32)Other Changes
- Fix: fixed the
npm run lintnot working on Windows. #42906 (Also in 32)- Updated Chromium to 126.0.6478.183. #42942
- Updated Node.js to v20.15.1. #42839
electron v31.2.1
Release Notes for v31.2.1
Fixes
- Fixed a potential error when calling
webContents.close()on a BrowserView. #42810 (Also in 32)- Fixed an issue where High Contrast Mode didn't apply to webContents on Windows. #42859 (Also in 32)
- Fixed an issue where sources returned by the
desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42861 (Also in 32)- Fixed an issue where sources returned by the
desktopCapturerAPI andscreen.getAllDisplays()no longer matched on Windows. #42890 (Also in 32)- Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. #42893 (Also in 32)
- Fixed crash when resolving proxy with
session.resolveProxyapi. #42897 (Also in 32)electron v31.2.0
Release Notes for v31.2.0
Features
Fixes
... (truncated)
Commits
6322c32fix: always terminate active Node Streams (#43071)b6e19c5chore: avoid crash while notification removal (#43061)871136brefactor: move safe_storage functions into anonymous namespace (#43051)9438173fix: File System API permissions should reset on WebContents destruction (#43...ca9027bchore: bump chromium to 126.0.6478.185 (31-x-y) (#43027)139abe7fix: desktopCapturer breaks BrowserWindow resizable on macOS (#43044)097a3e9chore: use v8::Local<>, not v8::Handle<> (#43037)9e14f8dfeat: emit an event when accessing restricted path in File System Access API ...f797f92docs: note macOS fullscreen events in fullscreen query (#43016)7f6eab8docs: improve desktop capture example (#43005)- Additional commits viewable in compare view
Updates @adobe/css-tools from 4.0.1 to 4.4.0
Changelog
Sourced from @adobe/css-tools's changelog.
4.4.0 / 2024-06-05
- add support for
@starting-style#3194.3.3 / 2024-01-24
- Update export property #271
4.3.2 / 2023-11-28
- Fix redos vulnerability with specific crafted css string - CVE-2023-48631
- Fix Problem parsing with :is() and nested :nth-child() #211
4.3.1 / 2023-03-14
- Fix redos vulnerability with specific crafted css string - CVE-2023-26364
4.3.0 / 2023-03-07
- Update build tools
- Update exports path and files
4.2.0 / 2023-02-21
- Add
@containersupport- Add
@layersupport4.1.0 / 2023-01-25
- Support ESM Modules
4.0.2 / 2023-01-12
Commits
- See full diff in compare view
Updates @babel/traverse from 7.19.4 to 7.25.3
Release notes
Sourced from @babel/traverse's releases.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
Committers: 4
- Adrian (
@nerodesu017)- Huáng Jùnliàng (
@JLHwung)@keiseiTi@liuxingbaoyuv7.25.0 (2024-07-26)
Thanks
@davidtaylorhqand@slatereaxfor your first PR!You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
:eyeglasses: Spec Compliance
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
v7.25.0 (2024-07-26)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (
@liuxingbaoyu):rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)babel-core,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules
... (truncated)
Commits
787c7cdv7.25.3992c6e0Avoid validating visitors produced bytraverse.visitors.merge(#16699)44efb5fprint@babel/traverseversion on unknown AST types (#16701)0f8f408v7.25.26a15d7aEnsure thatrequeueComputedKeyAndDecoratorsis available (#16695)2413d1aAdd eslint-plugin-regexp (#16680)6bfc823v7.25.1801d3cbfix: improve variable declarator removal (#16587)d2e3ee2v7.25.0d364545MoveensureFunctionNametoNodePath.prototype(#16658)- Additional commits viewable in compare view
Updates app-builder-lib from 23.6.0 to 24.13.3
Release notes
Sourced from app-builder-lib's releases.
v24.13.3
What's Changed
- chore(deps): update actions/setup-node digest to 60edb5d by
@renovatein electron-userland/electron-builder#8078- chore(deps): update pnpm/action-setup action to v3 by
@renovatein electron-userland/electron-builder#8079- chore: fixing differential update test file compilation and adding to CI suite by
@mmaiettain electron-userland/electron-builder#8076- feat: add support for differential zip updates on macOS by
@beyondkmpin electron-userland/electron-builder#7709- fix(msi): build emulated arm64 MSI installers as stopgap until electron-builder-binaries wix version is updated by
@Allan-Kerrin electron-userland/electron-builder#8086- fix(deb): only execute
update-desktop-databaseandupdate-mime-databasewhen exists on the system by@mmaiettain electron-userland/electron-builder#8067- fix(mac): sign NSIS on mac by
@mmaiettain electron-userland/electron-builder#8090- chore(deploy): Release by
@github-actionsin electron-userland/electron-builder#8084New Contributors
@Allan-Kerrmade their first contribution in electron-userland/electron-builder#8086Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.2...v24.13.3
v24.13.2
What's Changed
- fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer by
@mmaiettain electron-userland/electron-builder#8059- fix(mac): only skip notarization step when
notarizeis explicitly false by@mmaiettain electron-userland/electron-builder#8065- fix: use
pathToFileUrlfor hooks for Windows ES module support by@lutzroederin electron-userland/electron-builder#8069- fix(pkg): provide
BundlePreInstallScriptPathand/orBundlePostInstallScriptPathby@mmaiettain electron-userland/electron-builder#8071- chore(deploy): Release by
@github-actionsin electron-userland/electron-builder#8060Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.1...v24.13.2
v24.13.1
What's Changed
- fix: auto-update powershell script requires reset of
PSModulePathby@mmaiettain electron-userland/electron-builder#8051- chore: upgrading connected dependencies (typescript 5.3.3 requires higher eslint version) by
@mmaiettain electron-userland/electron-builder#8057- fix: add dmg-builder and squirrel-windows to peerDependencies for pnpm by
@taozhou-gleanin electron-userland/electron-builder#8052- chore(deploy): Release by
@github-actionsin electron-userland/electron-builder#8056Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.0...v24.13.1
v24.13.0
What's Changed
- fix: use CI_COMMIT_TAG instead of CI_BUILD_TAG for Gitlab CI by
@mmaiettain electron-userland/electron-builder#8010- chore(deps): update actions/cache action to v4 by
@renovatein electron-userland/electron-builder#8012- chore(deps): update tj-actions/changed-files action to v42 by
@renovatein electron-userland/electron-builder#8014- fix(mac): Update mac notarize keychain env var to be optional by
@mmaiettain electron-userland/electron-builder#8022- fix(deps): update dependency
@electron/notarizeto v2.2.1 by@renovatein electron-userland/electron-builder#8029- fix(deps): update depende...
Description has been truncated
Dependabot couldn't find a package.json. Because of this, Dependabot cannot update this pull request.