259 Commits

Author SHA1 Message Date
Khải
501c74f979 feat(patching): stop using /tmp for comparison (#9251)
* feat(patching): stop using `/tmp` for comparison

* refactor: use `getStorePath`

* fix: update patching/plugin-commands-patching/src/patchCommit.ts
2025-03-10 03:50:15 +01:00
Zoltan Kochan
81b66c7031 chore(release): 9.15.8 2025-03-09 15:15:05 +01:00
Zoltan Kochan
3dffca6f40 chore(release): 9.15.7 2025-03-06 11:21:06 +01:00
Zoltan Kochan
a904ba78a3 chore(release): 9.15.6 2025-02-24 09:11:43 +01:00
Zoltan Kochan
70d38c5cd3 chore(release): 9.15.5 2025-02-02 18:29:48 +01:00
Zoltan Kochan
3e7e864086 chore(release): 9.15.4 2025-01-13 17:06:38 +01:00
Zoltan Kochan
58e4867253 chore(release): 9.15.3 2025-01-05 23:13:05 +01:00
Khải
0ab46556d4 fix(patching): reuse patch without version (#8936)
close #8919
2025-01-05 01:40:18 +01:00
huuya
9dd0ebedb8 fix(plugin-commands-patching): exclude .DS_Store file at patch-commit (#8923)
close #8922
2024-12-31 02:47:46 +01:00
Zoltan Kochan
c056fe054b chore(release): 9.15.2 2024-12-27 15:22:25 +01:00
Rantetsu Inori
5879386711 fix: command suggestion to apply patch on Windows (#8851)
close #7546

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-12-20 11:04:55 +01:00
Zoltan Kochan
2866b0b5af chore(release): 9.15.1 2024-12-20 01:14:02 +01:00
Khải
129c51e681 test: fix patch.test.ts (#8886) 2024-12-19 02:17:23 +01:00
Zoltan Kochan
ac15953bfa chore(release): 9.15.0 2024-12-06 15:39:08 +01:00
Zoltan Kochan
cd08faf7e5 chore(release): 9.14.4 2024-11-29 11:42:48 +01:00
Zoltan Kochan
aae57a6e02 refactor!: bumper logger version in peer deps 2024-11-28 15:04:54 +01:00
Zoltan Kochan
67c7595564 refactor!: all lib versions should start with pnpm major version 2024-11-28 14:07:03 +01:00
Zoltan Kochan
740fd810c7 chore(release): 9.14.0 2024-11-20 00:47:14 +01:00
Zoltan Kochan
5fd56173f7 chore(release): 9.13.2 2024-11-15 02:59:55 +01:00
Zoltan Kochan
d02d62d435 chore(release): 9.13.1 2024-11-14 18:05:49 +01:00
Zoltan Kochan
d9988f17af chore(release): 9.13.0 2024-11-13 13:08:23 +01:00
Zoltan Kochan
a79b13632c chore(release): libs 2024-11-05 19:03:46 +01:00
Zoltan Kochan
0309365fda chore(release): 9.12.3 2024-10-28 03:11:09 +01:00
Zoltan Kochan
1dd419cbb4 test: fix killing the registry mock server on teardown (#8695) 2024-10-25 21:24:08 +02:00
Zoltan Kochan
744711c8b3 chore(release): 9.12.2 2024-10-16 16:09:10 +02:00
Zoltan Kochan
d994f5178b chore(release): 9.12.1 2024-10-07 15:08:25 +02:00
Zoltan Kochan
5da5e75e08 chore(release): 9.12.0 2024-10-02 12:19:20 +02:00
Zoltan Kochan
7f80c4f156 chore(release): 9.11.0 2024-09-20 12:21:07 +02:00
Zoltan Kochan
0170b0faaf feat: add cache command (#8512) 2024-09-18 04:14:13 +02:00
Zoltan Kochan
fe996fee1d chore(release): 9.10.0 2024-09-09 15:43:02 +02:00
Zoltan Kochan
3247d44243 chore(release): libs 2024-08-29 22:15:01 +02:00
Zoltan Kochan
10d8007747 chore(release): 9.9.0 2024-08-26 17:12:28 +02:00
Zoltan Kochan
cfa6c497ec chore(release): libs 2024-08-24 21:11:56 +02:00
Zoltan Kochan
ed3ca011ce chore(release): 9.8.0 2024-08-22 12:22:59 +02:00
btea
da3fa97c8d fix: should not delete state.json info after apply patch (#8401)
* fix: should not delete state.json info after apply patch

* Update .changeset/yellow-dodos-press.md

Co-authored-by: Khải <hvksmr1996@gmail.com>

* Update .changeset/yellow-dodos-press.md

Co-authored-by: Khải <hvksmr1996@gmail.com>

* test: patch-commit multiple times

* refactor: remove unused deleteEditDirState

* fix: read patch state from correct directory

---------

Co-authored-by: Khải <hvksmr1996@gmail.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-08-15 02:09:49 +02:00
Zoltan Kochan
56861a569a chore(release): 9.7.1 2024-08-14 16:43:15 +02:00
Khải
ed2bc5d161 fix(patching): commit now accepts relative path (#8405)
* fix(patching): commit now accepts relative path

* fix: correct the solution

* fix: correct again

* test: fix

* refactor: revert not needed changes

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-08-13 00:54:12 +02:00
Zoltan Kochan
af286ea28c chore(release): libs 2024-08-11 14:59:34 +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
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
Zoltan Kochan
7fa4599dbc chore(release): libs 2024-08-08 15:14:22 +02:00
Zoltan Kochan
449041c5aa chore(release): libs 2024-08-07 18:07:03 +02:00
Khải
5bf6aaa407 refactor: move @pnpm/logger to the monorepo (#8385)
* chore: create @pnpm/logger

* fix: workaround typescript error

* chore: update manifests

* chore(deps): link @pnpm/logger from workspace
2024-08-07 18:02:08 +02:00
Zoltan Kochan
2d3a119bb4 chore(release): 9.7.0 2024-08-07 02:13:26 +02:00
Khải
1731386aa7 feat(patching): move edit dir to node_modules (#8379)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-08-07 01:57:53 +02:00
Zoltan Kochan
87439cdf35 chore(release): libs 2024-08-05 13:45:55 +02:00
Khải
cb006df38c feat(patching): apply patch to all versions (#8337)
Related issue: #5686
2024-08-01 15:05:15 +02:00
Zoltan Kochan
5d059765a8 chore(release): libs 2024-07-29 15:58:56 +02:00
Zoltan Kochan
c5ef9b0643 refactor: rename filter-utils to lockfile.utils 2024-07-28 01:35:40 +02:00
Zoltan Kochan
e9908b3185 refactor: rename lockfile-file to lockfile.fs 2024-07-28 01:15:20 +02:00