Commit Graph

8974 Commits

Author SHA1 Message Date
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
Khải
1cf763da04 refactor(worker): remove ReturnType expression from worker.ts (#7889) 2024-04-10 14:55:22 +02:00
Khải
6df750e834 refactor(reviewing): type checking perf (#7888) 2024-04-10 14:03:26 +02:00
Khải
37c0f48555 refactor(reviewing/list): type checking perf (#7887) 2024-04-10 13:13:56 +02:00
Khải
e6b8d01b65 refactor(releasing): return type annotations (#7882) 2024-04-10 11:25:13 +02:00
Khải
c3cfea0e68 test: fix unreliable assertions (#7884)
The parallel dlx calls are not guaranteed to be concurrent to each other
in the CI.
2024-04-10 11:24:37 +02:00
Khải
45243a5c63 refactor(resolving): type checking perf (#7883) 2024-04-10 10:52:33 +02:00
Khải
25d41f07c1 refactor(pkg-manifest): return type annotations (#7879) 2024-04-10 10:48:31 +02:00
Khải
8374aeb353 refactor(resolve-dependencies): type checking perf (#7878) 2024-04-10 00:45:21 +02:00
Zoltan Kochan
035eeb6f46 chore(deps): update 2024-04-10 00:34:00 +02:00
Zoltan Kochan
43bd75c5b8 chore(release): libs 2024-04-09 17:14:05 +02:00