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 issues related to the nodejs 17 dns resolution behavior on systems where
- 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