4303 Commits

Author SHA1 Message Date
Jason Jean
d2c18e651f
fix(core): throw an error when configuration is invalid/ outdated (#7452) 2021-10-20 17:05:37 +00:00
Jason Jean
63b71e8a4d
fix(testing): make cypress peer dependency optional (#7455) 2021-10-20 16:15:43 +00:00
Brandon
8705e4bb09
docs(core): reorganize CI guides (#7453) 2021-10-20 11:51:18 -04:00
Brandon
a43b6896bc
docs(core): add CI overview guide and updated guides (#7447) 2021-10-20 09:09:15 -05:00
Miroslav Jonaš
3d250efb52
docs(core): update nx-add text (#7445) 2021-10-20 15:21:00 +02:00
Miroslav Jonaš
ecbbc192cb
chore(repo): fix nightly publish failures on non-ubuntu machines (#7442) 2021-10-20 10:02:13 +02:00
Jason Jean
8a4b2ba151 Revert "chore(repo): test matrix failure (#7431)"
This reverts commit 149f8dc229ea5ad9d1fc8ea7f4383837f9d0a6d8.
2021-10-19 23:44:52 -04:00
Jack Hsu
22294e98a5
chore(react): update react packages (#7434) 2021-10-19 22:08:55 -04:00
Emily Xiong
5d47468f17
feat(react-native): upgrade @types/react-native versions (#7392)
- upgrade @type/react-native, detox and @react-native-community/cli
2021-10-19 21:24:35 -04:00
Jason Jean
17aecaea72
chore(repo): update nx to 13.0.0-rc.1 (#7433) 2021-10-20 00:38:34 +00:00
Miroslav Jonaš
149f8dc229
chore(repo): test matrix failure (#7431) 2021-10-19 19:55:36 -04:00
Miroslav Jonaš
ce36881000
docs(nxdev): update tags guide to new project configuration (#7426)
* docs(nxdev): update tags guide to new project configuration

* docs(nxdev): include review feedback
2021-10-19 19:54:18 -04:00
Jason Jean
aa307bc154
chore(repo): configure cypress e2e tests to depend on react (#7430) 2021-10-19 18:09:16 -04:00
Miroslav Jonaš
1a3a8cff1f
chore(repo): remove deprecated headless flag from e2e tests (#7428) 2021-10-19 17:25:53 -04:00
Jack Hsu
5028a9116c fix(web): fix index html generator for webpack 5 2021-10-19 16:30:55 -04:00
Victor Savkin
84183d7528 chore(repo): update generated docs 2021-10-19 16:28:54 -04:00
Victor Savkin
a20f326ac4 docs(core): add a plugin about using nx without plugins 2021-10-19 15:49:52 -04:00
James Henry
09fe7ab55c docs(core): add daemon guide 2021-10-19 13:20:36 -04:00
Craigory Coppola
bbe6bebcdd chore(core): update @nrwl/cli package.json 2021-10-19 11:47:49 -04:00
AgentEnder
00615d0f36 fix(angular): ng add works in v2 workspaces 2021-10-19 11:47:49 -04:00
Craigory Coppola
a300b2c0f2
docs(core): updates to configuration docs to reflect #6642 (#7413) 2021-10-19 10:27:03 -05:00
Victor Savkin
693bd411d7 fix(core): reset daemon intenral state when cache is missing 2021-10-19 11:19:20 -04:00
Jack Hsu
9c1ae3a1b0
chore(web): clean up webpack setup (#7411) 2021-10-19 09:07:33 -06:00
Benjamin Cabanes
24c9164ec7
docs(nxdev): animated hero accent background (#7414) 2021-10-19 10:37:26 -04:00
Katerina Skroumpelou
fd3868c94e feat(storybook): migrator for webpack 5 2021-10-19 16:31:16 +02:00
Colum Ferry
0f85b49065
docs(angular): fix command in karma to jest (#7417) 2021-10-19 15:08:31 +01:00
Juri Strumpflohner
7b5128ea7b
docs(storybook): update Storybook React Nrwl preset docs (#7415) 2021-10-19 11:45:50 +03:00
Leosvel Pérez Espinosa
5853d83fb1
cleanup(angular): remove deprecated utilities related to the angular devkit (#7386)
BREAKING CHANGE:
All the utilities located at `@nrwl/angular/src/utils/ast-utils` were removed. These utilities were already deprecated since the last major version. Also, the previously deprecated utilities `runSchematic` and `runExternalSchematic` located in `@nrwl/angular/src/utils/testing` were removed. These utilities were not part of the package public API and as such, they were not recommended to be used and were likely to be changed or removed.
2021-10-18 12:57:56 -05:00
Leosvel Pérez Espinosa
86613f6e66
cleanup(angular): remove deprecated options from the ngrx generator (#7404)
BREAKING CHANGE:
The deprecated options `onlyAddFiles` and `onlyEmptyRoot` from the `ngrx` generator were removed,
`skipImport` and `minimal` should be used instead.
2021-10-18 13:44:37 -04:00
Katerina Skroumpelou
ce9dbd011c fix(storybook): if there is no propstype name do not add angle brackets 2021-10-18 18:11:25 +02:00
Jack Hsu
7b1860878f
docs(core): update webpack 5 guide (#7408) 2021-10-18 11:20:39 -04:00
Christopher Dieringer
289ebfc891
feat(node): support buildTargetOptions in node:execute (#7002)
Closes #7001
2021-10-18 09:42:12 -05:00
Leosvel Pérez Espinosa
e29e801d5d
fix(angular): fix building publishable libraries with secondary entry points when enableIvy is set to false (#7405) 2021-10-18 15:30:24 +01:00
Miroslav Jonaš
ff3b8b6106
feat(linter): allow banning of external packages (#7378) 2021-10-18 07:23:49 -07:00
Miroslav Jonaš
1f34e1b778
docs(linter): add more information to multiple tag dimensions (#7324) 2021-10-18 15:24:35 +02:00
Miroslav Jonaš
d9fd42eec8
chore(linter): update eslint to latest v7 version (#7400) 2021-10-18 15:20:51 +02:00
Colum Ferry
b0b9c8fc2e
feat(angular): allow port to be added to non-mfe app (#7403) 2021-10-18 14:04:38 +01:00
Leosvel Pérez Espinosa
e057892272
fix(angular): add required postcss dependencies when creating a buildable lib (#7402) 2021-10-18 05:44:01 -04:00
Miroslav Jonaš
267ad06470
fix(linter): handle also external nodes in find project by import (#7401) 2021-10-18 04:28:33 -04:00
Noriyuki Shinpuku
d4f8ba2b2d
feat(react): support css prop for emotion (#7395)
* feat(react): support css prop for emotion

* feat(react): add migration for css prop
2021-10-17 22:17:16 -04:00
Noriyuki Shinpuku
7a3c485759
feat(nextjs): add migration for css prop (#7396) 2021-10-17 22:16:55 -04:00
Xie Jay
3fca35ceb1
fix(web): remove default baseHref in dev-server (#7302) 2021-10-15 21:38:16 -04:00
Noriyuki Shinpuku
4c0c12e30f
feat(nextjs): support css prop for emotion (#7384) 2021-10-15 21:37:21 -04:00
Noriyuki Shinpuku
93ffd2da9e
fix(nextjs): delegate preset options (#7385) 2021-10-15 21:36:52 -04:00
Craigory Coppola
892dfa0bcc
chore(core): fix migration for new config locations (#7390) 2021-10-15 23:45:46 +00:00
Craigory Coppola
bdcbac4445
feat(core): standalone project configuration is default (#7351)
* feat(core): standalone project configuration is default

* chore(core): changes to e2e tests

* fix(core): intuit projects when inside their directories when using project.json files

* chore(core): e2e changes

* fix(core): standalone configurations work with npm-project generator

* chore(core): e2e tests should use standalone configurations

* chore(core): e2e fixes per review
2021-10-16 00:07:12 +02:00
Benjamin Cabanes
81d76eb68c
feat(dep-graph): project name sidebar rounded corners (#7393) 2021-10-15 13:52:16 -07:00
Jack Hsu
bedad1cc77
fix(core): patch resolve logic for tsconfig paths (#7387) 2021-10-15 20:47:18 +00:00
Benjamin Cabanes
d902ffdc21
docs(nxdev): remove unused components (#7391) 2021-10-15 12:37:20 -07:00
Benjamin Cabanes
54aecd07c8
docs(nxdev): typedoc generator upgraded (#7374) 2021-10-15 11:59:27 -06:00