1.4 KiB
@pnpm/git-utils
1100.0.2
Patch Changes
-
61969fb: Fixpnpm installwithoptimisticRepeatInstallincorrectly reportingAlready up to datewhenpnpm-lock.yamlchanged but project manifests did not. This affected workflows such as checking out or restoring only the lockfile #12100.Also fixes
checkDepsStatusto use the correct lockfile path whenuseGitBranchLockfileis enabled, so the optimistic fast-path and lockfile modification detection work withpnpm-lock.<branch>.yamlfiles instead of always stat'ingpnpm-lock.yaml. Merge-conflict detection now reads the resolved lockfile name as well, and withmergeGitBranchLockfilesenabled everypnpm-lock.*.yamlis scanned for modifications and conflicts. The git branch is now resolved by reading.git/HEADdirectly (no process spawn) and uses the workspace directory rather thanprocess.cwd().
1100.0.1
Patch Changes
184ce26: Fix the package name in README.md.
1001.0.0
Major Changes
2.0.0
Major Changes
43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
1.0.0
Major Changes
eceaa8b8b: Node.js 14 support dropped.
0.1.0
Minor Changes
56cf04cb3: New settings added: use-git-branch-lockfile, merge-git-branch-lockfiles, merge-git-branch-lockfiles-branch-pattern.