Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: electron.
Updates electron from 13.5.2 to 22.3.25
Changelog
Sourced from electron's changelog.
Breaking Changes
Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.
Types of Breaking Changes
This document uses the following convention to categorize breaking changes:
- API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
- Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
- Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
- Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
- Removed: An API or feature was removed, and is no longer supported by Electron.
Planned Breaking API Changes (37.0)
Removed:
nullvalue forsessionproperty inProtocolResponseThis deprecated feature has been removed.
Previously, setting the
ProtocolResponse.sessionproperty tonullwould create a random independent session. This is no longer supported.Using single-purpose sessions here is discouraged due to overhead costs; however, old code that needs to preserve this behavior can emulate it by creating a random session with
session.fromPartition(some_random_string)and then using it inProtocolResponse.session.Behavior Changed:
BrowserWindow.IsVisibleOnAllWorkspaces()on Linux
BrowserWindow.IsVisibleOnAllWorkspaces()will now return false on Linux if the window is not currently visible.Behavior Changes:
app.commandLine
app.commandLinewill convert upper-cases switches and arguments to lowercase.
app.commandLinewas only meant to handle chromium switches (which aren't case-sensitive) and switches passed viaapp.commandLinewill not be passed down to any of the child processes.If you were using
app.commandLineto control the behavior of the main process, you should do this viaprocess.argv.Planned Breaking API Changes (36.0)
Utility Process unhandled rejection behavior change
Utility Processes will now warn with an error message when an unhandled rejection occurs instead of crashing the process.
To restore the previous behavior, you can use:
... (truncated)
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 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
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.