Commit Graph

5931 Commits

Author SHA1 Message Date
Zoltan Kochan
bb7073003f chore(release): 5.4.12 v5.4.12 2020-08-05 02:19:39 +03:00
Zoltan Kochan
cbbbe7a43b fix: pnpm update
Fixes a regression introduced by #2692

close #2750
2020-08-05 02:13:48 +03:00
Zoltan Kochan
edf1f412e2 feat: make-dedicated-lockfile
close #1919
PR #2746
2020-08-05 02:02:42 +03:00
Zoltan Kochan
c13ae0ee6e chore(release): 5.4.11 v5.4.11 2020-08-02 12:18:05 +03:00
Zoltan Kochan
2de5e1bec2 fix: writeFileAtomic() should be promisified before usage 2020-08-02 12:12:02 +03:00
Zoltan Kochan
855bc11db1 chore(release): 5.4.10 v5.4.10 2020-08-01 23:35:31 +03:00
Zoltan Kochan
3bd3253e37 fix: don't alway add a trailing new line to package.json
ref #2716
PR #2744
2020-08-01 23:31:01 +03:00
Zoltan Kochan
0a8ff3ad3e fix: installing a new dependency with a trailing @
`pnpm add foo@` should install the latest `foo`

PR #2742
close #2737
2020-08-01 19:44:14 +03:00
Zoltan Kochan
24af41f20b fix: ignore files in node_modules
PR #2741
close #2730
2020-08-01 19:43:42 +03:00
Zoltan Kochan
390006e872 chore(release): 5.4.9 v5.4.9 2020-07-31 13:51:21 +03:00
Zoltan Kochan
622c0b6f93 fix: get the right pkg name of a pkg resolved from GitHub registry
ref #2687
PR #2734
2020-07-31 11:09:32 +03:00
Zoltan Kochan
1140ef721b fix: registry set in lockfile resolution should not be ignored
ref #2687
PR #2733
2020-07-31 11:09:06 +03:00
Zoltan Kochan
a2ef8084fa fix: use the same version ranges across the monorepo 2020-07-30 02:03:07 +03:00
levinqdl
103ad74871 fix: lockfile not updated when remove dependency in project with readPackage hook
Co-authored-by: qdl <levinqdl@magicengine.com.cn>

PR #2726
2020-07-29 17:32:28 +03:00
iyegoroff
2a41ce95c4 fix: added workspace peer dependencies substitution
PR #2727 
close #2467
2020-07-29 17:08:53 +03:00
Zoltan Kochan
acb74df703 chore(release): 5.4.8 v5.4.8 2020-07-29 02:14:20 +03:00
Zoltan Kochan
8bb015059a fix(audit): don't error when the found vulnerabilities are allowed
close #2721
PR #2723
2020-07-29 02:08:58 +03:00
Zoltan Kochan
25b425ca25 fix: don't remove the modules directory, just the contents of it
close #2720
PR #2722
2020-07-29 01:46:34 +03:00
Zoltan Kochan
da56ff3345 chore(release): 5.4.7 v5.4.7 2020-07-27 23:16:53 +03:00
Zoltan Kochan
a64b7250c2 pnpm outdated|audit should exit with exit code 1 when issues are found
`pnpm outdated` should exit with 1, when outdated found

`pnpm audit` should exit with 1 when issues are found

