Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
dc1871dac8 refactor: use new TypeScript 3.7 syntax 2019-11-02 11:59:50 +02:00
Zoltan Kochan
8cff292476 refactor: directory=>dir
BREAKING CHANGE:
- @pnpm/store-controller-types
2019-11-01 21:48:14 +02:00
Zoltan Kochan
176ed5bde9 refactor: path=>dir
BREAKING CHANGE:
- @pnpm/npm-resolver
- pkg-graph
- find-packages
2019-11-01 20:48:00 +02:00
Zoltan Kochan
a9524db174 chore(deps): update nock to v11.7.0 2019-11-01 01:35:49 +02:00
Zoltan Kochan
797e8f429a test: use a mocked deprecated package 2019-11-01 01:28:37 +02:00
Zoltan Kochan
23e0e0a50f chore(release): @pnpm/lifecycle@7.0.3 2019-10-30 22:37:00 +02:00
Zoltan Kochan
2f853a178c fix: pnpm run doesn't handle pass signals onto child processes
close #2033
2019-10-30 01:51:30 +02:00
Zoltan Kochan
f6f658a284 feat: remove workspace-prefix from config
ref #2088
2019-10-30 00:55:31 +02:00
Zoltan Kochan
d592d13201 fix: pass canonical option names to @pnpm/config 2019-10-29 01:30:47 +02:00
Zoltan Kochan
89ee3da59e fix(cli): the recursive commands should accept --reporter 2019-10-29 00:46:15 +02:00
Zoltan Kochan
4e6fb963f5 fix(config): no config should use the path type
The path type is incorrectly resolved.
The String type should be used instead.
2019-10-29 00:44:34 +02:00
Zoltan Kochan
69bdd522f8 style: sort keys 2019-10-28 14:52:41 +02:00
Zoltan Kochan
4fde7a858f test: use custom ports for the registry mocks
ref #2119
PR #2123
2019-10-28 11:29:36 +02:00
Zoltan Kochan
3bb0c1f349 feat: rename --working-dir to --dir
54% of our users prefer the name --dir over --working-dir

https://twitter.com/pnpmjs/status/1188103282662748162

PR #2122
close #2088
ref #2115
2019-10-27 22:40:37 +02:00
Zoltan Kochan
21f09a4ce2 feat: rename pnpm-prefix to global-dir
PR #2121
ref 2088
2019-10-27 20:58:49 +02:00
Zoltan Kochan
4fc917ebbb feat: rename lockfile-directory to lockfile-dir
ref #2088
PR #2120
2019-10-27 16:18:00 +02:00
Zoltan Kochan
0b95d739ca refactor: convert --store to --store-dir 2019-10-27 14:13:04 +02:00
Zoltan Kochan
b6ff825141 refactor: don't pass deprecated CLI args to @pnpm/config 2019-10-27 14:03:49 +02:00
Zoltan Kochan
76c737d70b feat: rename store config to store-dir
BREAKING CHANGE:
- @pnpm/config
- @pnpm/default-reporter
- @pnpm/default-resolver
- @pnpm/headless
- @pnpm/npm-resolver
- @pnpm/package-requester
- @pnpm/package-store
- supi

PR #2118
ref #2088
2019-10-27 13:18:24 +02:00
Zoltan Kochan
837b146a57 feat: --working-dir flag
`--prefix` will continue to work for compatibility with npm but the docs will only mention `--working-dir`.

BREAKING CHANGE:
- @pnpm/config
- @pnpm/default-reporter
- supi

