tophat / semantic-release-firefox-add-on

🦊 A Semantic Release plugin to sign Firefox Add Ons using web-ext
Apache License 2.0
19 stars 3 forks source link

Incompatibility with semantic-release@24 (current max is v17) #432

Open ChristopherBull opened 2 months ago

ChristopherBull commented 2 months ago

Describe the bug The project is incompatible with recent (and not-so-recent) versions of semantic-release. According to NPM, the project is currently only compatible with v16 or v17 of semantic-release. v17 released in 2020. The current version of semantic release is v24.

To Reproduce Steps to reproduce the behaviour:

  1. Install via NPM with the latest versions

Expected behaviour Install.

Desktop (please complete the following information): n/a

Additional context The NPM error message:

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: clear-links-dev-tools@1.0.0
npm error Found: semantic-release@24.1.0
npm error node_modules/semantic-release
npm error   dev semantic-release@"^24.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer semantic-release@"^16.0.0||^17.0.0" from semantic-release-firefox-add-on@0.2.8
npm error node_modules/semantic-release-firefox-add-on
npm error   dev semantic-release-firefox-add-on@"*" from the root project