Victor Savkin
cb15498d83
fix(core): git hasher should handle unstaged files with spaces
2020-09-10 14:38:13 -04:00
Jason Jean
e9393805c1
feat(core): optimize project locator perf
2020-09-10 14:23:36 -04:00
Victor Savkin
7df4ee1551
fix(core): remove an invalid link
2020-09-10 11:32:41 -04:00
Peter B Smith
78576e7c89
fix(angular): replace addAll with setAll in ngrx schematic ( #3699 )
...
Closes #3698
2020-09-09 13:59:46 -05:00
Jonathan Cammisuli
b49f0af610
chore(docs): add node tutorial files ( #3663 )
2020-09-09 14:28:59 -04:00
Devin Shoemaker
34a66f332a
feat(core): add nx-cloud to list of default packages to be migrated
...
`nx-cloud` is currently not migrated with the nx migrate latest command. Including this in the list of default packages will result in more expected behavior with less maintenance for the end-user.
2020-09-09 14:02:14 -04:00
Jack Hsu
d5481e58b2
fix(react): support default envName behavior for babel (e.g. set through BABEL_ENV or NODE_ENV) ( #3693 )
2020-09-09 10:47:09 -04:00
Victor Savkin
f21fb8056d
fix(repo): fix nx-cloud configuration
2020-09-09 09:57:45 -04:00
Jack Hsu
e4485d4223
fix(react): fix babel preset for web to support undefined caller ( #3694 )
2020-09-09 09:16:14 -04:00
imprevo
6bc63d5c74
fix(docs): apollo-react blog post link
2020-09-08 22:17:07 -04:00
Martin Hochel
6b8592da2e
feat(misc): add babelJest support to node,web,workspace,express plugins ( #3636 )
...
ISSUES CLOSED : #3041
2020-09-08 13:59:36 -04:00
Katerina Skroumpelou
e10aa455ea
feat(node): added rootDir flag when generating node/lib ( #3659 )
2020-09-08 11:36:24 -04:00
Peter B Smith
a9d3fab93b
docs(angular): add serializer detail to DataPersistence guide ( #3550 )
...
Fixes : #3549
2020-09-08 09:39:59 -05:00
Juri Strumpflohner
18c675a7b1
fix(storybook): pass on generateCypressSpecs from React storybook schematic ( #3687 )
2020-09-08 16:03:11 +03:00
Gustavo Perdomo
8751b2ae0d
feat(nx-plugin): move from @gperdomor/nx-docker to @nx-tools/nx-docker ( #3652 )
...
Now @gperdomor/nx-docker is published as @nx-tools/nx-docker
2020-09-07 10:21:03 -04:00
Tasos Bekos
afa4588b0e
fix(repo): fix e2e react tests ( #3678 )
2020-09-07 10:20:31 -04:00
Jonathan Cammisuli
8f867a17ca
chore(docs): update generated docs
2020-09-05 10:50:48 -04:00
Zachary Williams
556385c012
fix(misc): remove deprecated jest builder options from schematic ( #3630 )
...
ISSUES CLOSED : #3505
2020-09-05 10:44:30 -04:00
Tasos Bekos
3461a86c6d
fix(web): support baseHref on serve ( #3639 )
...
ISSUES CLOSED : #3553
2020-09-04 14:54:29 -04:00
Victor Savkin
326bff6f1a
fix(core): update the version of yargs to fix npm audit
2020-09-04 10:15:07 -04:00
Victor Savkin
2c1d99e066
fix(angular): use @schematics/angular when setting style defaults
2020-09-03 20:49:53 -04:00
Victor Savkin
0bc6bf66c2
fix(repo): disable eslint warnings
2020-09-03 13:23:52 -04:00
Tasos Bekos
8abc06d3af
fix(testing): handle coverageRepoters for Jest through CLI
2020-09-03 11:07:06 -04:00
Adam L Barrett
5fa38f89f6
cleanup(react): add e2e test for IE support and differential loading
2020-09-03 10:47:46 -04:00
Victor Savkin
28fbd5c576
fix(core): set status code to 2 when sigint
2020-09-03 10:44:15 -04:00
Wael Showair
cee55a8580
fix(linter): exit node process successfully when maxWarnings is set ( #3646 )
...
* fix(linter): exit node process succesfully when maxWarnings is set
ISSUES CLOSED : #3644
* fix(linter): exit node process successfully if reported warnings count <= maxWarnings option
ISSUES CLOSED : #3644
2020-09-03 16:56:35 +03:00
German
9b490623e9
fix(core): add forwardAllArgs option to run-commands builder ( #3559 )
...
ISSUES CLOSED : #3335
2020-09-03 16:40:31 +03:00
Tasos Bekos
86784b2988
feat(misc): support projects option in format ( #3588 )
...
ISSUES CLOSED : #3303 , #3090
2020-09-02 12:15:55 +03:00
Tasos Bekos
72dfbdd10b
cleanup(repo): align local and web package dependency versions ( #3614 )
...
Versions mismatch and import issues were causing unexpected errors during development.
2020-09-02 10:54:42 +03:00
Victor Savkin
e90fbdae6f
feat(core): indicate that a nested process was invoked by nx
2020-09-01 23:32:14 -04:00
Victor Savkin
afac057125
fix(core): type in workspace.json
2020-09-01 20:31:06 -04:00
Victor Savkin
4e18bc0305
fix(repo): fix e2e tests
2020-09-01 16:47:32 -04:00
Emilio Martinez
a45c31e6b5
chore(web): update sass to ^1.26.3
...
Updates `sass` to match the version used at the root project, while
loosening semver scope to allow versions within the current major.
Closes #3475
2020-09-01 16:07:36 -04:00
Victor Savkin
1699d93e29
docs(node): update docs
2020-09-01 13:20:33 -04:00
Pradeep Chauhan
ea2420c98d
fix(misc): fixed collection workspace module cannot be resolved
...
when creating plugin through npx create-nx-plugin, it fails by throwing error
Collection @nrwl/workpsace cannot be resolved
this commit changes the collection arguments pointing to proper path of the
module in tmp directory
2020-09-01 13:08:51 -04:00
Tasos Bekos
8938256f55
fix(core): don't alter trailing newlines from package.json during migration
...
ISSUES CLOSED : #3628
2020-09-01 13:08:30 -04:00
Martin Hochel
7c07cb86f7
fixup! fixup! fixup! feat(core): compile only schematics realted source when using workspace-schematics
2020-09-01 11:59:32 -04:00
Martin Hochel
488c373ed1
fixup! fixup! feat(core): compile only schematics realted source when using workspace-schematics
2020-09-01 11:59:32 -04:00
Martin Hochel
2068d8d934
fixup! feat(core): compile only schematics realted source when using workspace-schematics
2020-09-01 11:59:32 -04:00
Martin Hochel
ac643a70fa
feat(core): compile only schematics realted source when using workspace-schematics
...
ISSUES CLOSED : #1215
2020-09-01 11:59:32 -04:00
Tasos Bekos
8c4904240e
fix(web): don't run type checking for legacy build
...
ISSUES CLOSED : #3349
2020-09-01 11:49:53 -04:00
Tasos Bekos
a4b37a341f
feat(core): support globs for JSON paths in implicitDependencies
...
ISSUES CLOSED : #2483
2020-09-01 11:47:16 -04:00
Jonathan Cammisuli
10d3d0de3b
feat(core): add nest preset
2020-09-01 11:46:46 -04:00
Martin Hochel
c275dcdd4a
fix(core): remove invalid --plain flags from affected commands
...
ISSUES CLOSED: 2720
2020-09-01 11:45:48 -04:00
Martin Hochel
cbb342d597
fix(linter): include project's dts files when linting
...
ISSUES CLOSED : #3193
2020-09-01 11:41:26 -04:00
Jonathan Cammisuli
0304516318
feat(docs): add node document generation
2020-09-01 11:23:57 -04:00
Victor Savkin
5fac428c9f
feat(repo): migrate nx to latest
2020-08-31 16:12:47 -04:00
Mehrad Rafigh
270433fd35
feat(angular): update NgRx libraries to version 10.0.0 ( #3543 )
...
Fixes : #3542
2020-08-31 13:28:47 -05:00
Jan
95dd857126
fix(core): handle projects build assets option being empty ( #3591 )
...
ISSUES CLOSED : #3590
2020-08-31 19:33:27 +03:00
Tasos Bekos
ee4b2783fe
fix(testing): handle cypress parameters when invoked through Angular CLI
...
When Cypress was invoked using `ng`, it was throwing errors because no additional properties were allowed.
When allowed, all the extra options are passed as array in the `--` key, which is not currently handled.
This commit allows additional properties and makes sure that if any adittional options are passed they are parsed and incorporated correctly.
ISSUES CLOSED : #3571
2020-08-31 12:05:17 -04:00