PR #2115
ref #2088
2019-10-27 03:08:56 +03:00
Zoltan Kochan
e1e81ae1c2 chore(deps): update typescript to v3.7.1-rc 2019-10-27 00:14:31 +03:00
Zoltan Kochan
0323773b85 test: cache the verdaccio storage to make CI builds more stable
close #2100
PR #2116
2019-10-27 00:04:18 +03:00
Zoltan Kochan
be90a527c1 fix(help): correctly document directory flags 2019-10-26 17:14:49 +03:00
Zoltan Kochan
c611a9dd81 chore(deps): update dependency @types/rimraf to v2.0.3 2019-10-26 01:39:59 +03:00
Renovate Bot
bf238a6e9b chore(deps): update dependency nock to v11.6.0 2019-10-26 01:38:51 +03:00
Renovate Bot
59d5f06e01 fix(deps): update dependency wrap-ansi to v6.1.0 2019-10-26 01:37:56 +03:00
Zoltan Kochan
c3516e2006 style: sort keys in pnpm/test/run.ts 2019-10-24 11:50:46 +03:00
Zoltan Kochan
19843c88e0 style: sort keys in pnpm/test/run.ts 2019-10-24 11:08:22 +03:00
Zoltan Kochan
79072e2327 fix(config): remove redundant dependency 2019-10-24 01:41:21 +03:00
Zoltan Kochan
b839dd6312 chore(release): 4.1.6 v4.1.6 2019-10-24 01:28:16 +03:00
Zoltan Kochan
d67575a0f2 refactor(modules-cleaner): lockfileDirectories=>lockfileDir
ref #2088
2019-10-23 23:01:57 +03:00
Zoltan Kochan
d0c30992c7 fix: --resolution-strategy is a known option 2019-10-23 22:30:11 +03:00
Zoltan Kochan
5b97c5f368 fix: always save the store metadata. Even on crash
PR #2106
close #2065
2019-10-23 00:56:50 +03:00
Zoltan Kochan
9069b0c0f2 chore(release): 4.1.5 v4.1.5 2019-10-21 21:19:47 +03:00
Zoltan Kochan
c6619b7f6a fix: don't forward tail args to pre/post scripts
close #2087
PR #2103
2019-10-21 10:33:00 +03:00
ExE Boss
69fa7a1d29 feat(lockfile‑file): add return type to getLockfileImporterId(…)
PR #2102
2019-10-20 23:34:45 +03:00
Zoltan Kochan
edd3e8bc1b chore(release): 4.1.4 v4.1.4 2019-10-20 21:18:52 +03:00
Zoltan Kochan
a46f8dc31a fix: virtual-store-dir of global pkg is not configurable 2019-10-20 20:39:02 +03:00
Zoltan Kochan
2925b138bd chore(release): 4.1.3 v4.1.3 2019-10-20 17:40:51 +03:00
Zoltan Kochan
742a6b71c4 fix: virtual-store-dir with not shared lockfile 2019-10-20 16:52:54 +03:00
Zoltan Kochan
538774bccf chore(release): 4.1.2 v4.1.2 2019-10-20 03:15:05 +03:00
Zoltan Kochan
61574e5f5e fix(deps): update @pnpm/store-path
ref #2072
2019-10-20 02:42:38 +03:00
Zoltan Kochan
841a2bbc88 fix(config): correct virtual-store-dir with non-shared pnpm-lock... 2019-10-19 20:55:54 +03:00
Zoltan Kochan
60668dd2b7 chore(release): 4.1.1 v4.1.1 2019-10-19 19:43:55 +03:00
Zoltan Kochan
181b7371cb fix(config): correctly resolve virtual-store-dir 2019-10-19 18:45:47 +03:00
Zoltan Kochan
428bdceb6e chore(release): 4.1.0 v4.1.0 2019-10-19 17:38:04 +03:00
ExE Boss
c4426b0da9 fix(package‑is‑installable): use WantedEngine and WantedPlatform
PR #2099
2019-10-19 14:37:47 +03:00
Zoltan Kochan
2251259b8c fix(config): settings are merged in correct order
This fixes 2 issues:

1. local registry settings should have a bigger priority than global
2. package settings should have bigger priority than workspace set-
   tings (this was only an issue with rawLocalConfig)

close #2096
PR #2098
2019-10-19 14:06:52 +03:00
Zoltan Kochan
35a702c6e0 feat: configurable virtual store directory
New config setting: virtual-store-dir

Breaking changes in: @pnpm/lockfile-file, @pnpm/constants

close  #2078
PR #2091
2019-10-19 03:18:41 +03:00
Zoltan Kochan
69e17cd8b7 chore(deps): update @types/fs-extra
close #2093
2019-10-18 22:23:59 +03:00