Commit Graph

11 Commits

Author SHA1 Message Date
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Josiah Grace
e37a5a1755 fix(filtering): support linked-workspace- packages=false in workspace filtering
Pass the linkedWorkspacePackages config to the pkg-graph,
only select packages that are explicitly referred to as workspace:...
when this setting is on.

Fixes #2625
PR #2626
2020-06-11 11:33:46 +03:00
Zoltan Kochan
66dd6efaa6 fix(recursive): sorting prerelease packages
close #2279
PR #2450
2020-04-01 01:03:09 +03:00
Zoltan Kochan
bb5d41f337 style: add missing trailing commas and fix the linting rule 2020-01-01 19:18:25 +02:00
Zoltan Kochan
fa74b516ec refactor: plugin-commands-recursive
This changes will allow to move the recursive commands to the
plugins they belong to.

For instance, "pnpm install -r" should be handled by the same
plugin as "pnpm install"

PR #2236

BREAKING CHANGE: @pnpm/plugin-commands-recursive
2019-12-25 01:10:26 +02:00
James George
5e9d129522 refactor: minor code refactor
PR #2141
2019-11-09 20:48:28 +02:00
Zoltan Kochan
176ed5bde9 refactor: path=>dir
BREAKING CHANGE:
- @pnpm/npm-resolver
- pkg-graph
- find-packages
2019-11-01 20:48:00 +02:00
Zoltan Kochan
7a2982a97f fix: order packages correctly when workspace protocol used
ref #1920
2019-08-14 02:42:42 +03:00
Zoltan Kochan
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
Zoltan Kochan
a955f715d3 feat: support package.yaml and package.json5
PR #1799
close #1100
2019-05-02 00:19:46 +03:00