ref #2706
PR (#2718)
2020-07-27 23:12:42 +03:00
Zoltan Kochan
873f08b045 fix: pnpm i --prod --frozen-lockfile with peer deps
close #2711
PR #2717
2020-07-27 19:09:43 +03:00
Zoltan Kochan
7891d29172 chore(release): 5.4.6 v5.4.6 2020-07-26 16:09:31 +03:00
Zoltan Kochan
1c78fdd3b3 fix: pnpm root -g
ref #2704
2020-07-26 15:57:02 +03:00
Zoltan Kochan
88ee23d2aa chore(release): 5.4.5 v5.4.5 2020-07-26 15:18:58 +03:00
Zoltan Kochan
d44ff97f82 fix: pnpm publish -r --dry-run
close #2712
PR #2715
2020-07-26 15:07:13 +03:00
Zoltan Kochan
e8a6305282 test(publishing): don't publish the store dir 2020-07-26 12:07:09 +03:00
Zoltan Kochan
8c1cf25b7d feat: update a specified dependency in subdeps
ref #2222
PR #2692
2020-07-26 04:58:02 +03:00
Zoltan Kochan
e154729b10 chore(release): 5.4.4 v5.4.4 2020-07-26 02:50:56 +03:00
Zoltan Kochan
ad69677a7a fix: root -g should not fail
`pnpm root -g` should not fail if the pnpm process has no access
to the global bin directory.

close #2700
PR #2704
2020-07-25 18:01:13 +03:00
Zoltan Kochan
bbf492d1c8 fix: suggest to use pnpm to update pnpm 2020-07-25 17:43:51 +03:00
Zoltan Kochan
53b9d9a2cd ci: pin NodeJS 12 version to 12.18.2
There seems to be some issue with 12.18.3
2020-07-25 12:26:21 +03:00
Zoltan Kochan
3acfdfee8d chore: update pnpm-lock.yaml 2020-07-23 14:44:31 +03:00
Zoltan Kochan
ebde372396 chore(release): 5.4.3 v5.4.3 2020-07-23 11:25:58 +03:00
Zoltan Kochan
74d612771d fix: --no-color should work with all commands
PR #2702
ref #2697
2020-07-23 11:20:21 +03:00
Zoltan Kochan
78c2741b69 fix(list): don't use inverse to highight
close #2697
PR #2703
2020-07-23 03:22:36 +03:00
Zoltan Kochan
4e5e22aabb fix(audit): allow using --registry option
close #2689
2020-07-22 22:35:49 +03:00
levinqdl
a016266688 fix: readPackage hook should not modify manifest
PR #2693
close #2164

Co-authored-by: qdl <levinqdl@magicengine.com.cn>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-07-22 11:17:45 +03:00
Zoltan Kochan
7e47ebfb7e fix: --save-workspace-protocol 2020-07-21 23:30:52 +03:00
Zoltan Kochan
66338a90eb chore(release): 5.4.2 v5.4.2 2020-07-21 21:47:13 +03:00
Zoltan Kochan
e75b8ee761 chore: use Yarn instead of npm for bundling pnpm 2020-07-21 21:45:32 +03:00
Zoltan Kochan
4e61688ab6 chore(deps): update delay 2020-07-21 01:44:36 +03:00
Zoltan Kochan
95d92cdcff chore(release): 5.4.1 v5.4.1 2020-07-21 01:04:15 +03:00
Zoltan Kochan
e8a853b5bb fix(deps): update tempy to v0.6.0 2020-07-20 23:35:23 +03:00
Zoltan Kochan
0f71b697eb chore(deps): update 2020-07-20 23:32:56 +03:00
Yao Ding
1bb6eb1426 feat: install works as install --filter {.}... when recursive-install is false
PR #2696
2020-07-20 19:39:40 +03:00
Zoltan Kochan
fd953e4e14 refactor: resolve-dependencies 2020-07-19 05:06:35 +03:00
Yao Ding
9a908bc070 feat: print info after install about hardlinked/copied packages in node_moduels/.pnpm
PR #2679
close #2572

Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-07-19 01:35:05 +03:00
Zoltan Kochan
98ed2544d2 refactor: resolve-dependencies 2020-07-17 12:17:08 +03:00
Zoltan Kochan
6f4fcf16a3 refactor: resolve-dependencies 2020-07-16 16:07:00 +03:00
Zoltan Kochan
6b45130010 chore(release): 5.4.0 v5.4.0 2020-07-12 01:47:38 +03:00