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

Update dependency web-ext to ^7.12.0 #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 9, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-ext ^7.1.1 -> ^7.12.0 age adoption passing confidence

Release Notes

mozilla/web-ext (web-ext)

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 the sign command in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference-v7/#use-submission-api


features

  • web-ext lint: updated to use addons-linter to 6.28.0
  • web-ext run: fixed a bug related to the use of work profiles on Android devices (backport #​2857)

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 the sign command in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#use-submission-api


Features

  • web-ext lint: updated to use addons-linter to 6.21.0
  • web-ext run: remove 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

  • web-ext lint: updated to use addons-linter to 6.20.0
  • web-ext run: fixed an issue with Firefox on macOS (#​2975) by updating fx-runner to 1.4.0

See all changes: mozilla/web-ext@7.9.0...7.10.0

v7.9.0

Compare Source

Features

  • web-ext lint: updated to use addons-linter 6.19.0 (it was 6.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

  • Updated: dependency addons-linter to 6.13.0 (#​2870)
  • Updated: dependency 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

  • 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency web-ext to v7 Update dependency web-ext to ^7.2.0 Oct 3, 2022
@renovate renovate bot changed the title Update dependency web-ext to ^7.2.0 Update dependency web-ext to ^7.3.0 Oct 14, 2022
@renovate renovate bot changed the title Update dependency web-ext to ^7.3.0 Update dependency web-ext to ^7.3.1 Oct 18, 2022
@renovate renovate bot changed the title Update dependency web-ext to ^7.3.1 Update dependency web-ext to ^7.4.0 Nov 24, 2022
@renovate renovate bot changed the title Update dependency web-ext to ^7.4.0 Update dependency web-ext to ^7.6.0 Mar 30, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.6.0 Update dependency web-ext to ^7.6.0 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/web-ext-7.x branch April 3, 2023 23:21
@renovate renovate bot changed the title Update dependency web-ext to ^7.6.0 - autoclosed Update dependency web-ext to ^7.6.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/web-ext-7.x branch April 4, 2023 08:44
@renovate renovate bot changed the title Update dependency web-ext to ^7.6.0 Update dependency web-ext to ^7.6.1 Apr 17, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.6.1 Update dependency web-ext to ^7.6.2 May 28, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.6.2 Update dependency web-ext to ^7.7.0 Sep 7, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.7.0 Update dependency web-ext to ^7.8.0 Sep 28, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.8.0 Update dependency web-ext to ^7.9.0 Dec 4, 2023
@renovate renovate bot changed the title Update dependency web-ext to ^7.9.0 Update dependency web-ext to ^7.10.0 Jan 9, 2024
@renovate renovate bot changed the title Update dependency web-ext to ^7.10.0 Update dependency web-ext to ^7.11.0 Jan 24, 2024
@renovate renovate bot changed the title Update dependency web-ext to ^7.11.0 Update dependency web-ext to ^7.12.0 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants