Victor Vlasenko
b19ada8ef3
refactor: simplify scripts for running lint ( #3895 )
2021-10-19 17:40:20 +03:00
Zoltan Kochan
917b95c01f
fix: upgrade typescript to v4.4.4
2021-10-16 23:33:34 +03:00
Zoltan Kochan
0a639e41b8
feat: every package should have a pnpm<major_version> keyword
2021-10-11 12:15:32 +03:00
Zoltan Kochan
320482c057
chore(release): 6.11.5
2021-07-30 12:25:00 +03:00
Zoltan Kochan
f3599aaf97
chore(release): 6.9.0
2021-06-23 10:52:00 +03:00
Zoltan Kochan
8e76690f4d
feat: packageExtensions ( #3553 )
...
close #3551
2021-06-23 09:42:34 +03:00
Zoltan Kochan
74adeb536e
chore(release): 6.7.1
2021-06-03 22:46:36 +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
79fd2226b8
chore(release): 6.7.0
2021-06-02 02:40:21 +03:00
Zoltan Kochan
f4aac60483
chore(release): 6.6.2
2021-05-30 20:38:42 +03:00
Zoltan Kochan
a1a03d1457
fix: import only the needed functions from ramda
2021-05-29 01:33:09 +03:00
Zoltan Kochan
78513adf00
chore(release): 6.2.0
2021-04-24 23:18:19 +03:00
Zoltan Kochan
4da26031be
chore(deps): update
2021-04-24 02:02:09 +03:00
Zoltan Kochan
e8cf898fb9
fix: Node.js 16 warning ( #3382 )
...
close #3379
2021-04-23 01:50:54 +03:00
Zoltan Kochan
e6859e2c24
chore(release): release all packages except the CLI one
2021-04-05 04:52:05 +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
3a0c77de6e
docs: update authors
2021-04-05 01:26:56 +03:00
Zoltan Kochan
ab4dca3686
feat!: update @pnpm/logger
2021-04-04 20:18:47 +03:00
Zoltan Kochan
e03397b8d0
fix(deps): update rimraf
2021-03-28 12:30:59 +03:00
Zoltan Kochan
eb19323b2a
style: autoformat code before running tests ( #3250 )
2021-03-21 03:50:55 +02:00
Zoltan Kochan
0d68aa002e
style: fix
2021-03-17 17:27:00 +02: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
4d556c73e1
chore(release): 5.18.3
2021-03-05 00:41:58 +02:00
Zoltan Kochan
d47fed2c5c
fix: ignore broken lockfiles, unless --frozen-lockfile is set ( #3217 )
...
close #1395
2021-03-04 11:58:22 +02:00
Zoltan Kochan
be861e471b
fix: update @zkochan/js-yaml
2021-02-26 00:31:03 +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
581f9b20a5
fix: update deps
2021-02-12 11:51:34 +02:00
Zoltan Kochan
3503951d39
perf: don't use graceful-fs and mz/fs ( #3129 )
2021-02-09 13:44:07 +02:00
Zoltan Kochan
97b986fbc8
feat: Node.js v10 is not supported anymore ( #3121 )
...
* feat: Node.js v10 is not supported anymore
BREAKING CHANGE:
2021-02-04 03:54:58 +02:00
Zoltan Kochan
58988e9938
chore(release): 5.16.0-0
2021-01-23 17:33:52 +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
698d7afcd9
chore(release): 5.15.2
2021-01-21 11:53:14 +02:00
Zoltan Kochan
a8a75ea2cd
chore(deps): update
2021-01-21 01:57:26 +02:00
Zoltan Kochan
af897c3246
fix: never skip resolution if the overrides were changed
...
Never skip resolution if the overrides were changed,
even if frozenLockfile is true.
PR #3079
2021-01-18 03:09:27 +02:00
Zoltan Kochan
8810b54d42
chore(release): 5.15.0
2021-01-10 18:48:05 +02:00
Zoltan Kochan
1e4a3a17a0
fix(deps): update js-yaml to version 4
2021-01-10 02:24:33 +02:00
Zoltan Kochan
d99af0717f
test: configure linting via syncpack
2021-01-03 16:45:36 +02:00
Zoltan Kochan
401f82c750
chore: link packages to themselves using a pnpmfile hook
2021-01-03 16:23:23 +02:00
Zoltan Kochan
ed7160ff3a
chore(deps): update
2020-12-18 23:44:45 +02:00
Zoltan Kochan
a1c9cd2316
chore(deps): update
2020-12-11 17:05:31 +02:00
Zoltan Kochan
76763207cc
chore(release): 5.13.5
2020-11-26 22:13:05 +02:00
Zoltan Kochan
1c3b151bc5
test(lockfile-file): fix
2020-11-23 00:26:16 +02:00
Zoltan Kochan
fba7155123
fix: types
2020-11-22 23:15:29 +02:00
Zoltan Kochan
26118a730a
fix: types
2020-11-22 15:36:27 +02:00
Zoltan Kochan
c44c96df40
chore(deps): update
2020-11-19 02:07:44 +02:00
Zoltan Kochan
603df5861b
chore(release): 5.11.1
2020-11-08 20:15:53 +02:00