chlorine
4ab4fa06c3
feat: pass the find command to npm ( #8675 )
2024-10-21 03:14:27 +02:00
Ardeshir Izadi
ad4f9a1658
test(plugin-commands-env): unskip tests requiring mock tar files ( #8674 )
2024-10-21 03:01:03 +02:00
Ardeshir Izadi
d04f7f2320
fix: don't download node, when wanted node version is running ( #8673 )
...
close #8391
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-10-21 02:53:47 +02:00
Zoltan Kochan
f066efcbd8
fix: every command should read settings from the root workspace project ( #8671 )
...
close #8667
2024-10-20 03:11:55 +02:00
btea
b286673c4c
fix(license): fix typo of CCO license other name ( #8668 )
2024-10-20 02:31:30 +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
chlorine
3804a25d6e
docs: add missing --format description in pnpm outdated --help command ( #8626 )
2024-10-17 02:13:01 +02:00
Jordan
f9a095c7c6
fix: properly check modules purge confirmation answer ( #8655 )
2024-10-17 02:11:32 +02:00
Zoltan Kochan
744711c8b3
chore(release): 9.12.2
v9.12.2
2024-10-16 16:09:10 +02:00
Zoltan Kochan
eed2cf95df
docs: add vite to sponsors
2024-10-15 01:36:48 +02:00
Brandon Cheng
ccf5fbc1b2
docs: update CONTRIBUTING.md for Git LFS ( #8647 )
2024-10-15 00:00:18 +02:00
Brandon Cheng
5fea44486e
chore: use Git LFS for pnpm development ( #8509 )
...
* chore: set up git-lfs hooks
* ci: checkout lfs files on CI
According to https://github.com/actions/checkout , checkout out LFS files
defaults to false.
* chore: track .tgz files in Git LFS
2024-10-14 08:49:30 +02:00
Zoltan Kochan
884fdd7dec
chore: update @pnpm/registry-mock
2024-10-10 13:39:19 +02:00
Zoltan Kochan
db7ff76e4c
fix: detecting files with executable permissions in side effects cache ( #8625 )
...
close #8546
close #7746
2024-10-10 12:55:07 +02:00
Zoltan Kochan
a943fc9741
refactor: error message on out of date lockfile
2024-10-07 21:54:50 +02:00
Zoltan Kochan
d994f5178b
chore(release): 9.12.1
v9.12.1
2024-10-07 15:08:25 +02:00
Zoltan Kochan
9cfee8f461
fix(publish): it should be possible to publish from a local tgz file ( #8618 )
...
close #7950
2024-10-06 13:44:05 +02:00
Zoltan Kochan
4f4e0738cb
fix(update): update latest should not update peer dependencies ( #8615 )
...
close #6657
2024-10-06 12:07:57 +02:00
Espen Hovlandsdal
6d239de4e6
docs(dependency-path): fix package name in readme ( #8614 )
2024-10-06 01:43:06 +02:00
Jake
c9ea43cdce
fix(windows): splat arguments for pnpx ( #8608 )
2024-10-05 01:51:04 +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
Tommy D. Rossi
17b5088d9a
fix: maximum call stack size exceeded error related to circular workspace dependencies ( #8599 )
2024-10-05 01:36:15 +02:00
Khải
51f3ba1df8
refactor: extract some logics from core/install ( #8597 )
2024-10-04 04:27:27 +02:00
Khải
fb77d4e2fa
fix: prevent EBUSY caused by parallel dlx ( #8604 )
2024-10-04 04:06:58 +02:00
Zoltan Kochan
fc7eed08c5
ci: update lplist location
v9.12.0
2024-10-02 13:49:56 +02:00
Zoltan Kochan
5da5e75e08
chore(release): 9.12.0
2024-10-02 12:19:20 +02:00
Zoltan Kochan
d21fd8309d
docs: edit changesets
2024-10-02 12:17:44 +02:00
btea
cecc1ecf80
feat: add issues alias to pnpm bugs ( #8596 )
2024-10-02 12:11:25 +02:00
Zoltan Kochan
d7b9ae5870
fix: installation hanging due to parent peers resolution dead lock ( #8584 )
...
This fixes an issue that appeared after merging #8457
close #8570
2024-10-02 12:09:33 +02:00
Zoltan Kochan
add93c4b5e
docs: add new sponsor
2024-10-02 01:28:49 +02:00
btea
8080e44a74
fix: pnpm cache view command should specify package name ( #8582 )
2024-10-01 22:21:06 +02:00
btea
807f2de798
refactor: remove unused parameters ( #8593 )
2024-10-01 13:35:34 +02:00
Khải
c43386031d
refactor: break a long line into multiple lines ( #8592 )
2024-10-01 13:33:13 +02:00
Khải
81bd9427ad
fix: prevent ENOENT caused by parallel store prune ( #8586 )
...
* fix: prevent ENOENT caused by parallel `store prune`
Close #8579
* fix: cspell
* test: fix
2024-09-30 02:44:05 +02:00
btea
9797a1e889
refactor: remove useless parameters from the catch statement ( #8583 )
2024-09-29 12:08:48 +02:00
Khải
b7fb704522
feat(overrides): remove dependencies ( #8576 )
...
close #8572
2024-09-28 14:27:13 +02:00
btea
f6e9677e04
feat: outdated command add sort-by option ( #8523 )
...
* feat: `outdated` command add `sortField` option
Currently, the default sorting result is a combination of multiple
rules, including sorting by `packageName`, sorting by `SemverChange`,
and sorting by the `current` field.
I wanted to set `sortField` to support configuration of
`name`/`semver`/`current`, but considering that the other two values
do not seem to make much sense except `name`, I
will keep the current situation for the time being.
* feat: add changeset
* fix: format
* chore: update test
* test: update
* fix: update
* refactor: rename to sort-by
* refactor: outdated
* docs: update changeset
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-09-28 02:56:20 +02:00
Khải
3e8a225992
refactor: createVersionsOverrider.ts ( #8573 )
...
* refactor: deduplicate code
* refactor: shorten arrow function
* refactor: prefer `extends` over intersection
It's faster to type check
* refactor: `if` in loop
2024-09-27 22:48:37 +02:00
Khải
83681daf57
fix: install packages with incompatible libc ( #8569 )
...
close #7362
2024-09-27 22:46:16 +02:00
Khải
59a745d84e
chore(issues): these fields are not always filled ( #8574 )
2024-09-27 03:26:38 +02:00
Colin Casey
25d37f5102
fix(store prune): will not fail if store dir does not exist ( #8555 )
...
* fix(store prune): will not fail if store dir does not exist
* fix(store prune): will not fail if store dir does not exist
* refactor: package-store
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-09-26 11:15:59 +02:00
Zoltan Kochan
a5af433782
fix: add help to the cache command
2024-09-25 11:59:56 +02:00
Khải
87a98af40e
docs(exec): add more options to exec's help ( #8564 )
...
close #8520
2024-09-24 09:44:13 +02:00
Khải
44b8935997
fix(listing): --json shows wrong private ( #8541 )
...
close #8519
2024-09-22 02:37:50 +02:00
Federico Panico
9ff7724dd5
close: fix white text on light bg for render-peer-issues ( #8526 )
...
Similar issue to https://github.com/pnpm/pnpm/pull/7454
White text on light background for project name.
2024-09-22 02:33:46 +02:00
Matthew Berryman
ce2b420903
fix: incorrect self update command provided ( #8544 )
...
close #8543
2024-09-20 12:25:44 +02:00
Zoltan Kochan
7f80c4f156
chore(release): 9.11.0
v9.11.0
2024-09-20 12:21:07 +02:00
Khải
ad1fd64b64
fix(deploy): node-linker=hoisted produces empty node_modules ( #8525 )
...
close https://github.com/pnpm/pnpm/issues/6682
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-09-20 03:27:05 +02:00