Skip to content

onlyBuiltDependencies in pnpm-workspace.yaml may be obsolete #1106

@threeal

Description

@threeal

Since #1083, Lefthook is no longer managed as a pnpm dependency, which means the lefthook entry under onlyBuiltDependencies in pnpm-workspace.yaml is now obsolete.

After further inspection, esbuild also does not appear anywhere in the project's dependencies. If that is confirmed, the entire onlyBuiltDependencies section becomes unnecessary.

For context, the packages: [.] setting in the same file was added in #849 solely as a workaround for a Dependabot issue (#848) where Dependabot fails when pnpm-workspace.yaml exists but the packages field is absent. Without any other meaningful content in the file, the need for pnpm-workspace.yaml itself should be reconsidered.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions