1867 Commits

Author SHA1 Message Date
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
Jonathan Cammisuli
68ea2de29d
feat(nx-plugin): use package and e2e folder instead of libs and apps in create-nx-plugin command (#3120)
* feat(nx-plugin): use package and e2e folder instead of libs and apps in create-nx-plugin command

* feat(nx-plugin): remove console log
2020-06-05 21:51:53 -04:00
Rares Matei
5a59f090fe
fix(linter): fix exclude pattern for tslint and eslint schematics (#3113) 2020-06-05 16:04:53 -04:00
Devin Shoemaker
1f90080d67
fix(testing): fix generating cypress-project with no project specified (#2965) 2020-06-05 16:00:37 -04:00
Jason Jean
7e7a0258cb
fix(core): add dep-graph assets to build output (#3122) 2020-06-05 15:16:38 -04:00
Rares Matei
6384bde734
feat(core): load root .env in all nx processes (#3081)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-06-05 14:49:10 -04:00
Jonathan Cammisuli
3a4a3bea13
fix(core): use typescript module resolution for linting (#3075)
* fix(core): use typescript module resolution only for linting

* fix(core): fix unit tests

* fix(core): pass npm scope to target project locator for fallback

* chore(core): move comment about npmscope
2020-06-05 11:11:17 -04:00
Victor Savkin
260f73a338 feat(angular): add a script to warn when ng is used instead of nx 2020-06-04 21:05:01 -04:00
Victor Savkin
bb7af3b95d fix(linter): fix broken unit test 2020-06-03 16:56:28 -04:00
Jo Hanna Pearce
319f7d0f26 feat(angular): add addModuleSpec flag to library schematic + refactor 2020-06-03 16:46:42 -04:00
Jack Hsu
43460cc7b7 feat(linter): add quiet option for eslint 2020-06-03 16:44:59 -04:00
Victor Savkin
d0cbc35efa feat(repo): build nx with nx 2020-06-03 16:25:25 -04:00
Victor Savkin
2a3116f2e6 feat(misc): add an option not to update package.json files when building libs 2020-06-03 12:55:37 -04:00