Commit Graph

22 Commits

Author SHA1 Message Date
Zoltan Kochan
bf6839a556 refactor: pkgs-graph 2022-05-07 01:19:30 +03:00
那里好脏不可以
0453e21823 style(*): typo (#4573)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-15 02:53:14 +03:00
CommanderRoot
bc35dff9a9 chore: replace deprecated String.prototype.substr() (#4479)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-03-25 23:04:20 +02:00
zoomdong
f82cc7f774 fix: pkg deps don't ignore the workspace project without set version (#4112)
close #3933
2021-12-12 18:08:00 +02:00
Zoltan Kochan
917b95c01f fix: upgrade typescript to v4.4.4 2021-10-16 23:33:34 +03:00
Zoltan Kochan
a1a03d1457 fix: import only the needed functions from ramda 2021-05-29 01:33:09 +03:00
javier-garcia-meteologica
1084ca1a75 fix(pkgs-graph): include workspace version aliases (#3401)
close #3400
2021-04-27 23:09:27 +03:00
cdoucet-cvent
dfdf669e64 feat: add new filter-prod option (#3372)
Add the new filter-prod option that executes the same as the filter option except
it does not include devDependencies when building the package graph.

Co-authored-by: Caleb Doucet <cdoucet>
2021-04-22 18:57:27 +03:00
Zoltan Kochan
903314f4d6 style: fix 2021-03-17 23:27:28 +02:00
Zoltan Kochan
7ee004dc26 style: use object spread operator 2021-03-06 00:22:23 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
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