Commit Graph

11 Commits

Author SHA1 Message Date
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
Khải
e0f47f45e4 feat(config): get on array (#7917)
* refactor(config): return type annotations

* refactor: simplify configGet

* test: fix typescript errors

* feat(config): get on array

* feat(config): use comma instead

* lint: fix
2024-04-13 14:14:52 +02:00
Khải
ea58e1d438 refactor(config): return type annotations (#7915)
* refactor(config): return type annotations

* refactor: simplify configGet

* test: fix typescript errors
2024-04-13 13:21:20 +02:00
await-ovo
6d97739890 feat(plugin-commands-config): throw meaningful error for config sub commands (#7108)
close #7106
2023-09-19 01:41:49 +03:00
chlorine
bb287272a0 fix: pnpm config get <key> -g returns empty when the value is a boolean (#6360) 2023-04-06 03:39:24 +03:00
Zoltan Kochan
6314a47b82 fix: settings related to authorization should be set by npm CLI (#6195)
close #6181
2023-03-08 03:17:15 +02:00
Zoltan Kochan
a3e0223ce4 fix: config set should write to the global config file (#6132)
close #5877
close #6131
2023-02-25 18:15:38 +02:00
Zoltan Kochan
f76a39973e fix(config): config set key=value should work (#5899)
ref #5889
2023-01-09 12:43:21 +02:00
Zoltan Kochan
83a627a25c fix(config): the --location=global CLI option should work (#5843)
ref #5841
2022-12-27 19:46:22 +02:00
Zoltan Kochan
841f52e709 feat: implement the config commands (#5829)
close #5621
2022-12-24 17:08:43 +02:00