btea
623634537d
fix: audit ( #10475 )
...
* fix: audit
* fix: update
* fix: update
2026-01-17 12:14:02 +01:00
Zoltan Kochan
e3b35b6f37
style: update eslint to v9 ( #10474 )
2026-01-17 12:01:23 +01:00
Zoltan Kochan
e4d3fac479
chore: run tsgo without verbose logs
...
Removed verbose flag from tsgo command in typecheck-only script.
2026-01-14 01:53:01 +01:00
Zoltan Kochan
a00f9e515c
chore: use typescript-go ( #10452 )
2026-01-14 01:18:13 +01:00
Zoltan Kochan
268742acce
chore: fix compile
2026-01-13 18:28:13 +01:00
Brandon Cheng
b5751aeac8
chore: print type checking errors relative to user's working directory ( #10388 )
2025-12-31 18:35:18 +01:00
Brandon Cheng
6225d84db0
chore: configure external source maps on final pnpm.mjs bundle ( #10378 )
...
* chore: configure external source maps
* chore: upload `source-maps.tgz` artifact to GitHub release
2025-12-31 12:59:39 +01:00
Brandon Cheng
9c74361aaf
fix: frozen lockfile installs in pnpm repo ( #10377 )
2025-12-30 00:09:52 +01:00
Brandon Cheng
6f806be0ae
chore: enable TypeScript's erasableSyntaxOnly config ( #10365 )
...
* chore: configure `erasableSyntaxOnly`
* refactor: remove class property access modifiers in constructor
```
../dedupe/check/src/DedupeCheckIssuesError.ts:5:16 - error TS1294: This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
5 constructor (public dedupeCheckIssues: DedupeCheckIssues) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../reviewing/dependencies-hierarchy/src/getTree.ts:243:24 - error TS1294: This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
243 private constructor (private readonly keypath: readonly string[]) {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
* chore: migrate from enum types
```
../pkg-manager/plugin-commands-installation/src/import/index.ts:66:6 - error TS1294: This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
66 enum YarnLockType {
~~~~~~~~~~~~
../lockfile/detect-dep-types/src/index.ts:5:13 - error TS1294: This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
5 export enum DepType {
~~~~~~~
```
* chore: add changelog
* chore: remove `ts-node` dev dependency (#10371 )
* chore: remove `ts-node` dev dependency
* chore: remove `ts-node` usages from `package.json` scripts
2025-12-27 11:23:49 +01:00
btea
4015eeb8e9
chore: replace write-pkg with write-package ( #10351 )
2025-12-22 16:21:30 +01:00
Zoltan Kochan
59bee48e1a
test: making tests in plugin-commands-audit stable ( #10346 )
2025-12-21 17:59:47 +01:00
Zoltan Kochan
84e99fbf5a
test: use pnpm from the repo during tests ( #10317 )
2025-12-15 00:00:59 +01:00
Zoltan Kochan
9fa3b6bc6b
fix: validate that Object methods are not used on Maps ( #10314 )
2025-12-14 13:14:39 +01:00
Zoltan Kochan
f5f9f4ec6e
chore: don't crash if some artifacts are not found
2025-11-13 17:10:07 +01:00
Zoltan Kochan
7e2910e70f
chore(release): 11.0.0-alpha.0
2025-11-13 15:44:27 +01:00
Zoltan Kochan
df6d546e13
chore: fix repository URLs in package.json files of utils
2025-11-10 00:58:29 +01:00
Zoltan Kochan
dab9abef5c
Merge remote-tracking branch 'origin/main' into v11
2025-10-24 14:19:07 +02:00
Zoltan Kochan
43d7b18c2f
chore(release): 10.19.0
2025-10-21 15:30:20 +02:00
Zoltan Kochan
a43166624e
Merge remote-tracking branch 'origin/main' into v11
2025-10-10 10:01:19 +02:00
Zoltan Kochan
1b15e45ae9
chore(release): 10.18.2
2025-10-09 16:56:04 +02:00
Zoltan Kochan
6618431aee
chore(release): libs
2025-09-29 11:56:00 +02:00
Zoltan Kochan
cb0c5b94c6
Merge remote-tracking branch 'origin/main' into v11
2025-09-19 14:31:36 +02:00
Zoltan Kochan
ea44ff979f
chore(release): 10.16.1
2025-09-13 19:20:27 +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
2025-09-12 14:24:30 +02:00
Zoltan Kochan
46a65def8e
Merge remote-tracking branch 'origin/main' into v11
2025-08-29 13:30:11 +02:00
Zoltan Kochan
1089a96589
fix: update dependencies ( #9899 )
2025-08-28 15:33:19 +02:00
Zoltan Kochan
3df6702bcb
fix: update load-json-file, write-json-file, write-pkg
2025-08-28 11:37:38 +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
btea
05dd45ea82
perf: replace startsWith with strict equality ( #9881 )
2025-08-21 14:14:26 +02:00
Zoltan Kochan
facd7656e8
refactor: always use extensions in relative imports ( #9878 )
2025-08-19 15:25:11 +02:00
Zoltan Kochan
dfea901cbf
chore: use catalogs only in dependencies ( #9868 )
2025-08-15 17:59:00 +02:00
Zoltan Kochan
a4d654807c
chore(release): 10.14.0
2025-07-31 15:00:26 +02:00
Zoltan Kochan
fb9de7ac3a
chore(release): 10.14.0-0
2025-07-23 14:54:13 +02:00
Zoltan Kochan
ea2d2ea6b2
docs: update sponsors
2025-07-18 00:30:58 +02:00
Zoltan Kochan
168a793669
chore(release): 10.13.0
2025-07-09 00:44:17 +02:00
Nikita Skovoroda
e3b9c25dcd
test: strip VT control chars in getLines() ( #9643 )
2025-06-14 15:53:00 +02:00
Nikita Skovoroda
9eb011ed4f
test: cleanup pnpm_ env variables in jest-config ( #9632 )
2025-06-13 15:18:32 +02:00
Zoltan Kochan
20085495b0
fix: @pnpm/tsconfig should be private
2025-06-08 15:27:08 +02:00
Zoltan Kochan
89bc2c6637
chore(release): 10.12.0
2025-06-08 15:04:58 +02:00
Zoltan Kochan
6489c871f4
docs: update sponsors
2025-06-08 13:19:30 +02:00
Khải
86e001604d
feat: improve mismatched specifiers error message ( #9598 )
...
* feat: improve mismatched specifiers error message
* test: fix
* feat: display as diff
* docs(changeset): change it to minor
* docs(changeset): add tsconfig
* docs(changeset): more details
* feat: make it clear which spec is belongs to which
* docs: update changeset
2025-06-06 09:09:26 +02:00
Zoltan Kochan
cecd039cd8
chore(release): 10.11.1
2025-06-02 15:59:40 +02:00
Zoltan Kochan
a014bb0e28
test: write settings to pnpm-workspace.yaml instead of .npmrc ( #9523 )
2025-05-14 15:02:58 +02:00
Zoltan Kochan
789e7235ce
chore(release): 10.11.0
2025-05-13 16:01:19 +02:00
Zoltan Kochan
a4ba06ddc9
chore(release): 10.9.0
2025-04-21 10:13:38 +02:00
Zoltan Kochan
f337e7182f
chore(release): 10.8.1
2025-04-14 12:52:42 +02:00
Zoltan Kochan
6574546eee
chore(release): 10.8.0
2025-04-07 18:21:12 +02:00
Zoltan Kochan
79c4466e79
test: remove hardcoded verdaccio registry ports ( #9342 )
2025-03-28 07:28:21 +01:00