Zoltan Kochan
4c959b7122
test: do not finish the workers after each test run
2023-08-25 18:13:41 +03:00
await-ovo
77e24d3415
fix(resolve-dependencies): dedupe deps with the same alias in direct dependencies ( #6974 )
...
close #6966
2023-08-25 13:06:45 +03:00
Zoltan Kochan
083bbf5907
perf: extract packages in a worker pool ( #6850 )
2023-08-14 02:07:39 +03:00
Zoltan Kochan
ecad8a724d
fix: install --frozen-lockfile --lockfile-only should work ( #6915 )
...
close #6913
2023-08-06 12:17:02 +03:00
Zoltan Kochan
92f42224c6
perf: do not relink local dependencies ( #6895 )
2023-08-05 01:03:19 +03:00
David Baynard
5e7ee2473a
fix: negate error on install without lockfile ( #6851 )
...
Change the error message to indicate the wanted lockfile is absent, not
present. This now reflects the actual error.
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-07-30 03:00:52 +03:00
Zoltan Kochan
3d9503461f
fix: local dependencies pointing to a symlink ( #6854 )
2023-07-24 22:06:43 +03:00
Zoltan Kochan
a13a0e8f5c
fix: don't fail when a non-optional dep of an optional dep fails ( #6847 )
...
close #6822
2023-07-22 16:53:49 +03:00
Khải
388a13b56a
feat: sort keys before calculating checksum ( #6839 )
...
close #6824
2023-07-19 15:19:27 +03:00
Zoltan Kochan
5ce333519d
refactor: rename cafs to store.cafs
2023-07-19 01:53:42 +03:00
await-ovo
b8cb91cf48
fix: treat the linked dependency which version type is tag as update-to-date ( #6791 )
...
* fix(core): treat the linked dependency which version type is tag as update-to-date
* docs: add changeset
* chore: code style
2023-07-12 03:58:54 +03:00
await-ovo
b81cefdcd4
fix: always resolve manifest promise even if the dependency does not have package.json ( #6741 )
...
close #6721
2023-06-30 16:26:18 +03:00
Zoltan Kochan
dddb8ad713
fix: link local bins created by postinstall scripts ( #6728 )
...
close #1801
2023-06-29 11:59:56 +03:00
Zoltan Kochan
e2c3ef313e
fix: resolving peer deps when there are aliased deps ( #6709 )
...
close #6588
2023-06-23 16:11:54 +03:00
Zoltan Kochan
61f22f9efa
fix: don't include the version for local directory dependencies ( #6695 )
...
There is no need to include the version of a dependency in the lockfile,
if that dependency is installed from a local directory
2023-06-21 20:04:25 +03:00
Xiao Chuan
59aba9e725
fix: peer of subdeps when node-linker is hoisted ( #6680 )
2023-06-17 13:28:08 +03:00
await-ovo
d9da627cd3
fix: should always treat local file dependency as new dependency ( #6623 )
...
close #5381
close #6502
2023-06-08 20:12:18 +03:00
Zoltan Kochan
e6052260c3
fix: error message when package is not found in workspace ( #6598 )
...
ref #4477
2023-05-27 19:40:43 +03:00
Zoltan Kochan
a9e0b7cbfd
fix: update should not add peer deps to deps
2023-05-26 22:14:10 +03:00
Zoltan Kochan
ce61f8d3c2
test: improvements
2023-05-24 16:56:58 +03:00
Zoltan Kochan
a53ef4d196
fix: don't print that lockfile is up to date when it is not ( #6574 )
...
close #6544
2023-05-23 18:41:11 +03:00
Zoltan Kochan
301b8e2da0
feat: excludeLinksFromLockfile ( #6570 )
2023-05-21 12:23:31 +03:00
Zoltan Kochan
9c4ae87bd1
feat: include some settings as fields in the lockfile ( #6557 )
...
ref #6312
2023-05-21 02:40:39 +03:00
Zoltan Kochan
1ffedcb8d7
fix(deploy): always purge modules directory ( #6511 )
...
close #6510
2023-05-07 12:51:56 +03:00
Zoltan Kochan
d8c1013a90
fix: don't include external links in lockfile, when they resolve peers ( #6507 )
...
ref https://github.com/teambit/bit/pull/7176
2023-05-05 21:11:45 +03:00
Zoltan Kochan
32801442e8
fix: excluding external links from subprojects ( #6505 )
2023-05-05 13:42:46 +03:00
Zoltan Kochan
42902ef851
feat: the installation API should return installation stats ( #6490 )
2023-05-02 12:45:29 +03:00
Zoltan Kochan
497b0a79c0
fix: only remove node_modules if the user confirms to do so ( #6458 )
2023-04-30 11:55:25 +03:00
Zoltan Kochan
3a1a1385d8
fix: linking bins of local deps, when node-linker is hoisted ( #6488 )
...
close #6486
2023-04-30 11:50:25 +03:00
Zoltan Kochan
837078f92e
fix(headless): don't add links to the lockfile when excludeLinksFromLockfile is enabled ( #6427 )
2023-04-19 02:34:50 +03:00
Zoltan Kochan
8f7e99477b
fix: linking external links when excludeLinksFromLockfile is enabled ( #6417 )
2023-04-17 18:51:30 +03:00
Zoltan Kochan
72ba638e34
feat: don't add linked in deps to the lockfile when excludeLinksFromLockfile is set to true ( #6369 )
2023-04-09 17:41:00 +03:00
await-ovo
080fee0b8b
fix: add -g to mismatch registries error info when original command has -g option ( #6365 )
...
close #6224
2023-04-06 12:22:39 +03:00
Zoltan Kochan
5087636b66
fix: installation of packages with () in scope name ( #6349 )
...
close #6348
2023-04-04 00:18:43 +03:00
Daniel-Khodabakhsh
e87754df1f
fix: make the FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE error and hint messages more clear ( #6304 )
...
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-03-29 22:51:33 +03:00
Zoltan Kochan
3f0ea1defa
fix: dedupe direct deps after hoisting ( #6286 )
2023-03-27 05:28:52 +03:00
Zoltan Kochan
0e26acb0fb
refactor: dependency-path
2023-03-24 15:25:53 +02:00
Zoltan Kochan
f835994eab
fix: direct deduplication with resolution-mode=lowest-direct ( #6262 )
...
close #6042
2023-03-24 02:17:22 +02:00
Zoltan Kochan
1d105e7fcd
fix!: save the whole tarball URL, when it doesn't use the standard format ( #6265 )
2023-03-24 01:36:13 +02:00
Zoltan Kochan
2a2032810f
fix: don't write pnpm-lock.yaml if it has no changes ( #6260 )
...
close #6158
2023-03-23 04:40:42 +02:00
Rex Zeng
cfb6bb3bfe
feat: support resolving peers with npm aliases ( #6220 )
...
close #4301
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-03-22 04:39:11 +02:00
Zoltan Kochan
158d8cf22f
feat!: only allow lockfile v6 ( #6240 )
2023-03-19 04:23:51 +02:00
Zoltan Kochan
ee61ca4cb7
style: update eslint ( #6236 )
2023-03-18 14:57:29 +02:00
Zoltan Kochan
506f3f7b93
Merge branch 'main' into v8
2023-03-17 03:27:23 +02:00
Zoltan Kochan
f9c30c6d78
fix: multiple Jest versions in a single workspace should work ( #6138 )
...
close #5176
close #6213
2023-03-15 03:57:12 +00:00
Zoltan Kochan
54591c6867
feat!: dedupe-peer-dependents is true by default ( #6185 )
2023-03-06 02:44:35 +02:00
Zoltan Kochan
9bdb875397
test: fix
2023-03-05 23:45:39 +02:00
Zoltan Kochan
1f81e70e1a
Merge branch 'main' into v8
2023-03-05 15:06:47 +02:00
Zoltan Kochan
670bea8440
fix: update on a subset of projects should work with dedupe-peer-dependents ( #6178 )
2023-03-05 12:01:52 +02:00
Zoltan Kochan
5c31fa8be6
feat: dedupe packages that have peers when dedupe-peer-dependents is true ( #6153 )
2023-03-03 08:31:41 +02:00