sblask-webextensions / webextension-open-tabs-next-to-current

Open new tabs to the right of the current one.
https://addons.mozilla.org/firefox/addon/open-tabs-next-to-current/
MIT License
163 stars 21 forks source link

Bump web-ext from 6.5.0 to 6.6.0 #143

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps web-ext from 6.5.0 to 6.6.0.

Release notes

Sourced from web-ext's releases.

6.6.0

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

Commits
  • b8143e5 chore: Bump package version for release 6.6.0
  • 05e9fd5 fix: Set default adb host to 127.0.0.1 to prevent localhost resolution mismat...
  • dbfc038 fix: Replace localhost with ipv4 to avoid ipv6 issue (#2339)
  • f04c040 fix(deps): update dependency chrome-launcher to v0.15.0 (#2324)
  • 12cebae fix(deps): update dependency addons-linter to v4 (#2350)
  • 164af8c chore(deps): update dependency sinon to v12 (#2356)
  • 5fa8b55 chore(deps): update dependency eslint-plugin-flowtype to v8 (#2355)
  • c028a6c chore(deps): update dependency flow-bin to v0.165.1 (#2352)
  • 39769ee chore(deps): update codecov orb to v3.2.2 (#2349)
  • 6a3a015 fix(deps): update dependency fx-runner to v1.2.0 (#2351)
  • 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[bot] commented 2 years ago

Superseded by #151.