Sebastiandg7
30c33d3233
feat(misc): display skip-nx-cache option in help output
...
Tell the user that --skip-nx-cache option can be used with the execution of targets. The option will be displayed in both 'nx --help' and 'nx [project][:target][:configuration] --help' commands.
ISSUES CLOSED: 3338
2020-12-14 14:05:32 -05:00
Victor Savkin
0875d19ad3
fix(misc): minor fixes for nx 10->nx11 migration
2020-12-12 12:18:09 -05:00
Younes Jaaidi
112e000445
cleanup(misc): remove debug remains ( #4257 )
2020-12-11 16:18:13 -05:00
Jason Jean
dae806a51d
fix(core): fix migrations for adding tao and cli ( #4249 )
2020-12-10 17:34:25 -05:00
Jason Jean
0ac14822ce
fix(core): fix generators on windows
2020-12-10 15:45:15 -05:00
Jason Jean
dad5a94fda
fix(core): fix preset unit tests issues
2020-12-10 09:05:29 -05:00
Victor Savkin
0c8ca53c16
fix(core): fix nx 11 migration leaving empty schematics folder
2020-12-09 20:31:31 -05:00
Victor Savkin
aa5969e946
fix(misc): reexport devkit helpers from @nrwl/workspace to minimize breaking changes in plugins
2020-12-09 15:26:59 -05:00
Victor Savkin
b791ce3a0d
fix(misc): update migration to work with older versions of tao
2020-12-09 15:20:23 -05:00
Victor Savkin
6b6c251846
feat(core): update the update npm script to invoke nx migrate
2020-12-09 15:17:30 -05:00
Victor Savkin
b405b07361
fix(misc): fix workspace generators written using angular devkit
2020-12-09 10:31:51 -05:00
Victor Savkin
0a49487aa5
docs(devkit): add guides on devkit
2020-12-09 08:43:57 -05:00
Tasos Bekos
c62e556373
fix(core): outputs migration should handle no architect projects ( #4217 )
...
Previously, if a project didn't contain an `architect` property it would fail.
2020-12-07 17:37:16 -05:00
Tasos Bekos
056f4eb20e
fix(core): handle commit object argument when creating workspace
2020-12-06 13:39:19 -05:00
Victor Savkin
8224a1029e
feat(core): switch default config to v2
2020-12-06 13:29:40 -05:00
Tasos Bekos
438d26b828
cleanup(repo): add missing dependencies
...
Also, it will now correctly fail on CI if any dependencies are missing.
2020-12-05 13:41:26 -05:00
Jason Jean
f168af12d5
feat(angular): add migrations for angular 11
2020-12-05 13:40:47 -05:00
Tasos Bekos
aa33625321
chore(repo): add @nrwl/devkit in report
2020-12-04 09:56:26 -05:00
victor savkin
a24fb961d8
feat(core): format workspace.json based on version field
2020-12-03 20:20:04 -05:00
victor savkin
b984461561
fix(misc): fix migrations
2020-12-02 14:08:10 -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
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