1145 Commits

Author SHA1 Message Date
Jason Jean
037c1b94b8 feat(testing): migrate cypress to devkit 2021-01-28 18:52:08 -05:00
Victor Savkin
14503c27c9 Revert "feat(storybook): storybook v6 migration generator for default configuration"
This reverts commit e3c46f3fefd39c3095651d6074a04c0590433ecb.
2021-01-28 16:26:19 -05:00
Katerina Skroumpelou
e3c46f3fef
feat(storybook): storybook v6 migration generator for default configuration
Co-authored-by: Philip Fulcher <philip@nrwl.io>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-28 21:45:32 +01:00
James Henry
57ae457258
fix(core): change all default linter values from tslint to eslint (#4602) 2021-01-26 15:54:07 -05:00
Juri
ffe769f102 fix(angular): check whether project has architect node during migration of eslint 2021-01-26 08:54:03 -05:00
James Henry
d0d7cf4a8c
fix(core): eslint workspaces should not contain codelyzer (#4529) 2021-01-25 16:54:03 -05:00
Victor Savkin
a25e081a84 feat(core): remove angular devkit deps 2021-01-25 12:52:30 -05:00
Jason Jean
7066e8b821 feat(core): migrate preset to devkit 2021-01-22 20:13:33 -05:00
Jason Jean
2ee7629fe9
fix(angular): fix anguar lib build (#4578)
* fix(angular): fix anguar lib build

* fix(repo): fix e2e tests
2021-01-22 12:26:33 -05:00
Tasos Bekos
96625c77fb fix(repo): fix dependenies/discrepancies causing e2e tests with PNPM to fail 2021-01-16 17:54:54 +02:00
Victor Savkin
d6a26c7aa6 Revert "fix(angular): Honor buildableProjectDepsInPackageJsonType in package builder"
This reverts commit b4100648bb085ad704e8ab85284a463490e3a1c5.
2021-01-15 16:12:40 -05:00
Victor Savkin
a565717728 fix(repo): fix formatting 2021-01-15 12:22:09 -05:00
mehrad-rafigh
9267008320 feat(angular): update jest-preset-angular to 8.3.2 2021-01-15 08:46:23 -05:00
Matt Hodgson
b4100648bb fix(angular): Honor buildableProjectDepsInPackageJsonType in package builder
Fixes the angular:package builder to honor the `buildableProjectDepsInPackageJsonType` setting. It was previously ignored.
2021-01-15 08:45:41 -05:00
Victor Savkin
a0d8b27cfa cleanup(angular): remove unnecessary migration
We no longer support ng update, so we don't have to update packages in a migration. This happens automatically.,
2021-01-05 12:24:19 -05:00
mehrad-rafigh
cd21e09357 fix(angular): remove spec file when unitTestRunner is none 2021-01-05 11:13:46 -05:00
James Henry
42b61d0e90 feat(angular): update @angular-eslint to v1 2021-01-05 11:01:33 -05:00
Victor Savkin
e768ad4862 fix(misc): update the schema version for when creating executors 2020-12-22 11:32:22 -05:00
James Hollowell
e63c3d162b
fix(storybook): allow variables in NgModule declarations (#4318)
ISSUES CLOSED: #4314
2020-12-17 13:19:46 -05:00
Ashley Hunter
aa5dc70a87
fix(angular): fixi ngrx schematic effect type when used with data persistence 2020-12-16 14:14:56 -06:00
Mehrad Rafigh
96f25cec4d fix(angular): use selected style extension for components
ISSUES CLOSED: #4287
2020-12-14 21:02:34 -05:00
Mehrad Rafigh
b4dd8c6ffb
fix(angular): fix error when creating angular lib with eslint and karma (#4264)
ISSUES CLOSED: #4256
2020-12-11 17:29:18 -05:00
Jason Jean
f70fa2d78f
fix(angular): scope eslint migration to angular projects (#4263) 2020-12-11 16:39:20 -05:00
Victor Savkin
042a51def7 fix(angular): do not generate empty root level tsconfig 2020-12-10 11:33:26 -05:00
Victor Savkin
be1d8adfb7 fix(angular): update angular 11 migrate to use migrate 2020-12-09 11:41:58 -05:00
Brandon Roberts
b32686345a chore(angular): update schematics for ngrx facades usage 2020-12-09 08:43:30 -05:00
Brandon Roberts
8ef8acc384 docs(angular): update links for generated Angular apps 2020-12-08 20:14:10 -05:00
Jason Jean
f168af12d5 feat(angular): add migrations for angular 11 2020-12-05 13:40:47 -05:00
Juri
e33f035dc4 fix(angular): check whether deps have been built when using incremental build 2020-12-04 14:11:07 -05:00
victor savkin
a24fb961d8 feat(core): format workspace.json based on version field 2020-12-03 20:20:04 -05:00
victor savkin
93ebc835dc docs(misc): clean up api docs 2020-12-02 10:51:43 -05:00
victor savkin
baa8c23d0f feat(misc): make all generators public 2020-12-02 10:51:43 -05:00
victor savkin
8afc5c5bce feat(core): make older builders support new config formats 2020-12-01 15:46:00 -05:00
Tasos Bekos
6c1335ac83 feat(core): interpolated outputs & cache coverage folder 2020-12-01 13:49:43 -05:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 (#4095) 2020-11-30 14:07:27 -05:00
victor savkin
234ca36385 cleanup(misc): clean up devkit 2020-11-26 10:19:13 -05:00
James Henry
bd92a12c33
feat(angular): eslint config including template linting (#3988)
* feat(angular): eslint config including template linting

* feat(angular): migration add-template-support-and-presets

* feat(angular): add support for component and directive prefix in lint config

* fix(angular): tests

* fix(angular): e2e tests

* fix(angular): update to latest and make updates

* fix(angular): update to latest and make updates

* fix(angular): lockfile

* fix(angular): update to latest and make updates

* fix(angular): bump angular-eslint

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-11-25 13:55:22 -05:00
Jay Bell
090350bb5d
feat(angular): allow for ivy to be enable for buildable libraries (#4058) 2020-11-20 13:58:58 -06:00
Juri
db7c3e6bbf fix(angular): install angular packages when generating a new lib
#2652

ISSUES CLOSED: #2652
2020-11-13 15:58:39 -05:00
Juri
1fcea9718b feat(angular): browser builder with incremental build support 2020-11-12 20:49:38 -05:00
Juri
3d7c230cac fix(angular): update karma, jasmine & protractor deps 2020-11-12 08:29:50 -05:00
Christian Jensen
da4fe07c47
fix(angular): handle delimited name in NgRx templates (#3955) 2020-10-30 10:01:34 -05:00
Juri Strumpflohner
0892fa2b32
feat(angular): improve incremental build speed (#3854) 2020-10-30 10:23:34 -04:00
Tasos Bekos
463d2cb9e0
fix(repo): add missing tslib dependency in generated applications (#3858) 2020-10-23 17:09:35 -04:00
Guilherme Siquinelli
56203591b6
fix(angular): angular library was not checking to see if an import path exists (#3888)
loading child paths into an angular library was not checking to see if an import path exists, so it
generated the wrong path.
the unit tests of the angular package are working. I generated a local
release with verdaccio after the correction and generated the right children path.
2020-10-16 17:32:10 -04:00
Victor Savkin
c25628a4f6
feat(misc): add linter flag to create-nx-workspace (#3826)
* feat(misc): add linter flag to create-nx-workspace

* fix(core): prompt linter when preset is angular or angular-nest

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-09-30 12:11:37 -04:00
Brian
3f436fc6d0
feat(core): add flag to set dependant libs in either peerDependencies or dependencies (#3078)
* feat(core): add flag to set dependant libs in either peerDependencies or dependencies

* fix(core): mark new property as optional

* feat(core): add migration for new option

* Update migrations.json

Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-09-30 10:36:35 -04:00
James Henry
e22f9370f5
feat(linter): new eslint builder (#3834)
* feat(linter): new eslint builder

* chore(linter): move migration to linter, add implementation

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-09-29 20:52:10 -04:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 (#3814) 2020-09-29 18:53:22 -04:00
Jason Jean
6885507567
fix(angular): add tsconfig.editor.json to catch misc files" (#3810) 2020-09-28 13:23:56 -04:00