Jason Jean
857ee73142
fix(frontend): tsconfig paths resolution
2019-05-07 15:35:04 -04:00
Gustavo Perdomo
cdb6a238b9
feat(nest): update to nestjs 6
2019-05-07 15:33:29 -04:00
arjunyel
e370733925
fix(nx): remove tslint no-use-before-declare ( #1267 )
2019-05-06 11:03:48 -06:00
Victor Savkin
a82a19372f
fix(nx): reenable ng-add
2019-05-04 16:58:20 -04:00
Victor Savkin
c26a951686
chore: update README to point to the schematics on npm
2019-05-04 16:43:10 -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
David
85351a3958
fix(workspace): topoligically sort projects for affected:build --all
...
Closes #1302
Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
2019-05-02 09:59:03 -04:00
Jason Jean
0afcbb3649
feat(nx): add migrations for v8
2019-05-01 23:14:16 -04:00
dherges
183ac6be2f
fix(workspace): consider ExportDeclaration w/ moduleSpecifier for dependency calculation
2019-05-01 23:11:01 -04:00
David
5318f00298
fix(schematics): print additional error info with --verbose flag in affected command
2019-05-01 23:09:49 -04:00
Christoph Krüger
0ef6c35a77
docs(nx): fixed typos
...
fixed typos of issues #1295 and #1296
2019-04-30 09:28:15 -04:00
Jessica Nierth
a074edf3f9
fix(nx): wrap tmp directory into quotes
...
Defensive layer in case user setup to node.js contains spaces.
2019-04-29 13:35:40 -04:00
Victor Savkin
31a2d64ae4
feat: reimplement presets to work with the new package layout
2019-04-29 13:35:40 -04:00
Jason Jean
fb152e689a
refactor(frontend): refactor NxModule to @nrwl/angular
2019-04-28 15:10:38 -04:00
mrmeku
b8ee3ba478
feat(nx): remove @nrwl/bazel package
2019-04-28 15:07:08 -04:00
ben
a5bc37c60d
feat(docs): document deep builder object properties
2019-04-28 15:06:50 -04:00
Jason Jean
d61796cead
fix(nx): fix affected params interpolation
2019-04-28 15:06:35 -04:00
Jason Jean
a3be21ca78
feat(nx): generating apps works without ng-add ( #1287 )
2019-04-26 15:19:50 -04:00
Jason Jean
422fef7c1c
fix(frontend): remove dependency on @angular/compiler-cli
2019-04-24 17:32:41 -04:00
Jason Jean
09a3ee66ea
feat(nx): add ability to use interpolated arguments in affected
2019-04-24 17:28:48 -04:00
Benjamin Cabanes
801cac90d4
chore(readme): contributor pictures from github ( #1284 )
2019-04-23 19:35:43 -04:00
Victor Savkin
e8ea4dfabf
fix(build): add missing webpack deps to node and web
2019-04-22 18:14:25 -04:00
Victor Savkin
1c07d05af3
refactor(workspace): remove utils creating webpack config
2019-04-22 18:14:25 -04:00
Victor Savkin
a6fa61d9fa
fix: the version number of the workspace package isnt set correctly
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
Benjamin Cabanes
ca57cf29d8
fix(docs): general typos ( #1277 )
2019-04-18 16:12:08 -04:00
Jason Jean
9bbb69d40f
refactor(frontend): refactor angular to @nrwl/angular
2019-04-18 15:25:06 -04:00
Jason Jean
f998200eaa
test(testing): fix failing cypress test
2019-04-18 14:12:47 -04:00
Jason Jean
debda15222
refactor(testing): separate cypress to @nrwl/cypress
2019-04-17 17:06:44 -04:00
Jason Jean
e8a8edadc5
style(nx): reformat files
2019-04-17 17:03:11 -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
8f39d3eecc
chore(nx): add gitter badge
2019-04-16 13:11:04 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Suraj
9ee487d20f
docs(nx): fixed typo in getting started guide ( #1265 )
...
Fixed typo in Tooling & Automation section in Nx and Angular CLI article
2019-04-16 10:28:14 -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
ben
41b915bf75
feat(builders): expose clearCache to Jest builder
...
This exposes the `clearCache` option from Jest to Nx. You can now easily
clear Jest's default cache directory while running your tests.
2019-04-15 21:45:54 -04:00
Victor Savkin
c1f377270f
fix(schematics): relax jasmine marbles version
2019-04-15 21:45:29 -04:00
Victor Savkin
08505f50c7
Release 7.8.1
2019-04-15 13:43:35 -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
Bucky Maler
16bd139017
feat(node): add source map support
...
closes #1072
2019-04-14 14:48:59 -04:00
Bucky Maler
0bc9e505ae
fix(node): webpack devtool option
...
Source maps were inlined with --source-map false, but now no source maps are generated with
--source-map false.
#1229
2019-04-14 14:46:21 -04:00
MSakamaki
ed1d69fdd4
docs(nx): fix typo on tutorial
...
Tutorial is abort because there is no export in Todo interface, fix it
2019-04-14 14:45:36 -04:00
Jason Jean
bd2cb49bfd
fix(testing): fix jest on windows
2019-04-14 14:42:46 -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
Victor Savkin
7cc6d11b02
Release 7.8.0
2019-04-05 16:02:00 -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