Commit Graph

225 Commits

Author SHA1 Message Date
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
0119ac05b7 test(resolve-dependencies): fix 2023-06-23 02:22:41 +03:00
Zoltan Kochan
de2cbbcf56 fix: return bundled manifest for local dependency (#6702) 2023-06-23 01:30:33 +03:00
Zoltan Kochan
3c2c426d13 chore(deps): update 2023-06-23 01:29:50 +03:00
Zoltan Kochan
c2de1d4ddb chore(release): libs 2023-06-21 20:13:11 +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
Zoltan Kochan
f0af6b02cf chore(release): 8.6.3 2023-06-19 15:32:13 +03:00
Xiao Chuan
59aba9e725 fix: peer of subdeps when node-linker is hoisted (#6680) 2023-06-17 13:28:08 +03:00
btea
0d65d62c95 style: add restrict-template-expressions comment avoid eslint error (#6677) 2023-06-15 03:08:05 +03:00
Zoltan Kochan
0b830f947a fix: pnpm update --global --latest (#6671)
close #3779
2023-06-14 07:41:16 +03:00
Zoltan Kochan
43151bbd6e chore(release): 8.6.2 2023-06-11 21:35:42 +03:00
Zoltan Kochan
302ebffc54 fix: downgrade lockfile version to 6.0 (#6664)
close #6648
2023-06-11 21:31:11 +03:00
Zoltan Kochan
955d07394a refactor: rename find-workspace-packages package 2023-06-09 16:27:00 +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
ce4a522c1a chore(release): 8.6.1 2023-06-05 15:10:32 +03:00
Zoltan Kochan
4b97f1f07a perf: don't use await inside loops (#6617) 2023-06-05 12:12:47 +03:00
Zoltan Kochan
d55b41a8b3 fix(deps): update 2023-06-04 02:23:19 +03:00
Zoltan Kochan
1989a068b3 chore(deps): update 2023-06-03 22:41:42 +03:00
Magnus Klingenberg
e83eacdcc8 fix(resolvePeers): fix deduplication when version missmatch (#6606)
When dedupe-peer-dependents is enabled (default), use the path to
determine compatibility.

When multiple dependency groups can be deduplicated, the
latter ones are sorted according to number of peers to allow them to
benefit from deduplication.

close #6605

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-06-03 01:32:27 +03:00
Zoltan Kochan
f0817fa165 chore(release): 8.6.0 2023-05-28 14:59:16 +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
await-ovo
04a279881a fix: should respect ignore patterns in updateConfig.ignoreDependencies (#6590)
close #6548
2023-05-26 03:14:44 +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
f5121500ee chore(release): libs 2023-05-18 16:35:25 +03:00
Zoltan Kochan
ee78f144d5 fix: resolving peer dependencies from linked in dependencies (#6561) 2023-05-18 16:27:49 +03:00
Zoltan Kochan
cdb2a93ed2 chore(release): 8.5.1 2023-05-15 03:31:10 +03:00
Josh Goldberg ✨
ee429b300b feat: expanded missing command error, including 'did you mean' (#6496)
close #6492

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-05-15 03:22:26 +03:00
Zoltan Kochan
d58cdb9629 fix: print more info when lockfile is outdated (#6536)
ref #6526
2023-05-14 23:23:48 +03:00
Zoltan Kochan
41b712e989 chore: fix dep types 2023-05-14 16:10:08 +03:00
Zoltan Kochan
7bd51298d3 chore(release): 8.5.0 2023-05-09 22:49:01 +03:00
Zoltan Kochan
d5c40b556c fix(link): don't update version specs in package.json (#6513)
close #4341
2023-05-09 15:34:02 +03:00
Zoltan Kochan
3f85e75dad chore: release libs 2023-05-07 14:44:20 +03:00
Zoltan Kochan
1ffedcb8d7 fix(deploy): always purge modules directory (#6511)
close #6510
2023-05-07 12:51:56 +03:00
Zoltan Kochan
3fa14d7e46 fix: show cylic workspace dependencies details
close #5059
2023-05-06 15:42:03 +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
925198bf97 chore(deps): update 2023-05-05 16:06:57 +03:00
Zoltan Kochan
32801442e8 fix: excluding external links from subprojects (#6505) 2023-05-05 13:42:46 +03:00
Zoltan Kochan
fcfbf96429 chore(release): 8.4.0 2023-05-02 13:46:53 +03:00
Zoltan Kochan
42902ef851 feat: the installation API should return installation stats (#6490) 2023-05-02 12:45:29 +03:00
Zoltan Kochan
c6ffb60322 fix: don't confirm modules removal in CI
ref #6458
2023-05-01 20:25:11 +03:00
Khoo Hao Yit
a810fe5801 feat(pnpm fetch): add shortAlias -D and -P (#6489) 2023-04-30 22:31:45 +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
e6b83c84e5 fix: don't create an empty node_modules directory (#6482) 2023-04-28 03:08:38 +03:00
Zoltan Kochan
c7235c0581 chore(deps): update 2023-04-25 03:14:06 +03:00
Zoltan Kochan
8e8269a5af chore(release): 8.3.1 2023-04-19 15:06:20 +03:00