Commit Graph

93 Commits

Author SHA1 Message Date
Zoltan Kochan
befec71cc0 fix: update deps 2019-03-02 11:44:54 +02:00
Zoltan Kochan
b222591990 fix(deps): update 2019-02-25 00:10:37 +02:00
Zoltan Kochan
2448b7fdd8 fix(deps): update 2019-02-20 20:56:38 -08:00
Zoltan Kochan
cbd1453dd7 fix: importerPrefix=>shrinkwrapDirectory in getPackageLocation()
BREAKING CHANGE:

store controller API changed

ref #1173
2019-02-04 03:04:52 +02:00
Zoltan Kochan
c89f5b4f5f fix: update deps 2019-02-02 22:15:23 +02:00
Zoltan Kochan
08d8b8a5aa chore(release): 3.0.0-alpha.1 2019-01-30 21:13:52 +02:00
Zoltan Kochan
4a15b725e3 feat: drop Node.js 6 support
BREAKING CHANGE: Node.js>=8 is supported

ref #1173
2019-01-26 22:29:34 +02:00
Zoltan Kochan
6ca83a8826 chore(deps): update typescript to v3.2.4 2019-01-18 01:49:21 +02:00
Renovate Bot
9733de2526 chore(deps): update dependency tslint to v5.12.1
close #1604
2019-01-14 02:28:24 +02:00
Zoltan Kochan
ee1fd3a607 chore(release): 2.25.1 2019-01-11 22:54:42 +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
d063a763b9 fix: when a network connection fails, report correct error message (#1599)
* fix: when a network connection fails, report correct error message

close #1235

* feat: print suggestions on internet-connection error
2019-01-10 10:10:08 +02:00
Zoltan Kochan
db7b3c7c7d chore: release packages 2019-01-05 19:39:39 +02:00
Zoltan Kochan
1efe2c5f99 chore(release): 2.24.0-0 2019-01-04 02:30:22 +02:00
Zoltan Kochan
bcc7987aad fix: update deps 2019-01-03 19:51:17 +02:00
Renovate Bot
9e5414871d chore(deps): update dependency tape to v4.9.2 2018-12-31 23:45:21 +02:00
Zoltan Kochan
6f4c18b5f3 docs(license): update years 2018-12-31 19:26:36 +02:00
Zoltan Kochan
6dffe311e7 chore(release): 2.23.1 2018-12-28 00:53:44 +02:00
Zoltan Kochan
09a7260619 fix(deps): update p-limit to version 2.1.0 2018-12-27 15:17:56 +02:00
Zoltan Kochan
0b094dde0f chore(release): 2.23.0-0 2018-12-23 17:11:16 +02:00
Zoltan Kochan
f0bd12eb23 chore: update typing deps 2018-12-23 16:53:43 +02:00
Zoltan Kochan
cca1e6ae76 chore(release): 2.22.0-0 2018-12-21 01:58:27 +02:00
Zoltan Kochan
79688d2a7d chore: update dependencies 2018-12-21 01:00:08 +02:00
Zoltan Kochan
803542a6ac fix: shamefully-flatten should work with independent-leaves
close #1547
2018-12-21 00:30:46 +02:00
Zoltan Kochan
bf1c8fb915 fix(deps): update dependencies 2018-12-15 00:31:26 +02:00
Tejasvi (Teju) Nareddy
d5f78267d5 fix(server): change error type for invalid request method
* fix(server): Change error type for invalid request method

Return 405 instead of 503
Encapsulate error in JSON object
Set `Allow` header for 405 response

* test(server): Add tests for 404 and 405

Added test for invalid route (404)
Added test for invalid HTTP method (405)

PR #1548
2018-12-12 12:27:38 +02:00
Zoltan Kochan
2613ab2957 chore(release): 2.21.0 2018-12-09 03:05:54 +02:00
Zoltan Kochan
7b20aa0803 chore(deps): update nock and @types/node
close #1543
close #1539
2018-12-09 02:40:45 +02:00
Zoltan Kochan
2947a05d1e fix: pnpm store usages
ref #1529
ref #1527
2018-12-08 17:23:28 +02:00
Tejasvi (Teju) Nareddy
b1737dcd9f feat: pnpm store usages <package>...
* docs(pnpm): docs for the package usages feature

- Add documentation for `pnpm store usages`
- Refactor docs for `pnpm store` to be more readable

* feat(package-store): implement findPackageUsages

Introduces functionality to search the package store for packages.
Reports all matching packages and the node projects they are used in.
Allows for searching a specific version, or all versions.

* feat(server): expose findPackageUsages API

Exposes an API for finding package usages in the store.

* feat(store-controller-types): Exposes findPackageUsages store functionality

Publicly exposes the findPackageUsages function in the store-controller.
Also exposes the expected response type, allowing clients to be type-safe.

* feat(supi): implement findStoreUsages functionality, add API

Publicly exposes the findPackageUsages function SUPI.

* feat(pnpm): pnpm store usages

Enabled CLI command to find usages of a package in the global store.
Pretty-prints a tree with queries and results.

* style: remove semicolons

Removed semicolons to follow style guide.

* refactor(supi): change test after merge of #1528

* refactor: rename findPackageUsages return type

Better naming of the types returned in the pnpm store usages feature.

* tests: add tests for `pnpm store usages`

Add tests to `supi` to ensure datamodel returned by `package-store` is correct.
Fix test messages in `server`

PR #1529
2018-12-08 01:23:46 +02:00
renovate[bot]
e460bdf8a4 chore(deps): update dependency typescript to v3.2.2
* chore(deps): update dependency typescript to v3.2.2

* fix: typings

PR #1522
2018-12-08 00:11:48 +02:00
Zoltan Kochan
6ad444c217 style: remove unnecessary semicolons 2018-12-03 02:50:43 +02:00
Zoltan Kochan
1df1336ab4 chore(release): 2.20.0 2018-12-03 02:34:01 +02:00
Renovate Bot
0f6b03da20 fix(deps): update dependency ramda and @types/node
close #1524
close #1526
2018-12-03 01:32:38 +02:00
Zoltan Kochan
53266a45b6 fix(deps): update @pnpm/npm-resolver to v2.2.7 2018-11-30 21:54:35 +02:00
Zoltan Kochan
5f440ed0f4 chore(release): 2.19.3 2018-11-25 22:24:57 +02:00
Zoltan Kochan
44dd6f031a chore(deps): update types
close #1508
close #1510
close #1511
close #1512
2018-11-23 10:24:41 +02:00
Zoltan Kochan
ab01e254f9 chore(release): @pnpm/package-store@1.2.0 2018-11-22 17:04:34 +02:00
Zoltan Kochan
6a917f9eb5 fix: update dependencies 2018-11-18 20:10:19 +02:00
Zoltan Kochan
34749cd3ff chore(release): 2.19.0-2 2018-11-16 01:56:26 +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
dd03d96c1a style: fix styles in tests 2018-11-15 01:14:33 +02:00
Zoltan Kochan
ddd4540878 refactor: create @pnpm/tslint-config 2018-11-14 22:16:38 +02:00
Zoltan Kochan
4d47527ab5 chore(release): 2.19.0-0 2018-11-13 01:26:37 +02:00
Zoltan Kochan
350458bd90 fix(deps): update dependency @types/node to v10.12.5
close #1480
2018-11-13 00:57:02 +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
fae26e6a6f chore(release): 2.18.0 2018-11-10 13:06:25 +02:00
Zoltan Kochan
13a0dc1bdf fix: only write the tarball to dest location if all checks pass
close #1476
2018-11-09 23:27:33 +02:00
Zoltan Kochan
a5c270dda1 fix(deps): update dependency graceful-fs to v4.1.15
close #1464
2018-11-05 02:01:33 +02:00