Skip to content

Remove pnpm-workspace.yaml#1107

Merged
threeal merged 1 commit into
mainfrom
remove-pnpm-workspace
May 31, 2026
Merged

Remove pnpm-workspace.yaml#1107
threeal merged 1 commit into
mainfrom
remove-pnpm-workspace

Conversation

@threeal
Copy link
Copy Markdown
Owner

@threeal threeal commented May 31, 2026

Closes #1106.

pnpm-workspace.yaml contained only an onlyBuiltDependencies list (esbuild, lefthook) and a packages: [.] workaround entry. Since neither esbuild nor lefthook are pnpm dependencies anymore (Lefthook was removed in #1083), the onlyBuiltDependencies section serves no purpose.

The packages: [.] line was added in #849 solely to work around a Dependabot bug (#848) where Dependabot fails when pnpm-workspace.yaml exists without a packages field. With no other meaningful content in the file, removing it entirely is the right move.

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal self-assigned this May 31, 2026
@threeal threeal added the enhancement New feature or request label May 31, 2026
@threeal threeal added this to the Version 4.1.0 milestone May 31, 2026
@threeal threeal merged commit 7c4a85b into main May 31, 2026
1 check passed
@threeal threeal deleted the remove-pnpm-workspace branch May 31, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

onlyBuiltDependencies in pnpm-workspace.yaml may be obsolete

1 participant