Skip to content

build(deps-dev): Bump web-ext from 3.1.1 to 3.2.0 in /addon #205

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

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 27, 2019

Bumps web-ext from 3.1.1 to 3.2.0.

Release notes

Sourced from web-ext's releases.

3.2.0

Features

  • web-ext run --target chromium can now be used to run a WebExtension on Chromium-based browsers (by default web-ext will search and run Google Chrome, --chromium-binary BINARY_PATH can be used to run a specific Chromium-based browser, including Brave, Edge, Opera or Vivaldi) (#1392)
  • web-ext commands are now showing a code frame when parsing manifest.json or messages.json files fails (thanks to parse-json dependency updated to v5)
  • Updated web-ext lint to use addons-linter version 1.14.0:
    • Imported Firefox 70 APIs schema
    • Imported Firefox 69 APIs schema
    • Updated mdn-browser-compat-data to v.0.0.94
    • Support linting for all icons in manifest.json (#2677)
    • Support linting CRX3 files (#2621)
    • Limit extension id to 255 chars max to match AMO limit on submissions (#2643)
    • See all addons-linter changes: 1.10.0...1.14.0

Bug Fixes

  • web-ext now strips the UTF-8 BOM before parsing manifest.json/messages.json (#1712, closes #1013)
  • web-ext run is now choosing a random free tcp port for the Firefox Desktop remote debugging server (#1669, closes #1509), use web-ext run --verbose ... if you need to know which port Firefox Desktop is listening on
  • Updated dependencies:
    • yargs v13.3.0 (#1658)
    • Changed npm dependency from opn to open (#1715)
    • Changed npm dependency from require-uncached to import-fresh (#1691)
    • node-notifier v6 (#1710)
    • source-map-support v0.5.13 (#1671)

See all changes: 3.1.1...3.2.0

Commits
  • e315c93 chore: Bump package version for release 3.2.0
  • 16cf22f chore(flow): 'flow ignored' promisify.custom uknown type signature error
  • af243be chore(deps): update dependency flow-bin to v0.108.0
  • 70e4d0e chore(flow): Fixed new flow-check errors detected by flow 0.108.0 (#1718)
  • 155bdfa chore: Minor tweaks to the messages logged for JSON parsing errors
  • a44e350 fix(deps): update dependency parse-json to v5
  • cd978d1 fix(deps): update dependency node-notifier to v6 (#1710)
  • 2a8daa7 fix(deps): update dependency strip-bom to v4 (#1717)
  • 8efd014 fix(deps): update dependency yargs to v13.3.0 (#1658)
  • 40417ce chore: Updated handlebars version in package-lock and cleared the nsprc excep...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the addon WebExtension label Sep 27, 2019
@dependabot-preview dependabot-preview bot requested a review from La0 September 27, 2019 17:58
@La0
Copy link
Contributor

La0 commented Sep 30, 2019

There is a dumb codespell issue in addon/package-lock.json 😭

@marco-c
Copy link
Collaborator

marco-c commented Sep 30, 2019

We can add that specific file to the exclusion list, or even ignore all json files (like https://github.com/marco-c/taskcluster_yml_validator/blob/c71864ecaa4837ba54b62751b8de65fdd2cf69e0/.pre-commit-config.yaml#L31).

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/addon/web-ext-3.2.0 branch 7 times, most recently from 2b7036e to 657e47e Compare October 7, 2019 23:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/addon/web-ext-3.2.0 branch 3 times, most recently from 5ef8839 to 9812937 Compare October 10, 2019 09:20
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/addon/web-ext-3.2.0 branch 3 times, most recently from 58cab9a to 4dbea10 Compare October 18, 2019 11:15
@marco-c
Copy link
Collaborator

marco-c commented Oct 18, 2019

ignore all json files

I've done this in 507a099.

@marco-c
Copy link
Collaborator

marco-c commented Oct 18, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/addon/web-ext-3.2.0 branch from 4dbea10 to 75b13c9 Compare October 18, 2019 11:54
@marco-c marco-c merged commit f43ec5c into master Oct 18, 2019
@marco-c marco-c deleted the dependabot/npm_and_yarn/addon/web-ext-3.2.0 branch October 18, 2019 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon WebExtension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants