Commit Graph

8088 Commits

Author SHA1 Message Date
Zoltan Kochan d80661d425
fix(setup): don't extend the PATH multiple times
ref https://github.com/pnpm/get.pnpm.io/issues/27
2023-02-28 03:54:02 +02:00
await-ovo 7d64d757bb
fix: add report summary skipped status when script is missing (#6139) 2023-02-27 18:28:01 +02:00
Zoltan Kochan e570adc101
fix(env): fail with a meaningful error when no pnpm home dir is found (#6134)
close #6095
close #3865
2023-02-26 05:39:44 +02:00
Zoltan Kochan cdd5eb6b5a
chore(release): 7.28.0 2023-02-25 18:17:46 +02:00
Zoltan Kochan a3e0223ce4
fix: config set should write to the global config file (#6132)
close #5877
close #6131
2023-02-25 18:15:38 +02:00
jereklas f39d608acb
feat: add `parent>child` selector syntax to allowedVersions for peer dependency override capability (#6108)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-02-25 02:32:29 +02:00
Zoltan Kochan 5e32ea9b19
fix: update TypeScript to v5 (#5990)
Co-authored-by: Brandon Cheng <gluxon@users.noreply.github.com>
2023-02-23 13:05:44 +02:00
Zoltan Kochan ed946c73e9
fix: automatically resolve conflicts in lockfile v6 (#6127) 2023-02-23 12:13:04 +02:00
await-ovo 77c754b10a
chore: eslint issues (#6123) 2023-02-23 12:12:32 +02:00
await-ovo 6f56cc16e3
fix: patch-commit should auto apply patches in workspaces (#6120)
close #6048
2023-02-22 22:56:35 +02:00
Zoltan Kochan 98d15f03d3
chore(release): 7.28.0-0 2023-02-20 22:37:58 +02:00
Zoltan Kochan 972de58abf
fix: update the lockfile if a new project is added to the workspace with no deps (#6110) 2023-02-20 11:39:58 +02:00
await-ovo b9ab2e0bf2
feat: show path info for pnpm why --json or --long (#6109)
close #6103
2023-02-20 05:41:57 +02:00
Brandon Cheng 1b2e09ccfd
fix: check for peerDependenciesMeta in pkgIsLeaf to fix non-determinism (#6112)
close #5106
2023-02-20 04:15:36 +02:00
await-ovo 0377d93678
feat: add --report-summary option for pnpm exec and pnpm run (#6098)
close #6008
2023-02-20 03:36:35 +02:00
douglasward 4ed825aa49
fix: don't throw MISSING_HOISTED_LOCATIONS error for skipped packages (#6093)
close #6092
2023-02-19 03:23:17 +02:00
Zoltan Kochan 1bef112ae8
ci: post link to release page in mastodon post 2023-02-18 04:24:37 +02:00
Zoltan Kochan 8ff0c7cd88
revert: "ci: introduce a centralized GHA check/gate job (#5723)"
This reverts commit a5690f4946.
2023-02-18 04:00:59 +02:00
Zoltan Kochan acb9a902a9
chore(release): 7.27.1 2023-02-18 03:40:46 +02:00
Zoltan Kochan dba40a4683
ci: post to mastodon on release 2023-02-18 03:39:32 +02:00
Zoltan Kochan 9fa6c74049
fix: https proxy servers configuration (#6101)
close #4689
2023-02-18 03:39:12 +02:00
Zoltan Kochan f17ca4218d
fix: don't try to fix a lockfile that did not exist (#6091) 2023-02-16 13:29:42 +02:00
Zoltan Kochan 2241f77adf
fix: print a hint on integrity error (#6090)
ref #6087
2023-02-16 04:25:06 +02:00
Zoltan Kochan 673e230607
fix: error message on broken proxy URL 2023-02-12 18:29:57 +02:00
sitiom c5e7e03ec2
ci: bump Winget Releaser version to v2 (#6075) 2023-02-12 17:37:18 +02:00
Brandon Cheng c7fb372433
refactor(core): rename lockfileIsUpToDate to lockfileIsNotUpToDate (#6071) 2023-02-11 13:24:00 +02:00
Zoltan Kochan 977caa7d7c
ci: skip audit temporarily 2023-02-11 04:04:35 +02:00
Alex Böhm 65932e074d
docs: add `store path` description to cli help (#6068) 2023-02-11 03:09:23 +02:00
Zoltan Kochan dfe23e3ba5
chore(deps): update 2023-02-08 15:34:35 +02:00
Zoltan Kochan 9120b19cf2
chore(release): 7.27.0 2023-02-08 14:27:15 +02:00
Dominik Schmidt b71c6ed743
fix: replace version number for namespaced workspace packages (#6052)
Without this patch 'workspace:@foo/bar@*' is replaced by 'npm:@foo/bar@*' on publish,
i.e. the * is not replaced by the actual version number from @foo/bar's package.json.

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-02-08 14:20:14 +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 05f835446e
fix: update --no-save with resolution-mode=lowest-direct 2023-02-07 05:13:23 +02:00
Zoltan Kochan 2b54be3031
chore(release): 7.27.0-0 2023-02-05 12:51:29 +02:00
Zoltan Kochan d89d7a0786
fix(dependency-path): parsing a local dep 2023-02-05 12:35:05 +02:00
Zoltan Kochan 65563ae098
fix(npm-resolver): pick lowest version with * from prerelease versions only 2023-02-05 12:23:10 +02:00
await-ovo 11886f4c26
docs: display filter options in deploy command help info (#6023) 2023-02-04 01:22:40 +02:00
Zoltan Kochan 74b535f192
fix: improve deduplication (#6026) 2023-02-04 01:17:22 +02:00
bohan 308eb2c9bc
fix: use Map to prevent odd manifest name (#6031)
close #6010
2023-02-03 19:11:47 +02:00
GNQG 93d34632fe
fix(plugin-commands-audit): AUDIT_TABLE_OPTIONS not to overwrite TABLE_OPTIONS (#6019)
* fix(plugin-commands-audit): fix AUDIT_TABLE_OPTIONS not to overwrite TABLE_OPTIONS

* docs: update changesets
2023-02-02 03:48:50 +02:00
Zoltan Kochan 530db4ac52
chore(deps): update 2023-02-02 03:44:26 +02:00
await-ovo 19e823beab
fix: path info in dependencies hierarchy tree (#6001)
* fix: get correct path info in dependencies hierarchy tree

* chore: test case for build dependencies hierarchy

* docs: update changeset

* chore: test cases

* fix: show full path in dependencies hierarchy tree
2023-02-02 03:34:16 +02:00
Shinobu Hayashi 9ac6940442
feat: support to run multi script commands specified with regex selector (#5871) 2023-02-02 03:27:40 +02:00
Zoltan Kochan 59ee536787
feat: lowest-direct resolution mode (#6004) 2023-02-01 04:48:05 +02:00
sitiom e46db67e5e
ci: set workflow dispatch inputs to Winget Releaser (#6011) 2023-02-01 04:09:37 +02:00
Zoltan Kochan 23ae5bbaf0
ci: fix post-to-reddit action 2023-02-01 04:07:22 +02:00
Zoltan Kochan 21cac8f3a4
ci: fix update-latest action 2023-02-01 03:49:52 +02:00
Zoltan Kochan 515aa14bee
chore(release): 7.26.3 2023-02-01 03:10:02 +02:00
await-ovo 6348f59314
fix: update without specify --latest should not update tag version (#5996) 2023-02-01 03:02:04 +02:00
Zoltan Kochan db74f9da6b
fix(deps): update symlink-dir
ref #5909
2023-02-01 02:21:46 +02:00