Kirils L
68c63f30a8
docs(nextjs): move next.js guide to next.js plugin page ( #8758 )
2022-01-31 15:12:45 -05:00
Phillip Barta
1804c629ec
chore(repo): update yarn to 1.22.17 ( #8785 )
2022-01-31 17:37:03 +01:00
Chau Tran
974b2f6e1a
docs(js): add Overview page for nrwl/js ( #8761 )
...
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-01-31 09:51:27 -05:00
Leosvel Pérez Espinosa
c2dd9e0068
docs(angular): add guide for using tailwind css with angular projects ( #8741 )
2022-01-31 10:28:23 +00:00
Victor Savkin
5e3f1d47bf
chore(repo): update repo to 13.7.1
2022-01-28 21:20:27 -05:00
Victor Savkin
cdf2cf051c
Release 13.7.1
2022-01-28 20:57:56 -05:00
Victor Savkin
a7b1065be4
fix(core): fix the issue introduced by 45c9ee09
2022-01-28 20:56:07 -05:00
Victor Savkin
4e5b48d64a
fix(core): warn when daemon fails to start
2022-01-28 20:42:29 -05:00
Marc Abramowitz
f17821732b
fix(misc): don't disable chalk when FORCE_COLOR is set ( #8226 )
...
* Don't disable chalk when FORCE_COLOR is set
My lint output in Jenkins wasn't colored, which is pretty normal because
a lot of apps when running in Jenkins don't think they have a
color-capable terminal to write to, but I expected that setting the
`FORCE_COLOR` environment variable would work to override this, but I
was surprised to find that it didn't help. Looking at the Nx code, I see
that chalk is turned off whenever `CI` is true, which seems like it
should be refined a bit.
* chore(core): fix code
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-01-28 20:11:02 -05:00
Jason Jean
1f6c17031e
fix(core): fix git support detection ( #8764 )
2022-01-29 00:38:29 +00:00
Juri Strumpflohner
8576330baa
fix(core): cacheDirectory resolution ( #8760 )
2022-01-28 18:38:27 -05:00
Jason Jean
490c66f245
fix(core): fix dot notation parsing ( #8763 )
2022-01-28 18:36:20 -05:00
Jason Jean
3cdc681326
fix(core): check if taskRunnerOptions exists ( #8762 )
2022-01-28 23:11:37 +00:00
Alexey Shlyk
5a74c02a49
fix(node): the type keyword may either be a string or an array ( #8744 )
...
ISSUES CLOSED : #8112
2022-01-28 17:13:14 -05:00
Victor Savkin
08dae54011
Release 13.7.0
2022-01-28 17:07:29 -05:00
Caleb Ukle
f58f0f5eee
docs(express): update overview page ( #8759 )
2022-01-28 17:05:52 -05:00
Victor Savkin
51b90435b3
fix(core): fix cache for directory outputs ( #8756 )
...
Only use parent directory for outputs if output is a file. Closes #8504 .
This bug has been caused by 16e9f58f76 .
Co-authored-by: skrtheboss <denisfrenademetz97@gmail.com>
2022-01-28 16:30:14 -05:00
Isaac Mann
a49ac56789
docs(react): update react tutorial ( #8757 )
...
* docs(react): update react tutorial
* docs(core): update nx dev
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-28 20:57:53 +00:00
Phillip Barta
f94d3dad2a
fix(core): use fs/promises instead of promisifying with the util module ( #8530 )
...
* fix(core): use fs/promises instead of promisifying with the util module
* chore(core): use path exists instead of existsSync
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-01-28 15:53:08 -05:00
Benjamin Cabanes
176d81a82c
docs(nxdev): fix daemon typo ( #8753 )
2022-01-28 20:13:21 +00:00
Victor Savkin
f72c6796a5
fix(core): terminal caching fails when trying to close the file descriptor
2022-01-28 15:10:09 -05:00
Jack Hsu
a20e475f6e
chore(node): update overview page ( #8752 )
2022-01-28 19:52:48 +00:00
Stephen Wade
09dfe8de83
fix(linter): clean up comment after #8147 ( #8691 )
...
PR #8147 removed the ESLint override to turn off @typescript-eslint/no-unused-vars for *.tsx files. This commit removes the comment that references it.
2022-01-28 14:48:57 -05:00
Jason Jean
e759abdc95
fix(misc): fix npm-package generator on windows ( #8751 )
2022-01-28 14:41:54 -05:00
Phillip Barta
21997ccdaa
feat(express): update express to 14.17.2 ( #8628 )
...
* feat(express): update express to 14.17.2
* chore(node): cleanup some changes
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-01-28 14:33:11 -05:00
Daniel Payet
b86feb1048
fix(dep-graph): set the number of workers with environment variables
...
In a docker container, the result of os.cpus() can be wrong (https://github.com/nodejs/node/issues/28762 ).
2022-01-28 14:31:47 -05:00
Niklas
6dde019a3b
fix(testing): add number type to cypress ciBuildId ( #8677 )
...
Expand the Cypress runner ciBuildId parameter to also receive numbers instead of only strings.
ISSUES CLOSED : #8675
2022-01-28 14:18:09 -05:00
Nicholas Cunningham
20975e0aac
fix(web): web executor referencing wrong file ( #8670 )
...
ISSUES CLOSED : #8607
2022-01-28 14:00:55 -05:00
Phillip Barta
489cee5bc0
fix(linter): mark eslint-config-prettier as optional ( #8722 )
2022-01-28 13:59:13 -05:00
Emily Xiong
91bdfba626
docs(react-native): update react-native detox overview page
2022-01-28 13:57:09 -05:00
Philip Fulcher
9ba836bfda
feat(react): upgrade eslint-plugin-react-hooks to 4.3.0
2022-01-28 13:52:16 -05:00
Eli Robinson
940fb0dced
docs(core): remove additional bracket and brace from two code examples on project config
2022-01-28 13:46:33 -05:00
Benjamin Cabanes
a5a0340a13
chore(core): remove confusing cli description command ( #8749 )
2022-01-28 13:45:21 -05:00
Phillip Barta
e668dc00ac
chore(core): update license-webpack-plugin to 4.0.0 ( #8632 )
2022-01-28 13:43:11 -05:00
Kirill Metrik
1c5ad6e45a
fix(core): avoid importing posix/path but still use posix paths on Windows
2022-01-28 13:35:13 -05:00
Jason Jean
bf70569636
fix(core): deprecate, fix error, and print warning when using --only-failed ( #8748 )
2022-01-28 13:28:16 -05:00
Phillip Barta
15ff29640c
chore(repo): update open to 8.4.0 ( #8629 )
2022-01-28 13:27:44 -05:00
Phillip Barta
2b1fbfd6f6
cleanup(core): cleanup hasher and core fileutils
2022-01-28 13:26:12 -05:00
Jack Hsu
95d11f5c16
chore(web): update overview page ( #8747 )
2022-01-28 13:09:27 -05:00
Jack Hsu
1a93d55e1d
chore(react): update overview page ( #8745 )
2022-01-28 12:49:20 -05:00
Isaac Mann
7ed26dd330
docs(core): docs(angular): update angular tutorial ( #8746 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-28 17:40:07 +00:00
Phillip Barta
a70cf62e5d
cleanup(repo): remove @cypress/request ( #8630 )
2022-01-28 11:45:45 -05:00
Caleb Ukle
d2593e1153
docs(testing): update jest overview page ( #8729 )
2022-01-28 16:44:52 +00:00
Jonathan Cammisuli
670378d2d8
docs(nx-plugin): clean up nx plugin overview ( #8742 )
2022-01-28 10:56:21 -05:00
Juri Strumpflohner
d5d25a8614
docs(core): fix Nx daemon docs ( #8740 )
2022-01-28 10:42:10 -05:00
Phillip Barta
c9c17745ad
fix(nxdev): typedoc devkit links ( #8734 )
2022-01-28 09:32:49 -05:00
Benjamin Cabanes
ee71515848
docs(nx-dev): update edit this page link ( #8737 )
2022-01-28 09:24:16 -05:00
Colum Ferry
f4fa81338d
feat(angular): support version 13.2.0 ( #8457 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-01-28 09:01:51 +00:00
Benjamin Cabanes
c3d89478a4
docs(core): improve workspace-lint command ( #8731 )
2022-01-27 22:10:34 +00:00
Benjamin Cabanes
b64c1c5c52
docs(nxdev): help us improve the documentation ( #8727 )
2022-01-27 14:56:05 -05:00