2158 Commits

Author SHA1 Message Date
Jo Hanna Pearce
001b6ee8cc fix(misc): updates the mv schematic to cope with libs created with --importPath
ISSUES CLOSED: #3476
2020-09-14 13:36:46 -04:00
Peter Smith
a9ba084563 docs(angular): clarify optimisticUpdate usage
the optimisticUpdate.run function expects a `void`, `Action`, or `Observable<Action>` return.
Clarity matters. So by using `mapTo` operator the example shows the return of an action

ISSUES CLOSED: #3702
2020-09-14 13:32:00 -04:00
Tasos Bekos
71c8e9c493 cleanup(repo): avoid referencing node_modules 2020-09-14 13:14:11 -04:00
Tasos Bekos
b11a50f9a0 cleanup(repo): add packages to dependency lists in package.json
This commit also adds a dependency check tool.
2020-09-14 13:07:45 -04:00
Victor Savkin
3e3b4be7e0 fix(node): remove the edge from the node package to angular 2020-09-14 12:56:21 -04:00
Tasos Bekos
ebe49c7917 fix(core): correctly alias format:write to format 2020-09-14 11:13:02 -04:00
Benjamin Cabanes
1ee5faa590
chore(core): nxbranch default value (#3723) 2020-09-13 15:26:27 -04:00
Benjamin Cabanes
c7a7a6838e
chore(core): nx cloud pr number (#3722) 2020-09-13 14:10:45 -04:00
Benjamin Cabanes
faf451adca
feat(core): fix typo on ci config (#3721) 2020-09-13 14:09:58 -04:00
Benjamin Cabanes
7b796f0c9b
chore(repo): add nxbranch (#3719) 2020-09-12 20:09:20 -04:00
Victor Savkin
5fd1219c7a Release 10.2.0 2020-09-11 16:57:07 -04:00
Victor Savkin
14d8a8e3dd feat(repo): add NX_BRANCH and NX_RUN_GROUP env vars 2020-09-11 13:04:19 -04:00
Isaac Mann
9c4850c6ed
docs(docs): docs(docs): guide to debug builders (#3705)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-09-11 11:50:48 -04:00
Adam L Barrett
e021f74142
fix(nextjs): add project deps to package.json when bulding nextjs apps (#3594)
ISSUES CLOSED: #3062
2020-09-11 08:45:10 -04:00
Tasos Bekos
655ef4a91f fix(web): package builder correctly copies assets on Windows
On Windows, the paths were using backslashes and this was causing `globby` inside `rollup-plugin-copy` to not match any pattern, and thus ignoring all assets during the build. This commit ensures that all paths passed to `rollup-plugin-copy` use only forward slashes.

ISSUES CLOSED: #3328
2020-09-11 13:53:59 +03:00
Isaac Mann
c01f15d6ee
docs(docs): ng add functionality in a workspace with the nx cli (#3583)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-09-10 17:17:13 -04:00
Victor Savkin
a615da995d feat(core): add a prompt when using --scan without nx-cloud 2020-09-10 16:32:46 -04:00
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