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
ee61ca4cb7
style: update eslint ( #6236 )
2023-03-18 14:57:29 +02:00
Zoltan Kochan
583e3954be
fix: remove suppressImplicitAnyIndexErrors from typescript settings ( #5991 )
2023-01-28 18:19:26 +02:00
Zoltan Kochan
043d988fc9
style: no default exports ( #5490 )
2022-10-14 16:49:11 +03:00
Zoltan Kochan
fe53c2986e
fix(setup): suggest to source the config ( #5165 )
2022-08-06 15:58:30 +03:00
Anthony DePasquale
9cebb77d0e
fix: change "up-to-date" to "up to date" where necessary ( #5148 )
2022-08-03 14:07:56 +03:00
Zoltan Kochan
e1cb00e286
fix(setup): use @pnpm/os.env.path-extender ( #4862 )
2022-06-06 23:22:33 +03:00
Zoltan Kochan
e6a9f157d6
fix(setup): don't fail if PNPM_HOME is not yet in the system registry ( #4760 )
...
close #4757
2022-05-19 03:11:49 +03:00
Zoltan Kochan
e2ac82f3f9
refactor: setup ( #4731 )
2022-05-16 03:56:14 +03:00
Zoltan Kochan
0c184eae56
refactor(setup): use env var in Path on Windows
2022-05-12 16:44:38 +03:00
Zoltan Kochan
1bfaf62b41
refactor: pnpm setup ( #4713 )
2022-05-12 02:24:24 +03:00
Zoltan Kochan
0bdf6bab57
test(setup): improve tests
2022-05-11 03:36:33 +03:00
liuxingbaoyu
460ccf60e5
fix: make pnpm setup free of garbled characters ( #4712 )
...
The output used to be garbled on non-English systems, but not anymore.
2022-05-10 20:04:14 +03:00
Zoltan Kochan
61d102a99d
Refactor setup ( #4709 )
...
* refactor: setup on Windows
* fix(setup): don't override existing PNPM_HOME by default
2022-05-10 03:42:03 +03:00
liuxingbaoyu
7c9362d3dc
fix: pnpm setup breaks PATH with non-ascii characters ( #4699 )
...
Previous `pnpm setup` would break %PATH% containing non-ascii characters
Now it works fine
close #4698
2022-05-08 19:29:38 +03:00
Zoltan Kochan
b847e03008
fix(setup): shell rc files should be created ( #4028 )
...
close #4027
2021-11-22 18:07:42 +02:00
Tautvydas Duda
cee8b73f15
feat(setup): setup PATH and PNPM_HOME on win32 platform ( #3734 )
2021-09-03 11:12:35 +03:00
Zoltan Kochan
6a64c1ff58
fix: pnpm setup should print a summary
2021-06-06 01:28:16 +03:00
Zoltan Kochan
473223be97
feat: a new command for setting up pnpm ( #3456 )
2021-05-22 22:36:50 +03:00