Commit Graph

10701 Commits

Author SHA1 Message Date
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
Zoltan Kochan
bd4537c541 test(audit): update snapshots 2021-09-04 11:00:41 +03:00
Zoltan Kochan
82a8e5d754 chore(release): 6.14.6 v6.14.6 2021-09-03 11:19:34 +03:00
Tautvydas Duda
cee8b73f15 feat(setup): setup PATH and PNPM_HOME on win32 platform (#3734) 2021-09-03 11:12:35 +03:00
Zoltan Kochan
ccf2f295d6 fix: overrides that contain parent with range (#3743)
close #3732
2021-09-03 03:37:33 +03:00
Zoltan Kochan
869b1afcbe fix: the env command on Windows (#3742)
close #3711
2021-09-03 03:37:22 +03:00
Zoltan Kochan
52620a4266 docs(README): update
Update installation script.

Suggest to use `pnpm dlx` instead of `pnpx`.
2021-09-02 03:51:53 +03:00
Zoltan Kochan
cae306fb3c fix: republish artifacts 2021-09-02 03:25:55 +03:00
Zoltan Kochan
34b75c2885 fix: pnpm artifact package should not corrupt the store 2021-09-02 03:17:13 +03:00
Zoltan Kochan
f2c46c5515 chore(release): 6.14.5 v6.14.5 2021-08-30 00:10:33 +03:00
Zoltan Kochan
6cc069a4dd ci: build artifacts if pkg release was skipped 2021-08-30 00:09:41 +03:00
즈눅
ede519190c fix: respect cache-dir/state-dir from config files (#3727)
* fix: respect cache-dir/state-dir from config files

* chore: add changeset file
2021-08-29 21:03:22 +03:00
Kaito Udagawa
ade0fa92f4 chore(setup): do not remove executable in setup (#3724)
The executable installed by package manager (e.g. Homebrew) should
not be removed after the setup command is run.
The installation script should remove that and install.sh do so.
2021-08-29 19:46:39 +03:00