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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
@RasPhilCo hi! Adding a new peerDependency is generally treated as a breaking change within the node ecosystem, however this was done in a patch release.
This has caused the following warning during heroku update with the heroku-api-plugin, since it depends on "@oclif/command": "^1.4.32", which meant it pulled in this patch relase.
warning "@heroku-cli/plugin-api > @oclif/[email protected]" has unmet peer dependency "@oclif/plugin-help@^2".
Please could this change be reverted, a new patch release issued, and then it re-added in a new major release? Or alternatively the peer dependency converted to a standard dependency.
Similar to #59
I have this error when using pnpm and passing
--help
to my CLI project:My workaround for now is to declare
@oclif/plugin-help
as a dependency of my project.The text was updated successfully, but these errors were encountered: