804 Commits

Author SHA1 Message Date
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
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
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 (#4095) 2020-11-30 14:07:27 -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
Tasos Bekos
98ed4b1dc7 cleanup(core): combine ng-new and tao-new schematic 2020-11-27 20:56:26 +02: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
Tasos Bekos
7383af3fb3 fix(core): store packageManager preference in angular.json 2020-11-25 14:31:20 -05:00
victor savkin
7285405175 feat(core): update existing workspaces to use tools/generators 2020-11-25 14:26:03 -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
2824794a92 feat(core): clean up the language to use word executor 2020-11-24 09:49:52 -05: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
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
781ebd593c fix(core): add explicit dep on cli if missing 2020-11-18 10:01:11 -05:00
Victor Savkin
4511ec65fb feat(web): add file-server builder 2020-11-17 19:31:08 -05:00
Victor Savkin
a3550ce57b feat(core): simplify generation api not to use a higher-order function 2020-11-17 19:31:08 -05:00
Victor Savkin
4a17b7339f feat(core): use the new schematics api for workspace schematics 2020-11-17 19:31:08 -05:00
Victor Savkin
428edb0c32 feat(core): implement basic support for schematics 2020-11-17 19:31:08 -05:00
Victor Savkin
68a4a7eb8c feat(core): add nx devkit builders 2020-11-17 19:31:08 -05:00
Victor Savkin
4c377bdbf8 fix(core): fix typo in the migration adding tao 2020-11-17 15:07:34 -05:00
Martin Hochel
842455bbd7
feat: add --js and --pascalCaseFiles flags to core,node,express schematics (#3683) 2020-11-17 12:29:20 -05:00
Victor Savkin
9d053e7912 fix(core): a new workspace should have an explict dep on tao 2020-11-16 09:25:33 -05:00
Victor Savkin
1c791cfc7f cleanup(core): remove deprected function 2020-11-13 20:58:12 -05:00
Victor Savkin
74195bcf1a Revert "fix(core): add --fork-point arg to git merge"
This reverts commit 444a3930d8134b9649e16af0ac96fc27e519128e.
2020-11-13 20:57:13 -05:00
Tasos Bekos
8676c1a68b fix(core): default to NPM package manager
* Simplify the determination & detection of the desired package manager.
* Add the `package-manager` option on plugin creation.
* Nx Cloud installation uses the appropriate package manager.
2020-11-11 10:02:47 -05:00
Tasos Bekos
3753cf3151 fix(core): add PNPM lock file to hasher's implicit dependencies 2020-11-11 10:01:48 -05:00
Victor Savkin
95c539fc39 fix(core): store terminal output for failed tasks created with pipe output capture 2020-11-11 10:01:22 -05:00
Victor Savkin
7a9214bce8 fix(core): allow --all=true in addition to --all 2020-11-09 16:10:04 -05:00
Mehrad Rafigh
e3f318cde3 feat(core): update prettier to v2.1.2 2020-11-06 15:56:40 -05:00
Brandon
41ad265426
fix(angular): add support for migrating from empty Angular CLI workspace (#4043)
Closes #1465, #3128
2020-11-06 13:36:48 -06:00
Victor Savkin
5e9a7d76ac cleanup(repo): remove bazel package 2020-11-02 09:28:14 -05:00
Jason Jean
989226d008 fix(core): fix resolving imports that cannot be resolved via typescript 2020-10-31 20:58:22 -04:00
Adrian
992013ca0a
Add possibility to specify port when running dep graph (#3938)
* feat(misc): add possibility to specify port when running dep graph

* feat(docs): documentation was updated with the exposed port

Co-authored-by: adrian.etter <adrian.etter@dswiss.com>
2020-10-30 12:09:35 -06:00
Christian Jensen
da4fe07c47
fix(angular): handle delimited name in NgRx templates (#3955) 2020-10-30 10:01:34 -05:00
Nik Gorylenko
4a90fba758
chore(web): deprecate @webcomponents/custom-elements (#3930)
Since `@webcomponents/custom-elements` is deprecated, here is suggested alternative: `@ungap/custom-elements`
2020-10-30 09:45:54 -04:00
Tasos Bekos
34d156d46e feat(core): support packageManager argument 2020-10-30 09:25:23 +02:00
Nadav Sinai
444a3930d8 fix(core): add --fork-point arg to git merge
this fixes getFilesUsingBaseAndHead output in some forking scenarios.
2020-10-28 20:57:06 -04:00
Jason Jean
63d0ed15ed
fix(core): fix resolving npm dependencies (#3963) 2020-10-23 19:13:46 -04:00
Tasos Bekos
463d2cb9e0
fix(repo): add missing tslib dependency in generated applications (#3858) 2020-10-23 17:09:35 -04:00
James Henry
4f5fb0f8fc
feat(linter): use overrides in root eslint config (#3949)
* feat(linter): use overrides in root eslint config

* feat(linter): update-root-eslint-config-to-use-overrides migration
2020-10-23 16:14:09 -04:00
Jason Jean
a7f2670d49
fix(core): add @nrwl/cli to the list of migrated dependencies (#3927) 2020-10-23 15:28:26 -04:00