1373 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
b32f530319
fix(angular): safely update task runner cacheable operations when setting up ssr (#20736) 2023-12-13 11:02:18 +00:00
Benjamin Cabanes
db77ddef8a
chore(repo): update packages readme banner (#20695) 2023-12-11 11:32:42 -05:00
Leosvel Pérez Espinosa
b7a237b9d3
fix(angular): add missing package update for @angular/pwa (#20690) 2023-12-11 14:23:22 +01:00
Benjamin Cabanes
5a305d41de
feat(nx-dev): add homepage updates (#20592)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-12-08 14:40:42 -05:00
Leosvel Pérez Espinosa
eb481513e7
fix(angular): update schema and validate compatibility in esbuild-based executors (#20564) 2023-12-05 13:43:25 +01:00
Leosvel Pérez Espinosa
43a4482482
feat(angular): add application executor (#20529) 2023-12-04 10:21:35 +01:00
Leosvel Pérez Espinosa
a831e262dd
feat(angular): support providing esbuild plugins to @nx/angular:browser-esbuild (#20504) 2023-12-01 11:11:11 +01:00
John Wiegert
53087370f1
fix(module-federation): fix static remote port determination (#20432) 2023-11-30 12:17:09 -07:00
Leosvel Pérez Espinosa
1692a54da6
fix(angular): set tsconfig paths relative to the workspace root in target options (#20507) 2023-11-30 17:12:31 +00:00
Colum Ferry
d22e860269
feat(angular): convert module-federation-dev-server to executor (#20252) 2023-11-30 12:58:48 +00:00
Leosvel Pérez Espinosa
afafb79494
fix(angular): force angular cli dev-server builder to handle nx browser-esbuild executor correctly (#20492) 2023-11-30 11:04:47 +01:00
Jason Jean
78ab39b895
feat(testing): allow cypress preset to execute a command for a web server (#20355) 2023-11-27 13:30:01 -05:00
Miroslav Jonaš
ff5d1bef83
feat(linter): default lintFilePatterns to {projectRoot} (#20313) 2023-11-27 08:39:38 -05:00
Leosvel Pérez Espinosa
40f8c40df2
feat(angular): support esbuild-based executors/builders in @nx/angular:dev-server (#20311) 2023-11-23 09:48:02 -05:00
Pascal Küsgen
c8e753ad8a
chore(angular): remove super-fluent nullish assignment (#20382) 2023-11-23 09:39:12 +01:00
Leosvel Pérez Espinosa
607fd498e6
feat(angular): update ngrx to v17 (#20247) 2023-11-21 16:30:23 +00:00
Colum Ferry
2354577bd2
fix(module-federation): host with no remotes should not build remote apps (#20283) 2023-11-21 15:34:00 +00:00
Colum Ferry
24b245b2d5
fix(module-federation): single file server should use project name for directory (#20278) 2023-11-20 10:21:54 +00:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins (#20228) 2023-11-17 15:31:03 -05:00
Leosvel Pérez Espinosa
479777b6c4
fix(angular): generate component with as-provided format when generating a library (#20306) 2023-11-17 10:51:42 +01:00
Leosvel Pérez Espinosa
f79fe20520
fix(angular): display template error when cache is disabled in ng-packagr executors (#20277) 2023-11-16 16:19:17 +01:00
Pascal Küsgen
5bf1a928e7
feat(angular): support application builder for cypress component testing (#20214)
Signed-off-by: Pascal Küsgen <pascalkuesgen@gmail.com>
2023-11-16 13:08:45 +01:00
Denis Frenademetz
96043fbcc9
fix(angular): use esm2022 for secondary entrypoints in ng-packagr-lite executor (#20130)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-11-14 16:36:17 +01:00
Craigory Coppola
206247f9ad
feat(core): make createNodes async (#20195)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2023-11-13 16:57:20 -05:00
Colum Ferry
c7c845dbc4
fix(module-federation): add tsconfig file for linting with TS webpack #20150 (#20210) 2023-11-13 16:44:08 +00:00
Colum Ferry
2a85bb48b5
feat(module-federation): add comment to generated module federation config explaining usage of external remotes (#20177) 2023-11-13 11:42:08 -05:00
Leosvel Pérez Espinosa
58575616c0
fix(angular): improve express server setup for static files in mf remote apps (#20218) 2023-11-13 17:12:22 +01:00
Leosvel Pérez Espinosa
b3208edc05
fix(angular): set the correct target version for package update (#20219) 2023-11-13 17:12:09 +01:00
Leosvel Pérez Espinosa
b4fbdf12eb
fix(angular): fix misc issues with migration replacing the nguniversal usages (#20209) 2023-11-13 15:22:53 +01:00
Leosvel Pérez Espinosa
2883fa3a6f
feat(angular): update component generator to use a single string styles or styleUrl property (#20146) 2023-11-13 15:22:37 +01:00
Leosvel Pérez Espinosa
23565f1391
fix(angular): update jest-preset-angular fixing an issue with component single string styles and styleUrl props (#20205) 2023-11-13 11:08:35 +01:00
Colum Ferry
a73e9fd562
feat(module-federation): use single file-server for static remotes (#20006) 2023-11-10 11:25:09 -05:00
MaxKless
e8e8f94f7a
cleanup(storybook): rename name to project to be consistent with other generators (#20181) 2023-11-10 11:22:43 -05:00
Jason Jean
a86d926612
feat(testing): add cypress create nodes plugin (#19840) 2023-11-09 14:05:19 -05:00
Colum Ferry
a98ccdedf2
docs(angular): update docs for angular v17 (#20154) 2023-11-09 14:04:34 -05:00
Leosvel Pérez Espinosa
40f54d57c9
fix(misc): update nx-welcome templates with as-provided generator paths (#20129) 2023-11-09 10:56:06 -05:00
Leosvel Pérez Espinosa
26160cd3b4
feat(angular): update angular supported version to the stable 17.0.0 (#20135) 2023-11-08 14:33:30 -05:00
Leosvel Pérez Espinosa
304a6d14d6
cleanup(angular): remove unneeded stubbing for performance.mark in jest setup file (#20120) 2023-11-08 15:39:42 +01:00
Leosvel Pérez Espinosa
76306f0bed
fix(angular): use helper to import @angular/compiler-cli (#20122) 2023-11-08 15:03:09 +01:00
Leosvel Pérez Espinosa
75c63f3318
fix(angular): add migration to replace deep imports from zone.js (#20117) 2023-11-08 12:58:12 +01:00
Leosvel Pérez Espinosa
9bc654d495
cleanup(angular): remove ngUniversalVersion constant from latest versions (#20110) 2023-11-08 09:10:38 +00:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 (#19689) 2023-11-07 15:45:42 -05:00
Colum Ferry
1338a7c133
feat(module-federation): use nx run-many to build static remotes in parallel (#19987) 2023-11-06 16:25:33 +00:00
Miroslav Jonaš
79c9233553
feat(linter): update typescript-eslint to v6 (#19548)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2023-11-02 10:09:40 +01:00
Nicholas Cunningham
67f47c287a
fix(module-federation): refactor federate-module generator (#19979) 2023-11-01 14:52:29 -04:00
Jason Jean
8a89df66bf
feat(testing): move test config more into nx.json targetDefaults (#19963) 2023-11-01 10:20:18 -04:00
Isaac Mann
4d1e0bd7e9
docs(core): deprecation for nameAndDirectoryFormat (#19861) 2023-10-31 10:13:17 -04:00
Leosvel Pérez Espinosa
91c83cbd13
fix(angular): allow numbers following a dash in application prefix (#19926) 2023-10-30 11:25:17 +01:00
MaxKless
12b8d5ea86
cleanup(misc): make nx console links on various starter pages consistent (#19867) 2023-10-26 14:47:09 +02:00
Emily Xiong
f5f31ab979
fix(testing): add e2e for root project should not add eslintrc.base (#19860) 2023-10-25 16:57:28 -04:00