1245 Commits

Author SHA1 Message Date
Caleb Ukle
5e51cd6eb5
fix(testing): playwright plugin clean up (#18447) 2023-08-02 16:14:17 -04:00
Caleb Ukle
1dcb80d447
feat(angular): add playwright to e2eTestRunner option (#18163) 2023-08-02 11:59:00 -04:00
John White
f02d230626
fix(angular): update getComponentsInfo to filter null values (#18431) 2023-08-02 11:13:46 +01:00
Leosvel Pérez Espinosa
3359249977
fix(angular): update magic-string dependency (#18389) 2023-07-31 11:06:58 -04:00
Jason Jean
989f7f8f92
chore(repo): update nx to 16.6.0-beta.8 (#18356) 2023-07-29 10:39:53 -04:00
Katerina Skroumpelou
e06b9e0954 docs(storybook): interaction tests updated documentation 2023-07-28 15:59:58 +02:00
Miroslav Jonaš
f4b7ec2c0d
fix(linter): ensure tslint converter works with pnp (#18323) 2023-07-28 11:09:07 +02:00
Miroslav Jonaš
c599d2fca4
fix(angular): ensure ssr invokation uses current package manager (#18322) 2023-07-26 17:41:31 +02:00
Miroslav Jonaš
331707d6eb
docs(nx-dev): make more concepts submenu (#18266) 2023-07-24 14:20:48 +00:00
Emily Xiong
2e6592c533
fix(devkit): use Workspace in devkit for backwards compatibility (#18246) 2023-07-21 16:54:30 -04:00
Katerina Skroumpelou
b311cbf8e3
fix(storybook): un-deprecate cypress specs generation (#18236) 2023-07-21 18:09:09 +03:00
Emily Xiong
717a8dd027
chore(core): move readNxJson out of Workspaces (#18127) 2023-07-21 10:07:34 -04:00
Katerina Skroumpelou
d1e295ec40
cleanup(storybook): add more tests for interaction tests generators (#18219) 2023-07-20 17:44:59 +03:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule (#18060) 2023-07-19 17:07:52 -04:00
Leosvel Pérez Espinosa
ca5e673a80
feat(misc): add alternative implementation to calculate buildable dependencies using the task graph (#18125) 2023-07-19 15:11:13 -04:00
Katerina Skroumpelou
29a9f8eba8
feat(storybook): interaction tests generators for angular (#18166) 2023-07-19 17:42:13 +03:00
Colum Ferry
3fefbaf468
feat(angular): add esbuild incremental build builder (#17991) 2023-07-18 15:36:19 +01:00
Emily Xiong
1c6a359130
chore(core): copy isNxExecutor out of Workspaces class (#17996) 2023-07-14 01:55:42 -04:00
Colum Ferry
77bb4b7429
feat(angular): add support for TS Module Federation Config #15739 (#17876) 2023-07-12 16:14:52 +01:00
Katerina Skroumpelou
58e1f233cf
feat(storybook): interaction testing init generator (#18051) 2023-07-12 18:02:12 +03:00
Leosvel Pérez Espinosa
95a2256a34
feat(misc): deprecate executor options to generate package.json for libraries (#17923) 2023-07-11 15:28:03 +00:00
Leosvel Pérez Espinosa
8be6558700
fix(misc): fix migrations updating target options to consider target defaults (#18064) 2023-07-11 11:21:24 -04:00
Leosvel Pérez Espinosa
a08cb91891
fix(angular): explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049) 2023-07-10 09:41:10 -04:00
Jack Hsu
38fa586b78
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming (#18006) 2023-07-07 16:17:41 -04:00
Jack Hsu
9940a0c544
feat(testing): renamed cypress-e2e-configuration to configuration to maintain consistency between plugins (#17998) 2023-07-07 12:43:29 -04:00
Leosvel Pérez Espinosa
64765eb313
feat(misc): change updateBuildableProjectDepsInPackageJson option default value to false (#17920) 2023-07-06 09:06:48 +01:00
Colum Ferry
c64f26ef3c
fix(angular): automatically skip remotes not in the current workspace #17473 (#17497) 2023-07-05 16:57:40 +01:00
Miroslav Jonaš
b093306f9d
feat(linter): bump typescript-eslint to 5.60.1 (#17916) 2023-07-04 16:30:58 -04:00
Colum Ferry
9eaa240b4d
feat(angular): add --bundler flag for applications (#17919) 2023-07-03 16:22:37 +01:00
Leosvel Pérez Espinosa
fced370fe4
fix(angular): normalize path in move generator (#17877) 2023-06-30 11:08:49 +01:00
Caleb Ukle
7d15e0c350
chore(repo): bump webpack version (#17836) 2023-06-28 19:54:38 +00:00
Leosvel Pérez Espinosa
20d45bbdf1
fix(angular): process only angular projects in migration (#17833) 2023-06-28 16:19:49 +01:00
Leosvel Pérez Espinosa
7055c724dc
fix(misc): fix misc issues with move generators (#17814) 2023-06-28 10:26:45 -04:00
Jason Jean
d729fcff16
fix(misc): update semver dependency (#17759) 2023-06-23 14:58:37 -04:00
Colum Ferry
1891addc09
fix(react): mf should consider ssl when setting remote urls #16989 (#17746) 2023-06-23 14:15:32 +01:00
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