1808 Commits

Author SHA1 Message Date
Daniel Ji
25432a6395
fix(react): exposed the crossOrigin option for web builder options (#2830)
ISSUES CLOSED: 2419

Co-authored-by: danielji <daniel.ji@innovid.com>
2020-05-29 11:04:08 -04:00
Jason Jean
416e3eb837
feat(repo): create issue templates to help organize issues (#3061) 2020-05-29 09:47:28 -04:00
Isaac Mann
ea58a6f2aa
Console documentation (#3086)
* docs(docs): add documentation for nx console

* docs(docs): tweak youtube embed settings

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-29 09:40:23 -04:00
Jack Hsu
d593153a33
feat(react): refactored babel support so options are more easily customized (#3089)
This reverts commit 7679df22f5b90d085b5f32f2135d828036ee5aa7.
2020-05-29 02:09:47 -04:00
Victor Savkin
a6220f7b0a fix(core): handle passing arrays as arguments 2020-05-28 23:17:10 -04:00
Jack Hsu
60edbe55ca
chore(repo): add stale issues check to github workflow (#3076) 2020-05-28 21:49:15 -04:00
Noriyuki Shinpuku
0f2135958d
feat(react): change browserslist file name into .browserslistrc (#2894)
ISSUES CLOSED: #2893
2020-05-28 20:33:58 -04:00
Victor Savkin
48d953e4d7 feat(angular): add preserveAngularCLILayout option to ng-add 2020-05-28 20:07:32 -04:00
Victor Savkin
690be207be fix(misc): several misc fixes 2020-05-28 15:02:06 -04:00
Victor Savkin
d97d76090b feat(core): add an option to connect to free distributed caching 2020-05-28 14:35:18 -04:00
Victor Savkin
7679df22f5 Revert "feat(react): refactored babel support so options are more easily customized (#3058)"
This reverts commit 0e036272cbe156fe9750a2f2bc6498a08cf7f457.
2020-05-28 13:11:56 -04:00
Jack Hsu
0e036272cb
feat(react): refactored babel support so options are more easily customized (#3058) 2020-05-26 09:16:36 -04:00
arrenv
1926024ab1
docs(react): clarify serving todos and api in separate terminals in tutorial (#3050)
Added "in separate terminals" on line 76
2020-05-25 17:57:43 -04:00
arrenv
6ead041f9d
docs(docs): add explanation for serving multiple projects (#2753)
* Update 06-proxy.md

* Update docs/angular/tutorial/06-proxy.md
2020-05-25 17:53:53 -04:00
Jonathan Cammisuli
b9fd69b161
fix(core): split namespace for library dependencies (#3073)
* fix(core): split namespace for library dependencies

npm deps have `npm:` included in their names, and we should not check that namespace when looking into the package.json

* fix(core): review changes
2020-05-25 14:40:01 -04:00
Benedikt D Valdez
dbda2b8904
feat(core): generate static website with dep-graph --file=foldername.html (#3049)
* feat(core): generate static website with dep-graph --file=dep-graph.html

ISSUES CLOSED: #3048, #2005

* fix(core): only allow .json and .html extensions in dep-graph file arg

# Conflicts:
#	packages/workspace/src/command-line/dep-graph.ts
2020-05-25 13:46:14 -04:00
Juri Strumpflohner
7f5f2277b0
feat(linter): adds maxWarnings to builder (#3071)
ISSUES CLOSED: #2762
2020-05-25 11:17:31 -04:00
Ryan Hutchison
b5025ef316
fix(core): fix module resolution in project locator (#2941)
On windows, there is a bug in project module resolution, cause by path separator.  TypeScript resolveModuleName will always return a posix normalized path, so our appRootPath needs to be normalized for string replacement.

I came across the issue when trying to run dep-graph, but other areas (ex: affected:*) which rely on TargetProjectLocator are going to be impacted.
2020-05-24 15:20:55 -04:00
Jo Hanna Pearce
260583622e
feat(core): add nx cloud to the new workspace readme (#2945) 2020-05-24 14:58:48 -04:00
Jason Jean
ba3f49c828
fix(repo): reorder CI ci to run most valuable steps first (#3060) 2020-05-23 16:54:45 -04:00
Jason Jean
bdbd12de69
feat(core): throw an error when projects have conflicting names (#2997) 2020-05-23 12:11:52 -04:00
Will S
3ecf6ea5a9
fix(testing): update maxWorkers jest builder option to support string type (#3025)
* fix(testing): update maxWorkers jest builder option to support string type

Jest supports both number and string args for the maxWorkers option, per their latest docs. This
updates the options for the jest builder to support both number and string types. Also updates the
docs accordingly.

ISSUES CLOSED: #2871

* fix(testing): fix test expectation missing property
2020-05-23 08:49:44 -04:00
Jack Hsu
bd5ca7d909
fix(nextjs): copy public folder to dist when building Next app (#3047)
Closes #3019
2020-05-22 15:56:15 -04:00
Brandon
b9953b4c0b
docs(core): update generated docs for cli generate command (#3053) 2020-05-22 15:04:17 -04:00
Dominik Pieper
5400f549fc
chore(core): nx plugin submission @nxext/stencil (#2957)
Co-authored-by: Dominik Pieper <dominik@pieper.io>
2020-05-22 08:29:56 -04:00
n0p
f51e005a8c Update generate.md
Added web component app option.
Should 'next' application added also ?

I am a bit confused by Angular application option. It is the same as new Node application ?
2020-05-21 23:45:23 -04:00
Zdravko Tatarski
14c79e01ed
docs(angular): fix wrong function in data persistence example (#3042) 2020-05-21 11:05:14 -05:00
Bram Borggreve
693544f07e fix(core): make sure remove schematic respects gitignore 2020-05-21 16:31:08 +01:00
Rares Matei
9fba3355a9
fix(nextjs): fix path to migration file for nextjs dev server rename (#3046) 2020-05-21 09:57:11 -04:00
Rares Matei
f5181ba188
fix(nextjs): add migration for renaming next/dev-server to next/server in workspace.json (#3040)
ISSUES CLOSED: #3039
2020-05-20 17:59:50 -04:00
Victor Savkin
accacb3369 cleanup(repo): rebalance the e2e tests jobs to speed up ci time 2020-05-20 09:16:47 -04:00
Victor Savkin
0c4c39f69c fix(repo): cache the results of all npm installs to speed up e2e tests 2020-05-19 20:50:00 -04:00
Victor Savkin
a95cba3144 feat(core): support different workspace layouts 2020-05-17 16:39:14 -04:00
Jonathan Cammisuli
6e8d4615b8
chore(misc): add verdaccio files to .prettierignore and .gitignore (#3024) 2020-05-17 13:48:07 -04:00
Isaac Mann
0e3e17b1af
docs(docs): mention remove schematic in grouping libraries (#3017)
* docs(docs): mention remove schematic in grouping libraries

* docs(docs): make command shorter

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-15 16:18:06 -04:00
Isaac Mann
ba86bbd51b
docs(core): add docs about .nxignore (#3013)
* docs(core): add docs about .nxignore

* docs(docs): change backticks to quotes

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-15 16:17:39 -04:00
Jason Jean
31b83abb93
feat(repo): use pretty-quick for prepush (#3008) 2020-05-15 16:07:21 -04:00
Jason Jean
ec1dfba6f6
feat(repo): add tests for create-nx-workspace (#3000) 2020-05-15 11:30:11 -04:00
Jason Jean
b42f0a81bf
fix(testing): add coverage as alias of code-coverage (#3010) 2020-05-15 10:02:49 -04:00
Jason Jean
9e25f4d55e Release 9.3.0 2020-05-14 13:34:34 -04:00
Victor Savkin
68b5d598f3 docs(misc): update readme and docs to point to new videos 2020-05-14 12:43:00 -04:00
Victor Savkin
10282bbcc9
feat(core): include node_modules into the computation hash key (#2993) 2020-05-13 10:38:12 -04:00
Jason Jean
418fbd504a
fix(node): install @nestjs/scheamtics as a dependency of @nrwl/nest (#2999) 2020-05-13 08:42:28 -04:00
Juri Strumpflohner
e43229a28c
fix(storybook): windows path mapping (#2995)
uses join from angular-devkit/core to accomodate for Windows paths
2020-05-12 18:12:44 -04:00
Juri Strumpflohner
6ee67d0b79
chore(core): adjust verdaccio storage location to point to build (#2994) 2020-05-12 17:34:52 -04:00
Jason Jean
9ace34e7ce
fix(repo): fix version in root package.json (#2983) 2020-05-12 11:13:51 -04:00
Jack Hsu
b95d395ab7
fix(react): update sass-loader to 8.0.2 and fix the options accordingly. (#2988)
Closes #2099
2020-05-11 23:08:02 -04:00
Jason Jean
89e8379f8d
feat(repo): improve local-registry publishing (#2979) 2020-05-11 01:22:17 -04:00
Adam L Barrett
c00f996bea
fix(testing): add a guard to not accidently publish to the registry (#2978) 2020-05-09 13:36:19 -04:00
Devin Shoemaker
0a70e46b6b
cleanup(core): export setDefaultCollection from @nrwl/workspace (#2970) 2020-05-09 12:12:40 -04:00