Zoltan Kochan
2864d5b767
chore(release): 4.10.0-2
v4.10.0-2
2020-02-26 23:38:39 +02:00
Zoltan Kochan
dccb9a67af
fix(deps): update
2020-02-26 23:14:58 +02:00
Zoltan Kochan
1a1a8bef7a
feat: installation with frozen lockfile on CI
...
If installation is done in a CI environment and
a lockfile is present, then installation should
fail if the lockfile is not up-to-date with the
project manifest (package.json).
ref #1994
PR #2378
2020-02-26 21:56:50 +02:00
Zoltan Kochan
7f68f78b01
test: fix on Windows
2020-02-26 21:44:28 +02:00
Zoltan Kochan
ac9e992d30
fix(deps): update symlink-dir
2020-02-26 21:13:18 +02:00
Zoltan Kochan
229485f726
fix(rebuild): allow --reporter option
2020-02-26 02:10:32 +02:00
Zoltan Kochan
6bf7e470e3
test: pass in the environment when testing CLI
2020-02-25 23:46:38 +02:00
Zoltan Kochan
b1e095df96
test: refactor the execPnpm utils
2020-02-25 21:55:48 +02:00
Zoltan Kochan
f13d825318
fix(deps): update
2020-02-25 21:28:48 +02:00
Zoltan Kochan
4e0bb83c3d
chore(release): 4.10.0-1
v4.10.0-1
2020-02-24 23:27:48 +02:00
Zoltan Kochan
290b4741bb
feat: -D is an alias of --dev, -P is an alias of --production
...
close #2251
PR #2376
BREAKING CHANGE: @pnpm/parse-cli-args
2020-02-23 20:11:13 +02:00
Renovate Bot
6aee41933f
chore(deps): update dependency @types/update-notifier to v4
2020-02-22 17:10:43 +02:00
Renovate Bot
929edcf270
chore(deps): update dependency p-any to v3
...
close #2375
2020-02-22 17:09:20 +02:00
Zoltan Kochan
bd37e00b51
fix: printing help in narrow consoles
...
ref #2353
2020-02-22 13:20:56 +02:00
Zoltan Kochan
755df69b60
fix: print raw error if reporter no yet initialized
2020-02-22 02:14:44 +02:00
Renovate Bot
fd29961ec5
fix(deps): update dependency fast-glob to v3.2.2
...
close #2371
2020-02-21 23:31:45 +02:00
Renovate Bot
ea49a9d19e
fix(deps): update dependency string-length to v4
2020-02-21 23:07:55 +02:00
Renovate Bot
d406b8e00f
chore(deps): update dependency typescript to v3.8.2
...
close #2367
2020-02-21 10:30:45 +02:00
Zoltan Kochan
60447bae11
chore(renovate): only allow v6.0.1 of ssri
...
close #2368
2020-02-21 10:28:49 +02:00
Zoltan Kochan
a68729c778
fix(deps): update fast-glob
2020-02-20 22:14:00 +02:00
Zoltan Kochan
89ac84655d
chore(deps): update
2020-02-20 21:51:12 +02:00
Zoltan Kochan
681d5170da
refactor: main.ts
2020-02-19 23:18:26 +02:00
Zoltan Kochan
9652ea4f30
fix: don't fail if a filter doesn't match anything
...
ref #2320
ref #2337
2020-02-19 23:09:14 +02:00
Zoltan Kochan
971c78e9b5
fix(deps): downgrade ssri
2020-02-19 23:02:56 +02:00
Zoltan Kochan
0fc33fe9d8
fix(deps): downgrade ssri
2020-02-19 23:01:10 +02:00
Zoltan Kochan
df5837a790
fix(deps): update
2020-02-19 22:20:14 +02:00
Renovate Bot
36c686f5b3
fix(deps): update dependency update-notifier to v4.1.0
2020-02-19 21:39:16 +02:00
Renovate Bot
c99264c5c0
chore(deps): update dependency nock to v12
2020-02-19 21:36:51 +02:00
Zoltan Kochan
2e998b051b
chore(release): 4.10.0-0
v4.10.0-0
2020-02-19 10:52:25 +02:00
Michael Hensler
97fda696f4
perf(list): cache previously found dependencies in getTree
...
close #2354
PR #2356
2020-02-14 00:55:08 +05:30
Zoltan Kochan
8ad743c1ce
fix(deps): update
2020-02-14 00:15:06 +05:30
Yao Ding
16356d80cb
feat: print info if some of the filters don't match any projects
...
PR #2337
close #2320
2020-02-12 21:56:48 +05:30
Yao Ding
d367a3ff23
feat(outdated): don't fail when no lockfile & no deps
...
PR #2349
Related #2029
2020-02-12 10:49:42 +05:30
Xu Yiming
bbdb20e3f8
docs(readme): add install instruction for Windows
...
PR #2351
2020-02-12 02:04:29 +05:30
Zoltan Kochan
f07f4309b3
fix(deps): update rimraf
2020-02-12 01:11:21 +05:30
Renovate Bot
5fb7b19dfb
fix(deps): update dependency http-proxy-agent to v4.0.1
2020-02-12 01:08:41 +05:30
Renovate Bot
84e3b055df
fix(deps): update dependency socks-proxy-agent to v5
2020-02-12 01:07:01 +05:30
Zoltan Kochan
10020d5cff
chore(release): 4.9.3
v4.9.3
2020-02-05 01:58:47 +02:00
Zoltan Kochan
ea26d501c0
fix: pnpm should exit with non-zero code
...
Running "pnpm" without any command should print help
and exit with a non-zero exit code.
PR #2334
ref #2325
2020-02-05 01:39:20 +02:00
Zoltan Kochan
eb548d0fa1
fix: pnpx regression introduced by 4.9.0
...
Fix a regression of pnpx caused by #2303
PR #2333
close #2331
close #2324
2020-02-04 23:33:47 +02:00
Zoltan Kochan
35feb32df6
fix: remove all .cmd/.ps1 binstubs on Windows
...
PR #2327
close #2290
2020-02-04 22:57:22 +02:00
ExE Boss
31d284337d
fix(pnpm): fail on unknown command
...
PR #2330
close #2325
2020-02-04 15:07:23 +02:00
ExE Boss
4f84d03914
feat(pnpm): deprecate pnpm r alias of pnpm remove
...
PR #2328
2020-02-04 13:54:43 +02:00
Zoltan Kochan
77d5644d69
chore(release): 4.9.2
v4.9.2
2020-02-04 00:44:13 +02:00
Zoltan Kochan
0b14ffbff4
fix: hoisting in a workspace
...
Direct dependencies of workspace projects should
be hoisted.
close #2315
PR #2322
2020-02-03 23:23:44 +02:00
Zoltan Kochan
7859d80cfe
fix: remove outdated info message about hoisting
...
ref #2315
2020-02-03 23:05:13 +02:00
Zoltan Kochan
7b0c7690f4
fix(why): should have depth Infinity
...
Fixes a regression introduced by 42ff26d271
2020-02-03 02:40:37 +02:00
Renovate Bot
ebbf8bc60d
fix(deps): update dependency ramda to v0.27.0
...
close #2318
2020-02-02 22:33:08 +02:00
Zoltan Kochan
42ff26d271
fix(list): the default depth is 0
2020-02-02 22:02:09 +02:00
Zoltan Kochan
ddca7afb43
chore(release): 4.9.1
v4.9.1
2020-02-02 20:56:13 +02:00