Zoltan Kochan
7235674bfa
chore(release): 3.7.2
v3.7.2
2019-08-18 16:08:43 +03:00
Zoltan Kochan
08935718d3
fix(link): don't prune too much from the target project
...
When running `pnpm link --production ../source`
only the `source` project should be pruned using the --prod flag.
The target directory should keep its existing dependencies.
Except the ones that are replaced by the link.
Fixes a regression that was introduced in v3.5.5
2019-08-18 15:53:52 +03:00
Zoltan Kochan
b344b79a11
chore(deps): update pnpm-lock.yaml
2019-08-18 12:34:41 +03:00
Renovate Bot
d438bf364c
fix(deps): update dependency load-json-file to v6.2.0
2019-08-18 12:32:07 +03:00
Renovate Bot
2043187f14
chore(deps): update dependency fs-extra to v8
2019-08-18 12:31:23 +03:00
Zoltan Kochan
47f718d70f
fix(deps): use @zkochan/rimraf instead of rimraf-then
2019-08-18 02:40:20 +03:00
Zoltan Kochan
23f2d372f6
fix(deps): update remove-all-except-outer-links
2019-08-17 22:53:31 +03:00
Zoltan Kochan
812a446461
fix(deps): update rename-overwrite and write-json5-file
2019-08-17 22:32:41 +03:00
Zoltan Kochan
2d037e4ec0
chore(deps): update pnpm-lock.yaml
2019-08-17 22:03:02 +03:00
Zoltan Kochan
06af297f9d
chore(release): 3.7.1
v3.7.1
2019-08-17 21:15:36 +03:00
Renovate Bot
43b4040fee
chore(deps): update dependency husky to v3.0.4
2019-08-17 20:42:57 +03:00
Zoltan Kochan
02681edce6
fix(CLI): don't add an empty line if not necessary
2019-08-17 20:41:21 +03:00
Zoltan Kochan
eb91d154ff
fix(CLI): always show the CLI cursor
...
close #1961
2019-08-16 22:51:31 +03:00
Zoltan Kochan
2e189f54ef
fix(headless): should work with --no-optional
...
"pnpm install --no-optional" should not fail on a project that
has an up-to-date lockfile.
close #1958
PR #1959
2019-08-16 10:36:27 +03:00
Zoltan Kochan
856653ea2f
fix(deps): update @types/ramda
2019-08-16 00:13:11 +03:00
Zoltan Kochan
fdb03f740b
fix(deps): update p-queue
2019-08-15 22:31:45 +03:00
Zoltan Kochan
8303c1298f
chore(deps): update rimraf to v3
2019-08-15 22:27:57 +03:00
Zoltan Kochan
e811c22564
fix(deps): update
2019-08-15 22:27:40 +03:00
Zoltan Kochan
7f5f83eed8
chore(release): 3.7.0
v3.7.0
2019-08-15 01:29:26 +03:00
Zoltan Kochan
6d984b394d
fix: "pnpm run cmd -- -h" should pass "-h" to "cmd"
...
close #1956
2019-08-14 19:26:28 +03:00
Zoltan Kochan
8ec815aa09
style(cli): remove trailing whitespaces
2019-08-14 12:22:38 +03:00
Zoltan Kochan
81076f03d1
ci: disable node_modules cache
2019-08-14 12:02:38 +03:00
Zoltan Kochan
134c6e8625
ci(travis): force installation
2019-08-14 11:59:43 +03:00
Zoltan Kochan
06262a9931
chore(npmrc): independent-leaves = false
2019-08-14 11:48:51 +03:00
Zoltan Kochan
62f33ba1fb
feat(cli): group commands in help
2019-08-14 11:44:14 +03:00
Zoltan Kochan
726071ccb9
chore: require pnpm v3.7
2019-08-14 02:55:25 +03:00
Zoltan Kochan
57d4c5d6f6
chore: use the workspace protocol
2019-08-14 02:53:36 +03:00
Zoltan Kochan
ad91c1297f
chore(release): 3.7.0-5
v3.7.0-5
2019-08-14 02:52:08 +03:00
Zoltan Kochan
7a2982a97f
fix: order packages correctly when workspace protocol used
...
ref #1920
2019-08-14 02:42:42 +03:00
Zoltan Kochan
f16ba8796e
chore(release): 3.7.0-4
v3.7.0-4
2019-08-14 02:01:07 +03:00
Renovate Bot
69e48c78c6
chore(deps): update dependency proxyquire to v2.1.3
2019-08-14 01:41:49 +03:00
Renovate Bot
38b5e63e7a
fix(deps): update dependency hosted-git-info to v2.8.4
2019-08-14 01:41:05 +03:00
Zoltan Kochan
d773134b3d
feat: support the workspace protocol
...
@pnpm/npm-resolver can work with the workspace: protocol.
The CLI converts workspace protocol to a regular version before
publish.
PR #1920
2019-08-14 01:38:42 +03:00
Zoltan Kochan
6fd75c13f9
fix: callback is not fn error in write-file-atomic
2019-08-10 02:32:24 +03:00
Zoltan Kochan
98f13ded39
chore(release): 3.7.0-3
v3.7.0-3
2019-08-09 02:31:31 +03:00
Zoltan Kochan
ed0bb92b93
fix(CLI): recursive run should pass thru arguments to the cmds
...
PR #1952
2019-08-09 02:16:53 +03:00
Zoltan Kochan
1881446a4f
fix(deps): update
2019-08-09 00:15:03 +03:00
Zoltan Kochan
a72477efc5
refactor(tsc): use strict=true
2019-08-08 23:25:31 +03:00
Zoltan Kochan
017f1e433e
style(tsc): strictBindCallApply=true
2019-08-08 02:39:45 +03:00
Zoltan Kochan
de1ba80e0e
feat(outdated): pnpm outdated supports selection by pattern ( #1950 )
...
close #1949
PR #1950
2019-08-08 02:21:08 +03:00
Zoltan Kochan
fa1bfc9640
perf(list): read the lockfile only once per running "pnpm ls -r"
...
PR #1945
2019-08-08 00:58:04 +03:00
Zoltan Kochan
9992204dd0
test(list): searching skipped deps
2019-08-06 22:54:41 +03:00
Zoltan Kochan
8e3dbdea92
fix(pnpmfile): read hooks on uninstall inside workspace
2019-08-06 22:44:53 +03:00
Zoltan Kochan
db7631a579
fix(list): skipped/peer deps in search results
2019-08-06 19:49:10 +03:00
Zoltan Kochan
140ee6eb37
revert: "fix: install in monorepo should correctly filter"
...
This reverts commit 47a9d064f8 .
ref #1942
2019-08-06 02:48:19 +03:00
Zoltan Kochan
979764f1a3
test: fix list test
...
ref #1943
2019-08-06 01:24:19 +03:00
Zoltan Kochan
122ef2cd22
chore: add engines.pnpm to package.yaml
2019-08-06 00:55:29 +03:00
Zoltan Kochan
a24401e155
chore(release): 3.7.0-2
v3.7.0-2
2019-08-06 00:52:44 +03:00
Zoltan Kochan
b7e044e632
fix(list): should not fail on skipped deps
2019-08-06 00:28:46 +03:00
Zoltan Kochan
35b1958114
fix: engine check should pass with canary pnpm
2019-08-05 11:20:30 +03:00