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
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
81f72caf7f
fix: update @jest/globals to v30
2025-08-19 00:19:01 +02:00
Zoltan Kochan
f2f3979e5a
Merge branch 'main' into v11
2025-08-19 00:17:44 +02:00
Zoltan Kochan
c89c93d59b
test: use @jest/globals ( #9877 )
2025-08-19 00:16:25 +02:00
Zoltan Kochan
3d65c12243
Merge branch 'main' into v11
2025-08-18 15:23:01 +02:00
Zoltan Kochan
14c78e81d4
test: use jest.mocked ( #9874 )
2025-08-18 15:22:37 +02:00
btea
d01b81f4a9
feat(init): initType default value is set to module ( #9486 )
2025-08-17 10:58:03 +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
8c3302fd3c
chore: update verdaccio to v6 ( #9869 )
2025-08-15 19:14:22 +02:00
Zoltan Kochan
c36d4fe6c0
Merge branch 'main' into v11
2025-08-15 18:27:06 +02:00
Zoltan Kochan
ba5f447c83
chore: update registry-mock to v5
2025-08-15 18:20:55 +02:00
Zoltan Kochan
2443536da5
Merge branch 'main' into v11
2025-08-15 18:01:10 +02:00
Zoltan Kochan
dfea901cbf
chore: use catalogs only in dependencies ( #9868 )
2025-08-15 17:59:00 +02:00
Zoltan Kochan
10895315d7
chore: update typescript to v5.9 ( #9617 )
2025-08-15 16:44:11 +02:00
Zoltan Kochan
c4272201b4
refactor: remove @pnpm/crypto.polyfill ( #9867 )
2025-08-15 16:14:17 +02:00
Zoltan Kochan
60badc5ca6
ci: change main branch name to v11
2025-08-15 16:12:29 +02:00