Commit Graph

16 Commits

Author SHA1 Message Date
Zoltan Kochan
fcdad632f0 fix: recursive peer dependency
ref #2919
PR #2926
2020-10-19 02:40:31 +03:00
Zoltan Kochan
2d8bd5c538 Revert "fix: recursive peer dependency"
This reverts commit 93177dfef2.
2020-10-15 01:23:07 +03:00
Zoltan Kochan
93177dfef2 fix: recursive peer dependency
ref #2919
PR #2926
2020-10-14 16:26:27 +03:00
Zoltan Kochan
4f5801b1c0 fix!: change lockfile version to 5.1
Two avoid unnecessary updates, the lockfile
version will remain 5.1 in pnpm v5.
2020-05-22 01:44:14 +03:00
Zoltan Kochan
ca9f50844f feat: bump lockfile version to 5.2 2020-05-16 20:22:51 +03:00
Zoltan Kochan
b5f66c0f2b perf: less dirs in the virtual store directory
Reduce the number of directories in the virtual store directory.
Don't create a subdirectory for the package version. Append the
package version to the package name directory.

close #2521
PR #2531
2020-05-06 02:15:55 +03:00
Zoltan Kochan
35a702c6e0 feat: configurable virtual store directory
New config setting: virtual-store-dir

Breaking changes in: @pnpm/lockfile-file, @pnpm/constants

close  #2078
PR #2091
2019-10-19 03:18:41 +03:00
Zoltan Kochan
03f745ff98 feat: .pnpm/pnpm-lock.yaml=>.pnpm/lock.yaml
ref #2018
2019-09-21 20:13:36 +03:00
Zoltan Kochan
187a0186b0 feat: move .pnpm-lock.yaml to .pnpm/pnpm-lock.yaml
PR #2018

BREAKING CHANGE:

node_modules/.pnpm-lock.yaml => node_modules/.pnpm/pnpm-lock.yaml
2019-09-21 00:10:49 +03:00
Zoltan Kochan
febfb746fe feat: bump node_modules layout version to 3
PR #2003

BREAKING CHANGE: new node_modules layout
2019-09-09 14:21:45 +03:00
Zoltan Kochan
ac684d0e14 feat: upgrade lockfile version to 5.1 2019-06-08 16:12:03 +03:00
Zoltan Kochan
a60030fa8f feat: bump the node_modules layout version 2019-03-07 17:00:26 +02:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
5fdfd13bbb refactor: rename constants that contain the work SHRINKWRAP 2019-03-06 23:13:51 +02:00
Zoltan Kochan
856536bb0f feat: rename lockfile from shrinkwrap.yaml to pnpm-lock.yaml
BREAKING CHANGE: new lockfile name

close #1635
2019-03-04 02:48:02 +02:00
Zoltan Kochan
41b6f6b82c refactor: create @pnpm/constants 2019-03-02 18:02:04 +02:00