Zoltan Kochan
ee5dde3894
fix: rendering of missing peer dependencies output ( #8745 )
...
close #8538
2024-11-11 10:16:09 +01:00
Khải
9b4f73caaf
chore(scripts): typecheck-only ( #8395 )
...
* chore(scripts): typecheck-only
* feat: change all configuration
* feat: include pnpm/ and pnpm/test/
* chore(deps): remove unused dependency
* refactor(typescript-only): use find-packages
* refactor(typescript-only): refactor paths
* fix: typescript-only
* fix: update compile-only
* fix: compile pnpm
* fix: windows
* fix: windows
* chore: meta-updater
* refactor(tsconfig): remove explicit composite
* fix: path in windows
* feat: don't depend on cwd
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-08-11 08:26:01 +02:00
Brandon Cheng
c7e1b6fae8
chore: configure TypeScript project references for tests ( #8128 )
...
* refactor: store link values before converting to references
* fix: use .sort() without localeCompare
https://github.com/pnpm/pnpm/pull/8128#discussion_r1614031566
> Nit, but you probably just want to call sort without a comparison
> function; these are already strings and locale compare is not a good
> comparison for anything but human readable strings since it will
> differ on different people's machines based on their language setting.
> I've hit this too many times before for code gen.
* feat: configure meta-updater to write test/tsconfig.json files
* fix: relative imports for __typings__
* chore: `pnpm run meta-updater`
* fix: explicitly use test/tsconfig.json for ts-jest
2024-05-31 12:48:13 +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
043d988fc9
style: no default exports ( #5490 )
2022-10-14 16:49:11 +03:00
Zoltan Kochan
bda3eddd99
test: update shanpshots
2022-09-20 12:09:00 +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