Commit Graph

178 Commits

Author SHA1 Message Date
Zoltan Kochan
c939ef58a5 chore(release): 4.2.0 2019-11-11 00:52:50 +02:00
Zoltan Kochan
916a3c244f fix(outdated): a dep is not outdated if it's newer than current
close #2101
PR #2142
2019-11-10 19:52:31 +02:00
Zoltan Kochan
c664dc6b7b chore(release): 4.2.0-0 2019-11-09 02:24:44 +02:00
Zoltan Kochan
dc1871dac8 refactor: use new TypeScript 3.7 syntax 2019-11-02 11:59:50 +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
4fc917ebbb feat: rename lockfile-directory to lockfile-dir
ref #2088
PR #2120
2019-10-27 16:18:00 +02: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
428bdceb6e chore(release): 4.1.0 2019-10-19 17:38:04 +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
0f939e54ed chore(release): 4.0.0-7 2019-10-06 17:02:54 +03:00
Zoltan Kochan
42ed72187c chore(release): types, read-package-json and 2 more packages
@pnpm/types v4.0.0
@pnpm/read-package-json v3.0.0
@pnpm/write-importer-manifest v4.0.0
@pnpm/read-importer-manifest v2.0.0
2019-10-06 15:11:30 +03:00
Zoltan Kochan
37aefc97b1 feat: update logger to v3 2019-10-06 13:24:38 +03:00
Zoltan Kochan
59759f7c6f feat: new matching pattern
BREAKING CHANGE:

new wildcard matcher used

close #2048
PR #2052
2019-10-05 20:54:07 +03:00
Zoltan Kochan
889f71481e feat: drop Node.js 8 support
BREAKING CHANGE:

at least Node.js 10 is  required for pnpm to run

PR #2044
2019-10-05 20:47:04 +03:00
Zoltan Kochan
d95d7afb03 chore(release): 4.0.0-3 2019-09-21 23:26:18 +03:00
Zoltan Kochan
e38113ff20 feat: use micromatch instead of minimatch 2019-09-11 01:17:51 +03:00
Zoltan Kochan
e6cb6b5fbc chore(release): 4.0.0-0 2019-09-10 02:35:45 +03:00
Zoltan Kochan
3a9fdd856b feat: --hoist-pattern <pattern>
New config added that allows hoisting packages by pattern.
This substitutes the shamefully-flatten config that hoist all
dependencies and makes them available for application code.
The new config gives access to the hoisted packages only  to
dependencies inside node_modules.

close #1998
close #1938
PR #1997
2019-09-08 20:54:19 +03:00
Zoltan Kochan
19fe6477ff chore(release): 3.8.0 2019-08-30 21:44:13 +03:00
Zoltan Kochan
cec2229d73 chore(release): 3.8.0-1 2019-08-28 01:51:24 +03:00
Zoltan Kochan
622918ac3e feat(cli): outdated should print deprecated pkgs
PR #1983
close #1946
2019-08-28 01:43:51 +03:00
Zoltan Kochan
afbbd0401d feat(cli): add a URL column to the outdated table
close #1980
PR #1981
2019-08-27 11:33:43 +03:00
Zoltan Kochan
05969913fd chore(release): 3.8.0-0 2019-08-26 15:38:30 +03:00
Zoltan Kochan
11f39b1513 feat(outdated): should print the dep type of each dep
PR #1974
2019-08-23 01:09:27 +03:00
Zoltan Kochan
d79bd5a1fa fix: partial install in monorepo with --independent-leaves
PR #1971
close #1969
2019-08-21 02:26:03 +03:00
Zoltan Kochan
633a7a01a9 chore(release): 3.7.4 2019-08-20 03:18:13 +03:00
Zoltan Kochan
57d4c5d6f6 chore: use the workspace protocol 2019-08-14 02:53:36 +03:00
Zoltan Kochan
f16ba8796e chore(release): 3.7.0-4 2019-08-14 02:01:07 +03:00
Zoltan Kochan
98f13ded39 chore(release): 3.7.0-3 2019-08-09 02:31:31 +03:00
Zoltan Kochan
de1ba80e0e feat(outdated): pnpm outdated supports selection by pattern (#1950)
close #1949
PR #1950
2019-08-08 02:21:08 +03:00
Zoltan Kochan
e2b5cbb37e chore(release): 3.6.2 2019-07-30 21:18:04 +03:00
Zoltan Kochan
e3dbd9a1ef chore(release): 3.6.1 2019-07-26 19:58:27 +03:00
Zoltan Kochan
931534db47 fix(outdated): request meta for scoped packages from right registry
also, fixes finding outdated aliased dependencies.

close #1504
PR #1924
2019-07-24 16:20:26 +03:00
Zoltan Kochan
8e4c23080a fix(outdated): don't fail when importer has not all dep types 2019-07-20 12:07:00 +03:00
Zoltan Kochan
83fee2a2c3 chore(release): 3.6.0-0 2019-07-16 03:16:49 +03:00
Zoltan Kochan
34a51b8939 fix: use the right cwd when building deps of global packages
close #1907
PR #1916
2019-07-14 23:24:02 +03:00
Zoltan Kochan
3264610229 fix: symlinking updated deps of subdeps
PR #1911
2019-07-12 22:12:01 +03:00
Zoltan Kochan
262468f7bc chore(release): 3.5.5 2019-07-12 03:44:36 +03:00
Renovate Bot
fdaa308f71 chore(deps): update dependency tape to v4.11.0 2019-07-06 21:12:16 +02:00
Zoltan Kochan
bf57b26b5c chore(release): 3.5.1 2019-06-16 21:10:04 +03:00
Zoltan Kochan
4246d130a2 chore(deps): install ts-node, tslint, typescript as root deps 2019-06-12 02:50:44 +03:00
Zoltan Kochan
bdd06696be chore(release): 3.5.0-3 2019-06-12 02:25:03 +03:00
Zoltan Kochan
6a26c5b21f feat: prepend workspace bins to PATH for lifecycle scripts
PR #1870
close #1355
2019-06-12 01:32:24 +03:00
Zoltan Kochan
9e1ce636de chore(release): 3.5.0-2 2019-06-08 14:22:10 +03:00
Renovate Bot
9b55505939 chore(deps): update dependency typescript to v3.5.1 2019-06-06 22:37:40 +03:00
Zoltan Kochan
257a77ac51 test: replace pnpm-registry-mock with @pnpm/registry-mock 2019-06-02 21:51:42 +03:00
Zoltan Kochan
d0cf66c829 chore(release): 3.5.0-1 2019-06-02 21:03:53 +03:00
Zoltan Kochan
90816eb5bd fix(outdated): should not fail if importer is not present in lockfile 2019-06-02 00:01:14 +03:00
Zoltan Kochan
9e8ba4eb26 chore(deps): update tape, ts-node, tslint 2019-05-31 03:00:03 +03:00
Zoltan Kochan
06dd69511c fix(deps): replace mkdirp with make-dir 2019-05-30 23:21:06 +03:00