GoogleChromeLabs / ProjectVisBug

FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
https://visbug.web.app
Apache License 2.0
5.4k stars 283 forks source link

Bump chrome-launcher and web-ext #593

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps chrome-launcher to 0.13.3 and updates ancestor dependency web-ext. These dependencies need to be updated together.

Updates chrome-launcher from 0.12.0 to 0.13.3

Release notes

Sourced from chrome-launcher's releases.

0.13.2 (Thu, May 7 2020)

  • 7c1ea547 deps: bump to is-wsl@2.2.0 (#187)
  • 2ae5591d fix: sanitize environment variables used in RegExp (#197)

0.13.1 (Wed, Apr 1 2020)

  • bf2957ac deps: update various dependencies (#192)
    • fixes the vulnerability warnings

0.13.0 (Thu, Feb 27 2020)

  • 83da1e41 feat: add killAll function (#186)
  • b8c89f84 flags: disable the default browser check (#181) (#182)
  • 6112555c fix: log taskkill error based on logging opts (#178) (#179)
  • 7c935efa docs: add missing quote in README.md example (#180)
  • 2e829c7d Skip --disable-setuid-sandbox flag when ignoreDefaultFlags = true (#171)

(đź‘‹ also... there are a few releases we didnt publish here, but are tagged and published to npm. their changes are detailed in changelog.md)

Changelog

Sourced from chrome-launcher's changelog.

v0.13.3 (Thu, Jun 4 2020)

  • 6a5d0c72 flags: disable background tracing (#203)
  • d9154291 chore(deps): update typescript and types (#202)
  • 88e49686 test: use strict version of assert functions (#201)

v0.13.2 (Thu, May 7 2020)

  • 7c1ea547 deps: bump to is-wsl@2.2.0 (#187)
  • 2ae5591d fix: sanitize environment variables used in RegExp (#197)

v0.13.1 (Wed, Apr 1 2020)

  • bf2957ac deps: update various dependencies (#192)

v0.13.0 (Thu, Feb 27 2020)

  • 83da1e41 feat: add killAll function (#186)
  • b8c89f84 flags: disable the default browser check (#181) (#182)
  • 6112555c fix: log taskkill error based on logging opts (#178) (#179)
  • 7c935efa docs: add missing quote in README.md example (#180)
  • 2e829c7d Skip --disable-setuid-sandbox flag when ignoreDefaultFlags = true (#171)
Commits


Updates web-ext from 4.0.0 to 4.3.0

Release notes

Sourced from web-ext's releases.

4.3.0

Bug Fixes

  • web-ext run:
    • Fixed bug on using web-ext run --arg with values that start with -- (e.g. Chrome's --no-default-browser-check or Firefox's --search=... options) (fixed by updating yargs dependency to v15.3.1, #1902)
    • Added support for running extensions on android build variants by specify the fully qualified android component as --firefox-apk-component (#1891, #1918), e.g.: web-ext run --firefox-apk=org.mozilla.fenix.performancetest --firefox-apk-component=org.mozilla.fenix.HomeActivity
  • web-ext sign:
    • Fixed bug on setting web-ext sign apiKey and apiSecret options into a web-ext config file (#1327, #1928)
  • Fixed npm audit errors detected when using web-ext as an npm dependency (#1913, #1902)

Features

  • web-ext run:
    • --firefox-binary "firefoxdeveloperedition"/"deved" can now be used as shortcut aliases for running an extension on a Firefox Developer Edition instance (#1929)
  • web-ext lint: updated to use addons-linter v1.26.0 (#1887):
    • Imported firefox 76/77/78 APIs Schema
    • See all addons-linter changes: 1.23.0...1.26.0
  • web-ext build:
    • Add --filename option to web-ext build command (#1335, #1900)

See all changes: 4.2.0...4.3.0

4.2.0

Bug Fixes

  • web-ext run:

Features

  • web-ext run:
    • Added support for the Reference Browser to the firefox-android extension runner (#1870) (#1871) (e604112)
    • Disabled data reporting and “Choose what I share” notification by default (#1883) (4af120f)
  • web-ext lint: updated to use addons-linter v1.23.0:

See all changes: 4.1.0...4.2.0

4.1.0

Bug Fixes

  • WEB_EXT_* environment variables are not detected anymore as unsupported options for the current web-ext command (#793, #1812)
  • web-ext run: Firewall applications are not being triggered anymore by running an extension on Chromium or Firefox for Android (#1833)
  • web-ext lint: Updated dependency addons-linter to v1.20.0 (#1809)

... (truncated)

Commits
  • 5a67687 chore: Bump package version for release 4.3.0
  • 58a61a3 chore(deps): update dependency eslint to v7 (#1905)
  • 95a9f97 fix(deps): update dependency addons-linter to v1.26.0 (#1887)
  • d61d94c fix: Enable extensions to load on android build variants (#1918)
  • 04b1bf5 fix: Validate required parameters after reading config files. (#1928)
  • 2741030 fix(deps): update dependency chrome-launcher to v0.13.3 and adapt chromium ex...
  • 810f64c fix(deps): update dependency fx-runner to v1.0.12 (#1929)
  • f94da8f chore(deps): update dependency mocha to v8 (#1925)
  • cf57a4f chore(deps): update dependency nyc to v15.1.0 (#1917)
  • 8cb8fa8 chore(deps): update dependency eslint-plugin-import to v2.21.2 (#1924)
  • 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/GoogleChromeLabs/ProjectVisBug/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.