btea
9797a1e889
refactor: remove useless parameters from the catch statement ( #8583 )
2024-09-29 12:08:48 +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
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
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
87439cdf35
chore(release): libs
2024-08-05 13:45:55 +02:00
Zoltan Kochan
3b82169faf
chore(release): 9.6.0
2024-07-22 01:41:03 +02:00
Zoltan Kochan
a3d5f609d0
chore(release): 9.5.0-beta.1
2024-07-04 15:54:08 +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
Zoltan Kochan
347c79a8cd
chore(release): 9.4.0
2024-06-17 17:44:19 +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
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
Khải
006f4c8a81
refactor: type checking perf ( #8132 )
...
* refactor: type checking perf
* fix: eslint
2024-05-26 22:13:02 +02:00
Zoltan Kochan
838b7f0125
chore(release): libs
2024-05-22 00:24:34 +02:00
Zoltan Kochan
0c08e1c50f
fix: clear metadata cache after resolution is finished ( #8109 )
2024-05-22 00:23:14 +02:00
Zoltan Kochan
355ccd1243
chore(release): libs
2024-05-21 14:46:39 +02:00
Zoltan Kochan
7e69321e53
chore(release): 9.1.0-0
2024-04-29 15:36:28 +02:00
Zoltan Kochan
9719a42d0e
feat: configurable max length of directories inside node_modules/.pnpm ( #7994 )
...
close #7355
2024-04-28 11:07:29 +02:00
Khải
a9d02ddc61
refactor(store): return type annotations ( #7890 )
2024-04-10 15:22:48 +02:00
Zoltan Kochan
43bd75c5b8
chore(release): libs
2024-04-09 17:14:05 +02:00
Zoltan Kochan
21878e7ae4
feat(lockfile)!: change the keys format ( #7752 )
2024-03-17 23:01:39 +01:00
Zoltan Kochan
053fc12f5a
fix: don't fetch tarballs when lockfile-only install is run ( #7715 )
...
close #1328
2024-03-14 02:41:10 +01:00
Zoltan Kochan
0564745b1d
style: use unknown in try/catch ( #7709 )
2024-03-06 01:47:04 +01:00
Zoltan Kochan
a5a3b995c1
test: use sync fs operations in tests ( #7664 )
2024-02-16 19:43:04 +01:00
Zoltan Kochan
857c0547ac
fix(deps): update
2024-02-12 22:46:58 +01:00
Zoltan Kochan
1fc7c86778
Merge branch 'v8'
2024-01-27 16:55:07 +01:00
Zoltan Kochan
778efe2022
chore(release): 8.15.0
2024-01-27 16:48:08 +01:00
Zoltan Kochan
6e3b75a42f
chore(release): 9.0.0-alpha.0
2024-01-08 19:12:45 +01:00
Zoltan Kochan
cdd83654dd
feat!: don't include registry URL in package ID ( #7476 )
2024-01-08 11:57:44 +01:00
Zoltan Kochan
d381a6001c
feat!: use dependency path format from lockfile v6 ( #7470 )
...
Drop lockfile v5 support.
2024-01-08 11:57:44 +01:00
Zoltan Kochan
43cdd87c0c
feat!: drop Node.js 16 support
2024-01-08 11:57:44 +01:00
Zoltan Kochan
568860daae
chore(release): 8.13.1
2023-12-26 15:39:22 +01:00
Zoltan Kochan
74e8f474f3
chore(release): libs
2023-12-14 16:15:57 +01:00
Zoltan Kochan
2d8015b0eb
chore(deps): update
2023-11-16 17:36:11 +02:00
Zoltan Kochan
df9eade77c
chore(release): 8.10.3
2023-11-12 14:02:55 +02:00
Zoltan Kochan
fc858f6a51
chore(release): libs
2023-11-01 12:34:02 +02:00
Steven Petryk
4c2450208d
fix(lockfile): remove registry from tarball resolutions ( #7262 )
...
In some cases, pnpm would add a `registry` field to tarball resolutions
in pnpm-lock.yaml. This field is no longer used, so it was removed,
which should make lockfiles smaller and their generation more
deterministic.
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-31 23:57:17 +02:00
Zoltan Kochan
8e027f9067
chore(deps): update
2023-10-24 23:02:17 +03:00
Zoltan Kochan
b90029432d
chore(release): 8.10.0-0
2023-10-24 15:54:22 +03:00
Zoltan Kochan
7be55be549
chore(deps): update
2023-10-15 13:01:52 +03:00
Zoltan Kochan
3ad2ec63eb
chore(release): libs
2023-10-08 17:21:51 +03:00
Zoltan Kochan
2690115d42
chore(deps): update
2023-09-15 18:28:45 +03:00
Zoltan Kochan
3ed5a7cd44
chore(release): libs
2023-09-13 12:32:41 +03:00
Zoltan Kochan
9caa33d535
feat: new option for disabling local directory dependencies relinking ( #7083 )
...
Removed `disableRelinkFromStore` and `relinkLocalDirDeps`. Replaced them with `disableRelinkLocalDirDeps`.
2023-09-13 12:23:03 +03:00
Zoltan Kochan
10cb4b3245
chore(release): 8.7.5
2023-09-11 15:15:09 +03:00
Zoltan Kochan
d194baeb50
chore(release): 8.7.4
2023-09-06 01:08:56 +03:00
Brandon Cheng
548768e092
fix(server): fix a potential deadlock when requesting a tarball worker ( #7041 )
2023-09-05 17:32:47 +03:00
Zoltan Kochan
89302a4d30
chore(release): 8.7.2
2023-09-04 15:45:36 +03:00