Zoltan Kochan
15dbb637e4
fix: don't check the package manager field, when executed by corepack ( #7853 )
...
close #7849
2024-04-03 12:28:59 +02:00
Zoltan Kochan
aa33269f9f
fix: peer dependency rules should not change the lockfile ( #7758 )
...
* fix: peer dependency rules should not change the lockfile
* test: fix
* fix: hide peer issues warning if there nothing to report
2024-03-13 17:55:18 +01:00
BlueGreenMagick
8c5fe4febe
fix: packageManager field can contain various values ( #7734 )
...
* fix: fix packageManager field not working with prerelease version
* fix: remove hash from packageManager reference
* test: install should not fail for packageManager field with hash
* fix: packageManager field may contain URL instead of semver
corepack uses `URL.canParse()` to check if a given value is a URL or semver,
which was only added in recent Node versions and
is not supported by all node versions `"node" >= "18.12"` that pnpm supports.
So instead, we check if the value contains ':'
as it may not appear on semver, while it must appear on URL.
* test: install should not fail for packageManager field with url
* test: checking prerelease versions in package-is-installable
* fix: typo
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2024-03-07 02:00:03 +01:00
Zoltan Kochan
0564745b1d
style: use unknown in try/catch ( #7709 )
2024-03-06 01:47:04 +01:00
Zoltan Kochan
a5a3b995c1
test: use sync fs operations in tests ( #7664 )
2024-02-16 19:43:04 +01:00
Zoltan Kochan
857c0547ac
fix(deps): update
2024-02-12 22:46:58 +01:00
Zoltan Kochan
3477ee5ee8
feat!: check the packageManager field ( #7635 )
...
* feat!: check the packageManager field
* test: fix
* refactor: update error message to match what corepack prints
* feat: add pm-strict option
* refactor: pm-strict=>package-manager-strict
* fix: remove packageManager field from package.json on publish
2024-02-11 01:07:23 +01:00
Khải
004addf63e
feat(completion): print completion code to stdout ( #7597 )
...
* feat(completion): generate-completion
close #3083
* feat: better error message
* test: generate-completion
* feat(completion): add powershell
* chore(deps): update @pnpm/tabtab to 0.3.0
* switch to provided type declarations
* fix typings
* update tests
* update bundle scripts
* refactor: remove unnecessary `??`
* refactor: replace a type def with provided types
* chore(deps): update @pnpm/tabtab to 0.4.0
* feat(cli): rename completion command
* chore(deps): update @pnpm/tabtab to 0.4.1
* refactor: use tabtab's new features
* fix: pass shell
* chore(deps): update @pnpm/tabtab to 0.5.0
* chore(deps): update @pnpm/tabtab to 0.5.1
* fix: remove unused import
* refactor: move completion to plugins
* feat: remove `{install,uninstall}-completion`
Just `pnpm completion` is enough
* test: fix
* refactor: direct import
* refactor: move tests to next to the lib
* refactor: merge 2 packages into 1
* fix: update changeset and remove install-completion
2024-02-06 23:18:17 +01:00
Zoltan Kochan
1fc7c86778
Merge branch 'v8'
2024-01-27 16:55:07 +01:00
Zoltan Kochan
778efe2022
chore(release): 8.15.0
2024-01-27 16:48:08 +01:00
Young Jin Park
f12884def8
fix: print correctly aggregate output when mixing stages ( #7557 )
...
close #7556
2024-01-25 23:43:55 +01:00
Young Jin Park
e6428d85d7
fix: print correctly aggregate output when mixing stages ( #7557 )
...
close #7556
2024-01-25 23:43:22 +01:00
chlorine
ac71ce108c
fix: the warning should not be printed when --json is specified ( #7522 )
...
close #7514
2024-01-13 14:33:37 +01:00
Zoltan Kochan
ecda06d7b5
Merge branch 'v8'
2024-01-10 16:04:26 +01:00
Zoltan Kochan
388e1cc1cb
chore(release): 8.14.1
2024-01-10 15:57:53 +01:00
Zoltan Kochan
6e3b75a42f
chore(release): 9.0.0-alpha.0
2024-01-08 19:12:45 +01:00
Zoltan Kochan
43cdd87c0c
feat!: drop Node.js 16 support
2024-01-08 11:57:44 +01:00
Zoltan Kochan
c0182b429f
chore(release): 8.14.0
2024-01-02 23:57:01 +01:00
Zoltan Kochan
7bef886144
chore(release): libs
2024-01-02 10:31:17 +01:00
Yanzi
fac2ed4241
feat: pnpm i a-module-already-in-dev-deps should show message ( #7348 )
...
close #926
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-12-27 02:01:12 +01:00
Zoltan Kochan
568860daae
chore(release): 8.13.1
2023-12-26 15:39:22 +01:00
Simon He
4e71066ddc
feat: new parameter --fail-if-no-match supported ( #7409 )
...
close #7403
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-12-26 13:06:10 +00:00
Zoltan Kochan
74e8f474f3
chore(release): libs
2023-12-14 16:15:57 +01:00
Zoltan Kochan
8a86facc06
chore(release): libs
2023-12-05 19:44:18 +01:00
Zoltan Kochan
633c0d6f8f
revert: "fix: pnpm add a-module-already-in-dev-deps should show message that it wasn't moved to dependencies ( #7319 )"
...
This reverts commit 45bdc79b17 .
2023-11-27 15:30:19 +01:00
Zoltan Kochan
058edcff85
chore(release): 8.11.0
2023-11-24 17:27:18 +01:00
Yanzi
45bdc79b17
fix: pnpm add a-module-already-in-dev-deps should show message that it wasn't moved to dependencies ( #7319 )
...
close #926
2023-11-20 03:40:09 +02:00
Zoltan Kochan
2d8015b0eb
chore(deps): update
2023-11-16 17:36:11 +02:00
Zoltan Kochan
df9eade77c
chore(release): 8.10.3
2023-11-12 14:02:55 +02:00
Zoltan Kochan
fc858f6a51
chore(release): libs
2023-11-01 12:34:02 +02:00
Zoltan Kochan
8e027f9067
chore(deps): update
2023-10-24 23:02:17 +03:00
Zoltan Kochan
b90029432d
chore(release): 8.10.0-0
2023-10-24 15:54:22 +03:00
Nacho Aldama
43ce9e4a6a
feat: add support to install different architectures ( #7214 )
...
close #5965
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-10-24 15:50:40 +03:00
Zoltan Kochan
95ffe6f639
test: check spelling in markdown files
2023-10-20 18:38:01 +03:00
Zoltan Kochan
733d612ad1
test: check spelling with cspell ( #7229 )
2023-10-20 15:58:27 +03:00
Zoltan Kochan
cf508e0680
chore(release): 8.9.1
2023-10-15 17:46:05 +03:00
Zoltan Kochan
1ce2dd13ad
fix(deps): update didyoumean2 to v6
2023-10-15 15:25:22 +03:00
Zoltan Kochan
01bc58e2c4
fix(deps): update
2023-10-15 13:08:09 +03:00
Zoltan Kochan
201695f166
chore(release): 8.9.0-0
2023-10-08 22:55:35 +03:00
Zoltan Kochan
3ad2ec63eb
chore(release): libs
2023-10-08 17:21:51 +03:00
LaicZhang
41b5eb7a5b
perf: replace startsWith with === ( #7138 )
2023-09-27 16:32:05 +03:00
Zoltan Kochan
73ebfc94e0
chore(release): 8.8.0
2023-09-26 15:24:32 +03:00
Chris
ee328fd25e
feat(reporter): add --hide-reporter-prefix option ( #7086 )
...
close #7061
---------
Co-authored-by: Zoltan Kochan <z@kochan.io >
2023-09-23 03:56:36 +03:00
Zoltan Kochan
7173127aa0
chore(release): 8.7.6
2023-09-17 22:18:18 +03:00
Zoltan Kochan
61b9ca1896
feat: print a summary about deprecated subdeps ( #7090 )
...
close #6707
2023-09-15 01:56:14 +03:00
Zoltan Kochan
3ed5a7cd44
chore(release): libs
2023-09-13 12:32:41 +03:00
Zoltan Kochan
10cb4b3245
chore(release): 8.7.5
2023-09-11 15:15:09 +03:00
Zoltan Kochan
d194baeb50
chore(release): 8.7.4
2023-09-06 01:08:56 +03:00
Zoltan Kochan
89302a4d30
chore(release): 8.7.2
2023-09-04 15:45:36 +03:00
Brandon Cheng
cc785f7e19
fix: report correct errors when using the pnpm server ( #7032 )
2023-09-02 22:28:59 +03:00