Commit Graph

10701 Commits

Author SHA1 Message Date
Kenrick
a236ecf573 fix: in a workspace, also include missing deeply linked workspace packages at headless installation (#5220)
Co-authored-by: Zoltan Kochan <z@kochan.io>

close #5034
2022-10-13 23:48:40 +03:00
Zoltan Kochan
e35988d1f9 fix(deps): update Yarn deps 2022-10-13 04:40:20 +03:00
Zoltan Kochan
598d6ec898 refactor(resolve-dependencies): import semverUtils from @yarnpkg/core 2022-10-13 04:13:28 +03:00
Zoltan Kochan
6ad36a7c17 fix(deps): update Yarn deps 2022-10-13 03:55:02 +03:00
Zoltan Kochan
6fd309e0ba refactor: don't use default export in headless and get-context 2022-10-13 03:31:30 +03:00
Zoltan Kochan
645384bfd0 refactor!: pass always all projects to mutateModules() (#5338) 2022-10-13 03:24:02 +03:00
Zoltan Kochan
3ea9389f6c chore(release): 7.13.4 v7.13.4 2022-10-10 18:55:28 +03:00
Zoltan Kochan
8c3a0b2364 fix: path the project directory to the readPackage hook (#5475)
close #5443
2022-10-10 18:54:23 +03:00
chlorine
96b507b73e fix: add dir option support in link <pkg> --global (#5473)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-10-10 12:26:00 +03:00
Zoltan Kochan
f4813c487d fix(deps): update @yarnpkg/extensions 2022-10-09 17:48:02 +03:00
Zoltan Kochan
147ec6eafb fix(deps): update uuid to v9 2022-10-09 17:39:40 +03:00
Zoltan Kochan
7c296fe9bf fix(deps): update write-file-atomic to v4 2022-10-09 17:38:08 +03:00
Zoltan Kochan
9ef5ebd9dc chore(deps): update 2022-10-09 16:55:34 +03:00
Zoltan Kochan
6e1488d537 chore(release): 7.13.3 v7.13.3 2022-10-09 16:25:01 +03:00
chlorine
3277188eba fix: add global option in pnpm link --help (#5461)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-10-09 16:17:33 +03:00
Juanra GM
e072256518 fix: return correct path in pnpm pack (#5472)
close #5471

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-10-09 16:17:16 +03:00
Zoltan Kochan
3ae888c282 feat: show execution time (#5468)
close #1021
2022-10-09 15:56:40 +03:00
Zoltan Kochan
84f4404190 fix: don't crash when auto-install-peers is true in a workspace (#5467)
close #5454
2022-10-09 04:29:50 +03:00
Zoltan Kochan
3c2921647c chore(release): 7.13.2 v7.13.2 2022-10-06 00:12:39 +03:00
Zoltan Kochan
5eb41a5510 fix: remove .exe files from the target .bin directory (#5450) 2022-10-06 00:07:06 +03:00
John DiMatteo
911d295846 fix: pnpm patch-commit with a trailing slash on Windows does not work (#5455)
pnpm patch-commit did not apply patch if the absolute path to
a directory passed to it contained a trailing slash on Windows,
now the trailing slash is removed

close #5449

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-10-05 23:19:38 +03:00
Shinobu Hayashi
d101eb0503 test: update command's handler correctly (#5457)
* chore: fix the update command's test case to test update command correctly

* chore: add changeset

* Revert "chore: add changeset"

This reverts commit c9b1dcfbc5.
2022-10-05 21:39:31 +03:00
Zoltan Kochan
e8a631bf0b fix: when resolution fails, print the project directory path (#5456) 2022-10-05 17:37:19 +03:00
Zoltan Kochan
86bd1b171e fix(deps): update 2022-10-04 15:03:31 +03:00
Zoltan Kochan
98baaae1d6 chore(release): 7.13.1 v7.13.1 2022-10-04 12:09:47 +03:00
Zoltan Kochan
536b168568 fix: update --interactive should not list ignored deps (#5444) 2022-10-04 02:52:34 +03:00
Zoltan Kochan
2f98403b01 chore: add ignoreDependencies field 2022-10-03 23:35:16 +03:00
Zoltan Kochan
a74d26c0a0 chore(release): 7.13.0 v7.13.0 2022-10-03 03:43:25 +03:00
Zoltan Kochan
ff331dd957 fix: don't override root deps when auto installing peers (#5442)
close #5412
2022-10-03 03:39:34 +03:00
Zoltan Kochan
d30f3ac680 test: set maxWorkers to 1 2022-10-02 05:10:39 +03:00
Shinobu Hayashi
d665f3ff7a feat: ignore packages listed in package.json > pnpm.updateConfig.ignoreDependencies on update/outdated commands (#5408)
closes #5358

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-10-02 04:55:37 +03:00
NOORUL HASAN
5179dfe6d9 fix: filter-prod flag including all workspace pkgs (#5437)
Co-authored-by: maxwellium <896080+maxwellium@users.noreply.github.com>
2022-10-01 19:05:54 +03:00
chlorine
5beb4e26b8 fix: dir path repeated join in link global (#5434) 2022-10-01 15:10:48 +03:00
Zoltan Kochan
2e830c0cb7 refactor: projects finding/filtering/sorting
ref #5338
2022-09-30 22:49:23 +03:00
Zoltan Kochan
abb41a6263 feat: excluding deps from update (#5432)
ref #5408
2022-09-30 17:52:33 +03:00
Zoltan Kochan
2bf89ec02f docs: add link to feature comparison page 2022-09-26 15:22:07 +03:00
Grzegorz Abramczyk
51566e34b0 feat: merge readPackage hook from opts and pnpmfile (#5403)
Close #5306

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-09-25 22:59:02 +03:00
Alex
54540b1763 ci: GitHub Workflows security hardening (#5405)
* build: harden ci.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

* build: harden update-latest.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-25 01:47:51 +03:00
Zoltan Kochan
50c6f119d7 test(publish): temporarily skip broken tests 2022-09-23 13:34:22 +03:00
Zoltan Kochan
7bfd76b207 chore(deps): update 2022-09-23 12:49:37 +03:00
Zoltan Kochan
5ceab98098 chore: set auto-install-peers=true 2022-09-23 02:37:34 +03:00
Zoltan Kochan
3509fd8a57 chore(release): 7.12.2 v7.12.2 2022-09-23 01:31:49 +03:00
Zoltan Kochan
77f7cee488 fix: cli crash with auto-install-peers=true (#5394)
ref #5390
ref #5372
2022-09-23 01:29:33 +03:00
chlorine
56aeba4bae fix: error in pnpm --dir <path> link --global (#5371)
close #5368
2022-09-21 12:50:09 +03:00
Zoltan Kochan
bda3eddd99 test: update shanpshots 2022-09-20 12:09:00 +03:00
Zoltan Kochan
96ba8ce084 chore(deps): update 2022-09-20 04:13:54 +03:00
Zoltan Kochan
e82fb60ce8 chore(release): 7.12.1 v7.12.1 2022-09-20 03:24:50 +03:00
Zoltan Kochan
a1e834bfcc fix: deduplicate peer deps (#5377)
close #5373
2022-09-20 03:23:40 +03:00
Zoltan Kochan
cc0514ca9b chore(release): 7.12.0 v7.12.0 2022-09-18 21:52:34 +03:00
Zoltan Kochan
8cecfcbe3f fix: auto-install-peers in a workspace (#5359)
close #4820
2022-09-18 21:46:43 +03:00