Commit Graph

33 Commits

Author SHA1 Message Date
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
afc18dc299 fix: some cases of unhandled promist rejection 2019-09-13 01:26:28 +03:00
Zoltan Kochan
47f718d70f fix(deps): use @zkochan/rimraf instead of rimraf-then 2019-08-18 02:40:20 +03:00
Zoltan Kochan
a72477efc5 refactor(tsc): use strict=true 2019-08-08 23:25:31 +03:00
Zoltan Kochan
017f1e433e style(tsc): strictBindCallApply=true 2019-08-08 02:39:45 +03:00
Zoltan Kochan
24f4c91868 fix: install should fail with out-of-date local tarball
"pnpm install --frozen-lockfile" should fail if a local tarball's
integrity doesn't match the integrity in the lockfile.

close #1882
2019-06-23 00:09:37 +03:00
Zoltan Kochan
7d0e09dff3 fix(deps): update p-queue to v6.0.1 2019-06-06 22:25:15 +03:00
Zoltan Kochan
bcc0fba43f fix: typings 2019-05-31 00:50:12 +03:00
Zoltan Kochan
06dd69511c fix(deps): replace mkdirp with make-dir 2019-05-30 23:21:06 +03:00
Zoltan Kochan
ccebac2883 fix(deps): update write-json-file to v4 2019-05-23 01:28:23 +03:00
Zoltan Kochan
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
Renovate Bot
54e7be564a fix(deps): update dependency load-json-file to v6 2019-04-27 21:43:03 +03:00
Zoltan Kochan
b1d8c55e53 fix(deps): update 2019-04-21 03:26:41 +03:00
Zoltan Kochan
4612a42a5b refactor: don't read/write package.json inside supi
PR #1776

BREAKING CHANGE:

`supi`, `@pnpm/headless`, `@pnpm/resolve-dependencies`, `@pnpm/lifecycle`
2019-04-20 03:38:44 -07:00
Zoltan Kochan
c49d4569b8 refactor: move verifyStoreIntegrity to store init function 2019-03-08 20:12:32 +02:00
Zoltan Kochan
f45df73a71 feat: breaking API changes 2019-03-08 16:46:33 +02:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
ba2f3e707d feat: rename shrinkwrapDirectory to lockfileDirectory 2019-03-06 22:47:19 +02:00
Zoltan Kochan
1181bab170 fix: update p-queue, p-limit, get-port 2019-03-02 23:45:39 +02:00
Zoltan Kochan
a57012069b fix: path to local tarball should be relative to shrinkwrap dir
This is an issue that may only happen in monorepos that use a
shared shrinkwrap.yaml
2019-01-11 20:35:14 +02:00
Zoltan Kochan
b9c3a1908c feat(reporting): progress reporting per workspace package
close #1135
PR #1586
2019-01-04 01:49:09 +02:00
Zoltan Kochan
ce51fd5c9f feat: move all loggers to @pnpm/core-loggers 2018-12-15 16:45:08 +02:00
Emanuele Tamponi
7d46a6f500 fix(headless): call getCacheByEngine through the store controller
PR #1490
2018-11-15 22:00:07 +02:00
Zoltan Kochan
92e7383d00 style: sort keys 2018-11-15 03:04:37 +02:00
Zoltan Kochan
246b0fd440 refactor: create @pnpm/store-controller-types and @pnpm/package-store 2018-11-11 02:01:54 +02:00
Zoltan Kochan
3911cf0823 style: use standard style with trailing comma 2018-10-07 16:39:49 +03:00
Zoltan Kochan
73e88a9acf fix(deps): update dependency load-json-file to v5.1.0
close #1381
2018-09-21 22:31:26 +03:00
Zoltan Kochan
865609eb88 fix: reunpack modified local tarball dependencies
Also, store id of local tarball is the same regardless of wd

PR #1363
close #1362
2018-09-08 15:45:05 +03:00
Renovate Bot
0d58698f3b chore(deps): update dependency write-json-file to v3 2018-08-27 23:16:54 +03:00
Zoltan Kochan
7bd3d3deb1 fix(package-requester): create package integrity after package refetch 2018-08-25 17:50:53 +03:00
Zoltan Kochan
eee205d369 feat: link local packages when there are no newer versions in registry 2018-08-19 11:22:37 +03:00
Zoltan Kochan
2faf494c43 refactor: move @pnpm/package-requester to the monorepo 2018-08-17 23:56:33 +03:00