Commit Graph

1344 Commits

Author SHA1 Message Date
v1rtl
acdf26d8cd refactor: replace strip-ansi with built-in util.stripVTControlCharacters (#9009) 2025-01-26 11:44:40 +01:00
Zoltan Kochan
c27856e789 chore: update pnpm to v10.0 2025-01-07 15:49:40 +01:00
Zoltan Kochan
09c1ffbae5 chore: update pnpm to v10.0 RC 1 2024-12-27 15:18:20 +01:00
Zoltan Kochan
7ec017e13f chore: move all tarball files out from Git LFS to a package dependency (#8885) 2024-12-18 03:06:51 +01:00
Zoltan Kochan
4da37994ec chore: update pnpm to v10.0 Beta 3 2024-12-11 15:38:47 +01:00
Zoltan Kochan
9835d12c45 chore: update pnpm to v10.0 Beta 2 2024-12-09 01:50:33 +01:00
Zoltan Kochan
d8b2643363 chore: fix make-release-description script 2024-12-09 01:37:10 +01:00
Zoltan Kochan
9cb37c4924 fix: audit 2024-12-09 01:10:50 +01:00
btea
dc3fcfcf0e fix: audit (#8843) 2024-12-09 00:47:22 +01:00
Zoltan Kochan
d47c4266db perf: faster repeat install (#8838) 2024-12-08 23:42:33 +01:00
Zoltan Kochan
b7184ba589 chore: update pnpm to v10.0 Alpha 4 2024-11-25 14:27:41 +01:00
Zoltan Kochan
491f6ef517 chore: update pnpm 2024-11-25 11:16:25 +01:00
btea
8c3b6713a3 fix: upgrade cross-sapwn (#8782)
* fix: upgrade cross-sapwn

* fix: audit
2024-11-19 23:19:28 +01:00
Zoltan Kochan
a303f5b43e chore: use verify-deps-before-run 2024-11-15 12:57:10 +01:00
Zoltan Kochan
537b7909e9 chore: use pnpm v10 2024-10-28 04:38:40 +01:00
Zoltan Kochan
790ce1e869 Merge branch 'main' into v10 2024-10-25 22:24:10 +02:00
Zoltan Kochan
1dd419cbb4 test: fix killing the registry mock server on teardown (#8695) 2024-10-25 21:24:08 +02:00
Zoltan Kochan
50c3aaf46f Merge branch 'main' into v10 2024-10-23 14:08:15 +02:00
Zoltan Kochan
66bcc7a8b5 fix: update vulnerable dependencies 2024-10-23 13:59:10 +02:00
chlorine
54bd7b081d chore: remove unused babel plugin (#8665) 2024-10-17 20:56:51 +02:00
MCMXC
f6e6daa975 chore: replace deprecated babel-plugin-proposal-dynamic-import (#8649)
- replace `@babel/plugin-proposal-dynamic-import` with `@babel/plugin-transform-dynamic-import`
2024-10-17 12:04:39 +02:00
Zoltan Kochan
aae0808b35 Merge remote-tracking branch 'origin/main' into v10 2024-10-05 02:24:28 +02:00
Zoltan Kochan
119fc5bacb chore: update pnpm to v9.12 2024-10-05 01:42:45 +02:00
Zoltan Kochan
3a7e0facd5 chore: ignore vulnerability in not used dependency 2024-10-05 01:40:29 +02:00
Zoltan Kochan
b90257297b chore: update next tag 2024-09-15 18:26:27 +02:00
Zoltan Kochan
1790f2c683 fix: update vulnerable dependencies 2024-09-10 22:26:11 +02:00
Zoltan Kochan
b5f0e8c418 chore: update dependencies 2024-09-10 21:10:50 +02:00
Zoltan Kochan
1f228b0aee chore: ignore GHSA-9wv6-86v2-598j which is used only in dev deps 2024-09-10 01:49:04 +02:00
Paul Nodet
86732affd0 chore: migrate ESLint Configuration to the new flat config format (#8482)
* chore: bump node-version to v18.18

min required version for eslint flat config

* chore: migrate eslint to flat config

* chore: migrate monorepo to flat config

* fix: remove old eslint unused disable directives

* chore: include meta-updater in the tsconfig

* style: remove semicolons

* style: fix

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-09-01 23:06:12 +02:00
Zoltan Kochan
735fc909fd chore: update pnpm to v9.9 2024-08-26 17:50:42 +02:00
Zoltan Kochan
8e3f603cbd chore: update pnpm to v9.8 2024-08-22 13:25:33 +02:00
Zoltan Kochan
ba9409ffce chore: ignore CVE 2024-08-22 02:01:26 +02:00
btea
cb91ae62be chore: add packageManager field (#8399)
* chore: add `packageManager` field

* fix: ci

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-08-14 02:38:08 +02:00
Khải
9b4f73caaf chore(scripts): typecheck-only (#8395)
* chore(scripts): typecheck-only

* feat: change all configuration

* feat: include pnpm/ and pnpm/test/

* chore(deps): remove unused dependency

* refactor(typescript-only): use find-packages

* refactor(typescript-only): refactor paths

* fix: typescript-only

* fix: update compile-only

* fix: compile pnpm

* fix: windows

* fix: windows

* chore: meta-updater

* refactor(tsconfig): remove explicit composite

* fix: path in windows

* feat: don't depend on cwd

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-08-11 08:26:01 +02:00
Zoltan Kochan
d367c93e37 feat: update Node.js to v20 in @pnpm/exe (#8394) 2024-08-09 20:14:45 +02:00
Zoltan Kochan
97c95cca48 chore: update typescript to v5.5 (#8364)
* chore: update typescript to v5.5

* fix: some errors

* chore(deps): update @pnpm/logger

* chore(deps): use catalogs

* refactor: remove a type no longer necessary

* chore(deps): revert the catalog changes

This reverts commit 5a3d4394f1.

* refactor: move types to their own files

* refactor: change logger error type

* feat: add pkgsStack to LogBase

* feat: add type param to StreamParser

* refactor: move error fields out for clarity

* style: fix eslint

* feat: nullify non existence fields

* feat: add hint

* feat: remove the nullifications

This reverts commit 955e196032.

* feat: add `package` field

* feat: extend `RequestRetryMessage.error`

* fix: missing `id` field

* fix: statsLogger

* fix: correct types

* fix: pkgsDiff

* refactor: use interfaces

* fix: reportSummary

* fix: revert erroneous change

This reverts commit 81042a0783.

* fix: audit

* fix: silentReporter

* fix: reporter

* fix: eslint

* fix: main.ts

* fix: errorHandler

* refactor: share code

* fix: test/reportingPeerDependencyIssues

* fix: default-reporter/test/index.ts

* fix: test/reportingErrors.ts

* fix: test/execPnpm

---------

Co-authored-by: khai96_ <hvksmr1996@gmail.com>
2024-08-09 19:18:32 +02:00
Wm Salt Hale
a03d548332 chore: update @pnpm/meta-updater (#8198)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-07-31 14:42:17 +02:00
Zoltan Kochan
068ea7da35 chore: use catalogs in overrides 2024-07-22 02:13:25 +02:00
Zoltan Kochan
948772d14c chore: remove syncpack from dependencies 2024-06-28 00:48:01 +02:00
Zoltan Kochan
7678113d79 chore: use catalogs (#8249) 2024-06-27 17:22:38 +02:00
Zoltan Kochan
6e031e7428 test: fix auth tests 2024-06-18 02:45:48 +02:00
Zoltan Kochan
ed9c041f61 fix(deps): update 2024-06-11 11:27:03 +02:00
Khải
b1d7f8c6cf fix(override): relative file in workspace (#8055)
close #8053

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-05-10 23:31:33 +02:00
Zoltan Kochan
d6d31d6adc fix(deps): update 2024-05-07 15:27:13 +02:00
btea
21de734b5a fix: outdated output table information is misplaced (#8037) 2024-05-04 11:44:02 +02:00
Zoltan Kochan
253d50c550 fix: optional peer dependencies should resolve to optional dependencies (#7918) 2024-04-13 18:26:47 +02:00
Zoltan Kochan
c9db742824 fix: update typescript to v5.4 (#7905) 2024-04-12 14:03:45 +02:00
Zoltan Kochan
035eeb6f46 chore(deps): update 2024-04-10 00:34:00 +02:00
Zoltan Kochan
670ed188df fix: auto install optional peer (#7837) 2024-03-28 00:02:14 +01:00
Zoltan Kochan
e74e7847f3 fix: resolve missing optional peer if it is installed as a dep somewhere (#7830) 2024-03-27 13:43:52 +01:00