[BUMP] Update dependency web-ext to v7 (dossier racine) #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.5.0
->^7.0.0
Release Notes
mozilla/web-ext (web-ext)
v7.6.2
Compare Source
main changes
v7.6.1
Compare Source
main changes
xml2js
andfirefox-profile
(#2721)v7.6.0
Compare Source
Features
addons-linter
to 5.32.0 (#2680)Bug Fixes
@babel/runtime
to 7.21.0 (#2648)jose
to 4.13.1 (#2660)node-fetch
to 3.3.1 (#2666)open
to 8.4.2 (#2651)sign-addon
to 5.3.0 (#2664)ws
to 8.13.0 (#2671)yargs
to 17.7.1 (#2654)See all changes: mozilla/web-ext@7.5.0...7.6.0
Note: this will very likely be the last
web-ext
version that officially supports Node 14.v7.5.0
Compare Source
Features
109.0b9
API schemaajv-merge-patch
library to fix a potential security issuepermissions
in manifest.json isn't an arrayBug Fixes
channel
parameter (#2546)--use-submission-api
CLI flag (#2621)sign-addon
to v5.2.0 (#2584)camelcase
to v7.0.1 (#2574)eslint
to v8.29.0 (#2569)mocha
to v10.2.0 (#2572)prettier
to v2.8.1 (#2571)See all changes: mozilla/web-ext@7.4.0...7.5.0
v7.4.0
Compare Source
Features
web-ext lint
: enabled MV3 by default (#2557)web-ext lint
: updated to use addons-linter v5.23.0 (#2537) (#2561)Bug Fixes
See all changes mozilla/web-ext@7.3.1...7.4.0
v7.3.1
Compare Source
Bug Fixes
web-ext sign
: fixed a bug that caused the experimental CLI flag--use-submission-api
to use an invalid URL (#2531)See all changes mozilla/web-ext@7.3.0...7.3.1
v7.3.0
Compare Source
Features
web-ext lint
: added support for the--firefox-preview
option (#2505)web-ext lint
: updated to use addons-linter v5.18.0 (#2500, #2518, #2524, #2526)messages.json
filesweb-ext run
: added new CLI flag--devtools
to open DevTools for the installed add-on right away. (#2488) (requires Firefox 106 and above)web-ext sign
: added new experimental CLI flag--use-submission-api
to use the new AMO add-on submission API (#2489). See also: https://github.com/mozilla/web-ext/issues/2503Bug Fixes
See all changes mozilla/web-ext@7.2.0...7.3.0
v7.2.0
Compare Source
Features
web-ext run
: Added support for flatpak packaged Firefox builds (#2477), as an exampleweb-ext run --firefox flatpak:org.mozilla.firefox
will now run the target extension on the org.mozilla.firefox flatpak package.web-ex lint
: Updated to use addons-linter v5.14.0 (#2457, #2463, #2479):import.meta
uses from.js
filesSee all changes 7.1.1...7.2.0
v7.1.1
Compare Source
Bug Fixes
web-ext run
: Fixed issue related to the"extensions.manifestV3.enabled"
custom pref being set totrue
by default even when no--firefox-preview
option was explicitly part of the command line options or config file. (#2454)web-ext lint
: Updated to use addons-linter v5.10.0 (#2448)updated dependency update-notifier to v6 (#2444)
(fixes CVE-2022-33987 sec advisory)
See all changes 7.1.0...7.1.1
v7.1.0
Compare Source
Features
web-ext lint
: Updated to use addons-linter v5.9.0 (#2435, #2441)web-ext run
: Introduced a new--firefox-preview
option to enable experimental featurescurrently locked behind about:config prefs, in particular it enabled the experimental
support for
manifest_version: 3
extensions when used with Firefox versions >= 101 (#2436).Bug Fixes
See all changes 7.0.0...7.1.0
v7.0.0
Compare Source
web-ext
npm package is now a pure ESM package (#2405), and so it breaks backward compatibility for requiringweb-ext
from nodejs CommonJS modules. SeeUsing web-ext in NodeJS code
README section for some more updated details about the web-ext APIs exported as web-ext ES Modules.Dropped support for NodeJS 12 👋
Features
web-ext lint
: Updated to use addons-linter v5.7.0 (#2400, #2404, #2425)wasm-unsafe-eval
keyword in the custom extension CSPweb-ext lint
: Added a new--privileged
CLI flag to enableprivileged extensions
linting mode (#2398)Bug Fixes
See all changes 6.8.0...7.0.0
v6.8.0
Compare Source
Features
web-ext lint
: Updated to use addons-linter v4.14.0 (#2386)Bug Fixes
web-ext run
:See all changes 6.7.0...6.8.0
v6.7.0
Compare Source
Features
web-ext lint
: Updated to use addons-linter v4.9.0 (#2374, #2376)Bug Fixes
web-ext lint
: Fixed unexpected linting failures triggered by conflicting eslint versionswhen web-ext is included as a dev dependency (#2245, fixed in #2374)
web-ext run -t chromium
: Applied fix to reload extensions already enabled (#2365)web-ext sign
: Updated dependency sign-addon to v3.11.0 (#2377)See all changes 6.6.0...6.7.0
v6.6.0
Compare Source
Features
web-ext lint
: updated to use addons-linter v4.4.0 (#2346, #2350)Bug Fixes
web-ext run
:localhost
is resolved to an ipv6 address (#2337)See all changes: 6.5.0...6.6.0
v6.5.0
Compare Source
Features
web-ext lint
: Updated to use addons-linter v3.20.0 (#2318)INVALID_ZIPFILE
linting error on zip files with invalid chars in filenames (mozilla/addons-linter#3940)RESTRICTED_PERMISSION
linting error on permissions that requiresstrict_min_version
set to a specific Firefox version(e.g.
proxy
permissions requiresstrict_min_version
set to 91.1.0 or above)Bug Fixes
See all changes: 6.4.0...6.5.0
v6.4.0
Compare Source
Features
web-ext lint
: updated to use addons-linter v3.14.0 (#2308, #2315)Bug Fixes
web-ext run -t firefox-android
: Fixed issue on running recent Firefox for Android builds (also known with the internal code name "Fenix") due to theWRITE_EXTERNAL_STORAGE
android permission not being granted (#2304)web-ext sign
: updated to use sign-addon v3.8.0 (#2313)See all changes: 6.3.0...6.4.0
v6.3.0
Compare Source
Features
web-ext lint
: updated to use addons-linter v3.12.0 (#2274)Bug Fixes
web-ext sign
: updated to use sign-addon 3.7.0 (#2290)See all changes: 6.2.0...6.3.0
v6.2.0
Compare Source
Bug Fixes
Removed npm engine compatibility restriction < npm v7 (#2271)
EBADENGINE
warning logged when installing web-ext using npm v7Updated dependencies:
Features
web-ext lint
: updated to use addons-linter v3.8.0 (#2234, #2258)See all changes: 6.1.0...6.2.0
v6.1.0
Compare Source
Bug Fixes
web-ext run -t firefox
: Fixed installed Firefox lookup on Windows to include bothHKEY_CURRENT_USER
andHKEY_LOCAL_MACHINE
windows registry keys (introduced by updating fx-runner dependency to v1.1.0 - #2227)web-ext run -t firefox-android
: Fixed issue when using web-ext to run an extension on Android 11 (#2200)web-ext build
: Fixed filename sanitizing issue when using a--filename
option including arbitrary manifest property to be interpolated (#2222, fixes #2119)Features
web-ext lint
: Updated to use addons-linter v3.2.0 (#2204)See all changes: 6.0.0...6.1.0
v6.0.0
Compare Source
⚠ BREAKING CHANGES ⚠
Dropped support for node.js 10 👋
The
filename
option has been moved in thebuild
options (where it does actually belong), if you were setting thefilename
option value from a config file you'll need to update the config file:Bug Fixes
web-ext build
: Movedfilename
option into thebuild
command options (#2178)web-ext sign
: Updated sign-addon to v3.3.0 (#2128 / #2153)Various dependencies updated to their last released versions: bunyan v1.8.15 (#2114), camelcase v6.2.0 (#2046), decamelize v5 (#2117), firefox-profile v4.1.0 (#2170), fs-extra v9.1.0 (#2132), multimatch v5 (#2048), node-notifier v9 (#2103), open v7.4.2 (#2111 / #2140 / #2158 / #2161), parse-json v5.2.0 (#2005), update-notifier to v5.1.0 (#2063 / #2139), watchpack v2 (#2024), ws v7.4.3 (#2141), yargs v16 (#2015), zip-dir v2 (#2080)
Features
web-ext run
:--watch-file
can now be used to watch more than one file (#2125), and--watch-files
is now an additional alias for this option (#2182)web-ext lint
: updated to use addons-linter v2.21.0 (#2087 / #2131 / #2152 / #2162 / #2176 / #2189):web-ext
does now exports some adb utility methods, they are meant to be used in third party nodejs scripts that are includingweb-ext
as a library (#2116), more details about how to use the newly exported utilities have been added in the "Using web-ext in NodeJS code" section of the README fileSee all changes: 5.5.0...6.0.0
Configuration
📅 Schedule: Branch creation - "every 1 hour every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.