Commit Graph

8984 Commits

Author SHA1 Message Date
Zoltan Kochan
e9530a8ff7 docs: add changesets 2024-04-21 13:41:06 +02:00
Zoltan Kochan
8a0798d514 fix: resolution of aliased dependencies (#7982)
close #7957
2024-04-21 13:16:20 +02:00
Khải
04310be557 fix(overrides): relative file: (#7966)
close #7858
2024-04-19 15:42:49 +02:00
Zoltan Kochan
50e37072f4 chore(release): 9.0.4 v9.0.4 2024-04-19 02:49:53 +02:00
Zoltan Kochan
b7d2ed47be fix: ignore the engines.pnpm field of dependencies (#7968)
close #7965
2024-04-19 02:49:01 +02:00
Zoltan Kochan
eb1947576f fix: resolution of aliased dependencies (#7967)
close #7957
2024-04-19 02:46:05 +02:00
Zoltan Kochan
65df252783 chore(release): 9.0.3 v9.0.3 2024-04-18 18:27:04 +02:00
Zoltan Kochan
d1d5203756 fix: completion command in the standalone pnpm binary (#7963)
close #7948
2024-04-18 18:23:38 +02:00
Brandon Cheng
bfadc0af12 fix: error when script-shell is configured to a .bat or .cmd file (#7945) 2024-04-18 17:34:15 +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
Zoltan Kochan
d87d36e82e chore(release): 9.0.2 v9.0.2 2024-04-17 18:38:31 +02:00
Zoltan Kochan
b3961cb19d fix: linking optional dependencies (#7949)
close #7943
2024-04-17 17:35:05 +02:00
Zoltan Kochan
dd43b0f6bc chore(release): 9.0.1 v9.0.1 2024-04-16 16:00:46 +02:00
Zoltan Kochan
461d76a2e5 fix: frozen lockfile should work with lockfile v6 (#7935)
close #7934
2024-04-16 16:00:00 +02:00
Isaac Turner
742ceb4050 docs: add 9.x to supported versions in SECURITY.md (#7933)
* Add 9.x to supported versions

* docs: drop pnpm v7 support

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-04-16 13:43:06 +02:00
Zoltan Kochan
8f320421d4 ci(release): update tag 2024-04-16 12:46:09 +02:00
Zoltan Kochan
dd6b0b62d8 chore(release): 9.0.0 v9.0.0 2024-04-16 12:18:30 +02:00
Zoltan Kochan
f8f950b8b5 docs: update changelog 2024-04-16 02:26:55 +02:00
Zoltan Kochan
090922c85c chore: update @pnpm/npm-lifecycle 2024-04-16 01:51:06 +02:00
Brandon Cheng
db7aee89a0 refactor: remove zipWith when resolving dependencies of importers (#7927)
* refactor: avoid zipWith when resolving dependencies of importers

Instead of creating two separate arrays and zipping them together, the
initial map here can create the pairs array directly.

I'm not expecting any behavior changes in this commit other than
slightly improved readability and performance.

* refactor: resolve dependencies

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-04-15 13:01:08 +02:00
Brandon Cheng
73b241d27b refactor: split out resolvedDependenciesOfImporter for readability (#7928) 2024-04-15 00:14:14 +02:00
Khải
2786b549d9 chore(eslint): explicit-module-boundary-types (#7926) 2024-04-14 13:37:50 +02:00
Khải
fce013da83 refactor(pnpm): return type annotations (#7925) 2024-04-14 12:52:15 +02:00
Khải
d21464e790 refactor(utils): return type annotations (#7924) 2024-04-14 11:29:54 +02:00
Khải
0fcd52248c refactor: replace some type exprs with interfaces (#7923) 2024-04-14 04:09:22 +02:00
Khải
392c48fe96 refactor(meta-updater): small adjustment (#7922) 2024-04-14 04:08:28 +02:00
Khải
1effaf012d refactor(cli): return type annotations (#7920) 2024-04-13 22:36:31 +02:00
Khải
bd70096c83 refactor(completion): return type annotations (#7919) 2024-04-13 22:01:54 +02:00
Zoltan Kochan
d18de669b7 chore(deps): update lockfile 2024-04-13 19:07:38 +02:00
Zoltan Kochan
2f314ab8fe chore(release): 9.0.0-rc.2 v9.0.0-rc.2 2024-04-13 18:52:14 +02:00
Zoltan Kochan
b4f0b67e2d chore(release): 9.0.0-rc.1 v9.0.0-rc.1 2024-04-13 18:28:48 +02:00
Zoltan Kochan
253d50c550 fix: optional peer dependencies should resolve to optional dependencies (#7918) 2024-04-13 18:26:47 +02:00
Zoltan Kochan
0995ae3e88 fix(dlx): dlx should not read settings from the cwd (#7916) 2024-04-13 15:10:34 +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
Zoltan Kochan
8fa4a506e5 test: move dlx tests to separate file 2024-04-13 12:46:58 +02:00
Khải
5f7eea4c0d refactor(crypto+dedupe+deps): return type (#7914) 2024-04-13 11:57:52 +02:00
Zoltan Kochan
7b8701cb62 fix: update deps (#7913) 2024-04-13 10:40:50 +02:00
Khải
3cc4372941 refactor(env): return type annotations (#7912) 2024-04-13 00:18:49 +02:00
Khải
a8bc9902b6 refactor(exec): type checking perf (#7911) 2024-04-13 00:18:14 +02:00
Zoltan Kochan
c9db742824 fix: update typescript to v5.4 (#7905) 2024-04-12 14:03:45 +02:00
Khải
c17263c62a refactor(fetching): return type annotations (#7903) 2024-04-12 00:32:48 +02:00
Khải
9afef40eba refactor(fs): type checking perf (#7901) 2024-04-11 15:40:13 +02:00
Khải
bcc8eb2622 refactor(read-package-hook): type checking perf (#7900) 2024-04-11 15:39:13 +02:00
Khải
18f4060ac8 refactor(pnpmfile): add some typings (#7899)
* refactor(pnpmfile): add some typings

* lint: fix
2024-04-11 13:55:20 +02:00
Khải
b183ce0028 refactor(lockfile): return type annotations (#7897) 2024-04-11 13:46:29 +02:00
Khải
0ee5d10d83 refactor(workspace): return type annotations (#7892)
* refactor(workspace): return type annotations

* refactor: replace intersection with extends (#7893)

* refactor: replace intersection with extends

This change may require bumping major versions of the affected packages

* test: fix type errors
2024-04-11 10:51:14 +02:00
Khải
757ae8200d refactor(modules-mounter+network): return types (#7894) 2024-04-11 00:59:59 +02:00
Khải
58a2f799c0 refactor(text+worker): type checking perf (#7891) 2024-04-10 16:28:27 +02:00
Khải
a9d02ddc61 refactor(store): return type annotations (#7890) 2024-04-10 15:22:48 +02:00