Commit Graph

10667 Commits

Author SHA1 Message Date
Zoltan Kochan
121b44e246 fix: don't install package from store that doesn't satisfy min release age (#9980)
close #9978
2025-09-17 00:11:43 +02:00
Zoltan Kochan
952cec3113 test(pd): fix 2025-09-14 11:50:29 +02:00
Zoltan Kochan
702a48b2fa test(pd): fix 2025-09-14 10:35:34 +02:00
Zoltan Kochan
fc911657c4 chore: set minimumReleaseAge to 7 days 2025-09-14 01:10:06 +02:00
Zoltan Kochan
ea44ff979f chore(release): 10.16.1 v10.16.1 2025-09-13 19:20:27 +02:00
Zoltan Kochan
6365bc4c3a fix: location of full metadata cache (#9967)
close #9963
2025-09-13 19:00:56 +02:00
Andrew Schmadel
c1540ea035 fix(patch): forcibly disable ANSI color codes when generating patch diff (#9914)
Add `--no-color` to pnpm's invocation of `git diff` within the patch-commit
command.  Ensures that the .diff files are valid when operating inside of
a git repository that has a local config that includes `diff.color=always`
2025-09-13 18:44:38 +02:00
Zoltan Kochan
a5081066be test(pnpmfile): fix 2025-09-13 00:02:16 +02:00
Zoltan Kochan
b831c95f17 style: fix linting error 2025-09-12 22:38:57 +02:00
Zoltan Kochan
6f861bccaa Merge remote-tracking branch 'origin/main' into v11 2025-09-12 22:35:14 +02:00
Zoltan Kochan
a3c1498403 chore(release): 10.16.0 v10.16.0 2025-09-12 14:24:30 +02:00
btea
52db0c5d21 refactor: use hasOwn (#9962) 2025-09-12 13:36:01 +02:00
Tom Jenkinson
2ebd45a7f2 fix: throw error if no TTY instead of terminating with 0 exit code (#9960)
close #9744
2025-09-12 12:07:01 +02:00
Zoltan Kochan
e792927841 feat: support finder functions for performing complex searches with list and why commands (#9946) 2025-09-12 11:46:32 +02:00
Zoltan Kochan
38e2599ecd feat: set minimumReleaseAge to delay new versions of dependencies from being installed (#9957)
close #9921
2025-09-11 17:25:11 +02:00
dependabot[bot]
7be9e9d1af chore(deps): bump actions/setup-node in the github-actions group (#9951)
Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1
2025-09-08 15:34:56 +02:00
btea
c182b2d588 fix: remove pkg apply cleanupUnusedCatalogs (#9930)
* fix: remove pkg apply cleanupUnusedCatalogs

* fix: lint
2025-09-07 00:03:56 +02:00
Zoltan Kochan
7e891383fc fix: deprecation warning about url.parse
ref #9529
2025-09-05 10:22:15 +02:00
Zoltan Kochan
a6856fd679 fix: canceling a running process with Ctrl-C should make pnpm run return a non-zero exit code (#9938)
close #9626
2025-09-05 09:03:14 +02:00
Zoltan Kochan
df8d57fe0b fix: throw an error if nodeVersion is not a semver version (#9936)
ref #9934
2025-09-04 19:50:45 +02:00
ADTC
2d2ad8bb25 fix(deploy): hint "pnpm run deploy" for "pnpm deploy" outside a workspace (#9920)
* docs(deploy): hint "pnpm run deploy" for "pnpm deploy" outside a workspace

This makes the experience better for those who have a script named "deploy",
and may potentially get confused why "pnpm deploy" doesn't work.

Related to #9475 but doesn't actually fix it.

* fix: only print hint when there's a script named deploy

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-09-03 11:30:41 +02:00
btea
d0216696cd fix: publish command support .tar.gz file (#9927)
close #9923

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-09-02 18:03:44 +02:00
dependabot[bot]
077a569307 chore(deps): bump actions/checkout in the github-actions group (#9901)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 17:51:20 +02:00
Zoltan Kochan
3d1711a439 chore(release): 10.15.1 v10.15.1 2025-09-01 11:41:05 +02:00
Zoltan Kochan
3482fe17d1 fix: pick package by real name to resolve a peer dependency (#9919)
* fix: pick package by real name to resolve a peer dependency

close #9913

This fixes a regression introduced in #9835

* fix: resolve from alias

* test: fix

* refactor: test

* fix: sort aliases

* docs: add changesets

* refactor: types
2025-08-31 10:40:02 +02:00
Zoltan Kochan
46a65def8e Merge remote-tracking branch 'origin/main' into v11 2025-08-29 13:30:11 +02:00
Zoltan Kochan
87088a7d69 fix: revert isexe upgrade 2025-08-28 22:17:40 +02:00
Zoltan Kochan
f2b1e1390f fix: update dependencies 2025-08-28 22:13:30 +02:00
Zoltan Kochan
d12ff1c3c0 fix: update dependencies 2025-08-28 21:27:40 +02:00
Zoltan Kochan
a594932312 fix: update dependencies 2025-08-28 20:01:31 +02:00
Zoltan Kochan
1089a96589 fix: update dependencies (#9899) 2025-08-28 15:33:19 +02:00
Zoltan Kochan
cf9f14aa9e fix: update tempy 2025-08-28 14:00:51 +02:00
Zoltan Kochan
3df6702bcb fix: update load-json-file, write-json-file, write-pkg 2025-08-28 11:37:38 +02:00
btea
f1552d1b88 refactor: replace p-any with Promise.any (#9911) 2025-08-27 17:43:45 +02:00
btea
dc5ce6b0fd chore: remove unused catalog pkg (#9909)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2025-08-27 11:54:54 +02:00
Simon Knott
77d5b178d9 fix(lockfile-to-pnp): ensure packageLocation ends in trailing slash (#9905)
Discovered via https://github.com/pnpm/pnpm/issues/9904.
PnP expects `packageLocation` to end in a trailing slash, this commit ensures that.
2025-08-27 02:07:27 +02:00
Tomer Aberbach
affdd5b5b9 perf(link-bins): replace p-settle with builtin Promise.allSettled (#9908) 2025-08-27 02:03:19 +02:00
btea
a42e9ff1fc perf: replace indexOf with startsWith (#9902) 2025-08-26 23:48:20 +02:00
Zoltan Kochan
491a84fb26 feat: use ESM instead of commonjs (#9870) 2025-08-25 10:02:00 +02:00
Zoltan Kochan
27cbc09206 style: fix jest-related linting issues (#9894) 2025-08-22 21:56:49 +02:00
Khải
6aaf938edc refactor: move default registries to builtin (#9886) 2025-08-21 15:11:42 +02:00
btea
05dd45ea82 perf: replace startsWith with strict equality (#9881) 2025-08-21 14:14:26 +02:00
Zoltan Kochan
961e1654cb fix: update pkg and the Node.js version bundled with pnpm 2025-08-19 18:21:50 +02:00
Zoltan Kochan
979ce80c87 chore(release): 10.15.0 v10.15.0 2025-08-19 17:50:28 +02:00
Zoltan Kochan
fdeeac132c docs: update changesets 2025-08-19 17:45:48 +02:00
Zoltan Kochan
b6e37447e7 feat!: upgrade pkg 2025-08-19 17:40:11 +02:00
Zoltan Kochan
79b39862af Merge remote-tracking branch 'origin/main' into v11 2025-08-19 17:38:36 +02:00
Zoltan Kochan
beb2c99294 revert: update yao-pkg to v5.13
close #9734
2025-08-19 17:37:00 +02:00
Zoltan Kochan
51bc234712 Merge branch 'main' into v11 2025-08-19 15:29:18 +02:00
Zoltan Kochan
facd7656e8 refactor: always use extensions in relative imports (#9878) 2025-08-19 15:25:11 +02:00