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
Currently the plugin packages list the build package as a regular direct dependency. Due to the way we have release-please set up using "node-workspace" mode, any time we bump the build package version, release-please will bump all the plugins even when there are no relevant API changes. I think it would be better to:
list build in peerDependencies for each plugin package
change the examples/templates to list build as a dependency (shouldn't technically be needed if cli is a dependency, but I think pnpm will complain otherwise)
The text was updated successfully, but these errors were encountered:
Currently the plugin packages list the
build
package as a regular direct dependency. Due to the way we have release-please set up using "node-workspace" mode, any time we bump thebuild
package version, release-please will bump all the plugins even when there are no relevant API changes. I think it would be better to:build
inpeerDependencies
for each plugin packagebuild
as a dependency (shouldn't technically be needed ifcli
is a dependency, but I think pnpm will complain otherwise)The text was updated successfully, but these errors were encountered: