Commit Graph

8322 Commits

Author SHA1 Message Date
Zoltan Kochan
43151bbd6e chore(release): 8.6.2 v8.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
bd235794da fix: should output warning info when "pnpm" or "resolutions" is configured in a non-root workspace project (#6658)
close #6636

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-06-09 14:02:47 +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
Kirk Lin
f0d68ab2fd fix: pnpm patch should ignore files that are not included in the patched package (#6596)
close #6565

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-06-08 03:33:28 +03:00
Zoltan Kochan
29a2a69806 docs: update flightcontrol logo 2023-06-07 20:02:00 +03:00
Zoltan Kochan
ce4a522c1a chore(release): 8.6.1 v8.6.1 2023-06-05 15:10:32 +03:00
Zoltan Kochan
a246e38031 docs: update sponsors list 2023-06-05 14:25:28 +03:00
Zoltan Kochan
614d5bd720 fix: remove decompress-maybe from dependencies (#6642) 2023-06-05 14:21:36 +03:00
Zoltan Kochan
4b97f1f07a perf: don't use await inside loops (#6617) 2023-06-05 12:12:47 +03:00
Zoltan Kochan
f870fa2af4 chore(deps): update 2023-06-04 17:32:20 +03:00
Zoltan Kochan
47f529ebfb fix(deps): update patch-package 2023-06-04 02:57:01 +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
sitiom
90356ff7ab ci: change winget job runner to ubuntu-latest (#6630) 2023-06-03 12:35:49 +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
4d0be88e23 chore: update lockfile 2023-05-28 15:45:22 +03:00
Zoltan Kochan
f0817fa165 chore(release): 8.6.0 v8.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
Zoltan Kochan
4fc497882c fix(update): preserve the range prefix in aliased deps 2023-05-26 14:00:34 +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
chlorine
78e839291d fix: add --json option in pnpm config --help command (#6571) 2023-05-21 12:24:21 +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
bac97121c0 style: require-array-sort-compare for non-strings 2023-05-20 16:20:30 +03:00
Xiao Chuan
6ce3424a9a fix: lifecycle buildindex sort (#6568) 2023-05-20 15:55:32 +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
bcbfd42c44 fix(mound-modules): read the file mode from the CAFS 2023-05-18 15:09:10 +03:00
Zoltan Kochan
cdcb5d309c fix(mound-modules): read 2023-05-17 15:35:12 +03:00
douglasward
ea28b6f6c7 fix: do not throw MISSING_HOISTED_LOCATIONS for optional packages (#6553)
* do not throw MISSING_HOISTED_LOCATIONS for optional packages

* docs: add changesets

---------

Co-authored-by: Douglas Ward <douglas@giantmonkey.de>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-05-17 02:08:37 +03:00
Zoltan Kochan
cdb2a93ed2 chore(release): 8.5.1 v8.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
b3b5320f66 chore: move mount-modules 2023-05-14 17:26:00 +03:00
Zoltan Kochan
41b712e989 chore: fix dep types 2023-05-14 16:10:08 +03:00
Jake Bailey
e2293bd6e6 chore: update root corepack packageManager field for Node 20 support (#6528) 2023-05-11 10:47:19 +03:00
Zoltan Kochan
1de07a4af3 fix: normalize cwd on Windows (#6525)
close #6524
2023-05-10 04:14:14 +03:00
Zoltan Kochan
90ab4923ba docs: remove changeset 2023-05-09 23:01:19 +03:00
Zoltan Kochan
7bd51298d3 chore(release): 8.5.0 v8.5.0 2023-05-09 22:49:01 +03:00
await-ovo
793eedb0b2 feat(plugin-commands-patching): add patch-remove command (#6521) 2023-05-09 22:38:30 +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
btea
9d4d967df8 fix: special version node check (#6509)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-05-07 12:33:28 +03:00
Zoltan Kochan
5e0165c598 chore: set custom patches directory 2023-05-06 16:26:03 +03:00