Commit Graph

6963 Commits

Author SHA1 Message Date
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
Zoltan Kochan
326cade8e2 docs: update tweet link 2021-10-05 02:38:47 +03:00
Zoltan Kochan
b70ea5756a chore(release): 6.16.1 v6.16.1 2021-10-05 00:49:40 +03:00
Zoltan Kochan
9e10555cd4 docs(readme): update installation script 2021-10-03 01:26:02 +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
Nickolay Platonov
c0ebd267a2 test: add extra coverage for createVersionsOverrider (#3815)
The #3682 was accidentally fixed by PR 3743,
but the cases from #3682 are not covered with tests.
This PR adds missing coverage.

close #3682
2021-10-01 18:05:06 +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 v6.16.0 2021-09-29 01:16:31 +03:00
Zoltan Kochan
1c7f80d9ec test(link-bins): fix 2021-09-29 00:44:09 +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 v6.15.2 2021-09-26 14:33:29 +03:00
Zoltan Kochan
efad5d47d4 test: fix audit tests 2021-09-26 14:20:03 +03:00
Zoltan Kochan
04111a1b7a ci: fix running tests on main branch 2021-09-26 13:57:35 +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
632a9e2db2 chore(deps): update 2021-09-25 20:55:00 +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
a9b4ff4fc8 docs: reference companies discussion 2021-09-23 02:01:32 +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
brightwu
6cc1aa2c00 fix(supi): --fix-lockfile should preserve dependencies in the existing lockfile (#3774)
* fix(supi): --fix-lockfile should not ignore dependencies field in existing lockfile

* chore: add changeset

* Update packages/supi/src/install/index.ts

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

* Update .changeset/fifty-snakes-refuse.md

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

* chore: adding a test case for edge cases

Co-authored-by: wumingliang.0113 <wumingliang.0113@bytedance.com>
Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>
2021-09-19 03:25:43 +03:00
Zoltan Kochan
00ede7ba82 chore(release): 6.15.1 v6.15.1 2021-09-16 14:03:49 +03:00
Zoltan Kochan
04b7f60861 fix: prevent binary planting attacks on Windows 2021-09-16 12:10:46 +03:00
milahu
6a46bed2c0 docs: typo in comment: hear -> here (#3772) 2021-09-15 19:27:48 +03:00
zoomdong
141d2f02e9 fix: ignoreScripts shoud be true when lockfileOnly is true (#3765)
closes: #3750

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-09-14 03:17:35 +03:00
Zoltan Kochan
12686104e6 chore(release): 6.15.0 v6.15.0 2021-09-13 04:50:24 +03:00
Zoltan Kochan
bab1723854 fix: do not silently exit on bad HTTPS requests (#3768)
close #3756
close #3754
2021-09-13 04:44:40 +03:00
brightwu
11a934da15 feat(install): add --fix-lockfile for install to support autofix broken lockfile (#3729)
ref #3659

Co-authored-by: wumingliang.0113 <wumingliang.0113@bytedance.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-09-12 14:09:52 +03:00
Kaito Udagawa
6681fdcbcb feat(config): support custom global bin dir (#3762)
New setting supported: `global-bin-dir`
2021-09-11 22:15:41 +03:00
Kaito Udagawa
a3f6d9d897 chore(beta): do not build macos-arm64 on macos-x64 (#3764) 2021-09-11 17:36:31 +03:00
Zoltan Kochan
5ec55641d4 chore(release): 6.14.7 v6.14.7 2021-09-07 00:16:25 +03:00
Zoltan Kochan
97f90e5373 fix: allow the $ sign to be a command name (#3751)
close #3679
2021-09-06 23:39:08 +03:00
Zoltan Kochan
e0aa55140c feat: print error codes in error messages (#3748) 2021-09-06 22:37:23 +03:00
Zoltan Kochan
f1983ea552 fix: use correct GitLab tarball archive URL (#3747)
close #3643
2021-09-06 22:25:21 +03:00
Zoltan Kochan
eadf0e5052 perf: accept gzip, deflate encoding from the registry (#3745)
ref #3738
2021-09-05 02:02:59 +03:00