Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic-release v18 support #70

Open
KaiSchwarz-cnic opened this issue Nov 24, 2021 · 4 comments
Open

semantic-release v18 support #70

KaiSchwarz-cnic opened this issue Nov 24, 2021 · 4 comments

Comments

@KaiSchwarz-cnic
Copy link

> npm i                                                       
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/semantic-release
npm ERR!   dev semantic-release@"^18.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer semantic-release@"^17.3.0" from @conveyal/[email protected]
npm ERR! node_modules/@conveyal/maven-semantic-release
npm ERR!   dev @conveyal/maven-semantic-release@"^5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See <$HOME>/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     <$HOME>/.npm/_logs/2021-11-24T07_37_21_382Z-debug.log
@slashphi
Copy link

I just added a Pull Request #71

@electriquo
Copy link

cc @evansiroky

@evansiroky
Copy link
Contributor

Hello all, please see #72.

@KaiSchwarz-cnic
Copy link
Author

KaiSchwarz-cnic commented Jun 14, 2022

with npm 8++, you can rely on an "overrides" section to override package versions explicitely.

"overrides": {
    "semantic-release": "^19.0.3"
}

of course to be seen as temporary solution until a replacement for maven-semantic-release is available or a new maintainer.

HTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants