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.1.0 to 4.2.0 #146

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps web-ext from 4.1.0 to 4.2.0.

Release notes

Sourced from web-ext's releases.

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

Commits
  • 3df0e4e chore: Bump package version for release 4.2.0
  • 9656d00 chore(deps): update dependency sinon to v9.0.2 (#1880)
  • 691e99b chore(deps): update dependency html-entities to v1.3.1 (#1882)
  • 7ece832 chore(deps): update dependency coveralls to v3.0.13 (#1889)
  • e604112 feat: Add reference browser support to the firefox-android extension runner (...
  • 4af120f feat: disable data reporting and “Choose what I share” notification (#1883)
  • b1b2804 fix: use getRoot request to support Firefox 77+ (#1886)
  • e0d4c3c chore(deps): update dependency nyc to v15.0.1 (#1876)
  • 5c2c660 fix(deps): update dependency chrome-launcher to v0.13.1 (#1875)
  • 0744e65 fix(deps): update dependency ws to v7.2.3 (#1858)
  • 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)