Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUMP] Update dependency web-ext to v7 (dossier racine) #6

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-ext ^5.5.0 -> ^7.0.0 age adoption passing confidence

Release Notes

mozilla/web-ext (web-ext)

v7.6.2

Compare Source

main changes

  • Fixed: Android 13 startActivity with correct intent action and category (#​2734)

v7.6.1

Compare Source

main changes

  • Update xml2js and firefox-profile (#​2721)

v7.6.0

Compare Source

Features

  • web-ext lint: updated to use addons-linter to 5.32.0 (#​2680)
  • web-ext sign: add a CLI option to disable the progress bar (#​2625)

Bug Fixes

  • web-ext run: fix help message to mention "deved" alias for "firefoxdeveloperedition" (#​2637)
  • Other dependencies updated:

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
  • web-ext lint: updated to use addons-linter v5.27.0 (#​2573, #​2583, #​2602, #​2619)
    • import Firefox 109.0b9 API schema
    • ensure empty ZIP files will output results when auto-close feature is disabled
    • switch to vendored ajv-merge-patch library to fix a potential security issue
    • prevent errors when permissions in manifest.json isn't an array
  • web-ext sign: send user agent header with signing requests (#​2540)
Bug Fixes
  • web-ext sign: added missing type for channel parameter (#​2546)
  • web-ext sign: fixed the default AMO API base URL used by the experimental --use-submission-api CLI flag (#​2621)
  • Other dependencies updated:

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)
    • Firefox 108.0b5 schema has been imported
    • MV3 event pages are now fully supported by the linter
    • Various fixes related to CSP have been made in the linter
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)
    • Firefox 106.0b10 schema has been imported
    • The linter now verifies that all locale directories have messages.json files
    • The linter now validates CSP values set for the new script-src-elem/script-src-attr directives
  • web-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/2503
Bug Fixes

See all changes mozilla/web-ext@7.2.0...7.3.0

v7.2.0

Compare Source

Features

See 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 to true 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)

    • transitive peer dependencies inherited through addons-linter are now all marked as optional
    • See all addons-linter changes: 5.9.0...5.10.0
  • 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 features
    currently 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
  • Other dependencies updated:

See all changes 7.0.0...7.1.0

v7.0.0

Compare Source

⚠️ BREAKING CHANGES ⚠️

  • web-ext npm package is now a pure ESM package (#​2405), and so it breaks backward compatibility for requiring web-ext from nodejs CommonJS modules. See Using 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)
    • Imported Firefox 99.0b8, Firefox 100 and Firefox 101.0b6 API Schema data
    • Updated @​mdn/browser-compat-data to v5
    • Added detection and reporting of privileged permissions and properties based on the extension manifest.json file
    • Allow wasm-unsafe-eval keyword in the custom extension CSP
    • See all addons-linter changes: 4.14.0...5.7.0
  • web-ext lint: Added a new --privileged CLI flag to enable privileged 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)
    • Imported Firefox 98.0b10 API schema
    • Updated browser-compat-data
    • Fixed TypeError raised in opendialog-remote-uri rule
    • See all addons-linter changes: 4.9.0...4.14.0
Bug Fixes
  • web-ext run:
    • Improved debounce to prevent multiple extension reloads on consecutive file changes (#​2385) (6c53a01)
  • Replaced deprecated dependency event-to-promise with promise-toolbox/fromEvent (#​2367) (2cfd843)

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)
    • Imported Firefox 96.0b7 and 97.0b8 API schema
    • Updated known libraries hashes (added new DOMPurify versions)
    • Updated browser-compat-data
    • Improved memory usage and performance on linting big js files
    • See all addons-linter changes: 4.4.0...4.9.0
Bug Fixes
  • web-ext lint: Fixed unexpected linting failures triggered by conflicting eslint versions
    when 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)
    • Imported Firefox 94.0b8 and Firefox 95.0b8 API schema
    • Updated browser-compat-data
    • Updated to use eslint v8, which enables ECMAScript 2022 syntax (e.g. public field declaration and top-level await)
    • See all addons-linter changes: 3.20.0...4.4.0
Bug Fixes
  • web-ext run:
    • fixed issues related to the nodejs 17 dns resolution behavior on systems where localhost is resolved to an ipv6 address (#​2337)
    • fixed issue with removing temporary profile on nodejs <= 14.4 (#​2344, saadtazi/firefox-profile-js#128)
    • deps: update dependency fx-runner to v1.2.0 (#​2351)
  • Fixed yargs module resolution issue on yarn 3.x + pnp (#​2348)
  • Wrap web-ext usage output at terminal width (#​2329)

See all changes: 6.5.0...6.6.0

v6.5.0

Compare Source

Features
Bug Fixes
  • Updated dependencies:

See all changes: 6.4.0...6.5.0

v6.4.0

Compare Source

Features
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 the WRITE_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
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)

    • Fixes EBADENGINE warning logged when installing web-ext using npm v7
  • Updated dependencies:

    • ws to v7.4.6 (#​2250) - ⚠ This update include a fix for a ReDoS vulnerability ⚠
    • chrome-launcher to v0.14.0 (#​2252)
    • sign-addon to v3.5.0 (#​2233)
Features

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 both HKEY_CURRENT_USER and HKEY_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

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 the build options (where it does actually belong), if you were setting the filename option value from a config file you'll need to update the config file:

module.exports = {
  build: { filename: "...." },
};
Bug Fixes
Features

See 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants