Commit Graph

1787 Commits

Author SHA1 Message Date
Zoltan Kochan
134e4a4e06 chore(release): 1.35.2 v1.35.2 2018-02-28 02:46:04 +02:00
Zoltan Kochan
6093ee0021 fix: refetch local tarball when its integrity has changed
close #1054
2018-02-28 02:41:56 +02:00
Zoltan Kochan
1b86b3294a chore(release): 1.35.1 v1.35.1 2018-02-26 21:33:17 +02:00
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
e9e0e17eb0 ci: use pnpm@1.33.2 for installation 2018-02-25 23:41:21 +02:00
Zoltan Kochan
cbc89fee29 chore(release): 1.35.0 v1.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
Akshay Kadam
246fa2ac98 docs(readme): doesn't work with x (#1059)
* docs(readme): doesn't work with x

* docs(readme): add new config --shamefully-flatten

* docs
2018-02-25 13:48:15 +02:00
Zoltan Kochan
05eb261e26 fix(recursive): fail when action in a workspace package fails 2018-02-24 21:10:13 +02:00
Zoltan Kochan
adac6a02ab fix(cli): -P is a shorthand of --save-prod 2018-02-24 18:42:55 +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
ae5c58a489 refactor: move pnpmfile requiring to separate module 2018-02-24 14:10:35 +02:00
Zoltan Kochan
534806dbed chore(release): 1.34.0 v1.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
95f532b5c4 perf: smaller size of bundled pnpm 2018-02-20 23:37:35 +02:00
Zoltan Kochan
1a9b6eb694 chore(release): 1.33.2 v1.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
4205d278f3 ci: install pnpm@1.32.1 with the self-installer 2018-02-18 20:02:53 +02:00
Zoltan Kochan
af1f0efb3e chore(release): 1.33.1 v1.33.1 2018-02-18 19:56:16 +02:00
Zoltan Kochan
f481daf027 fix: pnpx 2018-02-18 19:56:02 +02:00
Dan Dascalescu
2ad4ba2102 docs(readme): add configuring example
close #1031
2018-02-18 13:32:52 +02:00
Zoltan Kochan
dccd812071 chore(release): 1.33.0 v1.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
4fca11e5e2 perf: make "pnpm -v" and "pnpm help" faster 2018-02-14 22:23:16 +02:00
Zoltan Kochan
7f344517c7 chore(release): 1.32.1 v1.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 v1.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
6ac52f7b6e feat(recursive): pnpm recursive dislink
Add a command for recursively dislinking packages

close #825
2018-02-04 12:27:46 +02:00
Zoltan Kochan
5204158b06 feat(recursive): pnpm recursive link
A new command for installation in a monorepo

ref #825
2018-02-04 12:27:46 +02:00
Zoltan Kochan
c6d5b8c793 fix(reporting): eliminate flickering
ref #1017
ref #914
2018-02-04 02:11:09 +02:00
Zoltan Kochan
e1ace3fa52 chore: fix shrinkwrap.yaml 2018-02-03 16:05:00 +02:00
Zoltan Kochan
b5fd2e0968 chore(release): 1.31.6 v1.31.6 2018-02-03 15:57:57 +02:00
Zoltan Kochan
a1c83ce497 fix: setting optional field in shrinkwrap.yaml 2018-02-03 15:57:01 +02:00
Zoltan Kochan
3c3aa9d71b chore(release): 1.31.5 v1.31.5 2018-02-02 00:43:00 +02:00
Zoltan Kochan
6595ca6a58 fix: update @pnpm/tarball-fetcher to 0.3.5 2018-02-02 00:38:21 +02:00
Zoltan Kochan
8a02a8ffe6 chore(release): 1.31.4 v1.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
e2b46cf7b2 fix(reporting): revert throttle 2018-01-30 01:21:11 +02:00
Zoltan Kochan
18d5997313 fix(reporting): report resolving/fetching progress less frequently
ref #1017
2018-01-30 00:53:34 +02:00