Zoltan Kochan
5da5e75e08
chore(release): 9.12.0
2024-10-02 12:19:20 +02:00
Matthew Berryman
ce2b420903
fix: incorrect self update command provided ( #8544 )
...
close #8543
2024-09-20 12:25:44 +02:00
Zoltan Kochan
fe996fee1d
chore(release): 9.10.0
2024-09-09 15:43:02 +02:00
Zoltan Kochan
10d8007747
chore(release): 9.9.0
2024-08-26 17:12:28 +02:00
Zoltan Kochan
ed3ca011ce
chore(release): 9.8.0
2024-08-22 12:22:59 +02:00
Zoltan Kochan
eb8bf2a993
feat: self-update command ( #8424 )
2024-08-19 14:26:17 +02:00
Zoltan Kochan
56861a569a
chore(release): 9.7.1
2024-08-14 16:43:15 +02: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
Zoltan Kochan
97c95cca48
chore: update typescript to v5.5 ( #8364 )
...
* chore: update typescript to v5.5
* fix: some errors
* chore(deps): update @pnpm/logger
* chore(deps): use catalogs
* refactor: remove a type no longer necessary
* chore(deps): revert the catalog changes
This reverts commit 5a3d4394f1 .
* refactor: move types to their own files
* refactor: change logger error type
* feat: add pkgsStack to LogBase
* feat: add type param to StreamParser
* refactor: move error fields out for clarity
* style: fix eslint
* feat: nullify non existence fields
* feat: add hint
* feat: remove the nullifications
This reverts commit 955e196032 .
* feat: add `package` field
* feat: extend `RequestRetryMessage.error`
* fix: missing `id` field
* fix: statsLogger
* fix: correct types
* fix: pkgsDiff
* refactor: use interfaces
* fix: reportSummary
* fix: revert erroneous change
This reverts commit 81042a0783 .
* fix: audit
* fix: silentReporter
* fix: reporter
* fix: eslint
* fix: main.ts
* fix: errorHandler
* refactor: share code
* fix: test/reportingPeerDependencyIssues
* fix: default-reporter/test/index.ts
* fix: test/reportingErrors.ts
* fix: test/execPnpm
---------
Co-authored-by: khai96_ <hvksmr1996@gmail.com >
2024-08-09 19:18:32 +02:00
Zoltan Kochan
449041c5aa
chore(release): libs
2024-08-07 18:07:03 +02:00
Khải
5bf6aaa407
refactor: move @pnpm/logger to the monorepo ( #8385 )
...
* chore: create @pnpm/logger
* fix: workaround typescript error
* chore: update manifests
* chore(deps): link @pnpm/logger from workspace
2024-08-07 18:02:08 +02:00
Zoltan Kochan
a64e440740
fix(default-reporter): use stdout from context ( #8387 )
2024-08-07 18:01:32 +02:00
Zoltan Kochan
2d3a119bb4
chore(release): 9.7.0
2024-08-07 02:13:26 +02:00
Zoltan Kochan
26b065c193
feat: automatically switch to the right pnpm version ( #8363 )
...
close #8360
2024-08-06 21:59:43 +02:00
Zoltan Kochan
87439cdf35
chore(release): libs
2024-08-05 13:45:55 +02:00
Munif Tanjim
98c8bd69cb
fix: print warnings to stderr ( #8342 )
2024-08-04 01:53:52 +02:00
Zoltan Kochan
64e2e4f86f
refactor: add a function for corepack context detection
2024-08-02 23:02:15 +02:00
Zoltan Kochan
e7f6330372
refactor: add detectIfCurrentPkgIsExecutable to cli-meta package ( #8362 )
2024-07-31 19:19:52 +02:00
Zoltan Kochan
5d059765a8
chore(release): libs
2024-07-29 15:58:56 +02:00
Zoltan Kochan
3b82169faf
chore(release): 9.6.0
2024-07-22 01:41:03 +02:00
Simon He
b6acfcf8d1
refactor(cli): conditional branch ( #8290 )
2024-07-08 16:03:17 +02:00
Zoltan Kochan
07a7ac4a93
chore(release): 9.5.0
2024-07-07 18:27:55 +02:00
Zoltan Kochan
a3d5f609d0
chore(release): 9.5.0-beta.1
2024-07-04 15:54:08 +02:00
Brandon Cheng
9bf9f71ad3
fix: show better error when encountering external catalog protocol usage ( #8254 )
...
* fix: show better error when encountering external catalog protocol usage
* refactor: reuse SPEC_NOT_SUPPORTED error
* Apply suggestions from code review
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-06-30 09:53:39 +02:00
Zoltan Kochan
79830ff0b9
chore: use catalogs
2024-06-27 21:18:27 +02:00
Zoltan Kochan
7678113d79
chore: use catalogs ( #8249 )
2024-06-27 17:22:38 +02:00
Khải
1b03682903
feat(dlx): read auth from local .npmrc ( #8207 )
...
close #7996
2024-06-25 17:51:43 +02:00
Segev Finer
9b5b869322
chore(deps): update @pnpm/tabtab to v0.5.4 ( #8236 )
...
* chore(deps): update @pnpm/tabtab to v0.5.4
* docs: more details to change log
---------
Co-authored-by: Khải <hvksmr1996@gmail.com >
2024-06-25 15:13:34 +02:00
Zoltan Kochan
347c79a8cd
chore(release): 9.4.0
2024-06-17 17:44:19 +02:00
Zoltan Kochan
ed9c041f61
fix(deps): update
2024-06-11 11:27:03 +02:00
Zoltan Kochan
d24d7974ac
chore(release): 9.3.0
2024-06-10 13:58:41 +02:00
Zoltan Kochan
1e5985a937
chore(release): 9.2.0
2024-06-05 14:46:23 +02:00
Zoltan Kochan
b7ca13f7f2
fix: don't fail if the pnpm version doesn't match the one in the packageManager field ( #8166 )
...
close #8087
2024-06-05 14:38:21 +02:00
Steven
9bfebc5b13
fix: update twitter.com to x.com ( #8156 )
2024-06-02 00:49:50 +02:00
Steven
48506e7e5b
fix: update corepack install command for outdated version ( #8121 )
2024-06-01 13:28:52 +00: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
Brandon Cheng
5de89d81a6
chore: remove top-level composite property from tsconfig.json files ( #8130 )
...
* chore: remove no-op composite property
* chore: remove top-level composite property from existing files
2024-05-28 02:37:40 +02:00
Zoltan Kochan
838b7f0125
chore(release): libs
2024-05-22 00:24:34 +02:00
Zoltan Kochan
355ccd1243
chore(release): libs
2024-05-21 14:46:39 +02:00
Zoltan Kochan
c8655b465e
chore(release): libs
2024-05-12 01:57:58 +02:00
Khải
37538f58bb
fix(completion): mingw64 shell completion ( #8074 )
2024-05-12 00:57:26 +02:00
Wm Salt Hale
524990fd95
fix(default-reporter): replace deprecated right-pad with String.padEnd ( #8068 )
2024-05-10 16:53:32 +02:00
Zoltan Kochan
72928a633d
chore(release): libs
2024-05-07 13:46:24 +02:00
Zoltan Kochan
43b6bb7ce3
fix: print a better error message when "time" is missing from metadata ( #8059 )
2024-05-07 12:58:31 +02:00
Zoltan Kochan
7e69321e53
chore(release): 9.1.0-0
2024-04-29 15:36:28 +02:00
Zoltan Kochan
65df252783
chore(release): 9.0.3
2024-04-18 18:27:04 +02:00
Zoltan Kochan
a80b539c36
fix: print a hint about the package-manager-strict setting ( #7960 )
...
close #7956
2024-04-18 13:18:30 +02:00
Khải
2786b549d9
chore(eslint): explicit-module-boundary-types ( #7926 )
2024-04-14 13:37:50 +02:00
Khải
1effaf012d
refactor(cli): return type annotations ( #7920 )
2024-04-13 22:36:31 +02:00
Zoltan Kochan
b4f0b67e2d
chore(release): 9.0.0-rc.1
2024-04-13 18:28:48 +02:00