2229 Commits

Author SHA1 Message Date
Juan Carlos Valerio
c1b494c22e fix(generate): improve error handling
Deliver better errors than `Unexpected token } in JSON at position X`
Fix issue #1047

https://github.com/nrwl/nx/issues/1047
2020-06-17 23:23:59 -04:00
Victor Savkin
240c3f62df Release 9.4.4 2020-06-17 23:08:07 -04:00
Victor Savkin
23abfff579 fix(core): restore lost coerceTypes 2020-06-17 23:06:43 -04:00
Victor Savkin
0e837cd130 Release 9.4.3 2020-06-16 10:42:41 -04:00
Juri Strumpflohner
eb9987b867 fix(misc): typo in README 2020-06-16 10:10:43 -04:00
Victor Savkin
73bcba6ac5 fix(core): only set FORCE_COLOR=true when using pipe to capture output 2020-06-16 10:10:29 -04:00
Victor Savkin
16e08a3cd6 chore(repo): update to nx 9.4.2 2020-06-15 17:02:39 -04:00
Victor Savkin
546e9000b4 Release 9.4.2 2020-06-15 16:57:18 -04:00
Victor Savkin
96a7f69d33 feat(core): add second way of capturing output 2020-06-15 16:55:35 -04:00
Victor Savkin
a34af96093 fix(repo): e2e test script should handle SIGINT 2020-06-15 16:55:35 -04:00
Victor Savkin
b00a259c1a Release 9.4.1 2020-06-15 10:28:26 -04:00
Victor Savkin
1e593a2b07 fix(misc): minor format changes in readmes 2020-06-15 10:27:07 -04:00
Victor Savkin
0111d87575 feat(repo): have separate readmes for all plugins 2020-06-14 23:33:05 -04:00
Jason Jean
7301930d3d
fix(core): consider overrides for output path (#3172) 2020-06-13 12:59:13 -04:00
Jason Jean
6636e53d64
fix(react): include browserslist in build (#3174) 2020-06-13 12:59:05 -04:00
Noriyuki Shinpuku
6314e24450
fix(react): fix .browserslistrc template file name (#3167)
ISSUES CLOSED: #3166
2020-06-13 00:10:58 -04:00
Isaac Mann
e82642ddc3
docs(docs): add examples section (#3165)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-06-12 22:09:48 -04:00
Jason Jean
c2fa23cb08 feat(repo): update nx to 9.4.0 2020-06-12 21:35:40 -04:00
Victor Savkin
080164c8a6 fix(repo): remove context from circle config 2020-06-12 21:23:24 -04:00
Jason Jean
f259c7a5b9
fix(repo): fix pr template being removed (#3170) 2020-06-12 17:56:18 -04:00
Jason Jean
8fcfbee03f Release 9.4.0 2020-06-12 12:28:39 -04:00
Jason Jean
fc61fcb2ab
fix(linter): fix dependencies from projects on themselves when another circular dependency exists (#3163) 2020-06-12 10:07:56 -04:00
Jason Jean
0d9b8bb0db
fix(testing): do not add cypress-eslint-plugin if eslint not used (#3162) 2020-06-11 21:42:28 -04:00
Adam L Barrett
2700cb7596
feat(react): make React schematics use babel-jest by default (#3154)
* feat(react): make React schematics use babel-jest by default

The babelJest option was removed from the React application
and library schematics and set to true by default

ISSUES CLOSED: 2365

* feat(react): remove babelJest option test
2020-06-11 16:26:23 -04:00
Adam L Barrett
d17d437078
feat(react): add jsx-no-useless-fragment warning to lint rules (#3159)
ISSUES CLOSED: #2432
2020-06-11 14:43:22 -04:00
Victor Savkin
0cd4cdf4f0 fix(misc): fix run-command schematic to not error when no architect section 2020-06-11 14:27:33 -04:00
Victor Savkin
71690c0d38 fix(core): update decorate script to implement a more reliable way of "symlinking' on windows 2020-06-11 14:27:33 -04:00
Victor Savkin
842e458cc1 fix(core): decorate cli postinstall script doen not work on windows 2020-06-11 14:27:33 -04:00
Jonathan Cammisuli
807fd6faa1
fix(testing): use readWorkspace for getting the workspace file (#3160) 2020-06-11 14:02:21 -04:00
Jason Jean
e923ae621c fix(angular): fix angular cli decoration for windows 2020-06-11 10:23:56 -04:00
Gui Seek
e377bbe5da docs(angular): fixed link to page nx and cli
When introducing the tool to a friend, I clicked on the link "learn more about nx cli and angular
cli", which resulted in a blank page;  there was `%60` in the URL. After decodeURI, I thought it
would have the "grave accent" (used in template string) that should not be there. So, I removed it.
2020-06-10 21:59:53 -04:00
Victor Savkin
13280b5282 fix(angular): always append ngcc postinstall script 2020-06-10 16:34:35 -04:00
Victor Savkin
41e4714dd0 feat(core): decorate angular cli when creating workspaces powered by Angular CLI 2020-06-10 13:30:43 -04:00
Victor Savkin
c228ea6848 feat(repo): add detailed instructions on how to publish to local registry 2020-06-10 11:33:41 -04:00
Victor Savkin
11e57ea2cc feat(core): add a prompt asking to connect to free tier of Nx Cloud 2020-06-10 11:33:41 -04:00
Devin Shoemaker
3b142691c7
fix(testing): add Cypress ESLint plugin (#2977)
This fixes linting errors when using ESLint with a Cypress project that uses JavaScript.
2020-06-10 08:35:30 -04:00
Adam L Barrett
88a8b7cbd0
fix(react): add React dependencies to package.json when adding a library (#3146)
ISSUES CLOSED: #2188
2020-06-09 22:58:41 -04:00
Victor Savkin
e5f8ac28d7 fix(core): set NX_CLI_SET when running any command 2020-06-09 13:39:55 -04:00
Victor Savkin
4224ab9731 fix(core): hash package.json files from node_modules more selectively
They can be updated by other tools
2020-06-09 13:39:55 -04:00
Victor Savkin
5d6cd1aefc fix(angular): fix decorate-angular-cli script to path index file 2020-06-09 09:17:23 -04:00
Victor Savkin
6c7b8a2556 feat(repo): update circle config to ues nx cloud in prs 2020-06-08 23:06:04 -04:00
Victor Savkin
d84a2bd075 fix(repo): misc fixes to stabilize e2e tests 2020-06-08 17:11:18 -04:00
Victor Savkin
acf92e4e2b fix(core): handle empty list of cacheable targets 2020-06-08 11:25:04 -04:00
Victor Savkin
90f099cb58 fix(repo): capture stderr when runnning e2e tests 2020-06-08 11:18:06 -04:00
Victor Savkin
9f4c95b6f0 fix(repo): capture stderr when running e2e tests 2020-06-08 10:31:56 -04:00
Victor Savkin
a211d27e5a fix(repo): fix e2e scripts to rebuild all on master 2020-06-08 10:29:49 -04:00
Victor Savkin
e71ceba4ce feat(repo): run e2e tests using nx 2020-06-07 23:31:38 -04:00
Jason Jean
539c65c0be
fix(react): add emotion babel preset during migration (#3127) 2020-06-06 20:58:48 -04:00
Jason Jean
014dc4931d
fix(core): fix 9.4 lint migrations (#3126) 2020-06-06 14:51:00 -04:00
Jason Jean
53f7ec3945
fix(react): remove console.log (#3124) 2020-06-05 21:52:05 -04:00