chore(deps): update dependency web-ext to v8 #132
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:
7.11.0
->8.4.0
Release Notes
mozilla/web-ext (web-ext)
v8.4.0
Compare Source
main changes
submit-addon
viapackage.json
(#3250)addons-linter
to 7.8.0 (#3335)--disable-component-update
from default args (#3298)dependencies
@babel/runtime
to 7.26.7 (#3339)@devicefarmer/adbkit
to 3.3.8 (#3308)https-proxy-agent
to 7.0.6 (#3322)jose
to 5.9.6 (#3281)dev dependencies
@babel/cli
to 7.26.4 (#3321)@babel/core
to 7.26.7 (#3340)@babel/eslint-parser
to 7.26.5 (#3330)@babel/preset-env
to 7.26.7 (#3338)@babel/register
to 7.25.9 (#3286)@commitlint/cli
to 19.7.1 (#3343)@commitlint/config-conventional
to 19.7.1 (#3344)chai-as-promised
to 8.0.1 (#3311)chai
to 5.1.2 (#3289)cross-spawn
to 7.0.5 (#3303)eslint-plugin-import
to 2.31.0 (#3267)fs-extra
to 11.3.0 (#3332)mocha
to 11.1.0 (#3334)nyc
to 17.1.0 (#3255)prettier
to 3.4.2 (#3319)new contributors
See all changes: mozilla/web-ext@8.3.0...8.4.0
v8.3.0
Compare Source
main changes
addons-linter
to 7.1.0 (#3254)mz
dependency (#3215)node-fetch
dependency (#3217)dependencies
@babel/runtime
to 7.25.6 (#3236)chrome-launcher
to 1.1.2 (#3200)firefox-profile
to 4.7.0 (#3224)https-proxy-agent
to 7.0.5 (#3184)jose
to 5.9.2 (#3253)pino
to 9.4.0 (#3240)update-notifier
to 7.3.1 (#3244)watchpack
to 2.4.2 (#3223)ws
to 8.18.0 (#3187)dev dependencies
@babel/cli
to 7.25.6 (#3237)@babel/core
to 7.25.2 (#3210)@babel/eslint-parser
to 7.25.1 (#3206)@babel/preset-env
to 7.25.4 (#3228)@commitlint/cli
to 19.5.0 (#3249)@commitlint/config-conventional
to 19.5.0 (#3248)babel-plugin-istanbul
to 7.0.0 (#3189)chai
to 4.5.0 (#3204)eslint-plugin-import
to 2.30.0 (#3239)mocha
to 10.7.0 (#3202)prettier
to 3.3.3 (#3196)sinon
to 19.0.2 (#3252)others
See all changes: mozilla/web-ext@8.2.0...8.3.0
v8.2.0
Compare Source
features
addons-linter
v6.30.1bug fixes, etc.
dependencies
jose
to 5.4.1 (#3174)mkdirp
to 3.0.1 (#2735)ws
to 8.17.1 (#3171)See all changes: mozilla/web-ext@8.1.0...8.2.0
v8.1.0
Compare Source
features
addons-linter
v6.29.0bug fixes, etc.
braces
version to fix GHSA-grv7-fg5c-xmjg (#3169)dependencies
@babel/runtime
to 7.24.7 (#3160)jose
to 5.4.0 (#3157)dev dependencies
@babel/cli
to 7.24.7 (#3161)@babel/core
to 7.24.7 (#3162)@babel/eslint-parser
to 7.24.7 (#3158)@babel/preset-env
to 7.24.7 (#3159)chai-as-promised
to 8.0.0 (#3165)nyc
to 17.0.0 (#3166)prettier
to 3.3.2 (#3168)See all changes: mozilla/web-ext@8.0.0...8.1.0
v8.0.0
Compare Source
What's changed
300+ commits have been written to get this new version 8 out of the door (see link to the full changelog at the bottom). Please take a look at the official documentation to know what has changed but expect some breaking changes.
Specifically,
web-ext sign
has been heavily refactored. Among other things, you can create new add-ons (not just versions) from the command line now 🎉 Unfortunately, this command is not backward compatible with v7.While we're keeping the v7 branch around to ease the transition, we will mainly fix bugs and introduce new features in v8.
New contributors
Full changelog: mozilla/web-ext@7.12.0...8.0.0
v7.12.0
Compare Source
📣 We're finalizing web-ext v8 (the next major release), which will use a new AMO API to sign add-ons. Please try it out now by passing the
--use-submission-api
flag to thesign
command in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference-v7/#use-submission-apifeatures
addons-linter
to6.28.0
See all changes: mozilla/web-ext@7.11.0...7.12.0
v7.11.0
Compare Source
📣 We're finalizing web-ext v8 (the next major release), which will use a new AMO API to sign add-ons. Please try it out now by passing the
--use-submission-api
flag to thesign
command in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#use-submission-apiFeatures
addons-linter
to6.21.0
READ_EXTERNAL_STORAGE
permission requirement (backport #3018)See all changes: mozilla/web-ext@7.10.0...7.11.0
v7.10.0
Compare Source
Features
addons-linter
to6.20.0
fx-runner
to1.4.0
See all changes: mozilla/web-ext@7.9.0...7.10.0
v7.9.0
Compare Source
Features
6.19.0
(it was6.13.0
before)See all changes: mozilla/web-ext@7.8.0...7.9.0
v7.8.0
Compare Source
main changes
Warn web-ext v7 users about upcoming changes to the sign command: as of v8, the
submission API will be used (instead of the signing API) and users will likely
need to take some actions. Users of v7 can already test this upcoming change by
using
web-ext sign --use-submission-api
.v7.7.0
Compare Source
main changes
addons-linter
to 6.13.0 (#2870)eslint
to 8.48.0 (#2853)See all changes: mozilla/web-ext@7.6.2...7.7.0
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 - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.