2192 Commits

Author SHA1 Message Date
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
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
Benjamin Cabanes
125872f91a
fix(docs): fix react nx console link (#2902) 2020-04-23 16:04:17 -04:00
Benjamin Cabanes
4af3900876
docs(core): update documentation map (#2899) 2020-04-23 10:42:45 -04:00
Jonathan Cammisuli
d143f23155
fix(docs): update content urls to new ones (#2897) 2020-04-23 10:37:28 -04:00
Isaac Mann
8a96bde17f
docs(docs): change links from /nx-plugin to /nx-community (#2889)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-04-22 12:52:43 -04:00
Benjamin Cabanes
935f121f9d
feat(docs): show entity type and entity container's type (#2878) 2020-04-21 17:48:42 -04:00
Isaac Mann
6672e569a6
docs(docs): move nx console page under cli (#2881)
* docs(docs): move nx console page under cli

* Update docs/shared/console.md

Co-Authored-By: Brandon <robertsbt@gmail.com>

* docs(docs): update docs/shared/console.md

Co-Authored-By: Brandon <robertsbt@gmail.com>

* docs(docs): update docs/shared/console.md

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2020-04-21 11:54:19 -04:00
Jason Jean
7b42285719 Release 9.2.3 2020-04-20 16:20:50 -04:00
Brandon
2eff526907
docs(angular): update docs on using Data Persistence (#2877) 2020-04-20 14:59:41 -04:00
Brandon
8d3b103b6a
docs(core): add schematics overview section (#2854) 2020-04-20 10:18:16 -04:00
Jonathan Cammisuli
c1f1ba393b
docs(nest): include infomation about nest schematics (#2868) 2020-04-20 09:00:25 -04:00
Benjamin Cabanes
be77d15e6e
docs(core): examples generating library (#2872) 2020-04-20 08:11:20 -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
Isaac Mann
e1512c6f92
docs(docs): add CI section for React (#2862)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-04-16 09:30:55 -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
Jonathan Cammisuli
7c0e27ccb2
chore(core): format plugins.json file (#2841) 2020-04-09 12:44:53 -04:00
Gustavo Perdomo
900704f3c9
chore(core): nx plugin submission [@gperdomor/nx-docker] (#2801)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-04-09 12:00:15 -04:00
Brandon
9f0fdac4b5
fix(angular): remove prod tsconfig for non-publishable lib (#2816)
Closes #2765
2020-04-09 10:33:17 -05:00
Isaac Mann
9d20b031bb
docs(docs): add the workspace section for nx.dev (#2832)
* docs(docs): add the workspace section for nx.dev

* Update docs/map.json

Co-Authored-By: Brandon <robertsbt@gmail.com>

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2020-04-09 09:10:44 -04:00
Juri Strumpflohner
ce32a45ef3
chore(core): fix react tsconfig (#2826) 2020-04-08 17:24:47 -04:00
Juri Strumpflohner
866e631df2
fix(core): adjust nx migrate log (#2814) 2020-04-08 17:24:23 -04:00