Commit Graph

231 Commits

Author SHA1 Message Date
Zoltan Kochan
79fd2226b8 chore(release): 6.7.0 2021-06-02 02:40:21 +03:00
Zoltan Kochan
06f1275032 feat(exec): no need to use -- (#3492) 2021-06-01 23:38:23 +03:00
Zoltan Kochan
f4aac60483 chore(release): 6.6.2 2021-05-30 20:38:42 +03:00
Zoltan Kochan
a1a03d1457 fix: import only the needed functions from ramda 2021-05-29 01:33:09 +03:00
Zoltan Kochan
588ef8c411 chore(release): 6.6.1 2021-05-28 03:40:30 +03:00
Zoltan Kochan
a77a2005e5 fix(exec): exit with the right exit code 2021-05-28 03:17:53 +03:00
Zoltan Kochan
7d9d50e953 chore(release): 6.6.0 2021-05-28 02:09:05 +03:00
Zoltan Kochan
3cabbd4d4a fix(exec): update help 2021-05-28 01:09:46 +03:00
Zoltan Kochan
209c142358 feat: run arbitrary commands via pnpm CLI (#3478)
ref #3191
2021-05-27 23:56:48 +03:00
Zoltan Kochan
c1f137412c fix: pnpm exec should use the right Node.js version (#3477) 2021-05-27 02:00:26 +03:00
Zoltan Kochan
d094a2f90a chore(release): 6.5.0 2021-05-22 23:01:56 +03:00
Zoltan Kochan
7030ad8e28 chore(release): 6.3.0 2021-05-10 01:54:20 +03:00
Zoltan Kochan
ff9714d783 fix: don't list commands twice in workspace root (#3423) 2021-05-07 11:46:03 +03:00
Zoltan Kochan
e8c61859f2 chore(release): 6.2.5 2021-05-04 01:26:35 +03:00
Zoltan Kochan
5138b2bdc2 chore(release): 6.2.4 2021-04-30 02:22:10 +03:00
Zoltan Kochan
b96d0520a2 chore(release): 6.2.2 2021-04-28 03:17:48 +03:00
Zoltan Kochan
78513adf00 chore(release): 6.2.0 2021-04-24 23:18:19 +03:00
Zoltan Kochan
4da26031be chore(deps): update 2021-04-24 02:02:09 +03:00
Zoltan Kochan
e8cf898fb9 fix: Node.js 16 warning (#3382)
close #3379
2021-04-23 01:50:54 +03:00
Zoltan Kochan
cda0973485 chore(release): 6.1.0 2021-04-16 00:13:52 +03:00
Zoltan Kochan
ba5231ccf2 feat: enable-pre-post-scripts (#3348) 2021-04-14 11:53:22 +03:00
Zoltan Kochan
0749a7d3e2 chore(release): 6.0.2 2021-04-13 01:27:29 +03:00
Zoltan Kochan
e6859e2c24 chore(release): release all packages except the CLI one 2021-04-05 04:52:05 +03:00
Zoltan Kochan
3a0c77de6e docs: update authors 2021-04-05 01:26:56 +03:00
Zoltan Kochan
ab4dca3686 feat!: update @pnpm/logger 2021-04-04 20:18:47 +03:00
Zoltan Kochan
91eabf8df4 feat: use .cjs extension for the CLI bundle file (#3305) 2021-04-03 15:44:31 +03:00
Zoltan Kochan
e03397b8d0 fix(deps): update rimraf 2021-03-28 12:30:59 +03:00
Zoltan Kochan
34338d2d05 feat!: don't execute pre/post scripts automatically (#3285)
close #2891
2021-03-27 14:58:38 +02:00
Zoltan Kochan
6ce4f1e882 chore(release): 5.18.9 2021-03-25 02:24:30 +02:00
Zoltan Kochan
eb19323b2a style: autoformat code before running tests (#3250) 2021-03-21 03:50:55 +02:00
Zoltan Kochan
dcf8f42443 chore(release): 5.18.8 2021-03-21 01:06:03 +02:00
Zoltan Kochan
903314f4d6 style: fix 2021-03-17 23:27:28 +02:00
Zoltan Kochan
f2c8e95e30 fix(deps): update dependency eslint-config-standard-with-typescript to v20
close #3236
2021-03-13 03:33:30 +02:00
Zoltan Kochan
6f698d5683 chore(release): 5.18.5 2021-03-09 13:05:35 +02:00
Zoltan Kochan
96275a1ccf chore(release): 5.18.4 2021-03-08 03:42:42 +02:00
Zoltan Kochan
09e950fdc5 feat: rename pnpmfile.js to .pnpmfile.cjs (#3149)
close #3145
close #1339
2021-02-21 03:57:10 +02:00
Zoltan Kochan
048c948719 fix: rename .pnp.js to .pnp.cjs (#3148)
ref #2902
2021-02-17 00:37:17 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
0e27819fee chore(release): 5.17.2 2021-02-14 22:25:41 +02:00
Zoltan Kochan
581f9b20a5 fix: update deps 2021-02-12 11:51:34 +02:00
Zoltan Kochan
3503951d39 perf: don't use graceful-fs and mz/fs (#3129) 2021-02-09 13:44:07 +02:00
Zoltan Kochan
e77cab0e00 chore(release): 5.17.0 2021-02-07 20:13:49 +02:00
Jonathan Morley
326822f77e feat: add --reverse flag (#3119)
close #2985
2021-02-04 23:28:31 +02:00
Zoltan Kochan
97b986fbc8 feat: Node.js v10 is not supported anymore (#3121)
* feat: Node.js v10 is not supported anymore

BREAKING CHANGE:
2021-02-04 03:54:58 +02:00
Zoltan Kochan
eeffa39845 chore(release): 5.16.1 2021-02-02 23:36:37 +02:00
Zoltan Kochan
e97b9ac8ac chore(release): 5.16.0 2021-01-25 21:55:32 +02:00
Zoltan Kochan
f0f7a27888 chore(release): 5.16.0-2 2021-01-24 15:46:35 +02:00
Zoltan Kochan
ed0df047d9 chore(release): 5.16.0-1 2021-01-24 12:27:02 +02:00
Zoltan Kochan
58988e9938 chore(release): 5.16.0-0 2021-01-23 17:33:52 +02:00
Zoltan Kochan
bcfe4890c4 chore(release): 5.15.3 2021-01-23 15:14:14 +02:00