Commit Graph

119 Commits

Author SHA1 Message Date
Zoltan Kochan
c13ae0ee6e chore(release): 5.4.11 2020-08-02 12:18:05 +03:00
Zoltan Kochan
855bc11db1 chore(release): 5.4.10 2020-08-01 23:35:31 +03:00
Zoltan Kochan
390006e872 chore(release): 5.4.9 2020-07-31 13:51:21 +03:00
Zoltan Kochan
a2ef8084fa fix: use the same version ranges across the monorepo 2020-07-30 02:03:07 +03:00
Zoltan Kochan
e154729b10 chore(release): 5.4.4 2020-07-26 02:50:56 +03:00
Zoltan Kochan
95d92cdcff chore(release): 5.4.1 2020-07-21 01:04:15 +03:00
Zoltan Kochan
0f71b697eb chore(deps): update 2020-07-20 23:32:56 +03:00
Zoltan Kochan
6b45130010 chore(release): 5.4.0 2020-07-12 01:47:38 +03:00
Zoltan Kochan
944a1eae8e chore(release): 5.2.9 2020-07-05 19:35:30 +03:00
Zoltan Kochan
76aaead321 fix: run --silent
close #2660
PR #2665
2020-07-05 01:40:42 +03:00
Zoltan Kochan
6b53f9ed16 chore(release): 5.2.8 2020-07-04 02:52:13 +03:00
Zoltan Kochan
e0dd0bca10 chore(release): 5.2.7 2020-07-03 03:06:51 +03:00
Zoltan Kochan
ddb1db85d4 chore(release): 5.2.5 2020-06-22 21:07:23 +03:00
Zoltan Kochan
d918937597 chore(release): 5.2.4 2020-06-22 15:45:36 +03:00
Zoltan Kochan
220896511a refactor: remove common-tags from dependencies 2020-06-21 16:39:49 +03:00
Zoltan Kochan
db17f6f7b6 refactor: move Project and ProjectsGraph to @pnpm/types 2020-06-21 14:54:49 +03:00
Zoltan Kochan
843e8d3808 chore(release): 5.2.2 2020-06-19 01:59:28 +03:00
Zoltan Kochan
60544ee5ed chore(release): 5.2.0-0 2020-06-16 01:08:54 +03:00
Zoltan Kochan
42fa77c064 chore(release): 5.1.8 2020-06-12 23:17:26 +03:00
Zoltan Kochan
04e36ce175 chore(release): 5.1.7 2020-06-11 11:45:48 +03:00
Zoltan Kochan
740219129c chore(release): 5.1.6 2020-06-09 11:18:42 +03:00
Zoltan Kochan
6ecce09d12 chore(release): 5.1.5 2020-06-08 16:01:43 +03:00
Zoltan Kochan
cc1b43886f fix(deps): update p-limit to v3.0.1 2020-06-06 19:36:42 +03:00
Zoltan Kochan
d3ddd023c5 fix(deps): update p-limit to v3 2020-06-06 15:28:20 +03:00
Zoltan Kochan
dc7fffbbd5 chore(release): 5.1.0 2020-06-01 20:12:12 +03:00
Zoltan Kochan
0e8daafe41 feat: --parallel
The `run` and `exec` commands may use the `--parallel` option.

`--parallel` completely disregards concurrency and topological sorting,
running a given script immediately in all matching packages
with prefixed streaming output. This is the preferred flag
for long-running processes such as watch run over many packages.

For example: `pnpm run --parallel watch`

close #2528
PR #2599
2020-06-01 11:22:44 +03:00
Zoltan Kochan
ffddf34a89 feat: --stream
Add new global option called `--stream`.

When used, the output from child processes is streamed to the console immediately, prefixed with the originating package directory. This allows output from different packages to be interleaved.

close #2147
close #1609
PR #2595
2020-05-31 13:46:32 +03:00
Zoltan Kochan
8094b2a628 fix(run): infinite recursion
A recursive run should not rerun the same package script which started the lifecycle event.

For instance, let's say one of the workspace projects has the following script:

```json
"scripts": {
  "build": "pnpm run -r build"
}
```

Running `pnpm run build` in this project should not start an infinite recursion.
`pnpm run -r build` in this case should run `build` in all the workspace projects except the one that started the build.

Related issue: #2528
2020-05-30 22:02:27 +03:00
Zoltan Kochan
c4b1ab2998 chore(release): 5.0.0-rc.1 2020-05-23 17:17:34 +03:00
Zoltan Kochan
7da0767175 chore(release): 5.0.0-rc.0 2020-05-23 16:29:04 +03:00
Zoltan Kochan
0ca0e9fb81 chore(release): 5.0.0-alpha.7 2020-05-20 20:52:37 +03:00
Zoltan Kochan
d63955f3ce chore(deps): update 2020-05-20 20:44:50 +03:00
Zoltan Kochan
2610332c20 chore(deps): update 2020-05-15 22:56:34 +03:00
Zoltan Kochan
47bcd39aee chore(deps): update @types/mz 2020-05-15 15:43:02 +03:00
Zoltan Kochan
906465529a style: reformat multiline unions 2020-05-14 14:30:09 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
2ea003aa8a chore(release): 5.0.0-alpha.6 2020-05-11 22:22:23 +03:00
Zoltan Kochan
e3990787a1 refactor: NodeModules options renamed to Modules 2020-05-09 02:33:54 +00:00
Zoltan Kochan
624289f617 chore(deps): update 2020-05-08 22:40:48 +00:00
Zoltan Kochan
52c030fa57 refactor: types 2020-05-08 02:09:40 +00:00
Zoltan Kochan
7ca9702dc5 chore(release): v5.0.0-alpha.4 2020-05-06 02:28:35 +03:00
Zoltan Kochan
b40af1c07c chore(release): v5.0.0-alpha.3 2020-05-03 17:44:30 +03:00
Zoltan Kochan
57539729e1 chore(release): 4.14.2 2020-05-02 12:54:22 +03:00
Jonathan Morley
c80d4ba3c3 feat: have if-present apply to recursive runs
PR #2520
2020-05-02 12:36:58 +03:00
Zoltan Kochan
2e536326c7 chore: add a funding link to every package.json 2020-05-02 12:36:31 +03:00
Zoltan Kochan
f385c82cf7 chore(release): 4.14.1 2020-04-25 22:09:22 +03:00
Zoltan Kochan
b929ae15e0 fix(deps): update
write-yaml-file@4.1.0 and write-json5-file@3.0.0
2020-04-25 17:18:46 +03:00
Zoltan Kochan
21454aaa9a chore(release): 4.14.0-0 2020-04-14 01:13:06 +03:00
Zoltan Kochan
6afba68819 fix(exec): exec should fail with better error
"pnpm exec" currently works only when executed recursively,
so it should fail with a meaningful error if "-r" is not
present.

close #2461
2020-04-12 12:35:22 +03:00
Zoltan Kochan
36b2ff34ef chore(release): 4.13.0 2020-04-09 23:31:53 +03:00