See full v11.0.0 changelog
Migration guide: Migrating from v10 to v11
Patch Changes
- Skip installability validation when scanning workspace projects in
checkDepsStatus(run byverifyDepsBeforeRun). Previously the status check calledfindWorkspaceProjects, which validates each project'senginesandos/cpu/libcand warns about useless fields in non-root manifests — work that the install pipeline already performs. With nonodeVersionthreaded through, the engine check also fell back to the system Node fromPATHand emitted spurious "Unsupported engine" warnings before scripts ran. Status-only callers now usefindWorkspaceProjectsNoCheck; install paths continue to validate. - Fixed
pnpm add <alias>:@scope/pkgfor named registries. The local resolver was claiming any specifier containing/as a local directory, sopnpm add bit:@teambit/bit(withbitconfigured undernamedRegistries) installed a bogus link tobit:@teambit/bit/instead of resolving from the configured registry. The local resolver now runs after the named-registry resolver in the resolution chain. - Updated
@zkochan/cmd-shimto 9.0.3. The sh shim it writes for.cmd/.battargets now escapes the/Cswitch as//C, so it survives the path translation Git Bash applies when launchingcmd.exe. Without this, a bare/Cwas rewritten toC:\before reaching cmd.exe — the switch was dropped, cmd started interactively, and the calling script saw the cmd banner instead of the wrapped command's output. Affects any cmd-shim-wrapped batch script invoked from Git Bash / MSYS / Cygwin on Windows. See pnpm/cmd-shim#55.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|