Commit Graph

19 Commits

Author SHA1 Message Date
Zoltan Kochan
f0c3ed6781 fix: don't fail with strictPeerDependencies=true if the peerDependencyRules ignore the peer issues (#9505)
close #9449
close #8859
close #7978
close #8382
2025-05-09 11:38:56 +02:00
Zoltan Kochan
8a9f3a4835 refactor: rename pref to bare specifier (#9445) 2025-04-20 22:58:08 +02:00
Zoltan Kochan
371734043a fix: make the warning about blocked install scripts more prominent (#9067) 2025-02-09 01:34:18 +01:00
Zoltan Kochan
ee5dde3894 fix: rendering of missing peer dependencies output (#8745)
close #8538
2024-11-11 10:16:09 +01:00
Federico Panico
9ff7724dd5 close: fix white text on light bg for render-peer-issues (#8526)
Similar issue to https://github.com/pnpm/pnpm/pull/7454
White text on light background for project name.
2024-09-22 02:33:46 +02:00
Khải
24ad47cfb8 refactor: replace array.reduce (#8537) 2024-09-18 04:41:35 +02:00
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