Commit Graph

10039 Commits

Author SHA1 Message Date
Zoltan Kochan
463f30ccfb perf: increase the default network concurrency on machines with many CPU cores (#10215)
close #10068
2025-11-22 02:39:14 +01:00
Zoltan Kochan
615c066e68 fix: update @pnpm/npm-conf to v3.0.1
related PR: https://github.com/pnpm/npm-conf/pull/17
2025-11-21 01:57:33 +01:00
Zoltan Kochan
603aedae0a chore(release): 10.23.0 v10.23.0 2025-11-20 14:46:54 +01:00
Zoltan Kochan
f248e8f688 fix: update glob to fix vulnerability 2025-11-20 14:22:15 +01:00
Zoltan Kochan
43c56d9e7e fix: don't silently skip an optional dependency if if fails trust policy check (#10211)
close #10208
2025-11-20 14:21:13 +01:00
Zoltan Kochan
2fc23e46e2 fix: node runtime is not moved to dependencies on pnpm add (#10210)
close #10209
2025-11-20 02:37:02 +01:00
Ryo Matsukawa
c206765715 fix: display npm: protocol for aliased packages in list and why (#10084)
* fix: support alias resolution in pnpm why with npm:
protocol

* refactor: make alias required instead of optional

* refactor: reorder field to put alias first
2025-11-20 02:36:53 +01:00
silentip404
2194432539 fix(self-update): respect custom registry when installing pnpm version (#10205)
* fix(self-update): respect custom registry when installing pnpm version

When managePackageManagerVersions is enabled and a custom registry is
configured in .npmrc, pnpm was attempting to auto-install the specified
version from registry.npmjs.org instead of respecting the user's custom
registry configuration.

This happens because installPnpmToTools runs in a temporary directory
outside the project, which doesn't automatically pick up the project's
.npmrc configuration. The fix explicitly passes the registry configuration
from opts.registries.default or opts.rawConfig.registry to the pnpm add
command via the --config.registry flag.

* refactor: self-update

* Update .changeset/cold-buckets-crash.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-20 02:36:43 +01:00
Tmk
f442897cd7 fix: remove redundant mirror slash (#10204) 2025-11-20 02:36:33 +01:00
Zoltan Kochan
5e7cf44914 fix: js-yaml version 2025-11-18 15:17:10 +01:00
btea
234c5b4634 refactor: add createPackageVersionPolicyByExclude (#10194) 2025-11-18 11:53:21 +01:00
Zoltan Kochan
32dae0276b fix: store prune should not fail if the store contains Node.js (#10193)
close #10131
2025-11-18 11:52:46 +01:00
Ryo Matsukawa
24dc8713b0 feat: add --lockfile-only option to pnpm list (#10066)
close #10020

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-11-18 11:51:20 +01:00
Brandon Cheng
e12e7c1f85 chore: ignore GHSA-mh29-5h37-fv8m (#10192)
https://github.com/changesets/changesets/issues/1762
2025-11-18 11:51:06 +01:00
Zoltan Kochan
e75aaed84c fix: self-update should not install @pnpm/exe >= 11 (#10190) 2025-11-14 15:22:13 +01:00
Zoltan Kochan
1de6d19f59 chore(release): 10.22.0 v10.22.0 2025-11-12 14:13:12 +01:00
Zoltan Kochan
4a9422d768 fix: concurrently hard linking a directory (#10181)
close #10179
2025-11-12 14:09:57 +01:00
Zoltan Kochan
2b81704372 fix: update parse-npm-tarball-url to v4 (#10182)
close #10175
2025-11-12 14:09:44 +01:00
Zoltan Kochan
c8c04c07c4 ci: checkout a known good commit of ldid 2025-11-11 23:19:01 +01:00
Ryo Matsukawa
93d49548ca feat: add support for trustPolicyExclude (#10168)
close #10164
2025-11-11 13:01:56 +01:00
Zoltan Kochan
ce7af11c86 feat: support engines in publishConfig (#10169) 2025-11-11 01:18:46 +01:00
Zoltan Kochan
c1ec45b345 chore: fix repository URLs in package.json files of utils v10.21.0 2025-11-10 00:19:36 +01:00
Zoltan Kochan
2e2dc27d07 chore(release): 10.21.0 2025-11-09 23:45:04 +01:00
Ryo Matsukawa
68ad0868b4 feat: add support for npm package trust evidence check via a new trustPolicy setting (#10103)
close #8889

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-11-09 23:32:56 +01:00
Zoltan Kochan
a7cf08797e fix: concurrently hard linking a directory (#10163)
close #10160
2025-11-09 12:08:11 +01:00
Ryo Matsukawa
7b19077fcb feat: add support for pnpm config get globalconfig (#10090)
close #9977
2025-11-08 14:48:39 +01:00
Mike DiDomizio
36eb104e99 fix: gitBranchLockfile/mergeGitBranchLockfilesBranchPattern set in workspace file (#10139)
close #9651
2025-11-06 15:58:47 +01:00
Trevor Burnham
17344ca27f fix(update): prevent package.json updates when updating indirect dependencies (#5118) (#10155)
close #5118
2025-11-06 15:14:36 +01:00
Zoltan Kochan
df80112cfe fix: pin @yarnpkg/pnp 2025-10-31 17:51:58 +01:00
Zoltan Kochan
f1ee865bc5 fix: compile 2025-10-31 17:26:59 +01:00
Zoltan Kochan
5847af412b feat: install js runtime as prod dependency (#10141) 2025-10-31 17:15:38 +01:00
Zoltan Kochan
ea5cb619ba ci: run all tests on the v10 branch 2025-10-28 22:00:52 +01:00
Zoltan Kochan
49f03d14ee chore(release): 10.20.0 v10.20.0 2025-10-28 17:35:21 +01:00
Daiki Nishikawa
0152a51061 fix: omit the major version matching restriction when filtering latest dist-tags in pkg metadata (#10130)
close #10100

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-10-28 17:05:36 +01:00
SJ Hayman
6c3dcb8bf7 fix: skip time field validation for packages excluded by minimumReleaseAgeExclude (#10118)
Co-authored-by: SJ Hayman <sj@e2.ltd>
2025-10-27 11:34:56 +01:00
Zoltan Kochan
eb4cb0f9e2 chore: update pnpm and minimum release age policy 2025-10-27 11:18:46 +01:00
btea
5c27936699 fix(create): create command should not verify patch info (#10122)
close #10114
2025-10-27 01:47:00 +01:00
chlorine
6e9ad42eda feat: support -a option in pnpm --help to list all commands (#8628)
close #8624

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-10-27 01:31:20 +01:00
Zoltan Kochan
a1a1ab3f90 fix: don't ever switch to another version of pnpm when it has beens switched already (#10112)
close #10063
2025-10-24 11:50:51 +02:00
Zoltan Kochan
d9bcd616ea chore(release): 10.19.1-oidc-test.3 v10.19.1-oidc-test.3 2025-10-24 01:36:02 +02:00
Zoltan Kochan
34c727a888 chore(release): 10.19.1-oidc-test.2 v10.19.1-oidc-test.2 2025-10-23 12:34:43 +02:00
Zoltan Kochan
ddf6fa4812 ci: remove printing of npm version v10.19.1-oidc-test.1 2025-10-23 11:59:23 +02:00
Zoltan Kochan
0cde1287c8 chore: update repository fields 2025-10-23 11:57:12 +02:00
Zoltan Kochan
f5b02ff88a ci: update release.yml 2025-10-23 11:28:11 +02:00
Zoltan Kochan
ac5c335686 chore: update npm in the release workflow 2025-10-23 11:10:44 +02:00
Zoltan Kochan
eb0df0dca1 chore(release): 10.19.1-oidc-test.1 2025-10-23 10:56:22 +02:00
Zoltan Kochan
e5ac91fa67 chore(release): 10.19.1-oidc-test.0 v10.19.1-oidc-test.0 2025-10-23 10:30:03 +02:00
Zoltan Kochan
51119529a2 ci: enable trusted publish 2025-10-23 10:30:03 +02:00
Zoltan Kochan
afdc1e910f chore: add artifact keyword to artifact packages 2025-10-23 10:30:03 +02:00
Ryo Matsukawa
5ebc45bcc2 chore: pin actions for security (#10111) 2025-10-22 13:36:19 +02:00