cezary-klauza
b282bd1538
feat(plugin-commands-init): add support for --init-type flag in pnpm init ( #9463 )
...
* Added .npmrc support for init-type
* feat: init-type setting
close #9416
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2025-05-04 01:38:38 +00:00
Zoltan Kochan
fee898fdcb
fix: init-package-manager ( #9104 )
...
* fix: init-package-manager
* fix: don't add packageManager=false to package.json
* refactor: create object.key-sorting
* test: fix
* fix: sort fields in package.json
2025-02-16 02:13:07 +01:00
btea
49cc1672ff
feat(init): add init-package-manager configuration ( #9087 )
...
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2025-02-14 00:23:51 +01:00
chlorine
8ad6ee67a6
fix(init): --dir option should be respected ( #8768 )
2024-11-17 13:36:43 +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
0b2af0becc
style: no default exports ( #5498 )
2022-10-15 04:33:38 +03:00
Zoltan Kochan
f2592de192
test: update Jest ( #4644 )
2022-06-02 02:56:29 +03:00
Zoltan Kochan
0eefba9bee
fix(init): throw an error if arguments are passed to init command ( #4665 )
...
close #4662
2022-05-05 12:10:11 +03:00
Zoltan Kochan
17fa76e2bb
fix(init): don't fail if a parent dir has a package.json ( #4615 )
...
close #4589
2022-04-24 04:24:53 +03:00
spencer17x
2d0f2ba0f2
feat: the init command should use init fields from .npmrc ( #4425 )
2022-03-10 18:34:32 +02:00
Zoltan Kochan
d504dc380c
feat: add own implementation of the init command ( #4422 )
2022-03-08 14:31:05 +02:00