Victor Savkin
a95cba3144
feat(core): support different workspace layouts
2020-05-17 16:39:14 -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
b42f0a81bf
fix(testing): add coverage as alias of code-coverage ( #3010 )
2020-05-15 10:02:49 -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
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
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
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
Michael Kriese
69faaed32d
fix(core): fix path for secondary entrypoints ( #2498 )
...
Related to #1765
2020-05-06 10:40:17 -05: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
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
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics ( #2831 )
2020-04-27 18:47:23 +02:00
Devin Shoemaker
b1b6b84af9
cleanup(nx-plugin): remove comment in migration test template ( #2927 )
2020-04-27 12:27:31 -04:00
Jonathan Cammisuli
b4fc65cdf8
fix(react): do not include package.json in libs without publishable flag ( #2896 )
2020-04-27 10:09:56 -04:00
Bram Borggreve
78a9fee083
fix(nest): tweak generated Nest app ( #2918 )
2020-04-27 15:22:05 +02:00
Devin Shoemaker
d3b5d1f2b9
feat(nx-plugin): properly implement and honor --unitTestRunner ( #2867 )
2020-04-27 09:21:39 -04:00
Bram Borggreve
5994a9d068
fix(core): add description to dry-run parameter ( #2919 )
2020-04-27 14:26:56 +02:00
Jo Hanna Pearce
09baaaa8ba
fix(node): add defensive check for architect to node migration
2020-04-27 10:32:49 +01:00
Jo Hanna Pearce
5b1047e9c3
feat(core): improved console output for nx migrate
2020-04-27 10:32:49 +01:00
James Gibson
73d0312be2
feat(core): adds deselect all button to dep-graph ( #2912 )
...
Closes #2911
ISSUES CLOSED: 2911
2020-04-24 14:47:28 -04:00
Jo Hanna Pearce
54d06f0fc9
feat(react): upgrade redux toolkit version and generated slice code ( #2835 )
2020-04-17 11:42:08 -04:00
Devin Shoemaker
b245d12d67
feat(nx-plugin): add builder schematic ( #2769 )
...
This change adds a new schematic that generates a builder for an Nx plugin.
2020-04-16 16:00:49 -04:00
Devin Shoemaker
d385030b4b
feat(nx-plugin): add "schematic" schematic ( #2708 )
...
This change adds a new schematic that generates a schematic for an Nx plugin.
2020-04-16 15:08:45 -04:00
Devin Shoemaker
e44af492dd
feat(nx-plugin): add migration schematic ( #2692 )
...
This change adds a new schematic that generates a migration for an Nx plugin. The user can specify the version for the migration, and optionally add a custom name, description, and whether or not to include package.json updates.
2020-04-16 15:00:08 -04:00
Jay Bell
9916b272c2
feat(nest): extend @nestjs/schematics in @nrwl/nest ( #2756 )
2020-04-16 14:59:33 -04:00
Jason Jean
3bdcc0b012
fix(core): rework where tmp tsconfigs are generated ( #2805 )
2020-04-16 14:30:49 -04:00
Jack Hsu
c993957bbf
fix(react): add styled-components babel plugin only if it will not conflict with emotion ( #2863 )
...
Closes #2845
2020-04-16 14:03:22 -04:00
Jack Hsu
82088560c4
feat(nextjs): add page and component schematics to Next ( #2810 )
...
* `directory` option for react components will override default lib/app path as well
2020-04-14 22:17:38 -04:00
Juri Strumpflohner
d9baf7daba
docs: add link to nxcloud when generating a new react/angular a… ( #2819 )
...
* docs(angular): add link to nxcloud in generated app
* docs(react): add link to nxcloud in generated app
2020-04-11 22:13:00 +02:00
Nathan Walker
a06c256f04
fix(core): file-utils workspaceFileName now returns proper file… ( #2811 )
...
closes https://github.com/nrwl/nx/issues/2253
2020-04-11 21:51:44 +02:00
Brandon
9f0fdac4b5
fix(angular): remove prod tsconfig for non-publishable lib ( #2816 )
...
Closes #2765
2020-04-09 10:33:17 -05:00
Juri Strumpflohner
866e631df2
fix(core): adjust nx migrate log ( #2814 )
2020-04-08 17:24:23 -04:00
Jonathan Cammisuli
7c45f981fe
fix(testing): correct spelling of jest-preset-angular for migrations ( #2818 )
2020-04-06 18:28:20 -04:00
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server ( #2792 )
2020-04-04 14:57:08 -04:00