Zoltan Kochan
cc4a46d44d
chore(release): 7.0.0-beta.1
2022-03-19 20:43:30 +02:00
Zoltan Kochan
06e679f80f
feat: prevent deep imports using exports ( #4440 )
2022-03-15 23:42:48 +02:00
Zoltan Kochan
5420148392
feat: Node.js 12 is not supported
2022-03-15 02:18:08 +02:00
Zoltan Kochan
25a0b58d5d
ci: use pnpm v7 ( #4307 )
2022-02-08 02:33:55 +02:00
Zoltan Kochan
f6c5354b24
chore(release): 7.0.0-alpha.0
2022-01-31 18:08:28 +02:00
Zoltan Kochan
e68cde97b7
fix: links to homepage and repository
...
close #4276
2022-01-22 15:57:26 +02:00
Valentin Semirulnik
b39cabde82
ci: setup cache for TS and Jest ( #4049 )
2022-01-19 00:13:13 +02:00
Zoltan Kochan
83a4ea0662
fix: prod deps should not be installed as dev deps ( #4210 )
2022-01-08 03:27:38 +02:00
Zoltan Kochan
34f4409316
docs(readme): update installation sections
2022-01-07 18:05:35 +02:00
Zoltan Kochan
af15da323e
chore(release): 6.24.0
2021-12-14 14:17:42 +02:00
Igor Bezkrovnyi
927c4a0890
feat: aggregate-output ( #4109 )
...
close #4070
2021-12-11 23:46:20 +02:00
Zoltan Kochan
1650b6e962
fix: rename typings field to types
2021-11-03 15:24:31 +02:00
Victor Vlasenko
b19ada8ef3
refactor: simplify scripts for running lint ( #3895 )
2021-10-19 17:40:20 +03:00
Zoltan Kochan
0a639e41b8
feat: every package should have a pnpm<major_version> keyword
2021-10-11 12:15:32 +03:00
Zoltan Kochan
9821c0289b
chore(release): 6.17.0
2021-10-10 15:05:02 +03:00
Zoltan Kochan
1efaaf706b
feat: dlx should support the --silent option ( #3839 )
...
ref #3687
2021-10-10 02:21:42 +03:00
Zoltan Kochan
b14c9a0f1e
chore(release): 6.16.0
2021-09-29 01:16:31 +03:00
Igor Bezkrovnyi
fe5688dc0c
feat: changed-files-ignore-pattern option ( #3797 )
2021-09-27 00:42:43 +03:00
Zoltan Kochan
d094a2f90a
chore(release): 6.5.0
2021-05-22 23:01:56 +03:00
Zoltan Kochan
c2a71e4fde
feat: --use-stderr ( #3463 )
2021-05-19 23:50:27 +03:00
Zoltan Kochan
78513adf00
chore(release): 6.2.0
2021-04-24 23:18:19 +03:00
cdoucet-cvent
dfdf669e64
feat: add new filter-prod option ( #3372 )
...
Add the new filter-prod option that executes the same as the filter option except
it does not include devDependencies when building the package graph.
Co-authored-by: Caleb Doucet <cdoucet>
2021-04-22 18:57:27 +03:00
Zoltan Kochan
e6859e2c24
chore(release): release all packages except the CLI one
2021-04-05 04:52:05 +03:00
Zoltan Kochan
3a0c77de6e
docs: update authors
2021-04-05 01:26:56 +03:00
Zoltan Kochan
eb19323b2a
style: autoformat code before running tests ( #3250 )
2021-03-21 03:50:55 +02:00
Zoltan Kochan
0e27819fee
chore(release): 5.17.2
2021-02-14 22:25:41 +02:00
Zoltan Kochan
4e7bde6675
fix: improve filter help
2021-02-08 00:56:15 +02:00
Zoltan Kochan
97b986fbc8
feat: Node.js v10 is not supported anymore ( #3121 )
...
* feat: Node.js v10 is not supported anymore
BREAKING CHANGE:
2021-02-04 03:54:58 +02:00
Zoltan Kochan
046a848314
chore(release): 5.14.0
2020-12-23 11:56:37 +02:00
Zoltan Kochan
1ec47db33e
feat: new CLI option --test-pattern
2020-12-22 20:36:59 +02:00
Zoltan Kochan
18a191b513
ci: run tests on Node.js 10.16
2020-10-09 03:14:25 +03:00
Zoltan Kochan
a11aff2990
feat: excluding packages using --filter
...
Packages may be excluded from a command's scope, using "!" at the
beginning of the selector.
For instance, this will run tests in all projects except foo:
```
pnpm --filter=!foo test
```
And this one will run tests in all projects that are not under the
`lib` directory:
```
pnpm --filter=!./lib test
```
close #2804
PR #2898
2020-09-26 13:41:49 +03:00
Zoltan Kochan
80b8f5ef24
feat: support Node.js from v10.14
2020-09-23 01:09:33 +03:00
Zoltan Kochan
899dec0751
chore(release): 5.6.0
2020-09-17 12:20:07 +03:00
Zoltan Kochan
092f8dd83a
feat: --workspace-root
...
`--workspace-root`, `-w`: a new option that allows to focus on
the root workspace project.
E.g., the following command runs the `lint` script of the root
`package.json` from anywhere in the monorepo:
```
pnpm -w lint
```
PR #2866
2020-09-17 11:07:05 +03:00
Zoltan Kochan
1c8a02e996
style: use eslint instead of tslint
...
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
dc7fffbbd5
chore(release): 5.1.0
2020-06-01 20:12:12 +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
f9c54efe3d
chore: add a funding link to every package.json
2020-05-01 14:53:31 +03:00
Zoltan Kochan
f5a2eb0703
chore(release): 4.13.0-0
2020-04-06 21:10:15 +03:00
Zoltan Kochan
f425651401
feat: --loglevel
...
close #2140
PR #2465
2020-04-06 14:34:54 +03:00
Zoltan Kochan
bf4dcc312d
feat: support only Node>=10.13
2020-03-16 02:16:53 +02:00
Zoltan Kochan
27816890b4
fix: the order of patterns in "files"
2020-03-16 02:12:19 +02:00
Zoltan Kochan
c4cc7638c1
refactor: rename tsc scripts to compile
2020-03-12 20:57:33 +02:00
Zoltan Kochan
3ac627a709
chore(typescript): use project references
...
PR #2413
close #2410
2020-03-12 11:30:44 +02:00
Zoltan Kochan
c6901e185e
chore: autogenerating some of the common meta
2020-03-11 23:24:02 +02:00
Zoltan Kochan
fa58ed8168
test: use source maps to remap coverage results
2020-03-08 03:14:23 +02:00
Zoltan Kochan
f461704e19
chore(deps): update rimraf and npm
2020-01-30 21:48:30 +02:00
Zoltan Kochan
fcf83108e9
chore(release): 4.7.1
2020-01-09 23:07:42 +02:00
Zoltan Kochan
dc30dc561a
chore(release): 4.7.0-1
2020-01-07 22:49:21 +02:00