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
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
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
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
beb2c99294
revert: update yao-pkg to v5.13
...
close #9734
2025-08-19 17:37:00 +02:00
Zoltan Kochan
facd7656e8
refactor: always use extensions in relative imports ( #9878 )
2025-08-19 15:25:11 +02:00
btea
a1a7755798
chore: remove --quiet from pnpm lint in test-main and test-branch scripts ( #9873 )
2025-08-19 14:50:52 +02:00
Zoltan Kochan
c89c93d59b
test: use @jest/globals ( #9877 )
2025-08-19 00:16:25 +02:00
Zoltan Kochan
14c78e81d4
test: use jest.mocked ( #9874 )
2025-08-18 15:22:37 +02:00
Zoltan Kochan
28dbac5aa2
fix(deno): throw an error when the github did not return assets for the version
2025-08-15 23:28:01 +02:00
Zoltan Kochan
ba5f447c83
chore: update registry-mock to v5
2025-08-15 18:20:55 +02:00
Zoltan Kochan
dfea901cbf
chore: use catalogs only in dependencies ( #9868 )
2025-08-15 17:59:00 +02:00
Zoltan Kochan
0748be2424
chore: move all dependencies to catalogs
2025-08-15 13:52:24 +02:00
Zoltan Kochan
23e71c1daf
chore: set catalogMode to strict ( #9864 )
2025-08-15 13:44:06 +02:00
Zoltan Kochan
87d3aa8bfc
fix: fetching packument from AWS CodeArtifact ( #9863 )
...
close #9862
2025-08-15 12:10:22 +02:00
btea
c7f97a41f0
test: cleanupUnusedCatalogs with true and addCatalogs ( #9860 )
2025-08-15 11:22:17 +02:00
Khải
0ecf85885b
refactor: remove incorrect type variant ( #9859 )
...
`typeof npmTypes.types` is `Record<string, Constructor>` not `Record<string, value>`
2025-08-14 14:39:22 +02:00
Khải
797ce15852
refactor(test): remove deepNullProto and reuse getOutputString ( #9855 )
2025-08-14 12:27:23 +02:00
btea
8747b4e7f6
feat: add cleanupUnusedCatalogs config ( #9793 )
2025-08-14 12:26:51 +02:00
Khải
b84c71d6bf
feat(cli/config): get/set objects and property paths ( #9811 )
...
close #9797
2025-08-14 10:28:49 +02:00
btea
9dbada8315
refactor: combine addCatalogs to updateWorkspaceManifest ( #9850 )
2025-08-13 17:32:43 +02:00
Khải
52624e2b6b
refactor: extract a function into its own file ( #9848 )
...
* refactor: extract a function into its own file
* style: remove leading empty line
* fix: eslint
2025-08-13 00:10:20 +02:00
Zoltan Kochan
ab7a939b51
chose: update config.yml
...
Remove discord chat link
2025-08-09 02:39:13 +02:00
Khải
778ba1e632
fix(dlx): regression with --help ( #9830 )
...
Fixes https://github.com/pnpm/pnpm/issues/9823
2025-08-09 02:05:49 +02:00
Zoltan Kochan
dcfb186f21
chore(release): libs
2025-08-07 14:09:55 +02:00
Zoltan Kochan
aa24e7fe7f
fix: when automatically installing peer deps, prefer the version found in the root of the workspace ( #9835 )
2025-08-07 14:07:13 +02:00
Zoltan Kochan
c926e379bd
refactor(resolve-dependencies): use PkgAddressOrLink
2025-08-07 11:36:09 +02:00
Zoltan Kochan
9012a2529e
refactor(resolve-dependencies): reduce amount of loops when filtering missing peers
2025-08-07 11:35:24 +02:00
Zoltan Kochan
97f784c370
refactor(resolve-dependencies): create PkgAddressOrLink type
2025-08-07 11:12:24 +02:00
Zoltan Kochan
eac7bab229
fix: validate that the version in the lockfile satisfies the range ( #9832 )
2025-08-07 01:39:01 +02:00
Zoltan Kochan
af2b391278
fix: vulnerabilities
2025-08-06 22:49:21 +02:00
btea
9df09dd38e
feat: check the engine when excute the create command ( #9775 )
...
* feat: check the engine when excute the create command
* chore: test case
* test: update
* fix: update
* fix: update
* refactor: use readProjectManifestOnly to do engine checks on dependencies executed by dlx
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2025-08-04 13:38:32 +02:00
Zoltan Kochan
3ebc0ce8b3
feat: scoped pnpm plugin config dependencies ( #9824 )
...
close #9780
2025-08-04 10:57:59 +02:00
Zoltan Kochan
2b0d35fa8d
fix: @pnpm/worker should be a peer dependency
2025-08-01 10:34:34 +02:00
Zoltan Kochan
acf1eabe1a
chore: update pnpm to v10.14
2025-07-31 15:49:48 +02:00