Commit Graph

13 Commits

Author SHA1 Message Date
Khải
1a70379e28 refactor: return type annotations small packages in the packages directory (#7871)
* refactor(error): return type annotation

* refactor(git-utils): return type annotation

* refactor(make-dedicated-lockfile): return type

* refactor(doctor): return type annotations

* refactor(init): return type annotations

* refactor(setup): return type annotations

* refactor: return type annotations

* refactor(render-peer-issues): return type
2024-04-08 20:52:03 +02:00
Zoltan Kochan
aa33269f9f fix: peer dependency rules should not change the lockfile (#7758)
* fix: peer dependency rules should not change the lockfile

* test: fix

* fix: hide peer issues warning if there nothing to report
2024-03-13 17:55:18 +01:00
Zoltan Kochan
ee61ca4cb7 style: update eslint (#6236) 2023-03-18 14:57:29 +02:00
Zoltan Kochan
043d988fc9 style: no default exports (#5490) 2022-10-14 16:49:11 +03:00
Zoltan Kochan
c990a409fe feat: print package versions in peer dependency issues (#5145) 2022-08-02 20:00:26 +03:00
Zoltan Kochan
b5734a4a7c feat: better reporting of unmet peer issues (#4169) 2021-12-29 01:19:14 +02:00
Zoltan Kochan
6058f76cdf fix(print-peer-issues): escape the "*" range 2021-12-18 04:10:00 +02:00
Zoltan Kochan
a087f339e3 fix(render-peer-issues): print a new line between summaries 2021-12-14 19:13:06 +02:00
Zoltan Kochan
ab9018c57b feat: improve render-peer-issues (#4120) 2021-12-14 14:01:17 +02:00
Zoltan Kochan
3e48b24e3f refactor: change the structure of peer dependency issues object
close #4118
2021-12-13 21:53:36 +02:00
Zoltan Kochan
b8e584acfb feat: print the missing optional peers that are in conflict with non-optional peers (#4113) 2021-12-13 03:56:41 +02:00
Zoltan Kochan
89dcc1115a feat: detect conflicting peer dependencies per project (#4111) 2021-12-12 19:13:08 +02:00
Zoltan Kochan
ba9b2eba1c feat: detect conflicting peer dependencies and print nice warnings about peer dependency issues (#4102) 2021-12-11 00:20:01 +02:00