pnpm v9
#6628
Replies: 1 comment
-
It would be great if someone can pick #4982. Examples in node docs are already using I tried to raise the pr but I am not be able to find the related codes in the codebase, seems that when getting builtinModules via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a discussion about pnpm v9 breaking changes.
false
by default. So, only packages specified with theworkspace:
protocol will be linked from the workspace. This behaviour is less confusing then linking all dependencies. feat!: link-workspace-packages is false by default #7485dedupe-injected-deps
totrue
by default (related PR feat: dedupe injected dependencies #7416).hoist-workspace-packages
to `true by default (related PR feat: addhoist-workspace-packages
option #7451)pnpm setup
should not use the Library directory on mac #7321resolutions
orpnpm
field are used in a non-root workspace project (now a warning is printed fix: should output warning info when "pnpm" or "resolutions" is configured in a non-root workspace project #6658)move the default location of the virtual store fromPeople voted against it: https://twitter.com/pnpmjs/status/1739962479097122843node_modules/.pnpm
to.pnpm
in order to reduce issues like this: Flattening feature creates lengthy folder structures #6830requiresBuild
field should either be removed from the lockfile or be included always, regardless if the dependency is allowed to be built or not (related PR feat: onlyBuiltDependenciesFile #7167)Related PR: #7459
Beta Was this translation helpful? Give feedback.
All reactions