Commit Graph

29 Commits

Author SHA1 Message Date
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
2dc5a7a4c5 fix: broken lockfile when values in engines have new lines (#3500)
close #3491
2021-06-03 10:54:59 +03:00
Zoltan Kochan
8b66f26dc1 fix(lockfile-file): do not fail when lockfileVersion is a string 2021-04-05 03:53:02 +03:00
Zoltan Kochan
0ab7fab76d feat(lockfile): change order of keys in the lockfile (#3244) 2021-03-16 01:52:34 +02:00
Zoltan Kochan
9c2a878c38 Improve lockfile formatting (#3234)
* feat: change order of keys in lockfile

* feat(lockfile): write os, engines, and cpu to single line
2021-03-12 02:09:05 +02:00
Zoltan Kochan
f7750baed4 feat: improved formatting of the pnpm-lock.yaml (#3196)
close #3195
2021-02-25 23:54:42 +02:00
Zoltan Kochan
be52cb5324 test: update snapshot 2021-02-25 21:54:41 +02:00
Zoltan Kochan
155e705971 feat(lockfile): resolution should be the first key (#3194) 2021-02-25 21:25:02 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
9ad8c27bf0 feat: ignoring the build of specific dependencies (#3080)
* feat: ignoring the build of specific dependencies

close #3071

* test: add test for neverBuiltDependencies

* docs: add changesets

* test: lockfile-file
2021-01-23 16:27:39 +02:00
Zoltan Kochan
1e4a3a17a0 fix(deps): update js-yaml to version 4 2021-01-10 02:24:33 +02:00
Zoltan Kochan
1c3b151bc5 test(lockfile-file): fix 2020-11-23 00:26:16 +02:00
Zoltan Kochan
dbcc6c96fb fix(lockfile): better lockfile stringify error 2020-11-01 00:27:52 +02:00
Zoltan Kochan
aa6bc4f952 fix(lockfile): better lockfile stringify error 2020-10-31 19:06:32 +02:00
Zoltan Kochan
41e52b661b test(lockfile-file): move write tests to separate file 2020-10-31 14:40:24 +02:00
Jason Staten
1af7c6d4bc test: migrate more tests to Jest
* chore: local-resolver to jest

* chore: lockfile-file to jest

* chore: lockfile-utils to jest

* style: fix

PR #2909
ref #2858
2020-10-04 15:17:06 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
b8d0c9982d refactor: use lockfile version constant 2020-05-16 18:07:11 +03:00
Zoltan Kochan
bb5d41f337 style: add missing trailing commas and fix the linting rule 2020-01-01 19:18:25 +02: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
ac684d0e14 feat: upgrade lockfile version to 5.1 2019-06-08 16:12:03 +03:00
Zoltan Kochan
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
Zoltan Kochan
c8d98856fa refactor: use includes() instead of indexOf() when possible 2019-04-07 13:08:26 +03:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
86cfb3afbd refactor: rename functions that have shrinkwrap in name 2019-03-07 00:31:39 +02:00
Zoltan Kochan
5fdfd13bbb refactor: rename constants that contain the work SHRINKWRAP 2019-03-06 23:13:51 +02:00
Zoltan Kochan
13616f1217 refactor: rename packages from shrinkwrap to lockfile 2019-03-06 17:18:05 +02:00