Important: we are now using Node v20 to build and release web-ext.
main changes
- Breaking change: web-ext no longer accepts
.js
config files. You must rename your config file to.cjs
or.mjs
and export the config accordingly. More information at: https://mzl.la/web-ext-config-file (#3519) - Bump node versions (#3428)
dependencies
- Updated: dependency
addons-linter
to 8.0.0 (#3520) - Updated: dependency
parse-json
to 8.3.0 (#3390) - Updated: dependency
pino
to 9.11.0 (#3518)
dev dependencies
- Updated: dependency
cross-env
to 10.0.0 (#3475)
others
- Updated link to web-ext documentation (#3517)
- Adjust functional test ran by addons-linter because require(esm) is now a thing in Node 20.19+ (#3516)
See all changes: 8.10.0...9.0.0