web-ext
                                
                                 web-ext copied to clipboard
                                
                                    web-ext copied to clipboard
                            
                            
                            
                        A command line tool to help build, run, and test web extensions
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0. Changelog Sourced from yargs's changelog. 18.0.0 (2025-05-26) ⚠ BREAKING CHANGES command names are not derived from modules passed to command. singleton usage of yargs...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.5 to 0.10.0. Release notes Sourced from shelljs's releases. v0.10.0 What's Changed chore: update deps by @nfischer in shelljs/shelljs#1201 chore: rename master -> main by @nfischer in...
Bumps [jose](https://github.com/panva/jose) from 5.9.6 to 6.0.11. Release notes Sourced from jose's releases. v6.0.11 Fixes typ checking edge-cases when it contains a slash (/) character (31e4baf) v6.0.10 Refactor removed unused claims...
It took me 24 hours to find out that my windows build has pre-installed chrome policies that affect the behaviour of all installed chromium browsers, including portable versions. One of...
Firefox is currently testing [a new profile manager](https://connect.mozilla.org/t5/discussions/try-out-firefox-profiles-in-nightly/m-p/95343/highlight/true#M37210). As of Firefox 138, this experience "is rolling out to a Release test group in 138." Since this seems to be positioned...
I used to sign my extension until around 8 months ago using the following command: ```bash web-ext sign --api-key=$AMO_JWT_ISSUER \ --api-secret=$AMO_JWT_SECRET \ --artifacts-dir=$release_dir \ --source-dir=$BUILD_DIR \ --no-config-discovery \ --channel=unlisted ```...
- Node 21.7.3: All tests pass - Node 22.16.0: Test failures: - `provides help message on load failure due to .js ESM config file and no package` - `provides help...
I'm likely doing something wrong as I cannot find any issue/link on this but I'm not able to use `--api-proxy` behind a proxy. * I've tried using node 18, 20...
Bumps [parse-json](https://github.com/sindresorhus/parse-json) from 7.1.1 to 8.3.0. Release notes Sourced from parse-json's releases. v8.3.0 Update dependencies (#52) cd509ed https://github.com/sindresorhus/parse-json/compare/v8.2.0...v8.3.0 v8.2.0 Add orignal error to JSONError.cause (#50) 703bb87 https://github.com/sindresorhus/parse-json/compare/v8.1.0...v8.2.0 v8.1.0 Remove json-parse-even-better-errors...
This is a common scenario with Firefox Nightly - because it updates every day. For example: 1. you start Firefox Nightly to test something, it will download update in the...