Zoltan Kochan
9bf1909e94
feat: pnpm list --json
...
close #1900
PR #1915
2019-08-02 16:44:57 +03:00
Zoltan Kochan
952a6a75b5
chore(deps): update pnpm-lock.yaml
2019-07-30 21:27:20 +03:00
Zoltan Kochan
e2b5cbb37e
chore(release): 3.6.2
v3.6.2
2019-07-30 21:18:04 +03:00
Zoltan Kochan
6eabef10f4
fix: flat node_modules inside a workspace
...
Flat node_modules is only allowed in the workspace root.
shamefully-flatten should only hoists dependencies of the
root workspace package.
close #1928
PR #1931
BREAKING CHANGE: @pnpm/shamefully-flatten
2019-07-30 00:36:18 +03:00
Zoltan Kochan
0e4a0948f0
refactor: create and use @pnpm/error
2019-07-27 17:39:27 +03:00
Renovate Bot
7f90e63b95
fix(deps): update dependency pretty-bytes to v5.3.0
2019-07-27 12:35:59 +03:00
Zoltan Kochan
e3dbd9a1ef
chore(release): 3.6.1
v3.6.1
2019-07-26 19:58:27 +03:00
Zoltan Kochan
cc9fdd7533
fix: engines.node causes a fail only with engine-strict
...
close #1927
related #1914
2019-07-26 01:11:39 +03:00
Zoltan Kochan
37dc93cdc0
chore(deps): update semver to v6.3.0
2019-07-24 22:50:36 +03:00
Renovate Bot
1919d66bdb
chore(deps): update commitlint monorepo to v8.1.0
2019-07-24 18:35:40 +03:00
Renovate Bot
52f18f0dab
chore(deps): update dependency husky to v3.0.1
2019-07-24 18:33:10 +03:00
Renovate Bot
777b48372e
fix(deps): update dependency stacktracey to v1.2.117
2019-07-24 16:54:35 +03:00
Zoltan Kochan
931534db47
fix(outdated): request meta for scoped packages from right registry
...
also, fixes finding outdated aliased dependencies.
close #1504
PR #1924
2019-07-24 16:20:26 +03:00
Zoltan Kochan
8e4c23080a
fix(outdated): don't fail when importer has not all dep types
2019-07-20 12:07:00 +03:00
Zoltan Kochan
265af99229
fix: prune-lockfile doesn't need defaultRegistry
2019-07-19 23:10:42 +03:00
Zoltan Kochan
63a72972fb
fix(deps): update @zkochan/npm-lifecycle to v3.1.2
2019-07-17 23:37:04 +03:00
Zoltan Kochan
fa563b91ee
chore(release): 3.6.0
v3.6.0
2019-07-17 01:42:25 +03:00
Zoltan Kochan
ac082f9c18
test: fix pnpm tests
2019-07-16 23:41:51 +03:00
Zoltan Kochan
ae829b0b49
fix: check engines.pnpm against stable versions
2019-07-16 22:57:17 +03:00
Zoltan Kochan
784b6d2e19
chore(npmrc): use-beta-cli=true
2019-07-16 22:12:07 +03:00
Zoltan Kochan
83fee2a2c3
chore(release): 3.6.0-0
v3.6.0-0
2019-07-16 03:16:49 +03:00
Zoltan Kochan
cc8f95f858
fix: remove not needed warning
2019-07-15 22:15:48 +03:00
Zoltan Kochan
0fc38ec372
fix: better error message on store mismatch
...
close #847
2019-07-15 02:56:17 +03:00
Zoltan Kochan
34a51b8939
fix: use the right cwd when building deps of global packages
...
close #1907
PR #1916
2019-07-14 23:24:02 +03:00
Renovate Bot
9d8d44acf4
chore(deps): update dependency proxyquire to v2.1.1
2019-07-14 14:57:22 +03:00
Zoltan Kochan
a2c92c1573
fix: use new URL instead of url.parse
2019-07-14 11:43:53 +03:00
Zoltan Kochan
a7c4a27697
feat: pnpm should fail if the project needs another version
...
pnpm should fail if the project has an engines.pnpm field in its
package.json and the running pnpm's version does not satisfy the
range.
pnpm should also fail it the project has an engines.node field
and process.version does not satisfy it.
close #1382
PR #1914
2019-07-14 02:36:04 +03:00
Zoltan Kochan
1086cdfd7a
feat: "pnpm i" in a workspace is "pnpm i -r"
...
When `use-beta-cli` is true, `pnpm i` is the same as
`pnpm i -r` inside a workspace. Also, adding deps
to the root workspace package is only allowed with the
`--ignore-workspace-root-check` or `-W` flag.
close #1444
PR #1913
2019-07-13 19:49:15 +03:00
Zoltan Kochan
a6ec2b2228
chore(release): 3.5.7
v3.5.7
2019-07-12 22:18:55 +03:00
Zoltan Kochan
3264610229
fix: symlinking updated deps of subdeps
...
PR #1911
2019-07-12 22:12:01 +03:00
Zoltan Kochan
e9d640c0a4
fix: subdeps of deps are always linked
2019-07-12 15:38:32 +03:00
Zoltan Kochan
b98fac2037
chore(release): 3.5.6
v3.5.6
2019-07-12 10:45:07 +03:00
Zoltan Kochan
48e4a7af5a
fix: regression in 3.5.5
...
regression caused by PR #1908
2019-07-12 07:29:22 +03:00
Zoltan Kochan
262468f7bc
chore(release): 3.5.5
v3.5.5
2019-07-12 03:44:36 +03:00
Zoltan Kochan
9360bc0567
fix: prunning by partial installation in a workspace
...
When running install on a subset of workspace packages, only
those dependencies may be prunned which were only used by the
selected subset of workspace packages.
BREAKING CHANGE: in @pnpm/modules-cleaner
PR #1908
2019-07-12 02:01:16 +02:00
Zoltan Kochan
1d34b6e75e
fix(deps): update @zeit/fetch-retry to v4.0.1
2019-07-12 02:30:53 +03:00
Zoltan Kochan
47a9d064f8
fix: install in monorepo should correctly filter
2019-07-11 22:28:10 +03:00
Zoltan Kochan
d43120a41a
fix(deps): update p-queue, stacktracey
2019-07-11 22:26:21 +03:00
Zoltan Kochan
be349b4f90
fix(deps): update encode-registry to v2.0.1
2019-07-11 22:12:23 +03:00
Zoltan Kochan
478414e86c
chore(deps): update dependency @types/uuid to v3.4.5
2019-07-10 22:28:52 +03:00
Renovate Bot
a1bfefddab
chore(deps): update dependency execa to v2
2019-07-10 22:26:20 +03:00
Zoltan Kochan
a2ea0dcebf
chore: update pnpm-lock.yaml
2019-07-06 21:37:22 +02:00
Renovate Bot
aef3f7ffde
fix(deps): update dependency parse-json to v5
2019-07-06 21:18:56 +02:00
Renovate Bot
8e38439de9
fix(deps): update dependency fast-glob to v3.0.4
2019-07-06 21:18:19 +02:00
Renovate Bot
54bb6a28f2
fix(deps): update dependency graceful-fs to v4.2.0
2019-07-06 21:17:34 +02:00
Zoltan Kochan
08abdafffd
chore: update pnpm-lock.yaml
2019-07-06 21:16:24 +02:00
Renovate Bot
6cdfbd31dc
fix(deps): update dependency semver to v6.2.0
2019-07-06 21:12:31 +02:00
Renovate Bot
fdaa308f71
chore(deps): update dependency tape to v4.11.0
2019-07-06 21:12:16 +02:00
Renovate Bot
8e28446801
fix(deps): update dependency mem to v5.1.1
2019-07-06 21:12:04 +02:00
Renovate Bot
c54a8ffd65
fix(deps): update dependency update-notifier to v3.0.1
2019-07-06 21:11:44 +02:00