Commit Graph

13 Commits

Author SHA1 Message Date
Zoltan Kochan
e8c1f80f58 test(supi): migrate to Jest
PR #3003
ref #2858
2020-12-05 16:25:02 +02:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
28d4812453 test(supi): speed up tests execution
Don't unpack all files when installing deps in tests

PR #2092
2019-10-18 22:18:00 +03:00
Zoltan Kochan
cab35cc5ca refactor: rename load* to read* 2019-04-20 15:15:28 +03:00
Zoltan Kochan
4612a42a5b refactor: don't read/write package.json inside supi
PR #1776

BREAKING CHANGE:

`supi`, `@pnpm/headless`, `@pnpm/resolve-dependencies`, `@pnpm/lifecycle`
2019-04-20 03:38:44 -07:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
066910b6dc fix(shared-workspace-shrinkwrap): recursive removal
* feat(supi): merge installPkgs() with install()

* fix(shared-workspace-shrinkwrap): recursive removal

ref #1525

* refactor: recursive operations with shared shrinkwrap

* refactor(supi): revert mixing install() with uninstall()

* refactor: create mutateModules()

* fix: uninstalling a direct peer from a shared shrinkwrap

* refactor: rename mutations

* refactor(resolve-dependencies): opts.updateDepth

BREAKING CHANGE:

opts.depth and opts.update params deprecated
opts.updateDepth added

* refactor: pass pinnedVersions to mutateModules()

* refactor: rename properties in DependenciesMutation

* refactor(supi): remove unlink() and unlinkPkgs()

PR #1528
2018-12-03 01:18:54 +02:00
Zoltan Kochan
aee5f916f0 fix: uninstalling a direct peer from a shared shrinkwrap
close #1506
PR #1518
2018-11-28 21:41:00 +02:00
Zoltan Kochan
585fadfc82 test: share the prepare utils between supi and pnpm 2018-10-14 00:22:08 +03:00
Zoltan Kochan
3911cf0823 style: use standard style with trailing comma 2018-10-07 16:39:49 +03:00
Zoltan Kochan
73e88a9acf fix(deps): update dependency load-json-file to v5.1.0
close #1381
2018-09-21 22:31:26 +03:00
Zoltan Kochan
7006aac793 fix: ignore dependencies that have the same name as the dep holder 2018-05-18 02:03:30 +03:00
Zoltan Kochan
8e1d1bac69 feat: add supi to packages/supi 2018-05-11 22:09:36 +03:00