Commit Graph

3934 Commits

Author SHA1 Message Date
Zoltan Kochan
d1b8013dbd perf: headless install supports shamefully-flatten config 2018-11-11 17:25:40 +02:00
Zoltan Kochan
68fc4735e3 refactor: create @pnpm/shamefully-flatten and @pnpm/symlink-dependency 2018-11-11 16:16:17 +02:00
Zoltan Kochan
246b0fd440 refactor: create @pnpm/store-controller-types and @pnpm/package-store 2018-11-11 02:01:54 +02:00
Zoltan Kochan
a2363f9bf0 refactor: remove getRegistryName() from package-store
BREAKING CHANGE:

package-store does not export getRegistryName()
2018-11-10 16:22:54 +02:00
Zoltan Kochan
03674ddca1 chore(release): 2.18.2 v2.18.2 2018-11-10 15:25:12 +02:00
Zoltan Kochan
e9237feb4c fix: filtering with pnpm run and pnpm test
ref #1444
2018-11-10 14:36:01 +02:00
Zoltan Kochan
fae26e6a6f chore(release): 2.18.0 v2.18.0 2018-11-10 13:06:25 +02:00
Zoltan Kochan
13a0dc1bdf fix: only write the tarball to dest location if all checks pass
close #1476
2018-11-09 23:27:33 +02:00
Zoltan Kochan
7bce811a7b fix(deps): update tree-kill to v1.2.1 and fs-extra to v7.0.1
close #1479
close #1481
2018-11-09 22:31:29 +02:00
Zoltan Kochan
5f63aa5d6b feat: when filters are used, commands are automatically recursive
`pnpm [command] -- [filters]` is converted to
`pnpm recursive [command] -- [filters]

ref #1444
2018-11-09 22:27:07 +02:00
Zoltan Kochan
4f3c643903 fix: unlock store if install fails 2018-11-09 22:23:00 +02:00
Zoltan Kochan
b828ce12dc fix: fail install with frozen-shrinkwrap and outdated shrinkwrap
close #1474
2018-11-09 01:20:49 +02:00
Zoltan Kochan
0323b6775e fix(deps): update symlink-dir to v2.0.2 2018-11-07 22:16:01 +02:00
Zoltan Kochan
aa233c31cc chore(release): 2.17.8 v2.17.8 2018-11-07 02:07:12 +02:00
Zoltan Kochan
ea600d8d1e chore: update shrinkwrap.yaml 2018-11-07 01:59:55 +02:00
Zoltan Kochan
fabc5410dc fix(recursive): don't install outside the workspace
close #1452
close #1451
2018-11-07 01:44:05 +02:00
Zoltan Kochan
4ad43d8480 fix: adding a dev dependency to project with shared shrinkwrap 2018-11-07 01:32:59 +02:00
Zoltan Kochan
fe155e3d84 test(outdated): update fixture 2018-11-05 02:30:22 +02:00
Zoltan Kochan
a5c270dda1 fix(deps): update dependency graceful-fs to v4.1.15
close #1464
2018-11-05 02:01:33 +02:00
Zoltan Kochan
a72d602967 chore(release): 2.17.7 v2.17.7 2018-11-04 15:58:35 +02:00
Zoltan Kochan
261959ee91 fix: update symlink-dir and nock
close #1463
2018-11-04 15:42:13 +02:00
Zoltan Kochan
059a0a3e52 fix: named update of package that is a resolved peer dependency 2018-11-04 15:26:12 +02:00
Zoltan Kochan
f04a37e0f8 fix(deps): update dependency graceful-fs to v4.1.14
close #1462
2018-11-03 18:04:35 +02:00
Zoltan Kochan
5be4204c9b chore(renovate): allow @types/got<=8 only 2018-11-03 00:57:00 +02:00
Zoltan Kochan
47b06d436c fix(deps): update graceful-fs, @types/node, @types/got
close #1457
close #1458
close #1461
2018-11-03 00:54:02 +02:00
Vaughan Rouesnel
0f3195e40b fix: ERROR Cannot set property 'requiresBuild' of undefined
ref #1217
PR #1453
2018-11-03 00:34:17 +02:00
Zoltan Kochan
e42d1370d7 chore(deps): update sinon, husky, typescripts
close #1454
close #1455
close #1456
2018-11-03 00:22:13 +02:00
Zoltan Kochan
c204ff727a chore(release): 2.17.6 v2.17.6 2018-10-31 23:02:46 +02:00
Zoltan Kochan
6d68a19a18 fix(outdated): on project with shared shrinkwrap and direct peers 2018-10-31 02:30:31 +02:00
Zoltan Kochan
2770336298 fix(outdated): pnpm outdated when only a dev dep is out-of-date
close #1447
2018-10-31 00:47:55 +02:00
Zoltan Kochan
c66de0bf81 fix: pnpm -g outdated
close #1378
2018-10-30 00:59:06 +02:00
Renovate Bot
5b0793425a chore(deps): update dependency write-yaml-file to v2 2018-10-29 02:12:57 +02:00
Zoltan Kochan
93c1c66d80 chore(release): 2.17.5 v2.17.5 2018-10-28 23:02:01 +02:00
Zoltan Kochan
6fa4a58017 fix: rename any existing entities when creating soft links
close #1193
2018-10-28 21:10:20 +02:00
Zoltan Kochan
15c4309af0 fix: recreate deleted wanted shrinkwrap from current one
close #1200
2018-10-28 11:02:18 +02:00
Zoltan Kochan
4218a62d5b fix: correctly report linking inside a workspace 2018-10-28 03:07:29 +03:00
Zoltan Kochan
250eb1698f chore(release): 2.17.4 v2.17.4 2018-10-27 16:55:35 +03:00
Zoltan Kochan
33d39399d1 fix(deps): update dependency delay to v4.1.0
close #1412
2018-10-27 14:43:37 +03:00
Zoltan Kochan
47467f7338 chore(deps): update dependency @types/update-notifier to v2.5.0
close #1443
2018-10-27 14:18:28 +03:00
Zoltan Kochan
2a5fc3e1de fix: uninstall on a project with shared shrinkwrap.yaml
ref #1366
2018-10-26 23:17:54 +03:00
Zoltan Kochan
d113353d6b chore(deps): update dependency sinon to v7.1.0
close #1442
2018-10-26 22:39:12 +03:00
Zoltan Kochan
3a15eb069e fix(list): print only packages that have the searched dependency 2018-10-26 02:31:00 +03:00
Zoltan Kochan
374af936bd chore(release): 2.17.3 v2.17.3 2018-10-25 01:46:16 +03:00
Zoltan Kochan
6c6f376e80 fix(list): "pnpm list" should work with shrinkwrap version 4
ref #1366
2018-10-25 01:29:55 +03:00
Zoltan Kochan
9f161cee2d chore(release): 2.17.2 v2.17.2 2018-10-24 23:08:19 +03:00
Zoltan Kochan
b62e57d4a4 fix: use correct shrinkwrap format when installing in repo root package
close #1437
2018-10-24 22:54:01 +03:00
Zoltan Kochan
b74004f8f3 chore(release): 2.17.1 v2.17.1 2018-10-24 22:07:03 +03:00
Zoltan Kochan
74f3765c20 chore(renovate): extend ignoreDeps 2018-10-24 21:58:36 +03:00
Zoltan Kochan
48fb13bb4f fix: use correct shrinkwrap format when installing in repo root package
close #1437
2018-10-24 21:50:03 +03:00
Zoltan Kochan
c23d780adc chore: declare better types for preparePackages() 2018-10-24 02:10:56 +03:00