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
Adam L Barrett
515cc37ec6
Use local-registry for E2E tests ( #2821 )
2020-05-09 12:05:17 -04:00
Isaac Mann
2c7bcbdd74
docs(core): structure docs on creating libraries ( #2948 )
...
* docs(core): structure docs on creating libraries
* docs(docs): update structure docs
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:49:30 -04:00
Isaac Mann
680541b89f
Global config files docs ( #2974 )
...
* docs(misc): add docs on global config files
* docs(docs): move configuration under workspace
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:32:08 -04:00
Isaac Mann
0710040e88
docs(docs): clarify what does nx add to ng cli transition ( #2976 )
...
* docs(docs): clarify what does nx add to ng cli transition
* docs(docs): change back to ing verbs
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:31:49 -04:00
Victor Savkin
cb378416da
feat(repo): change release script not to upload assets to github ( #2973 )
2020-05-08 14:48:06 -04:00
Philip Fulcher
f10807e81c
docs(angular): adding screenshot to migration doc ( #2971 )
2020-05-08 14:31:39 -04:00
Philip Fulcher
06c35fa71d
fix(core): fix directory grouping on dep-graph ( #2972 )
2020-05-08 13:55:02 -04:00
Jonathan Cammisuli
4095d21d20
feat(core): add npm dependencies to package.json for publishable libs ( #2879 )
2020-05-08 13:54:00 -04:00
Ross Knudsen
41572b3afb
feat(testing): added --showConfig CLI option to Jest package ( #2968 )
2020-05-08 13:39:07 -04:00
Benedikt Starzengruber
ac6f52a5a5
feat(testing): add --detectOpenHandles to Jest CLI Options ( #2969 )
2020-05-08 13:26:36 -04:00
Tobias Wittwer
b569302d4a
chore(core): nx plugin submission @twittwer/compodoc ( #2949 )
...
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-05-06 12:39:55 -04:00
Michael Kriese
69faaed32d
fix(core): fix path for secondary entrypoints ( #2498 )
...
Related to #1765
2020-05-06 10:40:17 -05:00
Jonathan Cammisuli
69f8145524
cleanup(core): format plugins json
2020-05-06 08:43:00 -04:00
ZachJW34
42739b0157
chore(core): nx plugin submission @nx-plus/docusaurus ( #2923 )
...
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-05-06 08:32:00 -04:00
Bram Borggreve
fcc07820bb
fix(nest): remove the default main file from @nrwl/node:lib ( #2920 )
2020-05-05 19:17:48 -04:00
Brandon
5eca6d5187
feat(angular): update NgRx libraries to 9.1.0 ( #2929 )
...
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-05-05 19:16:18 -04:00
Jason Jean
bbf3fe07b6
feat(angular): update angularjs to 1.7.9 ( #2947 )
2020-05-05 19:10:38 -04:00
Philip Fulcher
120c5c5073
docs(docs): add general and AngularJS migration docs ( #2930 )
...
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-05-04 09:41:29 -04:00
Maurizio Vitale
b6713d3914
chore(core): nx plugin submission [@angular-custom-builders/lite-serve] ( #2723 )
2020-05-01 13:25:29 -04:00
James Spivey
434a288e39
fix(react): fix console log during unit test ( #2938 )
2020-05-01 10:40:44 -04:00
Jack Hsu
8e6ad2ffab
feat(react): add assets option for package builder to copy files to output path ( #2933 )
2020-05-01 09:16:49 -04:00
Jason Jean
c4e33123fd
feat(core): add hash details to the task object ( #2943 )
2020-04-30 11:17:48 -04:00
Juri Strumpflohner
4341328dd4
fix(storybook): only install the necessary package dependencies ( #2886 )
2020-04-30 10:07:36 -04:00
Jack Hsu
adc7b78303
feat(nextjs): use flat structure for page schematic ( #2939 )
2020-04-29 21:26:39 -04:00
James Spivey
5cd5b7da86
fix(core): change chunkify length to 50 to prevent windows crashes ( #2913 )
...
Issue 2362 requests a length of 50 as 70 was still causing issues
this pr addresses that by reducing
the length to 50
ISSUES CLOSED : #2362
2020-04-29 01:11:04 -04:00
Max Koretskyi
b55a1a96dd
fix(nx-plugin): remove function copyNodeModules from ensureNxProject to prevent @nrwl modules ov ( #2931 )
...
The function `copyNodeModules` deletes a plugin inside `node_modules/@nrwl` if it's being developed
under `@nrwl` workspace. The function runs as part of `ensureNxProject` and is safe to remove as
@nrwl related modules will be installed as dependencies from npm.
2020-04-29 01:10:00 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Rares Matei
9b585cb3b8
feat(core): update prettier to 2.0.4 ( #2885 )
2020-04-28 23:10:10 -04:00
Juri Strumpflohner
c9cac2d57a
fix(react): pass linter option properly to storybook cypress setup ( #2903 )
...
* fix(react): pass linter option to cypress storybook setup
* fix(react): add storybook linter defaults
2020-04-28 20:28:54 -04:00