6927 Commits

Author SHA1 Message Date
Benjamin Cabanes
e5804afbc1
docs(nxdev): reskin community page (#8927) 2022-02-11 10:07:54 -05: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
Quincy Hill
2f52e1a9ab
docs(core): fixes typo under project configuration (#8898)
# What is changed

Fixes `if you satisfied` with `if you're satisfied`.
2022-02-10 17:08: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
Jason Jean
bcec76f32d Release 13.8.1 2022-02-10 12:07:53 -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
Benjamin Cabanes
6e42c9ffd8
docs(core): add tsx extention to tailwdincss react guide (#8923) 2022-02-10 15:12:12 +00:00
Benjamin Cabanes
5ff166db3d
docs(nxdev): update testimonials content (#8915) 2022-02-10 10:20:41 +01: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
Benjamin Cabanes
dcdca3d9a4
docs(nxdev): fix testimonials typo (#8913) 2022-02-09 18:23:32 +00:00
Benjamin Cabanes
091ca88016
docs(nxdev): add testimonials section (#8833) 2022-02-09 10:36:32 -05:00
Victor Savkin
b948523840
chore(repo): update nx and nx-cloud 2022-02-08 13:25:26 -05:00
Victor Savkin
f21754ae5e
Release 13.8.0 2022-02-08 12:27:28 -05: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
Victor Savkin
47b29d8ece
chore(repo): update nx to 13.8.0-beta.1 2022-02-07 10:37:31 -05:00
“JamesHenry”
04135e8d4d chore(core): dynamic run-one output renderer 2022-02-07 10:24:16 -05:00
Miroslav Jonaš
b9f6c73fb9
chore(repo): remove nightly e2e test trigger on new nx version (#8878) 2022-02-07 03:44:20 -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
Benjamin Cabanes
045c8dc9eb
chore(core): use prettier tailwindcss plugin (#8856) 2022-02-04 15:38:06 -05:00
Benjamin Cabanes
e2330f0667
docs(core): ngrx guide use nx (#8853) 2022-02-04 17:34:04 +00: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
Isaac Mann
21dab24675
docs(nxdev): cleanup plugin docs (#8845)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-02-04 15:47:26 +00:00
Miroslav Jonaš
4a9be349bf
chore(repo): turn on full linter checks on CI (#8842) 2022-02-04 15:40:20 +01:00
Victor Savkin
dcfb050003
Release 13.7.3 2022-02-04 09:31:03 -05:00
Miroslav Jonaš
7d487fe3d5
chore(nxdev): fix invalid path import (#8841) 2022-02-04 14:35:40 +01:00
Miroslav Jonaš
28697e528f
chore(repo): remove leftover nx-dev tests (#8839) 2022-02-04 12:54:27 +01: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
Benjamin Cabanes
f439d96832
docs(core): add applications and libraries section (#8827) 2022-02-03 11:52:14 -05:00
Benjamin Cabanes
ec70115956
docs(nxdev): fix create-nx-workspace animation cue (#8829) 2022-02-03 16:47:30 +00:00
Benjamin Cabanes
3f36921aaa
docs(nxdev): flatten storybook executors map links (#8822) 2022-02-03 11:03:00 -05:00
Benjamin Cabanes
f62b7091d3
docs(nxdev): remove gitted docs (#8819) 2022-02-03 08:52:54 -05: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
Jason Jean
152e19ef81 Release 13.7.2 2022-02-02 13:29:49 -05: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
c48062007e
docs(angular): fix missing image in setup mfe guide (#8816) 2022-02-02 11:46:27 +00:00
Leosvel Pérez Espinosa
2cf06140e6
docs(angular): fix plugin overview links (#8815) 2022-02-02 11:05:36 +00:00
Fabian Kaupp
3494d7b9b9
fix(docs): fix id of library-secondary-entry-point page (#8739)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-02-02 08:53:12 +00:00
Jason Jean
686ef1c95f
docs(core): fix broken link (#8807)
The rendered docs at <https://nx.dev/using-nx/nx-devkit> link to
<https://nx.dev/using-nx/'./workspace/project-graph-plugins'> which just
redirects to the intro page.
<https://nx.dev/structure/project-graph-plugins> is likely the intended
target.

Co-authored-by: cwandrew <92800777+cwandrew@users.noreply.github.com>
2022-02-01 17:14:53 -05: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