Commit Graph

737 Commits

Author SHA1 Message Date
Kaito Udagawa
b6d74c5458 chore(config): allow a system's package manager to override pnpm's default settings (#3896)
https://github.com/Homebrew/homebrew-core/pull/85890
2021-10-20 18:43:54 +03:00
Zoltan Kochan
1f5c472bb9 fix(store): mention pnpm store path in help output 2021-10-20 02:53:11 +03:00
Zoltan Kochan
55e7d6e5d4 chore(release): 6.18.0 2021-10-19 12:37:43 +03:00
vagusX
6375cdce0b feat: support windows shebang (#3887)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-10-19 12:01:09 +03:00
Zoltan Kochan
37905fcf7c feat: installing prerelease Node.js versions (#3892)
ref https://github.com/pnpm/pnpm/discussions/3857
2021-10-19 11:39:14 +03:00
Zoltan Kochan
bd7bcdbe8e feat: new setting - maxsockets (#3889) 2021-10-19 00:45:36 +03:00
Zoltan Kochan
930e104da3 fix(git-resolver): git URLs with a colon should work (#3882)
ref #2352
2021-10-18 15:55:48 +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
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 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
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
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
ee62c7e0b0 feat: move @pnpm/file-reporter to the workspace 2021-10-12 02:15:51 +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
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 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
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
b70ea5756a chore(release): 6.16.1 2021-10-05 00:49:40 +03:00
brightwu
59a4152ceb fix: only hoist packages in the dependencies tree when partial install (#3806)
* fix: only hoist packages in the dependencies tree when partial install

* chore: update test case for sub dependencies lock

* Update packages/hoist/src/index.ts

Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>

* chore: update changeset for @pnpm/hoist

* Update tiny-buttons-call.md

Co-authored-by: wumingliang.0113 <wumingliang.0113@bytedance.com>
Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>
2021-10-02 19:11:21 +03:00
Michael Schmuki
4a4d42d8f7 fix: allow dependencies without a package.json (#3782)
close #1866

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-10-01 00:31:55 +03:00
Zoltan Kochan
4072291cb2 fix(deps): force ansi-regex@5.0.1
ansi-regex has a known vulnerability that is fixed v5.0.1
ref https://github.com/advisories/GHSA-93q8-gq69-wqmw
2021-09-30 01:36:49 +03:00
Zoltan Kochan
b14c9a0f1e chore(release): 6.16.0 2021-09-29 01:16:31 +03:00
Zoltan Kochan
0d4a7c69e4 fix: installed commands cannot be found on case sensitive Windows (#3804)
close #3800
2021-09-29 00:21:36 +03:00
Zoltan Kochan
c7081cbb43 feat: new option - extend-node-path (#3799)
close #2890
2021-09-28 22:36:20 +03:00
Igor Bezkrovnyi
fe5688dc0c feat: changed-files-ignore-pattern option (#3797) 2021-09-27 00:42:43 +03:00
Zoltan Kochan
ea69daae5d chore(release): 6.15.2 2021-09-26 14:33:29 +03:00
Zoltan Kochan
83e23601e7 fix: don't override bins of direct deps with bins of hoisted ones (#3795)
close #3784
2021-09-26 13:43:21 +03:00
Zoltan Kochan
b7e6f4428e fix: frozen install with dir deps that have no manifest (#3793) 2021-09-25 00:14:42 +03:00
Zoltan Kochan
553a5d840d feat: pin Node.js to global package (#3780) 2021-09-22 01:32:33 +03:00
Zoltan Kochan
d62259d677 feat(config): new global packages location in beta mode (#3781) 2021-09-21 03:01:59 +03:00