Bump the npm_and_yarn group across 1 directory with 6 updates
Bumps the npm_and_yarn group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| next | 12.3.4 |
13.5.1 |
| electron | 17.4.11 |
22.3.25 |
| app-builder-lib | 23.6.0 |
24.13.3 |
| electron-builder | 23.6.0 |
24.13.3 |
| postcss | 8.4.14 |
8.4.31 |
| next | 13.5.1 |
13.5.6 |
Updates next from 12.3.4 to 13.5.1
Commits
0c1c7f8v13.5.19744285v13.5.1-canary.144eba02improve publish-release (#55597)c652dc8v13.5.1-canary.0ffafad2v13.5.04a589edv13.4.20-canary.41deb81cffix styled-jsx alias (#55581)1a9b0f6improve internal error logging (#55582)0631549Fix react packages are not bundled for metadata routes (#55579)bad5365Update supported config options for Turbopack (#55556)- Additional commits viewable in compare view
Updates electron from 17.4.11 to 22.3.25
Commits
1c1c132chore: cherry-pick 3fbd1dca6a4d from libvpx (#40026)d892c2bbuild: fixup autoninja (#39899)6132e80build: run on circle hosts for forks (#39865)a953199build: use aks backed runners for linux builds (#39838)056eacfchore: cherry-pick b2eab7500a18 from chromium (#39827)5f8ef81fix: ensure app load is limited to real asar files when appropriate (#39811)4995c9echore: cherry-pick 1 changes from Release-3-M116 (#39758)e29cdacbuild: fix depot_tools patch application (#39751)b58903dchore: cherry-pick 1 changes from Release-2-M116 (#39689)33f9dcechore: cherry-pick 2 changes from Release-1-M116 (#39648)- 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 dependency
@electron/universalto v1.5.1 by@renovatein electron-userland/electron-builder#8030- chore(deps): update actions/setup-node digest to b39b52d by
@renovatein electron-userland/electron-builder#8032- fix(mac): merge
fileAssociationswith existingCFBundleDocumentTypesif defined inmac.extendInfoby@davejin electron-userland/electron-builder#8035- fix: hooks
resolveModuledefault fallback torequireby@mmaiettain electron-userland/electron-builder#8042- feat: allow
onNodeModuleFileto return a boolean to force include the package to be copied by@mmaiettain electron-userland/electron-builder#8043- chore(deploy): Release by
@github-actionsin electron-userland/electron-builder#8011
... (truncated)
Changelog
Sourced from app-builder-lib's changelog.
24.13.3
Patch Changes
#8086
e6f1bebdThanks@Allan-Kerr! - fix(msi): build emulated arm64 MSI installers as stopgap until electron-builder-binaries wix version is updated#8090
2c147addThanks@mmaietta! - fix(mac): sign NSIS on mac#8067
18340eefThanks@mmaietta! - fix(deb): soft symlink instead of hardlink to handle when /opt is on a separate partitionUpdated dependencies []:
24.13.2
Patch Changes
#8059
8f4acff3Thanks@mmaietta! - fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer#8071
eb296c9bThanks@mmaietta! - fix(pkg): provideBundlePreInstallScriptPathand/orBundlePostInstallScriptPathwhen a pre/postinstall script is provided to pkg installer#8069
538dd86bThanks@lutzroeder! - fix: usepathToFileUrlfor hooks for Windows ES module support#8065
5681777aThanks@mmaietta! - fix(mac): only skip notarization step whennotarizeis explicitly falseUpdated dependencies []:
24.13.1
Patch Changes
#8052
6a4f605fThanks@taozhou-glean! - fix: add dmg-builder and squirrel-windows to peer dependency for pnpm#8057
ccbb80deThanks@mmaietta! - chore: upgrading connected dependencies (typescript requires higher eslint version)Updated dependencies [
ccbb80de]:24.13.0
Minor Changes
- #8043
bb4a8c09Thanks@mmaietta! - feat: allowonNodeModuleFileto return a boolean to force include the package to be copied
... (truncated)
Commits
cb335ecchore(deploy): Release v24.13.3 ([email protected]) (#8084)2c147adfix(mac): signing NSIS on mac (#8090)18340eefix(deb): only executeupdate-desktop-databaseandupdate-mime-databasew...e6f1bebfeat(msi): build emulated arm64 MSI installers (#8086)5f0804fchore(deploy): Release 24.13.2 (#8060)eb296c9fix(pkg): provideBundlePreInstallScriptPathand/or `BundlePostInstallScrip...538dd86fix: usepathToFileUrlfor hooks for Windows ES module support (#8069)5681777fix(mac): only skip notarization step whennotarizeis explicitly false (#8...8f4acfffix: execute%SYSTEMROOT%cmd.exe directly during NSIS installer (#8059)8965608chore(deploy): Release v24.13.1 ([email protected]) (#8056)- Additional commits viewable in compare view
Updates electron-builder from 23.6.0 to 24.13.3
Release notes
Sourced from electron-builder'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 dependency
@electron/universalto v1.5.1 by@renovatein electron-userland/electron-builder#8030- chore(deps): update actions/setup-node digest to b39b52d by
@renovatein electron-userland/electron-builder#8032- fix(mac): merge
fileAssociationswith existingCFBundleDocumentTypesif defined inmac.extendInfoby@davejin electron-userland/electron-builder#8035- fix: hooks
resolveModuledefault fallback torequireby@mmaiettain electron-userland/electron-builder#8042- feat: allow
onNodeModuleFileto return a boolean to force include the package to be copied by@mmaiettain electron-userland/electron-builder#8043- chore(deploy): Release by
@github-actionsin electron-userland/electron-builder#8011
... (truncated)
Changelog
Sourced from electron-builder's changelog.
24.13.3
Patch Changes
24.13.2
Patch Changes
24.13.1
Patch Changes
24.13.0
Patch Changes
24.12.0
Minor Changes
- #8002
adf97dccThanks@scottnonnenberg-signal! - mac: Support for a custom 'sign' actionPatch Changes
24.11.0
Patch Changes
... (truncated)
Commits
cb335ecchore(deploy): Release v24.13.3 ([email protected]) (#8084)5f0804fchore(deploy): Release 24.13.2 (#8060)8965608chore(deploy): Release v24.13.1 ([email protected]) (#8056)0403278chore(deploy): Release v24.13.0 ([email protected]) (#8011)17b5081chore(deploy): Release v24.12.0 (#7981)fc13810chore(deploy): Release v24.11.0 ([email protected]) (#7954)47e66cachore(deploy): Release v24.10.0 (#7934)a8fda9achore(deploy): Release v24.9.4 (#7916)512fb9echore(deploy): Release v24.9.3 (#7909)3973c66chore(deploy): Release v24.9.2 (#7899)- Additional commits viewable in compare view
Updates got from 9.6.0 to 11.8.6
Release notes
Sourced from got's releases.
v11.8.6
- Destroy request object after successful response
https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6
v11.8.5
- Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5
v11.8.3
- Bump cacheable-request dependency (#1921) 9463bb6
- Fix
HTTPErrormissing.codeproperty (#1739) 0e167b8https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3
v11.8.2
- Make the
dnsCacheoption lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2
v11.8.1
- Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0
v11.8.0
- Fix for sending files with size
0onstat(#1488) 7acd380beforeRetryallows stream body if different from original (#1501) 3dd2273- Set default value for an options object (#1495) 390b145
https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0
v11.7.0
Improvements
- Add
pfxHTTPS option (#1364) c33df7f- Update
bodyafterbeforeRequest(#1453) e1c1844- Don't allocate buffer twice (#1403) 7bc69d9
Fixes
- Fix a regression where body was sent after redirect 88b32ea
- Fix destructure error on
promise.json()c97ce7c- Do not ignore userinfo on a redirect to the same origin 52de13b
https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0
v11.6.2
Bug fixes
... (truncated)
Commits
2b1482c11.8.62d1497eDestroy request object after successful response (#2187)5e17bb711.8.5bce8ce7Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc8ced192Fix build670eb0411.8.420f29feBackport #1543: Initialize globalResponse in case of ignored HTTPError (#2017)0da732f11.8.39463bb6Bump cacheable-request dependency (#1921)0e167b8HTTPError code set to 'HTTPError' #1711 (#1739)- Additional commits viewable in compare view
Updates postcss from 8.4.14 to 8.4.31
Release notes
Sourced from postcss's releases.
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.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by
@romainmenke).8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by@KingSora).8.4.17
- Fixed
Node.before()unexpected behavior (by@romainmenke).- Added TOC to docs (by
@muddv).8.4.16
... (truncated)
Changelog
Sourced from postcss's changelog.
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.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by Romain Menke).
8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by Rene Haas).8.4.17
- Fixed
Node.before()unexpected behavior (by Romain Menke).- Added TOC to docs (by Mikhail Dedov).
8.4.16
... (truncated)
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
Updates next from 13.5.1 to 13.5.6
Commits
0c1c7f8v13.5.19744285v13.5.1-canary.144eba02improve publish-release (#55597)c652dc8v13.5.1-canary.0ffafad2v13.5.04a589edv13.4.20-canary.41deb81cffix styled-jsx alias (#55581)1a9b0f6improve internal error logging (#55582)0631549Fix react packages are not bundled for metadata routes (#55579)bad5365Update supported config options for Turbopack (#55556)- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.