Commit Graph

188 Commits

Author SHA1 Message Date
Zoltan Kochan
bf4dcc312d feat: support only Node>=10.13 2020-03-16 02:16:53 +02:00
Zoltan Kochan
27816890b4 fix: the order of patterns in "files" 2020-03-16 02:12:19 +02:00
Zoltan Kochan
c4cc7638c1 refactor: rename tsc scripts to compile 2020-03-12 20:57:33 +02:00
Zoltan Kochan
3ac627a709 chore(typescript): use project references
PR #2413
close #2410
2020-03-12 11:30:44 +02:00
Zoltan Kochan
636b8ac45a test: don't recompile source twice before testing 2020-03-09 03:55:17 +02:00
Zoltan Kochan
fa58ed8168 test: use source maps to remap coverage results 2020-03-08 03:14:23 +02:00
Zoltan Kochan
196c1132f3 test: configure coverage reporting
PR #2406
close #2304
2020-03-07 23:55:08 +02:00
Zoltan Kochan
1e10acdf02 chore(release): 4.11.3 2020-03-07 12:15:29 +02:00
Zoltan Kochan
5f1b3e6c0b fix(deps): update 2020-03-05 21:28:08 +02:00
Zoltan Kochan
2864d5b767 chore(release): 4.10.0-2 2020-02-26 23:38:39 +02:00
Zoltan Kochan
dccb9a67af fix(deps): update 2020-02-26 23:14:58 +02:00
Zoltan Kochan
f13d825318 fix(deps): update 2020-02-25 21:28:48 +02:00
Zoltan Kochan
f461704e19 chore(deps): update rimraf and npm 2020-01-30 21:48:30 +02:00
Zoltan Kochan
fc1d550d6e chore(release): 4.9.0-1 2020-01-29 02:29:35 +02:00
Zoltan Kochan
74e90c5d30 chore(release): 4.8.0-0 2020-01-18 23:41:47 +02:00
Zoltan Kochan
9292e78150 fix(deps): update 2020-01-16 23:18:40 +02:00
Zoltan Kochan
dc30dc561a chore(release): 4.7.0-1 2020-01-07 22:49:21 +02:00
Zoltan Kochan
1d356602b1 fix(deps): update 2020-01-02 22:32:58 +02:00
Zoltan Kochan
26f6123146 style: start the linting process only once during testing 2020-01-01 21:08:24 +02:00
Zoltan Kochan
bb5d41f337 style: add missing trailing commas and fix the linting rule 2020-01-01 19:18:25 +02:00
Zoltan Kochan
f8b927391e refactor: rename importers & workspace pkgs to projects
WsPkg=>Project
WorkspacePackage=>Project
mporterManifest=>ProjectManifest
importers=>projects
importerDir=>projectDir
LockfileImporter=>ProjectSnapshot

PR #2242
2020-01-01 18:57:14 +02:00
Zoltan Kochan
7ebb8cac12 chore(deps): update 2019-12-19 17:16:43 +02:00
Zoltan Kochan
30a73bcde3 chore(release): 4.5.0-0 2019-12-14 18:56:37 +02:00
Zoltan Kochan
efab3552f4 chore(release): 4.4.0-0 2019-12-08 22:07:14 +02:00
Zoltan Kochan
28ae8a39a8 chore(deps): update dev deps
close #2178
close #2179
close #2180
close #2182
close #2183
2019-11-22 21:24:40 +02:00
Zoltan Kochan
a723cd396a chore(deps): update execa, is-port-reachable 2019-11-14 17:27:39 +02:00
Zoltan Kochan
a613580ecd chore: use workspace ranges instead of links
This is a workaround to make pnpm run tests in correct order
2019-11-09 22:46:31 +02:00
Zoltan Kochan
c664dc6b7b chore(release): 4.2.0-0 2019-11-09 02:24:44 +02:00
Zoltan Kochan
ace67aa4bf refactor: remove prefix from store-controller-types 2019-11-03 14:05:51 +02:00
Zoltan Kochan
8cff292476 refactor: directory=>dir
BREAKING CHANGE:
- @pnpm/store-controller-types
2019-11-01 21:48:14 +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
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
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
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
fc0fe15938 refactor: rawNpmConfig=>rawConfig 2019-10-04 01:29:26 +03:00
Zoltan Kochan
04b3312051 chore(release): 4.0.0-2 2019-09-18 22:25:32 +03:00
Zoltan Kochan
b456a26f01 refactor: rename fields in fetch response
BREAKING CHANGE: @pnpm/package-requester

PR #2011
2019-09-15 01:04:05 +03:00
Zoltan Kochan
d36103b5ee fix: unhadled promise rejections
PR #2009
2019-09-14 16:03:43 +03:00
Zoltan Kochan
633a7a01a9 chore(release): 3.7.4 2019-08-20 03:18:13 +03:00
Renovate Bot
b70f8b73dc fix(deps): update dependency p-limit to v2.2.1 2019-08-19 01:07:44 +03:00
Zoltan Kochan
47f718d70f fix(deps): use @zkochan/rimraf instead of rimraf-then 2019-08-18 02:40:20 +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
017f1e433e style(tsc): strictBindCallApply=true 2019-08-08 02:39:45 +03:00
Zoltan Kochan
262468f7bc chore(release): 3.5.5 2019-07-12 03:44:36 +03:00
Zoltan Kochan
478414e86c chore(deps): update dependency @types/uuid to v3.4.5 2019-07-10 22:28:52 +03:00
Renovate Bot
fdaa308f71 chore(deps): update dependency tape to v4.11.0 2019-07-06 21:12:16 +02:00
Zoltan Kochan
4246d130a2 chore(deps): install ts-node, tslint, typescript as root deps 2019-06-12 02:50:44 +03:00