1210 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
1fcba1a43a
feat(angular): support angular v16.1 (#17155) 2023-06-22 14:45:31 +01:00
Leosvel Pérez Espinosa
17c8ca6e06
fix(angular): ensure ngrx runtime utils are available for testing (#17721) 2023-06-22 10:01:53 +00:00
Caleb Ukle
f3f74068ea
fix(testing): update default webpack config for react CT (#17562) 2023-06-21 11:41:33 -04:00
Colum Ferry
a25d1fca47
fix(testing): component testing generator should trust user to provide valid build target (#17600) 2023-06-15 10:37:04 +01:00
Colum Ferry
860d82a640
fix(angular): find module from options should support full path #17547 (#17550) 2023-06-12 15:22:35 +01:00
Leosvel Pérez Espinosa
e39ee11bcb
fix(angular): fix @angular-eslint/* package updates to consider angular installed version (#17526) 2023-06-12 09:30:44 +01:00
Colum Ferry
a775325b22
fix(angular): dynamic host should not generate webpack.prod.config.js (#17385) 2023-06-02 16:33:31 +01:00
Leosvel Pérez Espinosa
cd0b76d950
fix(angular): do not overwrite ng-packagr version if already installed (#17353) 2023-06-01 15:23:16 +01:00
Leosvel Pérez Espinosa
646f79f4d2
fix(angular): loosen package updates requirements (#17317) 2023-05-31 11:04:55 +01:00
Leosvel Pérez Espinosa
6a3af4b5a6
feat(angular): add option to ngrx-root-store generator to set up the store devtools (#17303) 2023-05-30 15:10:54 +01:00
Craigory Coppola
5b028e4b7a
fix(angular): export a default module for require calls (#17189) 2023-05-24 19:06:08 -04:00
Craigory Coppola
d030a21d37
feat(misc): allow patterns matching for dev remotes and skip remotes (#17185) 2023-05-24 16:12:37 -04:00
Leosvel Pérez Espinosa
fff3a25734
fix(angular): avoid duplicating RouterModule.forChild import (#17144) 2023-05-22 15:55:54 +01:00
Victor Savkin
0848031dd9 feat(core): move task hashing into daemon 2023-05-17 11:37:57 -04:00
Craigory Coppola
cac64d7a8b
chore(repo): setup internal testing utils structure (#17043) 2023-05-16 11:34:10 -04:00
Jason Jean
6b928bc250
feat(js): refactor usages of npmScope (#16947) 2023-05-15 16:06:24 -04:00
Caleb Ukle
dfd51634f3
fix(testing): prevent ct and e2e generators overwriting configs (#16651) 2023-05-11 12:19:16 -04:00
Colum Ferry
d0c6f5d317
feat(angular): deprecate ngrx generator (#16953) 2023-05-11 16:21:53 +01:00
Leosvel Pérez Espinosa
f2e48e429a
feat(angular): update ngrx packages to v16 (#16763) 2023-05-11 09:46:18 -04:00
Colum Ferry
e59c930ff9
feat(angular): add ngrx root store generator (#16811) 2023-05-11 08:38:21 -04:00
Miroslav Jonaš
846320a6b9
chore(repo): enable enforce-module-boundaries on nx repo (#16864) 2023-05-10 11:35:33 -04:00
Leosvel Pérez Espinosa
284fedab46
fix(angular): improve prefix handling across generators (#16913) 2023-05-10 15:18:20 +00:00
Leosvel Pérez Espinosa
1e891f5f59
cleanup(angular): remove call to wrapAngularDevkitSchematic in testing util (#16907) 2023-05-10 12:56:07 +01:00
Leosvel Pérez Espinosa
caefe8f509
cleanup(angular): rearrange validation helper function (#16906) 2023-05-10 12:55:51 +01:00
Leosvel Pérez Espinosa
bdfb10db0a
fix(angular): warn in ng-packagr executors when finding conflicting package export conditions (#16905) 2023-05-10 12:55:35 +01:00
Caleb Ukle
50ad516278
feat(testing): add --strict flag for jest-preset-angular test env opts (#16467) 2023-05-09 15:07:21 +00:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs (#16865) 2023-05-09 08:30:52 -05:00
Colum Ferry
54eb7be765
feat(angular): add ngrx feature store generator (#16806) 2023-05-09 09:31:15 +01:00
Colum Ferry
6728bbbc98
fix(angular): handle ngrx imports for apps that do not migrate to config file (#16812) 2023-05-09 09:31:03 +01:00
Leosvel Pérez Espinosa
7d42d887e3
fix(angular): update import paths relative to app config file location in migration extracting the config (#16863) 2023-05-09 09:30:40 +01:00
Leosvel Pérez Espinosa
67a5e8e823
feat(angular): update jest-preset-angular to support angular v16 (#16852) 2023-05-08 13:38:49 -04:00
Leosvel Pérez Espinosa
c13cb3cc78
fix(angular): sync migration generators for angular v16 target versions (#16773) 2023-05-04 13:09:41 -04:00
Katerina Skroumpelou
17e6db5568
feat(storybook): deprecate v6 support (#16650) 2023-05-04 18:02:18 +03:00
Colum Ferry
8484a8ea16
fix(angular): ssr distFolder path should be more correctly defined (#16758) 2023-05-04 12:26:04 +01:00
Colum Ferry
0a81c64560
fix(angular): update ngrx parent description to give better info about standalone api usage (#16755) 2023-05-04 11:11:06 +01:00
Colum Ferry
b526e1d600
fix(angular): update component module error message to suggest standalone (#16754) 2023-05-04 11:10:53 +01:00
Jason Jean
5b99313722
fix(angular): generate applications with zone.js 0.13.0 (#16747) 2023-05-03 17:53:02 -04:00
Leosvel Pérez Espinosa
203a874ddb
feat(angular): update angular 16 packages to stable versions (#16732) 2023-05-03 16:02:42 -04:00
Colum Ferry
c2e88ad6a7
fix(angular): throw error when no parent module found (#16728) 2023-05-03 16:39:54 +01:00
Leosvel Pérez Espinosa
f45aa076da
feat(angular): support angular v16 (#15592) 2023-05-03 11:02:07 -04:00
Leosvel Pérez Espinosa
9c3698982b
fix(angular): add jasmine-marbles with a version compatible with installed rxjs version in migration (#16717) 2023-05-03 15:36:14 +01:00
Leosvel Pérez Espinosa
ae89df9482
fix(angular): do not wrap bootstrap call when setting up ssr in workspaces with angular >= 15.2.0 (#16714) 2023-05-03 10:58:01 +01:00
Leosvel Pérez Espinosa
4be6f7401c
fix(angular): clean up ssr main.server.ts generation (#16699) 2023-05-02 16:19:56 +01:00
Leosvel Pérez Espinosa
6e745f8542
fix(angular): do not run migration generator bumping angular cli version when update is skipped (#16643) 2023-04-28 11:12:46 -04:00
Leosvel Pérez Espinosa
95c0fad6bf
docs(angular): replace ng add usage with nx init --integrated for integrated migration (#16248) 2023-04-27 18:49:04 -04:00
Isaac Mann
afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00
Caleb Ukle
43a7d770fa
cleanup(testing): rename cypress-component-project to cypress-component-configuration (#16382) 2023-04-27 11:19:32 -04:00
fyodorovandrei
6dd1385eca
feat(react): refactor util getModuleFederationConfig to avoid to pass function to determinate the remote url (#16488)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2023-04-27 08:22:17 -04:00
Colum Ferry
f34fec319f
fix(core): deprecate mf utils from devkit public api (#16574) 2023-04-26 17:36:09 -04:00
Miroslav Jonaš
262865841d
feat(repo): migrate to pnpm (#16284) 2023-04-25 17:57:36 -04:00