Jason Jean
1b3f5840aa
fix(nx): run angular migration in separate process
2019-05-31 11:25:30 -04:00
Jason Jean
6baca41f94
fix(nx): fix nx8 @angular/core migration incompatibility
2019-05-30 18:47:43 -04:00
Jason Jean
ba5df218ea
fix(nx): fix nx8 migration
2019-05-29 12:59:28 -04:00
Jason Jean
2cd4a72fe7
feat(nx): update to angular 8
2019-05-29 11:57:54 -04:00
Victor Savkin
1975a9f83f
feat(nx): simplify the upgrade from Nx 7 to Nx 8 by making @nrwl/schematics extend @nrwl/angular
2019-05-28 15:18:27 -04:00
Jason Jean
3035c14ce0
docs(nx): add migration guide for nx7 to nx8
2019-05-28 12:10:47 -04:00
Jason Jean
03cd539560
feat(backend): update nest in 8.0 migration
2019-05-27 10:16:50 -04:00
Victor Savkin
f007ca9d17
fix(nx): make distribution ivy-friendly
2019-05-21 11:51:40 -04:00
Jason Jean
2d4d735d94
fix(nx): run migrations for beta versions
2019-05-21 08:58:33 -04:00
Jason Jean
109b203b75
feat(nx): add angular migrations for v8 ( #1335 )
2019-05-13 11:04:01 -04:00
Victor Savkin
90c2d45686
cleanup(nx): clean up schematics to only depend on non-framework specific packages
2019-05-02 11:43:47 -04:00
Jason Jean
0afcbb3649
feat(nx): add migrations for v8
2019-05-01 23:14:16 -04:00
Victor Savkin
1c07d05af3
refactor(workspace): remove utils creating webpack config
2019-04-22 18:14:25 -04:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Jason Jean
9bbb69d40f
refactor(frontend): refactor angular to @nrwl/angular
2019-04-18 15:25:06 -04:00
Jason Jean
debda15222
refactor(testing): separate cypress to @nrwl/cypress
2019-04-17 17:06:44 -04:00
Victor Savkin
bba34f8583
refactor(backend): create separate packages for express and nest
2019-04-16 19:45:55 -04:00
Victor Savkin
13a72f4fd1
refactor(frontend): refactor web components support into a separate package
2019-04-16 14:44:24 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Jason Jean
7e0b4a0066
refactor(frontend): separate react into separate collection
2019-04-16 08:37:55 -04:00
Marvin Luchs
5c56e545ce
fix(schematics): missing CSS import in web component app
...
fix #1249
2019-04-15 21:46:37 -04:00
Victor Savkin
c1f377270f
fix(schematics): relax jasmine marbles version
2019-04-15 21:45:29 -04:00
Sebastian Podgajny
c769b5889f
fix(nx): update Prettier and include 'less' extension #1220
...
Update Prettier version 1.15.3 => 1.16.4
Include 'less' in PRETTIER_EXTENSIONS array
2019-04-14 14:51:15 -04:00
Marvin Luchs
b26e626251
test(schematics): revert changes to test of relatively importing the same library ( #1227 )
2019-04-05 17:17:04 -04:00
Marvin Luchs
5daffc3cc7
test(schematics): add test for relatively importing src directory of another library
2019-04-04 13:57:15 -04:00
Marvin Luchs
dd1a7f5c3a
style(schematics): update formatting of nxEnforceModuleBoundariesRule
2019-04-04 13:57:15 -04:00
Marvin Luchs
97457a2c30
fix(schematics): normalize path in findTargetProject
...
findTargetProject returns OS-specific paths which may not match the paths in projectNode.files. To
fix this, the path needs to be normalized the same way as it is done in
isRelativeImportIntoAnotherProject. Also, per default when an import points to a directory, "index"
should be added as a potential import file candidate.
2019-04-04 13:57:15 -04:00
Jason Jean
360e5794cc
Revert "feat(node): set externalDependencies to none for production builds"
...
This reverts commit c2fc63d9c8103a1600b0867c05cf2335ca0934ac.
2019-04-03 16:11:23 -04:00
Jason Jean
1dfe26dade
enhancement(nx): remove @types/yargs from @nrwl/schematics dependencies
2019-04-03 11:40:52 -04:00
Jason Jean
417863da9d
fix(nx): fix app generation for names which match builder properties
2019-04-03 11:40:35 -04:00
Jason Jean
259f662063
fix(nx): handle unnormalized names for project generation
2019-04-03 11:40:08 -04:00
Hot Pixel Group
256d83c3f9
refactor(nx): modifies log for NestJS apps to reflect global prefix ( #1201 )
...
Clears confusion from console.log on NestJS apps when bootstrapped
re #1132
2019-04-01 14:23:33 -04:00
John Collom
5e470ca42f
feat(schematics-cli): add multiple selection support for prompts
...
adds check for `multiselect` in prompt definition
(per PromptDefinition interface from @angular-devkit)
2019-03-19 20:45:28 -04:00
Jason Jean
3cf84eca24
enhancement(nx): optimize affected to strip sourcecode down to imports/exports
2019-03-19 20:41:22 -04:00
Victor Savkin
3277b9d208
fix(nx): migration fails when ngrx is not in package.json
2019-03-18 09:48:54 -04:00
ben
fe31f9e0a1
chore(libs): bump nx logo dimensions
2019-03-12 18:22:48 -04:00
Jason Jean
1dacfefbaf
fix(testing): do not generate serializers for non-angular apps
2019-03-12 11:27:33 -04:00
Jason Jean
bd9301f5c8
style(nx): remove unncessary console.logs ( #1158 )
2019-03-11 16:12:48 -04:00
Jason Jean
0c0788880d
feat(nx): add appropriate favicons for different frameworks ( #1157 )
2019-03-11 16:12:37 -04:00
Jason Jean
7d599269e7
fix(nx): remove extension from export in lib index for react libs ( #1156 )
2019-03-11 16:10:31 -04:00
Jason Jean
345170a890
fix(testing): fix jest typings version ( #1155 )
2019-03-11 16:10:15 -04:00
Jason Jean
04c6966f25
fix(nx): install ts-jest for non-angular apps
2019-03-11 13:30:26 -04:00
Jason Jean
132bf47dbe
feat(testing): update to jest v24
2019-03-11 13:30:26 -04:00
Jason Jean
37c71706b4
fix(nx): format ng-new projects
2019-03-11 11:04:30 -04:00
Jason Jean
460d2d7dff
fix(nx): remove extract-i18n target from non-angular apps
2019-03-11 11:03:50 -04:00
ben
5bc181cb3e
chore(libs): update nx logo for workspace
2019-03-11 11:03:07 -04:00
Jason Jean
2a94649d41
feat(nx): add js and jsx support to builders and affected
2019-03-11 11:01:28 -04:00
Jason Jean
a34eb17c47
fix(nx): remove es5BrowserSupport from non-angular apps
2019-03-11 10:15:55 -04:00
Jason Jean
98e83f92bd
feat(nx): add framework react for libs
2019-03-11 10:15:18 -04:00
Emilio Martinez
598cedb89f
refactor(schematics): strongly type cypress pluginsFile params ( #1127 )
2019-03-04 20:02:32 -05:00