Katerina Skroumpelou
0dd89999ea
fix(storybook): generating stories without an existing e2e project ( #5799 )
2021-06-08 09:37:24 +02:00
Leosvel Pérez Espinosa
43f7d753f4
fix(angular): fix typo in karma-project generator factory definition ( #5888 )
2021-06-04 12:04:16 +01:00
Leosvel Pérez Espinosa
06d3654c00
cleanup(angular): migrate storybook-configuration generator to nx devkit ( #5875 )
2021-06-04 10:44:54 +01:00
Leosvel Pérez Espinosa
e8bffc0db7
fix(angular): generate the outputs property for build targets ( #5867 )
2021-06-02 13:26:07 +01:00
Leosvel Pérez Espinosa
a6772c4346
fix(angular): update angular deps to use the latest minor versions ( #5858 )
2021-06-01 17:52:38 +01:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default ( #5798 )
2021-05-28 13:35:34 +00:00
Leosvel Pérez Espinosa
1f93ebb47a
cleanup(angular): migrate karma-project generator to nx devkit ( #5822 )
2021-05-28 14:08:04 +01:00
Miroslav Jonaš
76a3092891
fix(testing): enable and fix several disabled unit and e2e tests ( #5711 )
2021-05-28 14:35:04 +02:00
Leosvel Pérez Espinosa
55b37ceeeb
cleanup(angular): migrate karma generator to nx devkit ( #5821 )
2021-05-28 11:21:16 +01:00
Leosvel Pérez Espinosa
0c454dd29f
cleanup(angular): migrate add-linting generator to nx devkit ( #5795 )
2021-05-26 11:09:42 +01:00
Miroslav Jonaš
4b758f842e
fix(angular): disable double module update on move ( #5788 )
...
* fix(angular): disable double module update on move
* chore(angular): rename test sections
2021-05-25 23:36:29 +01:00
Philip Fulcher
a80a6ae535
fix(angular): prevent move generator form making un-intended changes ( #5780 )
2021-05-25 09:42:47 -06:00
Leosvel Pérez Espinosa
95ac98406e
cleanup(angular): migrate delegate-build executor to nrwl devkit ( #5758 )
2021-05-24 13:55:49 +01:00
Philip Fulcher
d891c69813
chore(angular): convert move schematic to Nx generator ( #5708 )
...
* chore(angular): convert move schematic to Nx generator
* fix(angular): fix bad generator import
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-22 18:38:01 +00:00
Leosvel Pérez Espinosa
3117107725
cleanup(angular): migrate package and ng-packagr-lite executors to nrwl devkit ( #5737 )
2021-05-21 16:50:45 +01:00
Colum Ferry
488804163e
cleanup(angular): refactor init generator to use Nx Devkit ( #5735 )
...
Refactor `init` generator to use Nx Devkit
2021-05-21 11:33:59 +00:00
Leosvel Pérez Espinosa
c71137f34c
fix(angular): make path optional for customWebpackConfig in webpack browser executor ( #5728 )
2021-05-20 15:01:39 +00:00
Leosvel Pérez Espinosa
d0afa3dd89
feat(angular): add executor which allows to delegate the build to another target ( #5715 )
2021-05-20 12:29:46 +01:00
Phillip Barta
053d488801
cleanup(core): removed reexport of devkit types in workspace
2021-05-19 13:42:03 -04:00
Leosvel Pérez Espinosa
45f7d77188
feat(angular): generate apps and libs with strict mode on by default ( #5690 )
2021-05-19 11:39:35 +01:00
vsavkin
f82344d63a
chore(repo): refine the tag line
2021-05-18 20:55:40 -04:00
vsavkin
af23cc5d7d
feat(misc): change the nx tag line
2021-05-18 16:07:22 -04:00
Colum Ferry
0872f01738
feat(angular): allow custom webpack config support for webpack-browse… ( #5609 )
...
* feat(angular): allow custom webpack config support for webpack-browser builds
Allow building with a custom webpack config when using webpack-browser builds
* cleanup(angular): have buildApp function determine what builder to use
have buildApp function determine what builder to use keeping run function cleaner
* chore(misc): add IGNORE_MATCHES to CI dep discrepancy check
Add option to ignore packages in the discrepancy check for CI
* cleanup(angular): throw schematic error when webpack config path incorrect
Throw a helpful error when the user supplies an incorrect custom webpack config file path
2021-05-18 16:05:17 +01:00
Colum Ferry
fa01e90156
Revert "feat(angular): add support for a target Builder ( #4903 )" ( #5684 )
...
* Revert "feat(angular): add support for a target Builder (#4903 )"
This reverts commit a78fe65d81600e2f1b522722b6ce6374b8c652d3.
* chore(angular): disable failing test
2021-05-18 14:14:43 +01:00
Jason Jean
1c714de844
fix(testing): support cypress projects for default serve configuration ( #5667 )
2021-05-14 12:45:10 -04:00
Jason Jean
97b6467a53
fix(angular): fix angular-eslint migration ( #5654 )
2021-05-13 15:43:56 -04:00
Jason Jean
902c46e8f3
fix(angular): update angular-eslint to v12 stable ( #5649 )
2021-05-13 15:38:19 -04:00
Jason Jean
7352fd0c1e
feat(angular): update to angular 12 stable ( #5643 )
2021-05-12 19:30:23 -04:00
Jason Jean
ff3c3cb0f1
fix(angular): update zone.js to 0.11.4 ( #5642 )
2021-05-12 16:49:39 -04:00
Brandon
fb197a27a9
feat(angular): update to NgRx 12.0.0-rc.0 ( #5640 )
2021-05-12 15:34:22 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Jordan Hall
a78fe65d81
feat(angular): add support for a target Builder ( #4903 )
...
Ability to support incremental builds when using target builders
ISSUES CLOSED : #4896
2021-05-11 14:32:56 +01:00
Leosvel Pérez Espinosa
939da0a1c3
fix(angular): support dynamic imports in buildable libs ( #5560 )
2021-05-05 20:17:08 +01:00
James Henry
1cf7a69ce2
feat(angular): update angular-eslint to v4 ( #5499 )
...
* feat(angular): update angular-eslint to v4
* fix(linter): add check to see if right version is used
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-29 22:19:50 +00:00
Katerina Skroumpelou
6b7b6815c1
feat(storybook): update Angular Storybook to use new Storybook v6 syntax ( #5398 )
2021-04-29 11:02:04 +02:00
Tasos Bekos
156e3c2c40
chore(repo): use jest-circus runner
2021-04-26 15:16:09 -04:00
Minijus L
357ecd09a4
fix(testing): update ts-jest to version 26.5.5 ( #5405 )
...
Update `jest.config.js` ts-jest section with lower-cased 'tsconfig' property as 'tsConfig' is to be deprecated in version 27.
2021-04-26 08:56:52 -04:00
Vivek
4a5345363b
docs(misc): update READMEs to have alt on <img> tags ( #5306 )
2021-04-22 13:36:00 +00:00
Rares Matei
bd21728255
feat(storybook): infer Cypress project name from app source ( #5404 )
2021-04-22 15:16:49 +02:00
Jason Jean
d9fd36fd70
fix(angular): fix ngrx 11.1.0 migration ( #5403 )
2021-04-20 17:38:41 -04:00
minijus
4df9b121d6
chore(angular): update jest-preset-angular to 8.4.0
...
Change import path and snapshotSerializers according to jest-preset-angular version 9 deprecations.
2021-04-16 09:13:09 -04:00
Jason Jean
d007d37fb4
fix(devkit): add env variable to disable project graph cache ( #5297 )
2021-04-15 10:29:33 -04:00
Santosh Yadav
00d712dca0
chore(angular): update ngrx to 11.1.0 while migration ( #5321 )
...
Fixes #5261
2021-04-14 21:17:07 +01:00
James Henry
bff5d431c9
feat(core): add --ignoreExistingTsLintConfig option to lint conversion generators ( #5127 )
...
* feat(core): add --discardExistingLintConfig option to lint conversion generators
* fixup! feat(core): add --discardExistingLintConfig option to lint conversion generators
* chore(core): address PR feedback
* fix(linter): properly store defualts for converting tslint to eslint
* fix(linter): fix tests for set defaults
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-12 15:40:48 -04:00
Rares Matei
6c4155dac6
feat(storybook): configure Cypress directory ( #5314 )
2021-04-12 14:06:51 +02:00
Leosvel Pérez Espinosa
95cdeaed06
fix(angular): resolve @angular/cli version mismatch causing data persistence typing to be broken
2021-04-08 10:36:54 -04:00
vsavkin
38c111ba06
chore(repo): update to nx 12
2021-04-07 12:31:23 -04:00
Jason Jean
bfb194843f
feat(core): remove readFile argument from createProjectGraph ( #5206 )
...
* feat(core): deprecate creating a project graph from a host
* feat(core): remove readFile argument from createProjectGraph
2021-04-06 13:44:09 -04:00
Leosvel Pérez Espinosa
bba3f0ee3f
fix(angular): fix eslint component/directive selector prefix
2021-04-06 10:30:58 -04:00
Leosvel Pérez Espinosa
ad5628557c
fix(angular): prevent running ngcc with incremental builds
2021-04-05 13:25:31 -04:00