Commit Graph

6325 Commits

Author SHA1 Message Date
Yao Ding
bff84dbca2 fix: remove empty keys from config key check (#3105)
* fix: remove empty keys from config key check

close #3104

* Update packages/config/src/index.ts

Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>

Co-authored-by: Zoltan Kochan <zkochan@users.noreply.github.com>
2021-01-28 03:13:57 +02:00
niceSprite
c70f36678f fix: pnpm recursive list/why with parseable render produce needless newlines (#3101)
* fix: pnpm why --parseable filter empty string

* docs: ✏️ run changeset

* test: add test for list monorepo with parseable
2021-01-27 14:03:24 +02:00
Zoltan Kochan
e97b9ac8ac chore(release): 5.16.0 v5.16.0 2021-01-25 21:55:32 +02:00
Yao Ding
ff61290417 feat: print an info message when there is no new packages to publish recursively (#3099)
* feat: print an info message when there is no new packages to publish recursively

* feat: use publishedPkgDirs to check

close #2775
2021-01-25 17:17:16 +02:00
Zoltan Kochan
4420f9f4e7 fix: substitue pretty-time with pretty-ms 2021-01-25 03:31:44 +02:00
Zoltan Kochan
48f2396505 chore: run install after bumping versions 2021-01-24 16:08:52 +02:00
Zoltan Kochan
0d404f05cc chore: update lockfile 2021-01-24 16:04:49 +02:00
Zoltan Kochan
f0f7a27888 chore(release): 5.16.0-2 v5.16.0-2 2021-01-24 15:46:35 +02:00
Zoltan Kochan
43de80034a fix: don't fail when the pnpm CLI executed through piping 2021-01-24 14:05:03 +02:00
Zoltan Kochan
ed0df047d9 chore(release): 5.16.0-1 v5.16.0-1 2021-01-24 12:27:02 +02:00
Zoltan Kochan
7578a5ad4b fix: lockfile needs to be updated on change of neverBuiltDependencies 2021-01-24 04:52:53 +02:00
Zoltan Kochan
92450c9eda feat: add link to compatibility page on unsupported Node error
close pnpm/self-installer#15
2021-01-24 00:50:49 +02:00
Zoltan Kochan
9a9bc67d2a feat: running pnpm using the single bundled CLI js file (#3096)
* feat: running pnpm using the single bundled CLI js file

* fix: don't crash when the CLI manifest is not found

* test: fix supi test that pings GitHub
2021-01-24 00:16:34 +02:00
Zoltan Kochan
bb93239af2 docs: fix Discord invite link 2021-01-23 23:01:45 +02:00
Zoltan Kochan
e2101d58ae chore: set pnpm.neverBuiltDependencies 2021-01-23 18:13:45 +02:00
Zoltan Kochan
58988e9938 chore(release): 5.16.0-0 v5.16.0-0 2021-01-23 17:33:52 +02:00
Yao Ding
548f28df9a feat: print warnings if unknown settings are found in .npmrc (#3074)
* feat: print warnings if unknown settings are found in .npmrc

close #2981

* feat: pnpm takes all cmd config option

* fix: add more sources

* refactor: make some improvements

* fix: don't warn about @scope:registry

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-01-23 17:22:55 +02:00
Zoltan Kochan
9ad8c27bf0 feat: ignoring the build of specific dependencies (#3080)
* feat: ignoring the build of specific dependencies

close #3071

* test: add test for neverBuiltDependencies

* docs: add changesets

* test: lockfile-file
2021-01-23 16:27:39 +02:00
Zoltan Kochan
bcfe4890c4 chore(release): 5.15.3 v5.15.3 2021-01-23 15:14:14 +02:00
Zoltan Kochan
941c5e8dee fix: npx pnpm install --global pnpm (#3094)
close #2873
2021-01-23 15:04:02 +02:00
Zoltan Kochan
1c851f2a6b fix(headless): skip optional dep that cannot be installed (#3091)
close #3090
2021-01-22 11:30:25 +02:00
Zoltan Kochan
698d7afcd9 chore(release): 5.15.2 v5.15.2 2021-01-21 11:53:14 +02:00
Zoltan Kochan
f177aa7ee1 fix: lockfile flickering caused by build metadata (#3087)
close #2928
2021-01-21 11:40:43 +02:00
Zoltan Kochan
e1facddd5d test(read-project-manifest): fix 2021-01-21 02:32:15 +02:00
Zoltan Kochan
a8a75ea2cd chore(deps): update 2021-01-21 01:57:26 +02:00
Zoltan Kochan
c460f23032 chore(deps): update 2021-01-20 11:32:39 +02:00
Zoltan Kochan
b653866c85 fix: update workspace root warning
close #3082
2021-01-20 02:31:12 +02:00
Zoltan Kochan
c854f85472 fix(publish): remove the "pnpm" settings from package.json
The "pnpm" settings should not be published with the package
to the registry.

PR #3081
2021-01-18 12:37:03 +02:00
Zoltan Kochan
af897c3246 fix: never skip resolution if the overrides were changed
Never skip resolution if the overrides were changed,
even if frozenLockfile is true.

PR #3079
2021-01-18 03:09:27 +02:00
Zoltan Kochan
6f12541662 chore(release): 5.15.1 v5.15.1 2021-01-14 02:53:21 +02:00
Zoltan Kochan
47cce01652 fix: finding global dir location
close #2794
2021-01-13 21:44:13 +02:00
Yao Ding
f1dc3c8722 fix: format package name in ls comand
PR #3066
close #3024
2021-01-13 12:20:09 +02:00
Yao Ding
6af60416cb fix: add main to default publish branch
close #2995
PR #3064
2021-01-13 11:56:14 +02:00
Zoltan Kochan
e665f51054 fix: overrides using the workspace protocol
close #3029
PR #3065
2021-01-13 11:54:14 +02:00
Zoltan Kochan
8810b54d42 chore(release): 5.15.0 v5.15.0 2021-01-10 18:48:05 +02:00
Zoltan Kochan
b00a53af32 fix: the ll command should work 2021-01-10 18:43:31 +02:00
Zoltan Kochan
98330ae5a2 chore(deps): update @pnpm/store-path 2021-01-10 18:17:24 +02:00
Zoltan Kochan
672c27cfe6 fix: don't create broken symlinks during hoisting
ref #2916
PR #3062
2021-01-10 18:12:25 +02:00
Zoltan Kochan
d5ef7958ab perf: fix a perf regression shipped in v5.13.7
Fixed a performance regression that was caused by #3032
and shipped in pnpm v5.13.7

The performance of repeat `pnpm install` execution
was in some cases significantly slower.

PR #3061
2021-01-10 14:50:34 +02:00
Zoltan Kochan
1e4a3a17a0 fix(deps): update js-yaml to version 4 2021-01-10 02:24:33 +02:00
Zoltan Kochan
af17690170 fix: help of the ll command 2021-01-10 01:41:15 +02:00
Zoltan Kochan
540967704d docs(readme): update chatroom invite 2021-01-09 03:26:38 +02:00
Zoltan Kochan
6ddd9f1440 test: fix audit tests 2021-01-05 02:27:26 +02:00
Zoltan Kochan
0b97be9890 test: fix audit tests 2021-01-05 01:55:46 +02:00
Zoltan Kochan
77d7c52087 ci: update ci.yml 2021-01-04 23:39:49 +02:00
Zoltan Kochan
f40bc59277 feat: enable-modules-dir=false
PR #3051
2021-01-04 23:37:37 +02:00
Zoltan Kochan
90485aef41 feat: specify the target shell for completion
PR #3058
close #3041
2021-01-04 23:35:52 +02:00
Zoltan Kochan
68a39a9ad7 chore: update lockfile 2021-01-04 02:32:17 +02:00
Zoltan Kochan
9bda048ab0 chore(release): 5.14.3 v5.14.3 2021-01-04 02:26:46 +02:00
Zoltan Kochan
db0c7e1576 fix: installing a new peer dependency
PR #3057
2021-01-04 02:23:18 +02:00