mozilla/web-ext
### [`v4.2.0`](https://togithub.com/mozilla/web-ext/releases/4.2.0)
[Compare Source](https://togithub.com/mozilla/web-ext/compare/4.1.0...4.2.0)
##### Bug Fixes
- `web-ext run`:
- Fixed issue with Firefox >= 77 ([#1886](https://togithub.com/mozilla/web-ext/issues/1886)) ([b1b2804](https://togithub.com/mozilla/web-ext/commit/b1b2804))
- Disabled the default browser check for Chromium ([#1781](https://togithub.com/mozilla/web-ext/issues/1781)) ([eacb415](https://togithub.com/mozilla/web-ext/commit/eacb415))
##### Features
- `web-ext run`:
- Added support for the Reference Browser to the firefox-android extension runner ([#1870](https://togithub.com/mozilla/web-ext/issues/1870)) ([#1871](https://togithub.com/mozilla/web-ext/issues/1871)) ([e604112](https://togithub.com/mozilla/web-ext/commit/e604112))
- Disabled data reporting and “Choose what I share” notification by default ([#1883](https://togithub.com/mozilla/web-ext/issues/1883)) ([4af120f](https://togithub.com/mozilla/web-ext/commit/4af120f))
- `web-ext lint`: updated to use addons-linter v1.23.0:
- Imported Firefox 73/74/75 APIs Schema
- Improved [mdn-browser-compat-data](https://togithub.com/mdn/browser-compat-data) linting warning based on the details available about Firefox supported versions and flags associated with the API compatibility metadata ([mozilla/addons-linter#2944](https://togithub.com/mozilla/addons-linter/issues/2944))
- Support validating manifest CSP properties in v3 format ([mozilla/addons-linter#3053](https://togithub.com/mozilla/addons-linter/issues/3053))
- See all addons-linter changes: [1.20.0...1.23.0](https://togithub.com/mozilla/addons-linter/compare/1.20.0...1.23.0)
See all changes: [4.1.0...4.2.0](https://togithub.com/mozilla/web-ext/compare/4.1.0...4.2.0)
### [`v4.1.0`](https://togithub.com/mozilla/web-ext/releases/4.1.0)
[Compare Source](https://togithub.com/mozilla/web-ext/compare/4.0.0...4.1.0)
##### Bug Fixes
- `WEB_EXT_*` environment variables are not detected anymore as unsupported options for the current web-ext command ([#793](https://togithub.com/mozilla/web-ext/issues/793), [#1812](https://togithub.com/mozilla/web-ext/issues/1812))
- `web-ext run`: Firewall applications are not being triggered anymore by running an extension on Chromium or Firefox for Android ([#1833](https://togithub.com/mozilla/web-ext/issues/1833))
- `web-ext lint`: Updated dependency addons-linter to v1.20.0 ([#1809](https://togithub.com/mozilla/web-ext/issues/1809))
- `web-ext sign`: Updated dependency sign-addon to v2.0.5 ([#1825](https://togithub.com/mozilla/web-ext/issues/1825))
##### Features
- `web-ext run -t firefox-android` can now be used to run WebExtensions on **GeckoView**-based browser, like **Firefox for Android Preview** (also known as **Fenix**) ([#1834](https://togithub.com/mozilla/web-ext/issues/1834))
- `web-ext run ... --firefox-apk-component ComponentName` to run a specific Android Component ([#1834](https://togithub.com/mozilla/web-ext/issues/1834))
- `web-ext run --watch-file path/to/file` can now be used to only reload the extension when the given file has been updated ([#1784](https://togithub.com/mozilla/web-ext/issues/1784))
See all changes: [4.0.0...4.1.0](https://togithub.com/mozilla/web-ext/compare/4.0.0...4.1.0)
### [`v4.0.0`](https://togithub.com/mozilla/web-ext/releases/4.0.0)
[Compare Source](https://togithub.com/mozilla/web-ext/compare/3.2.1...4.0.0)
##### ⚠ BREAKING CHANGES ⚠
- Dropped support for node.js 8 :wave:
##### Features
- Suggest matching commands ([#1763](https://togithub.com/mozilla/web-ext/issues/1763))
- Updated `web-ext lint` to use addons-linter v1.19.0:
- Imported Firefox 71 APIs schema ([#2892](https://togithub.com/mozilla/addons-linter/pull/2892))
- Imported Firefox 72 APIs schema ([#2964](https://togithub.com/mozilla/addons-linter/pull/2964))
- Updated list of known libraries
- See all addons-linter changes: [1.14.0...1.19.0](https://togithub.com/mozilla/addons-linter/compare/1.14.0...1.19.0)
##### Bug Fixes
- `web-ext sign`:
- Fixed command timeout (fixed upstream in sign-addon v2) ([#1773](https://togithub.com/mozilla/web-ext/issues/1773))
- `web-ext run`:
- Fixed --start-url regression on multiple urls ([#1707](https://togithub.com/mozilla/web-ext/issues/1707))
- `web-ext run` Firefox Desktop:
- Enabled by default visibility of extension pages and content scripts logs in the BrowserConsole ([#1725](https://togithub.com/mozilla/web-ext/issues/1725))
- Reset browser.link.open_newwindow when running Firefox desktop ([#1766](https://togithub.com/mozilla/web-ext/issues/1766))
- `web-ext run`Chromium Desktop:
- Fixed intermittent Chromium extension runner startup failure on MacOS ([#1779](https://togithub.com/mozilla/web-ext/issues/1779), [#1796](https://togithub.com/mozilla/web-ext/issues/1796))
- Removed default '--mute-audio' flag for chromium ([#1775](https://togithub.com/mozilla/web-ext/issues/1775))
See all changes: [3.2.0...4.0.0](https://togithub.com/mozilla/web-ext/compare/3.2.0...4.0.0)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.2.1
->4.2.0
Release Notes
mozilla/web-ext
### [`v4.2.0`](https://togithub.com/mozilla/web-ext/releases/4.2.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/4.1.0...4.2.0) ##### Bug Fixes - `web-ext run`: - Fixed issue with Firefox >= 77 ([#1886](https://togithub.com/mozilla/web-ext/issues/1886)) ([b1b2804](https://togithub.com/mozilla/web-ext/commit/b1b2804)) - Disabled the default browser check for Chromium ([#1781](https://togithub.com/mozilla/web-ext/issues/1781)) ([eacb415](https://togithub.com/mozilla/web-ext/commit/eacb415)) ##### Features - `web-ext run`: - Added support for the Reference Browser to the firefox-android extension runner ([#1870](https://togithub.com/mozilla/web-ext/issues/1870)) ([#1871](https://togithub.com/mozilla/web-ext/issues/1871)) ([e604112](https://togithub.com/mozilla/web-ext/commit/e604112)) - Disabled data reporting and “Choose what I share” notification by default ([#1883](https://togithub.com/mozilla/web-ext/issues/1883)) ([4af120f](https://togithub.com/mozilla/web-ext/commit/4af120f)) - `web-ext lint`: updated to use addons-linter v1.23.0: - Imported Firefox 73/74/75 APIs Schema - Improved [mdn-browser-compat-data](https://togithub.com/mdn/browser-compat-data) linting warning based on the details available about Firefox supported versions and flags associated with the API compatibility metadata ([mozilla/addons-linter#2944](https://togithub.com/mozilla/addons-linter/issues/2944)) - Support validating manifest CSP properties in v3 format ([mozilla/addons-linter#3053](https://togithub.com/mozilla/addons-linter/issues/3053)) - See all addons-linter changes: [1.20.0...1.23.0](https://togithub.com/mozilla/addons-linter/compare/1.20.0...1.23.0) See all changes: [4.1.0...4.2.0](https://togithub.com/mozilla/web-ext/compare/4.1.0...4.2.0) ### [`v4.1.0`](https://togithub.com/mozilla/web-ext/releases/4.1.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/4.0.0...4.1.0) ##### Bug Fixes - `WEB_EXT_*` environment variables are not detected anymore as unsupported options for the current web-ext command ([#793](https://togithub.com/mozilla/web-ext/issues/793), [#1812](https://togithub.com/mozilla/web-ext/issues/1812)) - `web-ext run`: Firewall applications are not being triggered anymore by running an extension on Chromium or Firefox for Android ([#1833](https://togithub.com/mozilla/web-ext/issues/1833)) - `web-ext lint`: Updated dependency addons-linter to v1.20.0 ([#1809](https://togithub.com/mozilla/web-ext/issues/1809)) - `web-ext sign`: Updated dependency sign-addon to v2.0.5 ([#1825](https://togithub.com/mozilla/web-ext/issues/1825)) ##### Features - `web-ext run -t firefox-android` can now be used to run WebExtensions on **GeckoView**-based browser, like **Firefox for Android Preview** (also known as **Fenix**) ([#1834](https://togithub.com/mozilla/web-ext/issues/1834)) - `web-ext run ... --firefox-apk-component ComponentName` to run a specific Android Component ([#1834](https://togithub.com/mozilla/web-ext/issues/1834)) - `web-ext run --watch-file path/to/file` can now be used to only reload the extension when the given file has been updated ([#1784](https://togithub.com/mozilla/web-ext/issues/1784)) See all changes: [4.0.0...4.1.0](https://togithub.com/mozilla/web-ext/compare/4.0.0...4.1.0) ### [`v4.0.0`](https://togithub.com/mozilla/web-ext/releases/4.0.0) [Compare Source](https://togithub.com/mozilla/web-ext/compare/3.2.1...4.0.0) ##### ⚠ BREAKING CHANGES ⚠ - Dropped support for node.js 8 :wave: ##### Features - Suggest matching commands ([#1763](https://togithub.com/mozilla/web-ext/issues/1763)) - Updated `web-ext lint` to use addons-linter v1.19.0: - Imported Firefox 71 APIs schema ([#2892](https://togithub.com/mozilla/addons-linter/pull/2892)) - Imported Firefox 72 APIs schema ([#2964](https://togithub.com/mozilla/addons-linter/pull/2964)) - Updated list of known libraries - See all addons-linter changes: [1.14.0...1.19.0](https://togithub.com/mozilla/addons-linter/compare/1.14.0...1.19.0) ##### Bug Fixes - `web-ext sign`: - Fixed command timeout (fixed upstream in sign-addon v2) ([#1773](https://togithub.com/mozilla/web-ext/issues/1773)) - `web-ext run`: - Fixed --start-url regression on multiple urls ([#1707](https://togithub.com/mozilla/web-ext/issues/1707)) - `web-ext run` Firefox Desktop: - Enabled by default visibility of extension pages and content scripts logs in the BrowserConsole ([#1725](https://togithub.com/mozilla/web-ext/issues/1725)) - Reset browser.link.open_newwindow when running Firefox desktop ([#1766](https://togithub.com/mozilla/web-ext/issues/1766)) - `web-ext run`Chromium Desktop: - Fixed intermittent Chromium extension runner startup failure on MacOS ([#1779](https://togithub.com/mozilla/web-ext/issues/1779), [#1796](https://togithub.com/mozilla/web-ext/issues/1796)) - Removed default '--mute-audio' flag for chromium ([#1775](https://togithub.com/mozilla/web-ext/issues/1775)) See all changes: [3.2.0...4.0.0](https://togithub.com/mozilla/web-ext/compare/3.2.0...4.0.0)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.