Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
0027785595 feat: scripts-prepend-node-path (#4020) 2021-11-21 03:53:35 +02:00
Zoltan Kochan
13663ddb2a ci: don't run tests on macOS and Node.js 14 (Node.js 12, 16, 17 are tested) 2021-11-20 22:46:30 +02:00
Zoltan Kochan
1f01e12066 test(server): make the tests pass on Node.js 17 2021-11-20 22:45:15 +02:00
Zoltan Kochan
c496c8b60d test(core): fix hanging test 2021-11-20 04:39:29 +02:00
Zoltan Kochan
ccd1eb1142 style: fix 2021-11-20 00:17:52 +02:00
Zoltan Kochan
43e759bc19 fix: update json-schema 2021-11-20 00:14:42 +02:00
Zoltan Kochan
4d76f6dc36 chore(deps): update 2021-11-20 00:13:34 +02:00
Zoltan Kochan
74eb0dc0e7 chore(deps): update 2021-11-19 23:44:36 +02:00
Zoltan Kochan
411b317ac6 test(audit): fix 2021-11-19 23:40:14 +02:00
Zoltan Kochan
d4d7c4aee2 fix(env): installing Node.js on Raspberry Pi 4 (#4008)
close #4007
2021-11-19 11:36:43 -05:00
Zoltan Kochan
12ee3c144e fix: retry HTTP fetch on 408, 409, 420, 429 status codes from the server (#4005) 2021-11-17 22:31:38 +02:00
Zoltan Kochan
d42f991f47 chore(release): 6.22.2 v6.22.2 2021-11-16 03:35:30 +02:00
Zoltan Kochan
eede95c5c3 fix(exec): pnpm exec should return the correct exit code (#3996)
close #3994
2021-11-16 03:34:18 +02:00
Zoltan Kochan
5d402ce70e fix: prefer node-gyp from dependencies over node-gyp that is bundled with pnpm CLI
ref #2135
2021-11-16 02:19:50 +02:00
Zoltan Kochan
79110ac1b6 ci: test on Node.js 17 (#3990) 2021-11-15 01:17:45 +00:00
Zoltan Kochan
f8e031518e fix: pnpm dlx pnpm should not break pnpm 2021-11-15 02:15:13 +02:00
Zoltan Kochan
2e3dd8af47 chore(release): 6.22.1 v6.22.1 2021-11-15 00:23:43 +02:00
Zoltan Kochan
9f61bd81bf fix: no Node.js warning should be printed
close #3989
2021-11-15 00:22:31 +02:00
Zoltan Kochan
6aa89cc5b8 chore(release): 6.22.0 v6.22.0 2021-11-14 21:32:37 +02:00
Zoltan Kochan
293b0e6b96 chore(deps): update 2021-11-14 21:31:40 +02:00
Zoltan Kochan
351c893c6d test(plugin-commands-script-runners): fix 2021-11-14 19:11:00 +02:00
zoomdong
435626ad39 fix: recursive cmd add reverse option (#3984)
close #3972
2021-11-14 17:05:25 +00:00
Zoltan Kochan
828e3b9e48 fix: peer dependency ranges should be checked loosely (#3986)
close #3753
2021-11-14 18:26:16 +02:00
Zoltan Kochan
29346c5672 test(audit): fix 2021-11-14 11:17:02 +02:00
Zoltan Kochan
631877ebf5 fix: don't fail if a linked directory is not found (#3983)
close #3746
2021-11-14 15:28:00 +08:00
Zoltan Kochan
652c0bf0b1 chore(package.json): move os and cpu fields to publishConfig 2021-11-12 15:19:09 +02:00
Zoltan Kochan
0b60dcb490 chore(release): 6.21.1 v6.21.1 2021-11-12 14:51:39 +02:00
Zoltan Kochan
bb0f8bc166 fix: don't crash if a bin file cannot be created (#3980)
ref #2732
2021-11-12 14:48:41 +02:00
Zoltan Kochan
080742313f test(publishing): fix 2021-11-12 14:24:20 +02:00
Zoltan Kochan
c67dd27e95 test(publishing): fix 2021-11-12 14:09:25 +02:00
Erik Yu
1647d8e2f1 fix: use workspace for store use it is enabled (#3979)
close #3976

Co-authored-by: yuhuaheng <yuhuaheng@bytedance.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-12 10:48:56 +00:00
Zoltan Kochan
783cc1051c fix: use the system default Node.js to check package compatibility (#3974)
close #3785
close #3673
2021-11-12 10:32:14 +08:00
ylemkimon
7af48a2da6 ci: set $PSStyle.OutputRendering in Windows (#3978)
Preserve ANSI codes in the source code.
2021-11-11 18:49:30 +00:00
Zoltan Kochan
6428690e2a feat: allow os and cpu in publishConfig 2021-11-11 02:02:53 +02:00
Zoltan Kochan
ebc39c7a16 docs(README): add new sponsor 2021-11-11 01:53:25 +02:00
Zoltan Kochan
5f0e97f0fd chore(deps): update 2021-11-10 14:27:50 +02:00
Zoltan Kochan
98b383bd0e chore(release): 6.21.0 v6.21.0 2021-11-10 03:11:59 +02:00
Zoltan Kochan
108bd4a398 fix: recursive install from subdir when injected deps are present (#3971)
close #3970
2021-11-10 03:07:18 +02:00
Zoltan Kochan
2511c82cd2 feat: pnpm:devPreinstall script (#3968)
ref #3836
2021-11-09 11:59:56 +02:00
Li YuBei
fa03cbdc85 fix: escape shell arguments (#3956)
close #3907

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-09 00:41:45 +00:00
ylemkimon
302ae4f6f1 feat: support async hooks (#3955) 2021-11-08 22:51:58 +00:00
ylemkimon
b75993ddec fix: combine global and local filterLog hook with AND (#3966) 2021-11-08 20:49:31 +00:00
Zoltan Kochan
4d40c120a4 test(audit): fix 2021-11-08 21:44:33 +02:00
Zoltan Kochan
4674ac11a0 chore(release): 6.20.4 v6.20.4 2021-11-08 17:16:44 +02:00
Zoltan Kochan
5b90ab98f0 fix: don't always index the project directory (#3964)
close #3949
2021-11-08 17:11:00 +02:00
Zoltan Kochan
dac5390ac0 chore(deps): update 2021-11-07 15:19:24 +02:00
Erik Yu
8cde329876 fix: aviod error log cut (#3951)
Co-authored-by: yuhuaheng <yuhuaheng@bytedance.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-11-07 13:00:28 +02:00
Zoltan Kochan
5e5185192c chore(release): 6.20.3 v6.20.3 2021-11-05 04:08:38 +02:00
Zoltan Kochan
39bad4de42 test: fix mount-modules pretest script run 2021-11-05 03:45:09 +02:00
Zoltan Kochan
bc1c2aa624 fix(resolve-dependencies): always include dependenciesMeta 2021-11-05 03:30:17 +02:00