Commit Graph

145 Commits

Author SHA1 Message Date
Zoltan Kochan
68e444ea29 chore(release): 4.3.0-0 2019-11-14 18:36:18 +02:00
Zoltan Kochan
313349f1fb chore(deps): update @types/ramda 2019-11-14 17:32:15 +02:00
Zoltan Kochan
c664dc6b7b chore(release): 4.2.0-0 2019-11-09 02:24:44 +02:00
Zoltan Kochan
8fc6fc4ad7 refactor: rename prefix options to dir options
BREAKING CHANGE:

- @pnpm/build-modules
- @pnpm/filter-lockfile
- @pnpm/headless
- @pnpm/lifecycle
- @pnpm/modules-cleaner
- @pnpm/package-is-installable
- @pnpm/read-importers-context
- @pnpm/resolve-dependencies
- supi
2019-11-03 17:08:57 +02:00
Zoltan Kochan
dc1871dac8 refactor: use new TypeScript 3.7 syntax 2019-11-02 11:59:50 +02:00
Zoltan Kochan
b839dd6312 chore(release): 4.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
5b97c5f368 fix: always save the store metadata. Even on crash
PR #2106
close #2065
2019-10-23 00:56:50 +03:00
Zoltan Kochan
900d0aa693 chore(release): publish deps 2019-10-14 02:30:39 +03:00
Zoltan Kochan
3d8a82c12d fix(deps): update deps 2019-10-11 02:05:43 +03:00
Zoltan Kochan
0f939e54ed chore(release): 4.0.0-7 2019-10-06 17:02:54 +03:00
Zoltan Kochan
0aaf39eef9 fix(deps): update 2019-10-06 15:40:07 +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
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
04b3312051 chore(release): 4.0.0-2 2019-09-18 22:25:32 +03:00
Zoltan Kochan
30b4629808 chore(release): 4.0.0-1 2019-09-12 02:40:03 +03:00
Zoltan Kochan
6eeaa5a43a feat: --shamefully-hoist
This returns shamefully-flatten to pnpm (as known in v3)
but it is now called shamefully-hoist

PR #2006
2019-09-12 00:45:58 +03:00
Zoltan Kochan
e6cb6b5fbc chore(release): 4.0.0-0 2019-09-10 02:35:45 +03:00
Zoltan Kochan
febfb746fe feat: bump node_modules layout version to 3
PR #2003

BREAKING CHANGE: new node_modules layout
2019-09-09 14:21: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
29ce73cf19 chore(deps): update 2019-08-26 16:20:24 +03:00
Zoltan Kochan
633a7a01a9 chore(release): 3.7.4 2019-08-20 03:18:13 +03:00
Zoltan Kochan
47f718d70f fix(deps): use @zkochan/rimraf instead of rimraf-then 2019-08-18 02:40:20 +03:00
Zoltan Kochan
06af297f9d chore(release): 3.7.1 2019-08-17 21:15:36 +03:00
Zoltan Kochan
856653ea2f fix(deps): update @types/ramda 2019-08-16 00:13:11 +03:00
Zoltan Kochan
8303c1298f chore(deps): update rimraf to v3 2019-08-15 22:27:57 +03:00
Zoltan Kochan
57d4c5d6f6 chore: use the workspace protocol 2019-08-14 02:53:36 +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
83fee2a2c3 chore(release): 3.6.0-0 2019-07-16 03:16:49 +03:00
Zoltan Kochan
b98fac2037 chore(release): 3.5.6 2019-07-12 10:45:07 +03:00
Zoltan Kochan
48e4a7af5a fix: regression in 3.5.5
regression caused by PR #1908
2019-07-12 07:29:22 +03:00
Zoltan Kochan
262468f7bc chore(release): 3.5.5 2019-07-12 03:44:36 +03:00
Zoltan Kochan
9360bc0567 fix: prunning by partial installation in a workspace
When running install on a subset of workspace packages, only
those dependencies may be prunned which were only used by the
selected subset of workspace packages.

BREAKING CHANGE: in @pnpm/modules-cleaner

PR #1908
2019-07-12 02:01:16 +02:00
Zoltan Kochan
4246d130a2 chore(deps): install ts-node, tslint, typescript as root deps 2019-06-12 02:50:44 +03:00
Renovate Bot
9b55505939 chore(deps): update dependency typescript to v3.5.1 2019-06-06 22:37:40 +03:00
Zoltan Kochan
d0cf66c829 chore(release): 3.5.0-1 2019-06-02 21:03:53 +03:00
Zoltan Kochan
9e8ba4eb26 chore(deps): update tape, ts-node, tslint 2019-05-31 03:00:03 +03:00
Zoltan Kochan
9be54abfbc fix: linking the default bins of scoped packages 2019-05-31 01:52:21 +03:00
Zoltan Kochan
8400ad3f97 chore(release): 3.5.0-0 2019-05-29 01:12:57 +03:00
Zoltan Kochan
4f6a6b0fef fix(deps): update @pnpm/logger to v2.1.1 2019-05-28 23:26:54 +03:00
Zoltan Kochan
ae71139ec2 chore(release): 3.4.0 2019-05-21 21:51:11 +03:00
Zoltan Kochan
b8baa9f6e3 refactor: move some of the dev deps to the root package 2019-05-19 22:07:38 +03:00
Zoltan Kochan
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
ExE Boss
c07950e66a refactor: Use package for shared tsconfig.json 2019-05-13 15:00:23 +03:00
Zoltan Kochan
f1dc8d3f18 docs: remove LICENSE duplicates from workspace packages 2019-05-07 01:39:58 +03:00
Zoltan Kochan
ff3eae05b3 chore: use pnpm run instead of npm run in all scripts 2019-05-05 11:49:57 +03:00
Zoltan Kochan
7715f7bba2 chore(release): 3.3.0-0 2019-05-04 19:35:14 +03:00
Zoltan Kochan
686357193f fix(deps): update @pnpm/link-bins and @pnpm/package-bins 2019-05-04 18:40:17 +03:00