Open
Description
onlyBuiltDependencies
in pnpm-workspace.yaml
is supported from [email protected]
:
The
pnpm.*
settings frompackage.json
can now be specified in thepnpm-workspace.yaml
file instead.
onlyBuiltDependencies:
- esbuild
- fuse-native
pnpm approve-builds
adds onlyBuiltDependencies
to pnpm-workspace.yaml
as of 10.7.1
.
Current implementation is fixed to the pnpm.onlyBuiltDependencies
field in the pacakge.json
:
Backwards compatibility is supported and is probably fixed (?) in 10.6.1
When executing the
approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.