volumes-backup-extension
volumes-backup-extension copied to clipboard
Bump the js group in /e2e/electron with 7 updates
Bumps the js group in /e2e/electron with 7 updates:
| Package | From | To |
|---|---|---|
| got | 14.4.1 |
14.4.2 |
| puppeteer | 22.13.1 |
22.14.0 |
| puppeteer-core | 22.13.1 |
22.14.0 |
| @babel/preset-env | 7.24.8 |
7.25.0 |
| @types/dockerode | 3.3.30 |
3.3.31 |
| electron | 31.2.1 |
31.3.0 |
| eslint | 9.7.0 |
9.8.0 |
Updates got from 14.4.1 to 14.4.2
Release notes
Sourced from got's releases.
v14.4.2
- Fix handling of invalid arguments (#2367) f44ef43
https://github.com/sindresorhus/got/compare/v14.4.1...v14.4.2
Commits
d754e7314.4.2f44ef43Fix handling of invalid arguments (#2367)bc17e81Makeget-streama devDependency (#2365)5e2f0b3Update@sindresorhus/isto v7 (#2363)3c3b233Update packagephobia badges and link in readme (#2364)561a376Remove unnecessary type assertions (#2362)eccfcceRemove Apify from testimonials- See full diff in compare view
Updates puppeteer from 22.13.1 to 22.14.0
Release notes
Sourced from puppeteer's releases.
puppeteer-core: v22.14.0
22.14.0 (2024-07-25)
Features
Bug Fixes
- webdriver: allow accessing raw CDP connection when using WebDriver BiDi (#12771) (059cacc)
- webdriver: dispose resources to abort active listeners (#12817) (c452c5f)
- webdriver: in page.goto consider only the first emitted navigation event (#12777) (cd740b2)
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.2.4 to 2.3.0puppeteer: v22.14.0
22.14.0 (2024-07-25)
Features
- allow downloading of all pinned browsers (#12806) (e72e7ab)
- roll to Chrome 127.0.6533.72 (#12821) (8e6fd74)
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 22.13.1 to 22.14.0
@puppeteer/browsersbumped from 2.2.4 to 2.3.0
Commits
0dd5012chore: release main (#12779)5b4fa5cdocs: merge overloads (#12679)b1bf89dfix: configure sandbox permissions for Chrome on Windows (#12430)5283e80build: fix browser roll script (#12820)c431c4echore: fix name when downloading (#12822)c452c5ffix(webdriver): dispose resources to abort active listeners (#12817)8e6fd74feat: roll to Chrome 127.0.6533.72 (#12821)8e737f3build(deps): bump chromium-bidi to 0.6.2 (#12816)e72e7abfeat: allow downloading of all pinned browsers (#12806)4c90565refactor: only await args if there are LazyArgs (#12810)- Additional commits viewable in compare view
Updates puppeteer-core from 22.13.1 to 22.14.0
Release notes
Sourced from puppeteer-core's releases.
puppeteer-core: v22.14.0
22.14.0 (2024-07-25)
Features
Bug Fixes
- webdriver: allow accessing raw CDP connection when using WebDriver BiDi (#12771) (059cacc)
- webdriver: dispose resources to abort active listeners (#12817) (c452c5f)
- webdriver: in page.goto consider only the first emitted navigation event (#12777) (cd740b2)
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsersbumped from 2.2.4 to 2.3.0
Commits
0dd5012chore: release main (#12779)5b4fa5cdocs: merge overloads (#12679)b1bf89dfix: configure sandbox permissions for Chrome on Windows (#12430)5283e80build: fix browser roll script (#12820)c431c4echore: fix name when downloading (#12822)c452c5ffix(webdriver): dispose resources to abort active listeners (#12817)8e6fd74feat: roll to Chrome 127.0.6533.72 (#12821)8e737f3build(deps): bump chromium-bidi to 0.6.2 (#12816)e72e7abfeat: allow downloading of all pinned browsers (#12806)4c90565refactor: only await args if there are LazyArgs (#12810)- Additional commits viewable in compare view
Updates @babel/preset-env from 7.24.8 to 7.25.0
Release notes
Sourced from @babel/preset-env's releases.
v7.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
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
- #16579 Add
uncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner,babel-node
- #16642 Allow using custom config in
babel-node --eval(@slatereax)babel-compat-data,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-preset-env,babel-standalone:bug: Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (
@nicolo-ribaudo)babel-template,babel-types
- #15286 fix: Props are lost when the template replaces the node (
@liuxingbaoyu):house: Internal
- Other
babel-generator
- #16651 Simplify the printing logic for
(before ambiguous tokens (@nicolo-ribaudo)babel-helper-function-name,babel-plugin-transform-arrow-functions,babel-plugin-transform-function-name,babel-preset-env,babel-traverse
- #16652 Simplify
helper-function-namelogic (@nicolo-ribaudo):running_woman: Performance
babel-parser,babel-plugin-proposal-pipeline-operator
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
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
- #16579 Add
uncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner,babel-node
- #16642 Allow using custom config in
babel-node --eval(@slatereax)babel-compat-data,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-preset-env,babel-standalone:bug: Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (
@nicolo-ribaudo)babel-template,babel-types
- #15286 fix: Props are lost when the template replaces the node (
@liuxingbaoyu):house: Internal
- Other
babel-generator
- #16651 Simplify the printing logic for
(before ambiguous tokens (@nicolo-ribaudo)babel-helper-function-name,babel-plugin-transform-arrow-functions,babel-plugin-transform-function-name,babel-preset-env,babel-traverse
- #16652 Simplify
helper-function-namelogic (@nicolo-ribaudo):running_woman: Performance
babel-parser,babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (
@liuxingbaoyu):microscope: Output optimization
babel-plugin-transform-classes
... (truncated)
Commits
d2e3ee2v7.25.0d364545MoveensureFunctionNametoNodePath.prototype(#16658)814b31eIntroducebugfix-safari-class-field-initializer-scope(#16569)46284e4Addduplicate-named-capturing-groups-regextopreset-env(#16445)482008cSimplifyhelper-function-namelogic (#16652)- See full diff in compare view
Updates @types/dockerode from 3.3.30 to 3.3.31
Commits
- See full diff in compare view
Updates electron from 31.2.1 to 31.3.0
Release notes
Sourced from electron's releases.
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
Commits
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)b288f3erefactor: remove WindowListObserver::OnWindowAdded() (#42984)b833c3fchore: remove unused BaseWindow::GetWeakPtr() (#42988)d53f1d8chore: remove unused WrappableBase::AfterInit() (#42986)e259dd5chore: remove unused typedef CreateDownloadPathCallback (#42968)daf8d22refactor: remove unused web contents preferences methods (#42969)6249f59chore: bump chromium to 126.0.6478.183 (31-x-y) (#42942)6c1409achore: remove unused fieldElectronBrowserClient::browser_main_parts_(#42965)- Additional commits viewable in compare view
Updates eslint from 9.7.0 to 9.8.0
Release notes
Sourced from eslint's releases.
v9.8.0
Features
Bug Fixes
ab0ff27fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)70dc803fix:basePathdirectory can never be ignored (#18711) (Milos Djermanovic)Documentation
282df1adocs: Add system theme option (#18617) (Amaresh S M)53b1ff0docs: Debug config docs (#18698) (Nicholas C. Zakas)a7016a5docs: fix search input stylings (#18682) (Amaresh S M)Build Related
Chores
Changelog
Sourced from eslint's changelog.
v9.8.0 - July 26, 2024
deee448chore: upgrade to@eslint/[email protected](#18720) (Francesco Trotta)4aaf2b3chore: package.json update for@eslint/jsrelease (Jenkins)8e1a627chore: update dependency@eslint/coreto ^0.2.0 (#18700) (renovate[bot])13d0bd3feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)282df1adocs: Add system theme option (#18617) (Amaresh S M)ab0ff27fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)70dc803fix:basePathdirectory can never be ignored (#18711) (Milos Djermanovic)53b1ff0docs: Debug config docs (#18698) (Nicholas C. Zakas)4514424build: Enable JSON linting (#18681) (Nicholas C. Zakas)a7016a5docs: fix search input stylings (#18682) (Amaresh S M)
Commits
63881dc9.8.0de36d1dBuild: changelog update for 9.8.0deee448chore: upgrade to@eslint/[email protected](#18720)4aaf2b3chore: package.json update for@eslint/jsrelease2570051chore: package.json revert@eslint/jsversion to 9.7.0 (#18719)d73b203chore: package.json update for@eslint/jsrelease8e1a627chore: update dependency@eslint/coreto ^0.2.0 (#18700)13d0bd3feat: Add and use SourceCode#getLoc/getRange (#18703)282df1adocs: Add system theme option (#18617)ab0ff27fix: Throw error when invalid flags passed (#18705)- 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