sblask-webextensions / webextension-skip-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
490 stars 45 forks source link

Bump web-ext from 4.2.0 to 4.3.0 #160

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps web-ext from 4.2.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

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 compatibility score

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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)