You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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?
The text was updated successfully, but these errors were encountered:
elvisfernandes
added a commit
to elvisfernandes/semantic-release-ms-teams
that referenced
this issue
May 25, 2023
The Problem
There is a
PeerDep
forsemantic-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-ms-teams/package.json
Line 62 in cf8b5ec
Running
semantic-release
with the following plugins results in this:Q: Is there support for
semantic-release@21
planned in the near future?The text was updated successfully, but these errors were encountered: