9605 Commits

Author SHA1 Message Date
Jason Jean
7af13bbcbe
fix(core): properly resolve tsconfig when serving from project root (#3403) 2020-07-31 10:41:11 -04:00
Isaac Mann
6196c380e5
docs(docs): fix react configuration ToC formatting (#3444)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-07-31 10:36:43 -04:00
Juri Strumpflohner
574f97c240
cleanup(repo): fix formatting (#3442) 2020-07-31 15:17:09 +02:00
Jo Hanna Pearce
2a5c1988ee fix(angular): show a nicer error when running nx in an angular workspace 2020-07-31 13:50:39 +01:00
Jack Hsu
b1d6c392a9
fix(react): add styled-jsx to babel jest setup to avoid warnings (#3242) 2020-07-31 02:02:05 -04:00
Jack Hsu
62889c3a7a
fix(react): add babel plugin for styled-jsx for libs (#3441) 2020-07-31 01:09:35 -04:00
Sushruth Shastry
c835ecfaa9
Using @typescript-eslint/no-unused-expressions instead (#3297)
Co-authored-by: Sushruth Sastry <susastry@microsoft.com>
2020-07-31 00:28:09 -04:00
Jason Jean
e2f123dc56 fix(core): override --prod with --configuration 2020-07-29 17:10:03 -04:00
Isaac Mann
50a4453129 docs(docs): update react configuration docs too 2020-07-29 17:09:48 -04:00
Isaac Mann
fdec75a495 docs(docs): document tasksRunnerOptions 2020-07-29 17:09:48 -04:00
Victor Savkin
0fa790303a Release 10.0.7 2020-07-29 15:31:13 -04:00
Victor Savkin
635f49150e fix(misc): add nx binary to nx package 2020-07-29 15:29:47 -04:00
Victor Savkin
3cd9f4fe6c feat(misc): add nx package to make installing global cli easier 2020-07-29 12:16:12 -04:00
Benjamin Cabanes
93140c5ff4
docs(react): reactjs storybook shematics list (#3425) 2020-07-28 10:05:58 -04:00
Ramiro Rivera
de36724e36
docs(testing): fix jest builder documentation regarding coverageDirectory key (#3421)
ISSUES CLOSED: #3420
2020-07-28 09:53:18 -04:00
Jason Jean
6ad7179d84
feat(repo): update members (#3418) 2020-07-27 11:28:05 -04:00
beeman
e49c1e9e0d
chore(core): nx plugin submission @nx-go/nx-go (#3406) 2020-07-26 11:04:42 -04:00
Juri Strumpflohner
40a85e8eee
fix(core): remove speakingurl pkg as not used (#3401) 2020-07-24 18:29:03 -04:00
Isaac Mann
29c0b809c9
docs(core): expand description of outputPath for run-commands builder and schematic (#3398) 2020-07-24 16:13:06 -05:00
Bucky Maler
61761959be
feat(storybook): add docs mode option to dev server builder (#2882)
closes #3147
2020-07-24 22:21:14 +02:00
Isaac Mann
5f2f46405f
docs(docs): workspace layout documentation (#3400)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-07-24 21:10:31 +02:00
Isaac Mann
19f5bdce1c
docs(react): cra migration guide (#3344)
* docs(react): cra migration guide

* docs(react): add to maps.json

* docs(docs): use run-commands schematic

* docs(react): cra migration guide

* docs(react): add to maps.json

* docs(docs): docs/react/migration/migration-cra.md

Co-authored-by: Jack Hsu <jack.hsu@gmail.com>

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2020-07-24 13:21:15 -04:00
Victor Savkin
2f40f12e52 Release 10.0.6 2020-07-23 22:28:56 -04:00
Victor Savkin
78275ef892 fix(core): with-deps should handle circular dependencies 2020-07-23 22:27:01 -04:00
Victor Savkin
4ec68d3464 cleanup(core): add unit tests to verify edge cases of git hashing 2020-07-23 22:27:01 -04:00
Jack Hsu
7b477eaea4
fix(react): allow env to work in .babelrc for projects (#3385)
Closes #3351
2020-07-23 16:18:40 -06:00
Devin Shoemaker
26b4c9fa98
feat(nx-plugin): export patchPackageJsonForPlugin(...) (#3392)
This function could be useful to Nx plugin developers that need to write an e2e for a plugin that depends on another plugin in the same workspace.
2020-07-23 16:46:29 -04:00
Jason Jean
3cd72951bd Release 10.0.5 2020-07-23 14:20:46 -04:00
Jonathan Cammisuli
8509ded7e4
fix(angular): update tsconfig.lib.json to have "include" (#3389) 2020-07-23 11:23:34 -04:00
Victor Savkin
f967503ed9 Release 10.0.4 2020-07-22 23:58:39 -04:00
Victor Savkin
6eb8b0198c fix(core): handle git renames and spaces in filenames when doing git hashing 2020-07-22 23:57:02 -04:00
Victor Savkin
6ccc6b248f Release 10.0.3 2020-07-22 16:10:14 -04:00
Victor Savkin
8d2a7dbc43 fix(repo): fix tsconfig to make editors resolve references 2020-07-22 15:13:24 -04:00
Victor Savkin
8b3e054d5e fix(misc): workspace-lint should respect nested gitignores 2020-07-22 15:13:24 -04:00
Juri Strumpflohner
ed0a9a7405
fix: generated tsconfig path mapping for publishable libs (when generated in nested folders) (#2840)
fix(core): require importPath for publishable libs
2020-07-22 12:39:44 -04:00
Victor Savkin
b2099487f9 Release 10.0.2 2020-07-21 22:30:06 -04:00
Victor Savkin
30d740615b fix(core): remove deleted files from git-hashers result 2020-07-21 22:28:30 -04:00
katerina
940acafb37 fix(docs): removed unused boolean import from storybook-plugin docs
ISSUES CLOSED: #2682
2020-07-21 21:17:49 -04:00
Uday Vunnam
c71d4e8170 fix(docs): fix broken link in react tutorial
next.js link is broken in react tutorial. fixed it to point to correct link
2020-07-21 21:17:07 -04:00
Sebastiandg7
2770ec0cff chore(repo): print commitizen types & scopes on commit lint error 2020-07-21 21:09:41 -04:00
Sebastiandg7
65db0503aa chore(repo): use commitizen config in commit linting
Use the commitizen configuration during the commit linting process to be aware of any types/scope
moification without requiring additional changes in the commit lint script

ISSUES CLOSED: #3313
2020-07-21 21:09:41 -04:00
Katerina Skroumpelou
5474fa46e9
fix(storybook): removed test.ts from tsconfig excludes array (#3379) 2020-07-21 22:40:58 +02:00
Jason Jean
d512f9d981 Release 10.0.1 2020-07-20 18:51:33 -04:00
Jason Jean
64c09f2d46
fix(core): migrate tsconfig references in eslintrc (#3373) 2020-07-20 18:34:43 -04:00
Katerina Skroumpelou
39a34a9836
fix(storybook): prevent from failing when no components declared (#3369)
ISSUES CLOSED: #2613
2020-07-20 22:41:29 +02:00
Jack Hsu
ed8bd2bbe8
Revert "fix(core): resolve webpack loaders with require.resolve() (#3341)" (#3371)
This reverts commit d74ab4e9d6eae6d83c3bb76072b45f7a4c7a6305.
2020-07-20 16:24:47 -04:00
Jason Jean
f769361bd8 Release 10.0.0 2020-07-20 11:53:30 -04:00
Bucky Maler
c7b0e7d122
chore(core): nx plugin submission @nx-plus/vue (#3366) 2020-07-19 13:59:13 -04:00
Jason Jean
e1fd05904e
fix(core): fix dep-graph crosshair svg not available (#3362) 2020-07-19 03:15:11 -04:00
Jason Jean
30d4bbd174
fix(core): migrate implicitDependencies that reference tsconfig.json (#3361) 2020-07-17 15:58:00 -04:00