2389 Commits

Author SHA1 Message Date
victor savkin
ae397d2d10 cleanup(core): remove all deps on angular-devkit from tao 2020-12-02 19:59:16 -05:00
Benjamin Cabanes
86c0eef9cc
docs(core): separate prompts on create app tutorial (#4188) 2020-12-02 17:30:19 -05:00
victor savkin
b984461561 fix(misc): fix migrations 2020-12-02 14:08:10 -05:00
victor savkin
68aa15a4f4 chore(repo): update to nx11 2020-12-02 14:08:10 -05:00
victor savkin
16cdba4dc9 fix(repo): fix e2e tests 2020-12-02 14:07:53 -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
beeman
ca5d5860df
fix(nx-plugin): rename spec file in e2e project to .spec.ts (#4178) 2020-12-02 07:32:41 -05:00
victor savkin
95c903d906 fix(core): remove positional params after converting them to named 2020-12-01 20:52:27 -05:00
victor savkin
3ec22dfc48 fix(core): fix boolean prompts 2020-12-01 16:24:45 -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
Tasos Bekos
1c3b215a9f cleanup(repo): enable missing dependencies check 2020-12-01 14:25:13 +02:00
Tasos Bekos
c6cb176218 cleanup(core): remove duplicate code about package manager 2020-12-01 12:43:23 +02:00
Jonathan Cammisuli
2ec6848dd3 feat(node): add generatePackageJson option to build executor 2020-11-30 19:59:45 -05:00
Juri
c699f8d5c4 fix(react): dependency resolution for buildable libraries
Fixes #3994
2020-11-30 19:28:47 -05:00
Katerina Skroumpelou
0d38b8b560
fix(react): corrected style schematics for css modules (#4067) 2020-11-30 16:44:47 -05:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 (#4095) 2020-11-30 14:07:27 -05:00
Juri
0679d3c90c docs(repo): adjust malformed markdown on course section of readme 2020-11-27 15:20:10 -05:00
Juri
0970d835f5 docs(docs): add link to Nx Egghead course 2020-11-27 14:40:10 -05:00
Adam L Barrett
889b648886
Emotion upgrade for React and Next plugins (#4088)
* chore(react): update emotion to new versions and new package names on react plugin

* chore(nextjs): update emotion to latest version and the new package names

* feat(misc): have react and next plugin migrations update emotion imports

 * add renamePackageImports and renameNpmPackage rules to workspace utils
 * update migrations to update emotion imports to the new name and version
2020-11-27 13:32:42 -06:00
victor savkin
81ba64ad1f fix(repo): wrong version in package.json 2020-11-27 14:03:29 -05:00
Michael Stramel
2f79bf530e
fix(nextjs): Pass defaultLoaders through to user webpack config (#4137) 2020-11-27 13:58:42 -05:00
Tasos Bekos
98ed4b1dc7 cleanup(core): combine ng-new and tao-new schematic 2020-11-27 20:56:26 +02:00
Tasos Bekos
724b9b1f03 fix(core): migrate will tolerate backslashes in package names
When migrate command is invoked in Windows, there is a chance that
package names will contain backslashes due to an unexpected conversion.
Since package names can only contain only URL-friendly characters, ie
no backslashes, we try to fix it, by converting them back to forward slashes.
2020-11-27 12:56:35 -05:00
Jonathan Cammisuli
6cb13847af fix(core): get file changes from host for formatFiles 2020-11-27 09:43:42 -05:00
victor savkin
48bcaf099d feat(core): update the migrate command to support @nrwl/devkit generators 2020-11-26 21:38:56 -05:00
victor savkin
234ca36385 cleanup(misc): clean up devkit 2020-11-26 10:19:13 -05:00
Jonathan Cammisuli
15213119b7
feat(nx-plugin): use @nrwl/devkit 2020-11-25 14:34:03 -05:00
Tasos Bekos
7383af3fb3 fix(core): store packageManager preference in angular.json 2020-11-25 14:31:20 -05:00
Tasos Bekos
89826063a0 chore(repo): format via Nx 2020-11-25 14:30:28 -05:00
victor savkin
7285405175 feat(core): update existing workspaces to use tools/generators 2020-11-25 14:26:03 -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
Katerina Skroumpelou
d43a6229c7
fix(core): update version of node types in schematic and write corresponding migrations (#4142)
ISSUES CLOSED: #4132
2020-11-25 12:28:29 -05:00
victor savkin
0a955a420c cleanup(docs): use words generator and executor in api docs 2020-11-24 11:57:52 -05:00
Victor Savkin
2824794a92 feat(core): clean up the language to use word executor 2020-11-24 09:49:52 -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
Martin Hochel
257d072ef2 feat(core): provide better list command for workspace generators 2020-11-20 12:43:42 -05:00
Victor Savkin
afdef2069c feat(core): always use nx cli to invoke generators and execute tasks 2020-11-20 09:57:32 -05:00
Cédric Hoarau
bb993c36f9 cleanup(core): review 2020-11-20 09:09:44 -05:00
Cédric Hoarau
4c55bbdd26 fix(core): invalidate previous failed projects if they are excluded
ISSUES CLOSED: #4002
2020-11-20 09:09:44 -05:00
Tasos Bekos
a3163cabec fix(core): prevent binary file corruption when renaming
Closes #4024
Closes #2469
2020-11-20 09:02:06 -05:00
Victor Savkin
06e13dae2f cleanup(core): use the use generator instead of schematic 2020-11-19 20:07:13 -05:00
Tasos Bekos
ea17900378 chore(core): add enviroment information on report 2020-11-19 15:41:27 -05:00
Juri
17bd3f4a93 fix(web): pass http-server params without "=" 2020-11-19 09:57:35 -05:00
Victor Savkin
6ee16bae17 fix(repo): set timeout in a wrong config 2020-11-18 21:12:31 -05:00
Victor Savkin
a55e7cae52 feat(angular): change the way we decoreate angular cli to remove warnigs 2020-11-18 21:12:31 -05:00
Victor Savkin
7d3627ab27 feat(web): add parallel, maxParallel, with-deps to file-serve target 2020-11-18 21:11:59 -05:00
Katerina Skroumpelou
e9412d5ec7
fix(nextjs): if there is no tsconfig.app.json or tsconfig.lib.json then set path to tsconfig.json (#4101)
Storybook configuration could not be added to nextjs apps because they have a tsconfig.json
and
not a tsconfig.app.json

ISSUES CLOSED: #4092
2020-11-18 14:37:44 -05:00
Katerina Skroumpelou
4f545a1316
feat(nextjs): creating a tsconfig.app.json next to tsconfig.json for consistency (#4110)
ISSUES CLOSED: #4092
2020-11-18 12:33:26 -05:00