6054 Commits

Author SHA1 Message Date
Emily Xiong
2f41eb07c1
cleanup(core): update the docs to be inline with nx 14 (#9851) (#9872)
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-04-21 12:42:45 -04:00
Benjamin Cabanes
d6323374ae
docs(nxdev): fix mobile announcement banner alignment (#9930) 2022-04-21 11:51:02 -04:00
Jack Hsu
7f1545d9f4
docs(core): fix serve builtTarget for dev (#9929) 2022-04-21 15:14:45 +00:00
Benjamin Cabanes
cda28c1cb8
docs(nxdev): add announcement banner for nx conf lite (#9928) 2022-04-21 15:11:37 +00:00
Colum Ferry
56aa346354
fix(angular): mf generators failed with directory (#9922) 2022-04-21 12:21:21 +01:00
Colum Ferry
e7f220dfac
fix(angular): there is no cors option on the file-server (#9923) 2022-04-21 12:21:11 +01:00
Miroslav Jonaš
d27563ba1e
fix(core): improve generated workflows (#9921) 2022-04-21 12:55:02 +02:00
Philip Fulcher
3dc818f631
feat(dep-graph): launch path tracing (#9919) 2022-04-21 06:30:13 +00:00
Philip Fulcher
5f12ce0f12
fix(dep-graph): fix display of nested workspaceLayout directories (#9918) 2022-04-21 03:39:46 +00:00
Jack Hsu
7913f31cff
fix(react): use normalized app name in host/remote generators (#9909) 2022-04-21 02:54:39 +00:00
Philip Fulcher
81af0b4ad3
feat(dep-graph): default proximity search to enabled (#9917) 2022-04-20 20:47:39 -06:00
Victor Savkin
920d8aa355
chore(repo): update repo to nx14 (#9908) 2022-04-20 21:40:12 -04:00
Victor Savkin
4990d050ae
cleanup(core): update the docs to be inline with nx 14 (#9851) 2022-04-20 20:58:47 -04:00
Miroslav Jonaš
ec0f4b4173
fix(core): handle failed CI workflows in CNW CLI (#9915) 2022-04-20 20:46:13 -04:00
Benjamin Cabanes
b7bf53b57d
docs(nxdev): bump github stars header counter (#9916) 2022-04-20 22:38:00 +00:00
Miroslav Jonaš
ea9fbd5454
feat(core): throw error on ci generator if nx cloud not set (#9914) 2022-04-21 00:26:59 +02:00
Colum Ferry
991efef5e5
feat(angular): serve static for remotes (#9911) 2022-04-20 21:49:26 +00:00
Craigory Coppola
b225d98aaa
fix(devkit): remove from package-json should pass when dev dependencies null (#9903)
Closes #9877
2022-04-20 16:54:44 -04:00
Colum Ferry
cc389704b5
fix(angular): share secondary entry points (#9896) 2022-04-20 20:31:22 +00:00
Victor Savkin
4ca470cb16
chore(repo): update repo to nx 14 2022-04-20 15:12:34 -04:00
Jack Hsu
c07784af45
chore(repo): remove bad dev dependency on nextjs (#9907) 2022-04-20 19:04:43 +00:00
Jack Hsu
ff3b3a717c
fix(react): update migrations to work for projects without targets (#9906) 2022-04-20 18:59:30 +00:00
Miroslav Jonaš
5fe8d84396
feat(core): add CI generation to create-nx-workspace (#9611) 2022-04-20 14:51:15 -04:00
Benjamin Cabanes
4b7bc9011e
docs(nxdev): update conference speaker list (#9905) 2022-04-20 14:35:39 -04:00
Caleb Ukle
c265c4686b
feat(testing): support extra jest cli args (#9904)
pass extra cli args to jest to allow 3rd party plugins to work correct like jest-runner-groups

ISSUES CLOSED: #9873
2022-04-20 18:28:55 +00:00
Jack Hsu
e7447685cc
fix(react): update migration to work without targets (#9901) 2022-04-20 18:25:57 +00:00
Benjamin Cabanes
a1326aee3d
docs(nxdev): change time for nx conf lite (#9900) 2022-04-20 17:12:30 +00:00
Benjamin Cabanes
4ba87e44ba
docs(nxdev): add time slots for nx conf agenda (#9899) 2022-04-20 12:50:52 -04:00
Jason Jean
cb7fb22bca
feat(core): remove @types/node from default workspace (#9853)
Signed-off-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-20 12:43:23 -04:00
Jack Hsu
8171e68da7
fix(react): handle transform properly for js/ts files in @nrwl/react/plugin/jest (#9898)
Fixes #9640
2022-04-20 16:37:10 +00:00
Jack Hsu
e32932d267
feat(react): add ability to serve remote apps in dev or static mode (#9893) 2022-04-20 12:27:49 -04:00
James Henry
2e907af1e3
feat(core): add --create-commits option to nx migrate (#9845) 2022-04-20 10:22:54 -04:00
Jack Hsu
5a9020a301
docs(react): update migration guide for react 18 (#9897) 2022-04-20 14:03:40 +00:00
Jack Hsu
2b421117bf
feat(react): add default development configuration for React and Next.js apps (#9892) 2022-04-20 04:27:19 +00:00
Colum Ferry
388eb4026d
feat(angular): align config file naming for module federation (#9889) 2022-04-19 22:15:01 +00:00
Jack Hsu
586501aa35
chore(react): update MFE language to module federation (#9888) 2022-04-19 20:48:49 +00:00
Jack Hsu
a878b2c647
docs(react): update migration guide (#9887) 2022-04-19 13:21:38 -04:00
Jack Hsu
25c63b6795
feat(react): upgrade to React 18 (#9847)
BREAKING CHANGE: react-router API has changed, and @testing-library/react-hooks has been deprecated (See: https://nx.dev/guides/react-18)
2022-04-19 11:50:27 -04:00
Emily Xiong
7c77dced47
bugfix(detox): add verbose to be true for jest.config.js (#9875) 2022-04-19 11:47:40 -04:00
Leosvel Pérez Espinosa
cfaedc8181
feat(angular): support migrating angular cli workspaces with library projects (#9885) 2022-04-19 16:18:26 +01:00
Emily Xiong
367e95a3c0
bugfix(react-native): change the metro-resolver to run tsconfig path resolver first (#9876) 2022-04-19 10:44:16 -04:00
Emily Xiong
a0045b3b8e
bugfix(detox): fix typo option for test to be reuse (#9874) 2022-04-19 10:42:52 -04:00
Craigory Coppola
ec2a2f156b
fix(nxdev): update navbar for extending nx (#9886) 2022-04-19 10:15:49 -04:00
Colum Ferry
bab92c9e80
cleanup(angular): add mf case to cover sharing libs (#9884) 2022-04-19 15:09:57 +01:00
Colum Ferry
943382ed92
fix(react): path normalize was in correct on windows #9861 (#9882) 2022-04-19 09:28:52 -04:00
Colum Ferry
5fb6fc78bc
fix(angular): path normalize was in correct on windows #9861 (#9881) 2022-04-19 12:47:29 +01:00
Miroslav Jonas
31b647343e fix(core): make CNW preset property open for custom presets 2022-04-19 13:20:13 +02:00
Miroslav Jonaš
67b34a099f
fix(js): enable hidden files as assets (#9880) 2022-04-19 12:48:01 +02:00
Colum Ferry
31de6717db
feat(angular): host generator should create remotes (#9848)
* feat(angular): host generator should create remotes

* fix(angular): remove log line

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-04-19 11:38:45 +01:00
Colum Ferry
c560c8075e
feat(angular): use module-federation-dev-server for hosts (#9850) 2022-04-19 10:38:16 +01:00