Commit Graph

5581 Commits

Author SHA1 Message Date
Zoltan Kochan
23b5e1f2d1 chore(release): 4.14.0-1 v4.14.0-1 2020-04-17 23:43:50 +03:00
Zoltan Kochan
ca965f82b4 fix: up --no-save shouldn't update lockfile specs
PR #2484
2020-04-17 11:21:47 +03:00
Zoltan Kochan
ee4a5b030b fix: error message is not printed sometimes
close #2478
2020-04-14 22:41:53 +03:00
Zoltan Kochan
21454aaa9a chore(release): 4.14.0-0 v4.14.0-0 2020-04-14 01:13:06 +03:00
Zoltan Kochan
7bf4c5c8ad feat: --workspace-packages
close #1291
2020-04-13 22:22:06 +03:00
Zoltan Kochan
33300aa17b fix: --reporter should be allowed on all commands
ref https://github.com/pnpm/pnpm/issues/2147#issuecomment-608962656
2020-04-13 01:47:14 +03:00
Zoltan Kochan
972e25ed7f docs(CONTRIBUTING): document the commands for dev
close #2459
2020-04-13 00:58:13 +03:00
Zoltan Kochan
103562450a chore: add watch script to root project 2020-04-13 00:32:44 +03:00
Zoltan Kochan
17f9d70cfc fix(deps): update mem to v6.1.0
close #2477
2020-04-12 23:49:11 +03:00
Zoltan Kochan
f70e817fef feat: custom modules directory
close #2471
PR #2474
2020-04-12 23:40:43 +03:00
Zoltan Kochan
6afba68819 fix(exec): exec should fail with better error
"pnpm exec" currently works only when executed recursively,
so it should fail with a meaningful error if "-r" is not
present.

close #2461
2020-04-12 12:35:22 +03:00
Zoltan Kochan
560e68049d chore(deps): update husky to v4.2.5 2020-04-11 01:18:33 +03:00
Zoltan Kochan
6eeb35989f fix: allow custom dir for lockfile in a workspace 2020-04-10 19:14:38 +03:00
Zoltan Kochan
36b2ff34ef chore(release): 4.13.0 v4.13.0 2020-04-09 23:31:53 +03:00
Zoltan Kochan
baafd11964 fix(deps): don't use exact versions for semver 2020-04-09 23:21:50 +03:00
Zoltan Kochan
eececa7b6a chore(deps): update husky 2020-04-09 23:20:33 +03:00
Zoltan Kochan
391086cd9c chore(tsc): update tsconfig.json 2020-04-09 23:19:12 +03:00
Zoltan Kochan
8c2e47805c chore(deps): update 2020-04-09 02:26:33 +03:00
Zoltan Kochan
7f91bf19a9 fix(deps): update 2020-04-09 02:25:15 +03:00
Zoltan Kochan
53124f62f8 fix(audit): use retry options from config 2020-04-09 02:09:12 +03:00
Zoltan Kochan
6c62282ee9 fix(audit): fail in case of a server error
PR #2469
ref #2468
2020-04-08 23:29:11 +03:00
Zoltan Kochan
6335a8832a chore(release): 4.13.0-1 v4.13.0-1 2020-04-07 13:44:39 +03:00
Zoltan Kochan
8a141e1d82 fix(publish): don't fail when --json is used 2020-04-07 13:40:16 +03:00
Zoltan Kochan
6943d75994 chore: update cli-utils manifest 2020-04-07 01:56:27 +03:00
Zoltan Kochan
f5a2eb0703 chore(release): 4.13.0-0 v4.13.0-0 2020-04-06 21:10:15 +03:00
Zoltan Kochan
f425651401 feat: --loglevel
close #2140
PR #2465
2020-04-06 14:34:54 +03:00
renovate[bot]
622f6d3981 fix(deps): update dependency p-limit to v2.3.0
* fix(deps): update dependency p-limit to v2.3.0

* fix(deps): update run-groups

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-04-05 23:13:42 +03:00
Zoltan Kochan
a2eae916f1 chore(release): 4.12.5 v4.12.5 2020-04-05 13:02:10 +03:00
Zoltan Kochan
727b0fb452 fix(deps): update 2020-04-05 12:30:36 +03:00
Zoltan Kochan
151edb656a fix: --no-prefer-lockfile in CI environment
ref #1994
2020-04-05 12:23:57 +03:00
Zoltan Kochan
9a321530d9 refactor: move getOptionType() 2020-04-05 00:47:26 +03:00
Zoltan Kochan
1d4e1e3c92 refactor: move optionsTypesToCompletions() 2020-04-04 23:33:23 +03:00
Zoltan Kochan
172c1dc2f3 refactor: move getPinnedVersion() 2020-04-04 22:51:36 +03:00
Zoltan Kochan
67ddafafb9 refactor: move getSaveType() 2020-04-04 22:42:56 +03:00
Zoltan Kochan
03156a9905 refactor: move updateToLatestSpecFromManifest 2020-04-04 18:03:09 +03:00
Zoltan Kochan
8a8ba8b3f0 refactor: create @pnpm/cli-meta 2020-04-04 17:22:49 +03:00
Zoltan Kochan
92d9902e56 fix: function name in supi 2020-04-04 17:01:24 +03:00
Zoltan Kochan
24a51c365b refactor: getAllDependenciesFrom{Package=>Manifest} 2020-04-04 15:09:08 +03:00
Zoltan Kochan
a189978427 refactor: create @pnpm/manifest-utils 2020-04-04 04:26:49 +03:00
Zoltan Kochan
5887859321 refactor: remove @pnpm/logger from @pnpm/utils 2020-04-04 04:06:53 +03:00
Zoltan Kochan
dfdfe01df8 refactor: create @pnpm/parse-wanted-dependency 2020-04-04 04:05:30 +03:00
Renovate Bot
9f8cf8adc9 fix(deps): update dependency camelcase-keys to v6.2.2 2020-04-04 03:31:51 +03:00
renovate[bot]
6c4772b8ae chore(deps): update dependency tslint to v6.1.1
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2453
2020-04-03 15:20:44 +03:00
renovate[bot]
2fbe9eab3e fix(deps): update dependency chalk to v4
Co-authored-by: Renovate Bot <bot@renovateapp.com>

PR #2455
2020-04-03 15:19:32 +03:00
Renovate Bot
6c65c7a2f2 fix(deps): update dependency stacktracey to v1.2.127 2020-04-03 11:20:09 +03:00
Zoltan Kochan
0462fbc501 refactor: remove realNodeModulesDir from utils 2020-04-03 02:29:14 +03:00
Zoltan Kochan
116d5dd70d refactor: create @pnpm/pick-registry-for-package 2020-04-02 02:41:40 +03:00
Zoltan Kochan
ba90c42a53 refactor: move nodeIdUtils out of utils lib 2020-04-02 02:20:11 +03:00
Zoltan Kochan
eeb4f08f82 refactor: move safeReadPackage() out of utils lib 2020-04-02 02:10:29 +03:00
Zoltan Kochan
4319cd4390 fix(deps): update stacktracey 2020-04-02 01:46:13 +03:00