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

Support semantic-release@21.0.2 #40

Open
kumboleijo opened this issue May 2, 2023 · 0 comments · May be fixed by #41 or #43
Open

Support semantic-release@21.0.2 #40

kumboleijo opened this issue May 2, 2023 · 0 comments · May be fixed by #41 or #43

Comments

@kumboleijo
Copy link

The Problem

There is a PeerDep for semantic-release@19 in place which won't allow the usage of this plugin with the most recent version of semantic release (21.0.2).

"semantic-release": "19"

Running semantic-release with the following plugins results in this:

Error: Command failed: npm install @semantic-release/changelog @semantic-release/git @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/changelog semantic-release-slack-bot semantic-release-ms-teams aggregate-error@4.0.1 --no-audit 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @cycjimmy/semantic-release-action@3.4.2
npm ERR! Found: semantic-release@21.0.2
npm ERR! node_modules/semantic-release
npm ERR!   semantic-release@"^21.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer semantic-release@"19" from semantic-release-ms-teams@2.1.0
npm ERR! node_modules/semantic-release-ms-teams
npm ERR!   semantic-release-ms-teams@"*" 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! 
npm ERR! For a full report see:
npm ERR! /root/.npm/_logs/2023-05-02T06_30_26_475Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2023-05-02T06_30_26_475Z-debug-0.log

Q: Is there support for semantic-release@21 planned in the near future?

elvisfernandes added a commit to elvisfernandes/semantic-release-ms-teams that referenced this issue May 25, 2023
@elvisfernandes elvisfernandes linked a pull request May 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant