Jason Jean
5e23c07077
fix(core): automatically add root to the project.json projects ( #9977 )
...
* fix(core): automatically add root to the project.json projects
* chore(core): move project-configuration generator utils to nx package
* fix(core): add migrations to remove root
2022-04-28 13:24:35 -04:00
Leosvel Pérez Espinosa
4711d598ec
cleanup(angular): simplify collecting mfe application dependencies ( #10023 )
2022-04-27 15:39:09 +01:00
Leosvel Pérez Espinosa
2e8e1a45e0
feat(angular): support migrating angular cli workspaces with multiple applications ( #10020 )
2022-04-27 15:35:56 +01:00
Jay Bell
4d17b3275e
fix(angular): shared transitive npm deps from host and remote applica… ( #9997 )
2022-04-26 17:29:15 +01:00
James Henry
13807d3a81
chore(core): remove deprecated with-deps, NxJsonProjectConfiguration + operators ( #9947 )
2022-04-26 10:55:24 -04:00
Victor Savkin
8f1376277b
fix(misc): file server should force remote caching when invoking build
2022-04-25 14:31:23 -04:00
Jason Jean
c3484c775e
fix(core): make npm scope optional ( #9966 )
2022-04-22 18:05:43 -04:00
Jason Jean
9f87d4c346
fix(angular): remove src from lintFilePatterns ( #9940 )
2022-04-21 18:54:22 -04:00
Caleb Ukle
39331d1e17
feat(testing): move jest config to .ts files ( #9854 )
...
* feat(testing): move jest config to .ts
move jest config and preset to ts files
ISSUES CLOSED : #8344
* fix(testing): update tests for jest.config.ts changes
update tests broken by renaming jest fils to ts files
2022-04-21 17:58:40 +00:00
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
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
Colum Ferry
991efef5e5
feat(angular): serve static for remotes ( #9911 )
2022-04-20 21:49:26 +00:00
Colum Ferry
cc389704b5
fix(angular): share secondary entry points ( #9896 )
2022-04-20 20:31:22 +00: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
Colum Ferry
388eb4026d
feat(angular): align config file naming for module federation ( #9889 )
2022-04-19 22:15:01 +00: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
Colum Ferry
5fb6fc78bc
fix(angular): path normalize was in correct on windows #9861 ( #9881 )
2022-04-19 12:47:29 +01: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
Colum Ferry
fc235de1f1
feat(angular): remove unnecessarily generated code for remotes ( #9844 )
2022-04-19 10:36:56 +01:00
Colum Ferry
4b846e8dc9
feat(angular): add module-federation-dev-server builder ( #9843 )
2022-04-14 15:39:15 -04:00
Colum Ferry
e1f64a3896
feat(angular): remove mfe-host alias in favour of host ( #9834 )
2022-04-14 12:42:02 +01:00
Colum Ferry
73d8967a2b
feat(angular): remove mfe-remote alias in favour of remote ( #9832 )
2022-04-14 11:11:46 +01:00
James Henry
46e7b4d49c
chore(core): improve help output for generators and executors ( #9800 )
2022-04-12 14:05:55 -04:00
Katerina Skroumpelou
ad0002586b
feat(storybook): removing support for Storybook 5 ( #9380 )
2022-04-12 16:58:20 +03:00
Colum Ferry
9396db03c3
docs(angular): hide mfe options from the app generator ( #9798 )
2022-04-12 11:39:24 +00:00
Colum Ferry
dfd4a1dd51
fix(angular): remove implicit deps creation from mfe ( #9799 )
2022-04-12 10:11:04 +00:00
Leosvel Pérez Espinosa
d860a91a50
feat(angular): allow migrating angular cli workspaces using the @angular-eslint/builder:lint builder ( #9750 )
2022-04-11 16:30:49 +01:00
Colum Ferry
33ec4ac6f7
fix(storybook): component props should only consider inputs #9417 ( #9780 )
...
Previously, all decorators were being taken into consideration. However, props to an Angular component would be its Inputs.
We should only consider those.
Fixes #9417
2022-04-11 10:14:30 +00:00
Colum Ferry
5b105b1a0e
fix(angular): add application schema options to mfe-remote ( #9752 )
2022-04-08 15:32:00 +00:00
Colum Ferry
409f000cbe
fix(angular): add application schema options to mfe-host ( #9751 )
2022-04-08 14:47:50 +00:00
Miroslav Jonaš
9d89ea8f1f
chore(linter): update eslint version ( #9708 )
2022-04-07 00:02:09 +02:00
Colum Ferry
f4403e2dba
feat(angular): add example remote override to prod mfe ( #9703 )
2022-04-06 15:44:24 +01:00
Katerina Skroumpelou
9579aec307
feat(storybook): add projectBuildConfig as an option in generator ( #9655 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-04-05 16:16:25 +00:00
Colum Ferry
e42069b5ec
fix(angular): add --module option to component generator ( #9684 )
2022-04-05 15:37:08 +01:00
Leosvel Pérez Espinosa
557b241859
feat(angular): support migrating angular cli workspaces with multiple projects when keeping the angular cli layout ( #9649 )
2022-04-01 15:49:16 +01:00
Leosvel Pérez Espinosa
18776f6764
feat(angular): update ng-add generator so the migration result is more aligned with new nx workspaces ( #9630 )
2022-03-31 16:30:06 +01:00
Victor Savkin
428106f6be
cleanup(core): create more meaningful file structure in nx package ( #9621 )
2022-03-31 09:07:22 -04:00
Miroslav Jonaš
3b21f4dfea
fix(core): switch from appRootPath to workspaceRoot ( #9600 )
2022-03-30 09:15:20 -04:00
Colum Ferry
b952d0c755
docs(angular): fix schema for host application ( #9602 )
2022-03-30 12:59:57 +00:00
Colum Ferry
5378128851
feat(angular): add dynamic federation support to mfe generator ( #9551 )
2022-03-29 16:45:19 +01:00
Leosvel Pérez Espinosa
f664b7d344
cleanup(angular): refactor ng-add generator to enable making improvements easier ( #9525 )
2022-03-29 10:46:06 +01:00
Leosvel Pérez Espinosa
6d52820d28
docs(angular): remove incremental builds preset from the webpack-browser executor ( #9578 )
2022-03-29 09:58:52 +01:00
Caleb Ukle
c12a647c11
fix(testing): add root karma config if one isn't present when using karma-project generator ( #9485 )
...
when using the karma-project generator directory ensure the karma generator (install deps/root
config) is called if the root karma config isn't present
ISSUES CLOSED : #9234
2022-03-25 21:05:08 +00:00
Leosvel Pérez Espinosa
7c0ab03ffb
docs(angular): add missing required property "project" to ng-packagr executor presets ( #9528 )
2022-03-25 19:36:30 +00:00
Benjamin Cabanes
dd3d7682b6
docs(core): fix links to documentation ( #9520 )
2022-03-25 15:12:31 -04:00
Colum Ferry
8bae893d4c
feat(angular): use a mfe.config.js for mfe ( #9495 )
2022-03-25 09:31:12 +00:00
Victor Savkin
74317bebea
chore(repo): fix flaky tests
2022-03-24 17:10:33 -04:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00