Denis Frenademetz
619a7e825e
fix(core): wait for tasks to be scheduled before checking for work ( #8840 )
...
Ensure task are scheduled before checking if there is some work to do,
else it can occur that tasks are scheduled, but no check for work is triggered
until the next task completes.
Closes #8888 .
2022-02-11 15:23:34 -05:00
Phillip Barta
5bf37f00bd
fix(web): remove deep import of webpack ProgressPlugin ( #8892 )
2022-02-11 15:14:18 -05:00
Xinan
3c25a1ce02
fix(web): support custom webpack config written in TypeScript for web:build ( #8939 )
2022-02-11 15:04:20 -05:00
Juri
48117ac13f
feat(js): add @nrwl/js to the core plugin list
2022-02-11 20:42:24 +01:00
Isaac Mann
cb452b48a4
docs(core): use project.json instead of workspace.json ( #8936 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-02-11 17:00:54 +00:00
Phillip Barta
1f3fbab947
chore(web): update webpack-subresource-integrity to 5.1.0 ( #8890 )
2022-02-10 18:26:14 -05:00
Jason Gerbes
9900732e92
fix(js): exclude .test.ts files in tsconfig ( #8908 )
...
* fix(js): Exclude .test.ts files in tsconfig
* fix(js): exclude .test.ts files in tsconfig
Co-authored-by: Jason Gerbes <jason.gerbes@vista.co>
2022-02-10 17:47:50 -05:00
Jack Hsu
1e647b9c83
feat(next): call init when generating next.js lib ( #8926 )
2022-02-10 21:37:29 +00:00
Phillip Barta
49173ef717
chore(web): removed unused dependency rimraf ( #8891 )
2022-02-10 12:44:57 -05:00
Colum Ferry
78976bcfa1
fix(storybook): do not update existing react stories ( #8920 )
2022-02-10 18:25:15 +02:00
Jack Hsu
85da21bf29
fix(react): update storybook config to skip type checking ( #8922 )
2022-02-10 17:32:52 +02:00
Colum Ferry
91ca67ad6b
fix(angular): add cypress workaround when generating mfes ( #8909 )
...
* fix(angular): add cypress workaround when generating mfes
* fix(angular): add a migration for cypress mfe
* docs(angular): fix typos in mfe docs
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
* fix(angular): target 13.8.1 for migration
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-02-09 23:12:08 +00:00
Jason Jean
2213b4d1a8
fix(core): fix parsing of dot notation flags ( #8889 )
2022-02-08 10:35:34 -05:00
John Woodruff
9a0db6a61e
fix(angular): newProjectRoot key is removed on Angular CLI conversion ( #8865 )
...
When converting an Angular CLI project to an NX Workspace, the newProjectRoot key needs to be removed
from the angular.json to ensure generators function properly.
Closes #8851
2022-02-08 09:24:48 +00:00
William Sedlacek
e942a85b1c
feat(react-native): debug option for build-android ( #8702 )
...
* feat(react-native): debug option for build-android
* docs(react-native): debug option
2022-02-07 21:39:31 -05:00
peter
0182df4b9f
fix(react-native): use metro default resolver on tsconfig import ( #8656 )
...
use metro default resolver on tsconfig match result.
it fixes tsconfig paths import with index files
2022-02-07 21:35:16 -05:00
Victor Savkin
e008caf9f9
feat(misc): change cloud prompt default
2022-02-07 20:09:40 -05:00
Victor Savkin
0b86b141e0
fix(core): node-based file hasher should use absolute paths
2022-02-07 13:18:17 -05:00
“JamesHenry”
04135e8d4d
chore(core): dynamic run-one output renderer
2022-02-07 10:24:16 -05:00
Juri
aa1d8b8e3f
docs(misc): adjust Tailwind references to v3
2022-02-05 19:42:37 +01:00
Jack Hsu
475143b3b4
feat(react): add postcssConfig option to apps to enable auto-loading or set a single path ( #8849 )
2022-02-05 12:24:07 -05:00
Jason Jean
f069d8ec71
fix(core): properly throw error when failing to read workspace ( #8835 )
2022-02-04 18:58:00 -05:00
Amman Vedi
eb04324547
fix(core): change ng to nx ( #8843 )
...
The command ng is incorrect it should be nx
2022-02-04 11:09:11 -05:00
Leosvel Pérez Espinosa
39f4c47fd0
fix(angular): update schemas with missing changes from previous versions ( #8836 )
2022-02-04 11:07:57 +00:00
Miroslav Jonaš
076254c40f
fix(linter): add missing swc/core-linux-* as optional dependencies ( #8831 )
2022-02-04 09:45:04 +01:00
Kalarrs Topham
babd4bdf8d
chore(angular): export all angular generators ( #8820 )
...
add missing generators to angular/generators exports
2022-02-03 09:33:02 +00:00
Miroslav Jonaš
da6451930c
fix(linter): add swc/core-linux-musl as an optional dependency for alpine ( #8814 )
2022-02-02 13:08:32 +00:00
Leosvel Pérez Espinosa
cf7a18bd14
fix(angular): prevent adding dependencies when generating apps and specifying skipPackageJson ( #8806 )
2022-02-01 16:32:47 -05:00
Leosvel Pérez Espinosa
3a2fd3f419
fix(angular): support target aliases existing in the angular-cli ( #8787 )
2022-02-01 13:59:02 -05:00
Victor Savkin
fb056891ec
fix(core): do not start daemon process when running a docker container
2022-02-01 13:54:11 -05:00
Jack Hsu
120e987580
fix(react): fix issue with postcss and images in webpack config ( #8802 )
...
Fixes #8300
2022-02-01 11:43:01 -05:00
Jack Hsu
f2b207ed7b
feat(js): enable buildable libraries by default ( #8804 )
2022-02-01 16:06:04 +00:00
Jack Hsu
d727de33f3
feat(react): enable support for avif images ( #8803 )
2022-02-01 10:33:24 -05:00
Colum Ferry
19f8813450
fix(storybook): ensure watch is passed to angular storybook options ( #8800 )
2022-02-01 06:42:17 -05:00
Leosvel Pérez Espinosa
5f3ca7892d
fix(angular): update ng-packagr executors to support browserlist version ranges ( #8783 )
2022-02-01 11:14:17 +00:00
Victor Savkin
5e3f1d47bf
chore(repo): update repo to 13.7.1
2022-01-28 21:20:27 -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
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
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
Victor Savkin
f72c6796a5
fix(core): terminal caching fails when trying to close the file descriptor
2022-01-28 15:10:09 -05: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