Commit Graph

1444 Commits

Author SHA1 Message Date
Zoltan Kochan
90536459ac fix: update @pnpm/package-store, supi and @pnpm/outdated
close #1060
2018-02-26 21:27:37 +02:00
Zoltan Kochan
b56b436991 fix(recursive): don't fail on exotic dependency specs 2018-02-25 23:42:08 +02:00
Zoltan Kochan
cbc89fee29 chore(release): 1.35.0 2018-02-25 14:52:15 +02:00
Zoltan Kochan
0c15adc40e fix(deps): update supi and @pnpm/store-path 2018-02-25 14:47:10 +02:00
Zoltan Kochan
ba57704c84 feat(recursive): running commands on a subset of packages
A `pnpm-workspace.yaml` file can be used in the root of a
multi-package repository to specify an array of globs to use
as package locations.

Example of a `pnpm-workspace.yaml` file:

```yaml
packages:
  - 'packages/**'
  - 'components/**'
```

close #1038
2018-02-24 18:34:35 +02:00
Zoltan Kochan
8d5289ed13 fix(deps): update supi to v0.12.12 2018-02-24 14:12:04 +02:00
Zoltan Kochan
534806dbed chore(release): 1.34.0 2018-02-22 21:54:15 +02:00
Zoltan Kochan
b1564ba7c6 fix(server): better reporting on fatal errors 2018-02-22 21:53:51 +02:00
Emanuele Tamponi
f4288ac2a3 feat: add shamefully-flatten option (#1050)
* feat: add shamefully-flatten option

* feat: add --shamefully-flatten to help

* feat: --shamefully-flatten

* test: add simple test for --shamefully-flatten in pnpm

* fix: update supi
2018-02-22 21:47:35 +02:00
Zoltan Kochan
1a9b6eb694 chore(release): 1.33.2 2018-02-19 22:00:43 +02:00
Zoltan Kochan
ba5c390246 fix: use publish-packed for publishing pnpm
close #1032
2018-02-19 22:00:39 +02:00
Zoltan Kochan
18bdb73ad4 refactor: use @pnpm/config 2018-02-19 01:47:29 +02:00
Zoltan Kochan
af1f0efb3e chore(release): 1.33.1 2018-02-18 19:56:16 +02:00
Zoltan Kochan
f481daf027 fix: pnpx 2018-02-18 19:56:02 +02:00
Zoltan Kochan
dccd812071 chore(release): 1.33.0 2018-02-17 23:32:34 +02:00
Zoltan Kochan
ebb141b14d chore: bundle dependencies of pnpm
deprecate @pnpm/bundled
2018-02-17 23:27:58 +02:00
Zoltan Kochan
322ab833d5 feat: getting rid of native dependencies
close #1036
2018-02-17 23:06:49 +02:00
Zoltan Kochan
8825892b57 chore(deps): update 2018-02-16 23:56:05 +02:00
Zoltan Kochan
813402938a perf: faster config reading
ref #1006
2018-02-16 23:41:55 +02:00
Zoltan Kochan
7f344517c7 chore(release): 1.32.1 2018-02-11 21:47:14 +02:00
Zoltan Kochan
dd6d631abb fix: update supi to version 0.12.8
ref #992
ref #1029
2018-02-11 21:35:21 +02:00
Zoltan Kochan
9ae44aa088 fix(reporting): print progress when invoked from CI
ref #1028
2018-02-10 22:32:25 +02:00
Zoltan Kochan
77d38dcb18 perf: update package-store to v0.16
Getting rid of redundant renamings

ref #1015
2018-02-10 12:37:59 +02:00
Zoltan Kochan
1c65401206 chore(release): 1.32.0 2018-02-04 22:23:55 +02:00
Zoltan Kochan
9abd5ca831 feat: --no-shrinkwrap
close #1025
2018-02-04 22:03:57 +02:00
Zoltan Kochan
c6d5b8c793 fix(reporting): eliminate flickering
ref #1017
ref #914
2018-02-04 02:11:09 +02:00
Zoltan Kochan
b5fd2e0968 chore(release): 1.31.6 2018-02-03 15:57:57 +02:00
Zoltan Kochan
3c3aa9d71b chore(release): 1.31.5 2018-02-02 00:43:00 +02:00
Zoltan Kochan
8a02a8ffe6 chore(release): 1.31.4 2018-02-01 01:33:20 +02:00
Zoltan Kochan
294d26e999 chore: update typescript to version 2.7 2018-01-31 21:29:44 +02:00
Zoltan Kochan
4aef51c417 fix: throttle progress reporting
ref #1017
2018-01-31 01:49:11 +02:00
Zoltan Kochan
18d5997313 fix(reporting): report resolving/fetching progress less frequently
ref #1017
2018-01-30 00:53:34 +02:00
Zoltan Kochan
e1016e7a26 chore(release): 1.31.3 2018-01-29 01:39:24 +02:00
Zoltan Kochan
29607a75c0 fix: update supi to version 0.12.3 2018-01-29 01:39:14 +02:00
Zoltan Kochan
40bfb66d49 chore(release): 1.31.2 2018-01-28 20:31:36 +02:00
Zoltan Kochan
92062a1fcf fix: update dependencies 2018-01-28 20:17:34 +02:00
Zoltan Kochan
8c6a700431 chore(release): 1.31.1 2018-01-25 22:13:17 +02:00
Zoltan Kochan
6a4846bd0c chore(release): 1.31.0 2018-01-24 21:50:00 +02:00
Emanuele Tamponi
7efaf408d0 feat: flag to ignore upload requests (#1010)
* feat: flag to ignore upload requests

* chore: bump up @pnpm/server dep to 0.7.1

* test: ignore upload requests

* fix: add help for ignore upload requests

* fix: use promisify instead of thenify
2018-01-24 21:39:25 +02:00
Zoltan Kochan
71b23ea68e fix: --no-optional
ref #1014
2018-01-24 09:17:16 +02:00
Zoltan Kochan
060f44f5ef fix(server): terminate the store server if graceful stop fails (#1003)
* refactor: use process-exists instead of is-running

* fix(server): terminate the store server if graceful stop fails
2018-01-23 22:12:24 +02:00
Emanuele Tamponi
ef70230f96 feat: parse side-effects-cache(-readonly) options (#994)
* feat: parse side-effects-cache(-readonly) options

* fix: add new options to help

* fix(deps): update

* test: side effects cache tests, same as supi

* test; remove unused variables and imports

* test: do not use spread syntax
2018-01-22 19:57:49 +02:00
Zoltan Kochan
f240840cda chore(release): 1.30.2 2018-01-21 19:36:01 +02:00
Zoltan Kochan
7144f44cbd chore(release): 1.30.1 2018-01-21 01:53:26 +02:00
Zoltan Kochan
034f30b1e7 chore(release): 1.30.0 2018-01-19 02:08:18 +02:00
Zoltan Kochan
4ed9c729e6 fix: update supi to 0.11.3 and execa to 0.9.0
Fix: `Unexpected store used for installation` not case-insensitive

close #996
2018-01-19 02:00:14 +02:00
Zoltan Kochan
e4ce9c5a94 feat: running server in the background (#995)
* feat: running server in the background

close #960

* feat: store server can run in the background

* fix: update diable to version 4.0.1

* feat(help): add server start/stop to commands list

* feat: better info messages about server start
2018-01-19 01:38:10 +02:00
Zoltan Kochan
3b1fcc9360 feat(server): add stop command (#993)
* feat(server): add stop command

ref #960

* feat(server): `pnpm server` becomes `pnpm server start`

SEMI-BREAKING CHANGE:

`pnpm server` doesn't start a server but only prints help

`pnpm server start` starts a store server

* refactor: rename unstoppable to ignore-stop-requests
2018-01-17 00:03:12 +02:00
Zoltan Kochan
3ebde2d2c1 chore(release): 1.29.1 2018-01-14 15:11:43 +02:00
Zoltan Kochan
5dba20a418 chore(release): 1.29.0 2018-01-14 14:39:13 +02:00