Jake Bailey
642f8c1d06
perf(npm-resolver): reduce max memory usage ( #6296 )
2023-03-28 11:41:55 +03:00
Zoltan Kochan
eb5b7d5299
chore(release): 8.0.0-rc.0
2023-03-24 15:52:20 +02:00
Zoltan Kochan
f835994eab
fix: direct deduplication with resolution-mode=lowest-direct ( #6262 )
...
close #6042
2023-03-24 02:17:22 +02:00
Andrei Neculau
28796377cb
fix: handle git+ssh with semver ( #6239 )
2023-03-21 00:40:26 +02:00
Zoltan Kochan
eceaa8b8b7
feat!: drop Node.js 14 support
2023-03-18 17:11:38 +02:00
Zoltan Kochan
9d026b7cb1
fix(deps): update lru-cache
2023-03-18 17:11:38 +02:00
Zoltan Kochan
ee61ca4cb7
style: update eslint ( #6236 )
2023-03-18 14:57:29 +02:00
Zoltan Kochan
f15fde7eb8
chore(deps): update
2023-03-18 00:27:58 +02:00
Zoltan Kochan
d66dcb452d
Merge branch 'main' into v8
2023-03-14 03:48:44 +02:00
Zoltan Kochan
abd556bfac
chore(release): 7.29.2
2023-03-14 03:46:08 +02:00
Zoltan Kochan
1f81e70e1a
Merge branch 'main' into v8
2023-03-05 15:06:47 +02:00
Zoltan Kochan
62d1cb8f1e
fix: types error in npm-resolver
2023-03-03 06:26:54 +02:00
Zoltan Kochan
cfbab73a61
fix: update deps
2023-03-03 06:13:20 +02:00
Zoltan Kochan
a4ce8e1f27
Merge branch 'main' into v8
2023-02-23 13:13:30 +02:00
await-ovo
77c754b10a
chore: eslint issues ( #6123 )
2023-02-23 12:12:32 +02:00
Zoltan Kochan
0058ecfbb9
chore(release): 8.0.0-alpha.0
2023-02-20 23:19:20 +02:00
Zoltan Kochan
8b49472833
Merge branch 'main' into v8
2023-02-19 16:02:45 +02:00
Zoltan Kochan
acb9a902a9
chore(release): 7.27.1
2023-02-18 03:40:46 +02:00
Zoltan Kochan
c2e39308f7
chore(release): 7.27.0
2023-02-08 15:39:16 +02:00
Zoltan Kochan
b3d31838d6
fix: give priority to packages installed in the root, when deduping ( #6054 )
2023-02-08 15:39:16 +02:00
Zoltan Kochan
524feda1e7
chore(release): 7.27.0-0
2023-02-08 15:39:16 +02:00
Zoltan Kochan
a92691f307
fix(npm-resolver): pick lowest version with * from prerelease versions only
2023-02-08 15:39:15 +02:00
Zoltan Kochan
9120b19cf2
chore(release): 7.27.0
2023-02-08 14:27:15 +02:00
Zoltan Kochan
029143cfff
fix: give priority to packages installed in the root, when deduping ( #6054 )
2023-02-08 13:19:40 +02:00
Zoltan Kochan
2b54be3031
chore(release): 7.27.0-0
2023-02-05 12:51:29 +02:00
Zoltan Kochan
65563ae098
fix(npm-resolver): pick lowest version with * from prerelease versions only
2023-02-05 12:23:10 +02:00
Zoltan Kochan
47e45d717d
feat!: breaking config changes in v8 ( #6035 )
...
* auto-install-peers=true
* save-workspace-protocol=rolling
* publishConfig.linkDirectory true by default
* resolve-peers-from-workspace-root is true by default
* set dedupeDirectDeps to true by default in @pnpm/core.
2023-02-05 11:43:22 +02:00
Zoltan Kochan
74b535f192
fix: improve deduplication ( #6026 )
2023-02-04 01:17:22 +02:00
Zoltan Kochan
583e3954be
fix: remove suppressImplicitAnyIndexErrors from typescript settings ( #5991 )
2023-01-28 18:19:26 +02:00
Zoltan Kochan
2c615198f9
chore(release): 7.24.3
2023-01-11 03:11:36 +02:00
Zoltan Kochan
0055af5898
style: fix
2023-01-11 02:19:41 +02:00
Zoltan Kochan
1e6de89b6b
fix(deps): update dependencies
2023-01-11 01:10:11 +02:00
Zoltan Kochan
bcbcc47530
chore(release): 7.24.0
2023-01-09 19:25:36 +02:00
Zoltan Kochan
2895389ae1
chore(release): 7.22.0
2023-01-03 15:30:16 +02:00
Zoltan Kochan
83ba90fb83
fix: better error message when the installed package was unpublished ( #5854 )
...
close #5849
2022-12-31 15:15:10 +02:00
Zoltan Kochan
00dea18c60
chore(deps): update
2022-12-30 22:05:59 +02:00
Zoltan Kochan
d7ea8b486a
chore(release): 7.19.0
2022-12-21 12:55:30 +02:00
Zoltan Kochan
1240a6453e
chore(release): 7.18.0
2022-12-04 00:06:58 +02:00
await-ovo
f3bfa2aae6
feat: try adding local pre-release package in workspaces ( #5733 )
...
close #5316
2022-12-03 00:50:53 +02:00
Zoltan Kochan
a9d59d8bc2
fix(deps): update ( #5711 )
2022-12-01 03:43:03 +02:00
await-ovo
924eca2937
fix(read-package-hook): resolve file overrides should relative to root directory ( #5712 )
...
close #5493
Co-authored-by: Zoltan Kochan <z@kochan.io >
2022-11-30 03:31:43 +02:00
Zoltan Kochan
cf783fe9f8
chore(release): 7.17.1
2022-11-27 03:43:44 +02:00
Zoltan Kochan
9cbe293876
refactor: put all non-public projects to directories that start with __
2022-11-20 02:40:44 +02:00
Zoltan Kochan
4ca53b0b50
refactor: group projects in different subdirectories ( #5659 )
2022-11-20 01:35:22 +02:00