Commit Graph

4779 Commits

Author SHA1 Message Date
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
Renovate Bot
cf5c71f7c0 chore(deps): update dependency husky to v3 2019-07-06 21:11:19 +02:00
Zoltan Kochan
db8720ee24 fix(resolve-dependencies): check existence of package.json not dir 2019-06-27 14:54:52 +03:00
Zoltan Kochan
16f370c700 fix: only save the lockfiles when everything fetched 2019-06-27 12:34:56 +03:00
Zoltan Kochan
fc720988f5 fix(CLI): update should fail with --[prefer-]frozen-lockfile 2019-06-26 02:17:01 +03:00
Chris
c0f742efc1 docs: update CONTRIBUTING.md
Command `npm test` does not work. switched to `pnpm test`
2019-06-24 00:27:45 +03:00
Renovate Bot
10e99bd29d fix(deps): update dependency fast-glob to v3.0.2 2019-06-23 23:14:37 +03:00
Zoltan Kochan
b8a75b2be6 refactor: use more destructuring 2019-06-23 21:38:10 +03:00
Zoltan Kochan
c52e2fac28 refactor(headless): using depNodes instead of depGraph 2019-06-23 19:48:53 +03:00
Zoltan Kochan
f826a4a0aa refactor: remove redundant tsconfig.json file 2019-06-23 12:38:17 +03:00
Zoltan Kochan
a13d649c78 chore(release): 3.5.3 v3.5.3 2019-06-23 02:04:06 +03:00
Zoltan Kochan
08f58f62d8 fix: preserve existing versions when updating lockfile format
close #1876
close #1883
PR #1886
2019-06-23 01:51:05 +03:00
Zoltan Kochan
8f44938436 chore(deps): update @types/semver 2019-06-23 00:40:28 +03:00
Zoltan Kochan
24f4c91868 fix: install should fail with out-of-date local tarball
"pnpm install --frozen-lockfile" should fail if a local tarball's
integrity doesn't match the integrity in the lockfile.

close #1882
2019-06-23 00:09:37 +03:00
Zoltan Kochan
3fa27f547a refactor: remove redundant step from supi 2019-06-22 18:48:57 +03:00
Zoltan Kochan
0b7bc27d40 fix: recursive update --latest should use specs from local .npmrc
close #1861
2019-06-21 11:10:54 +03:00
Zoltan Kochan
e743bab1bb fix(deps): update find-up to v4.1.0 2019-06-21 01:28:40 +03:00
Zoltan Kochan
1cf48edc1b chore(release): 3.5.2 v3.5.2 2019-06-20 21:23:39 +03:00
Zoltan Kochan
ef63d46d18 fix: pnpm install should not update existing lockfile
close #1878
2019-06-20 21:15:50 +03:00
Renovate Bot
8fb9393c5b fix(deps): update dependency fast-glob to v3 2019-06-18 22:24:39 +03:00
Zoltan Kochan
6dd63968d1 fix(deps): pnpm-file-reporter=>@pnpm/file-reporter 2019-06-17 02:11:25 +03:00
Zoltan Kochan
d5cc212015 fix(deps): update @pnpm/fs-locker to v3.0.1 2019-06-17 01:43:41 +03:00
Zoltan Kochan
73cd1521d5 test: publish scripts 2019-06-16 23:48:00 +03:00