Commit Graph

6949 Commits

Author SHA1 Message Date
Zoltan Kochan
68b1bf20ec docs(readme): Node.js version manager as key feature
We got some positive feedback about this new feature, so maybe it makes sense to advertise it as one of the key features of pnpm CLI.
2021-10-17 22:23:25 +03:00
Zoltan Kochan
252ba1a8d8 test(npm-resolver): fix 2021-10-17 17:45:03 +03:00
Zoltan Kochan
d1ade44c8d docs: add comment to npm-registry-agent 2021-10-17 14:06:19 +03:00
Zoltan Kochan
d4e2e52c43 feat: rename supi to @pnpm/core 2021-10-17 02:43:29 +03:00
Zoltan Kochan
6c50af201a fix(deps): update socks-proxy-agent to v6 2021-10-17 02:06:35 +03:00
Zoltan Kochan
c024e7fae4 fix(deps): update cli-columns to v4 2021-10-17 02:01:17 +03:00
Zoltan Kochan
0beffc2a0a fix(deps): http(s)-proxy-agent updated to v5 2021-10-17 01:58:44 +03:00
Zoltan Kochan
68d708bfc3 chore(deps): update esbuild to v0.13 2021-10-17 01:54:50 +03:00
Zoltan Kochan
f7041b0df2 chore(deps): update 2021-10-17 01:48:13 +03:00
Zoltan Kochan
b1a26cb36d chore(deps): update eslint to v8 2021-10-17 01:41:23 +03:00
Zoltan Kochan
4cb2a30a98 chore(deps): update 2021-10-17 00:04:26 +03:00
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
7707c7701b style: turn off warnings 2021-10-16 21:11:02 +03:00
Zoltan Kochan
1a6cc7ee77 feat(env): installing the latest Node.js version (#3879)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-16 16:15:36 +03:00
Zoltan Kochan
3882510d52 chore(release): 6.17.2 v6.17.2 2021-10-16 04:00:20 +03:00
Zoltan Kochan
f10a53ee7c fix(cli): allow --cache-dir and --save-prefix 2021-10-16 03:30:46 +03:00
Zoltan Kochan
4b163f69ce fix: dedupe dependencies when adding new ones (#3877)
close #1041
2021-10-16 03:18:09 +03:00
Ihor
7b0906043b docs(install): add help for --force option of install command (#3878)
ref #1906
2021-10-16 02:54:49 +03:00
Zoltan Kochan
5ee3b2dc77 fix: use single global config file for all npm/pnpm versions (#3873) 2021-10-15 13:10:02 +03:00
Zoltan Kochan
09992662ef fix: only check for updates when install or add runs (#3874) 2021-10-15 01:37:46 +03:00
Zoltan Kochan
1b5e673138 fix: add pnpm6 keyword to @pnpm/exe and artifacts 2021-10-14 18:40:16 +03:00
Zoltan Kochan
4f43aa437b ci: always publish public packages v6.17.1 2021-10-14 15:49:56 +03:00
Zoltan Kochan
75d1ab862c chore(release): 6.17.1 2021-10-14 15:16:59 +03:00
Zoltan Kochan
cd980742c7 fix: use the right node exec path when pnpm is an exe (#3870) 2021-10-14 15:12:07 +03:00
Zoltan Kochan
913d97a050 fix(env): do not create a command shim for the Node.js executable (#3869) 2021-10-14 14:26:00 +03:00
Zoltan Kochan
cd597bdf9f fix: suggest pnpm install --force to refetch packages (#3867)
close #3840
2021-10-14 02:47:07 +03:00
Zoltan Kochan
8f0fa4159e chore: rename @pnpm/beta to @pnpm/exe 2021-10-14 02:45:12 +03:00
Zoltan Kochan
e8389e11df fix: don't write .pnpm-debug.log on expected exit code 1 (#3861)
close #3832
2021-10-13 11:11:55 +03:00
Zoltan Kochan
58edad7307 test(default-reporter): refactor 2021-10-13 01:27:41 +03:00
Zoltan Kochan
ee62c7e0b0 feat: move @pnpm/file-reporter to the workspace 2021-10-12 02:15:51 +03:00
Zoltan Kochan
577bfc1353 refactor: rename @pnpm/beta to @pnpm/exe (#3846) 2021-10-11 19:45:13 +03:00
Zoltan Kochan
08c72eccef chore(release): supi@0.47.26 2021-10-11 13:40:15 +03:00
Zoltan Kochan
e56cfaac8c fix(supi): path-exists should be a prod dependency (#3850) 2021-10-11 13:37:21 +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
79ed068e56 chore: release @pnpm/filter-workspace-packages 2021-10-11 11:35:44 +03:00
Zoltan Kochan
dcc9cb7463 feat(filter-workspace-packages): new optional option added to readProjects (#3847)
close #3726
2021-10-11 11:11:37 +03:00
Zoltan Kochan
9821c0289b chore(release): 6.17.0 v6.17.0 2021-10-10 15:05:02 +03:00
Zoltan Kochan
04aa63df20 fix: don't print logs when --json option is used (#3844) 2021-10-10 10:59:31 +03:00
Cheng
ef9d2719a1 feat(pnpm): add filterLog hook to pnpmfile (#3802)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-10-10 02:41:28 +03:00
Zoltan Kochan
1efaaf706b feat: dlx should support the --silent option (#3839)
ref #3687
2021-10-10 02:21:42 +03:00
Lev Chelyadinov
c83488d01f feat: add the pnpm create command (#3829) 2021-10-10 01:57:28 +03:00
Cheng
4027a3c691 feat: move requireHooks to pnpm CLI (#3835)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-10-09 02:38:31 +03:00
Zoltan Kochan
091ff5f127 fix: add link to the docs for dlx, exec, root, bin (#3838) 2021-10-09 00:04:19 +03:00
Zoltan Kochan
20336abb85 test: fix audit tests 2021-10-08 20:44:21 +03:00
Zoltan Kochan
e989c6349d chore(deps): update 2021-10-07 23:46:40 +03:00
Zoltan Kochan
ce9844590d test: fix audit tests 2021-10-07 23:38:30 +03:00
Zoltan Kochan
cc8899d25a chore(deps): update set-value to v4 2021-10-07 23:28:08 +03:00
Zoltan Kochan
9bc778e821 feat: add @pnpm/linux-arm64 to @pnpm/beta 2021-10-06 21:36:17 +03:00
Opliko
89490d0d83 fix: add a linux arm64 build (#3830) 2021-10-06 21:22:10 +03:00
Zoltan Kochan
e56b73a115 docs(readme): remove outdated links 2021-10-05 02:43:58 +03:00