1047 Commits

Author SHA1 Message Date
Colum Ferry
1bfc02f4f9
docs(angular): improve webpack-browser docs (#9461) 2022-03-22 18:42:25 +00:00
Chau Tran
ada6645093
docs(core): nestjs to use --project instead of --sourceRoot (#9435)
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-21 13:31:56 -04:00
Craigory Coppola
8463cc0f84
docs(js): remove references to @nrwl/js:app (#9432) 2022-03-21 15:09:09 +00:00
Benjamin Cabanes
ca0ea5c174
docs(nxdev): fix react tutorial link (#9431) 2022-03-21 14:54:10 +00:00
Craigory Coppola
9ef10acf19
docs(js): remove references to @nrwl/js:app (#9429) 2022-03-21 10:50:36 -04:00
Miroslav Jonaš
99d871a467
fix(angular): change mfe schema port type to number (#9420) 2022-03-21 12:04:25 +01:00
Leosvel Pérez Espinosa
8072007631
docs(angular): fix typo in the migration from angular cli docs (#9424) 2022-03-21 11:01:32 +00:00
Jason Jean
2d57ac05ac
docs(angular): update angular cli migration docs to reflect the generator relocation to @nrwl/angular (#9288) (#9401)
* docs(angular): update angular cli migration docs to reflect the generator relocation to @nrwl/angular

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-03-18 17:50:07 -04:00
Jason Jean
95886bfdff
Revert "docs(angular): update angular cli migration docs to reflect the generator relocation to @nrwl/angular (#9288)" (#9400)
This reverts commit 0a88ba473fbb7f8bd8c5794b72a404e7bf41820f.
2022-03-18 17:25:08 -04:00
Leosvel Pérez Espinosa
0a88ba473f
docs(angular): update angular cli migration docs to reflect the generator relocation to @nrwl/angular (#9288)
* docs(angular): update angular cli migration docs to reflect the generator relocation to @nrwl/angular

* chore: add @

* chore: add @

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-03-18 17:23:07 -04:00
Andrew Luca
ad54978328
docs(core): fix using-executors example import (#9321) 2022-03-18 20:37:59 +00:00
K. Golbang
cd8c9b0313
feat(testing): support for memory leaks detection for jest added [logHeapUsage, detectLeaks] (#9339) 2022-03-18 16:10:28 -04:00
Juri Sinitson
36aa5ce5fb
docs(angular): change --defaults to --no-interactive (#9376)
When using the flag `--defaults` I get `Use --no-interactive instead of --defaults. The --defaults option will be removed in Nx 13` although I'm already using Nx 13.7.1. When using `--no-interactive`, no message is showing up.
2022-03-18 15:28:16 -04:00
Benjamin Cabanes
651d25c0d3
docs(nxdev): add tutorial next step links (#9365) 2022-03-16 18:22:54 +00:00
DEO
b9bc67f552
docs(shared): update packagejson.md (#9132) 2022-03-16 11:19:10 -04:00
Miroslav Jonaš
fe159210e2
docs(nxdev): add info for BASE_SHA calculation on Azure CI (#9357) 2022-03-16 14:39:04 +01:00
Miroslav Jonaš
eb2fa0cd24
docs(nxdev): update circleci and github ci docs (#9355) 2022-03-16 14:20:52 +01:00
Colum Ferry
a26caaa288
feat(angular): add component generator (#9351) 2022-03-16 12:48:27 +00:00
Rares Matei
a667a21065
docs(core): point runner docs to default runner (#9106) 2022-03-15 16:13:10 -04:00
Leosvel Pérez Espinosa
a82edb1bc4
feat(angular): add buildLibsFromSource option to @nrwl/angular:webpack-browser executor (#9334) 2022-03-15 15:33:56 +00:00
Caleb Ukle
ac464b957f
docs(testing): provide performance tips for jest (#9128)
explain which flags to use when running tests for the best performance in jest

ISSUES CLOSED: #8964
2022-03-15 11:11:20 -04:00
Colum Ferry
c4f96467c3
feat(angular): default export of scams to true (#9331) 2022-03-15 13:39:57 +00:00
Miroslav Jonaš
bdb5ac4879
chore(repo): update CI config documentation for GitHub and CircleCI (#9328) 2022-03-15 11:34:11 +01:00
Victor Savkin
6f038e7a4a feat(core): reorganize packges to consolidate all cli-related code in nx 2022-03-14 16:42:51 -04:00
Naor Peled
7af7157e06
docs(core): add missing return type for workspace builders docs (#9040) 2022-03-14 13:03:58 -04:00
Katerina Skroumpelou
dbbd7eff83
fix(storybook): fixing the static-dir issue (#9313) 2022-03-14 17:53:15 +02:00
Berk Köylü
0d6bdf523d
docs(angular): fix commands in ngrx guide (#9310) 2022-03-14 09:50:00 +00:00
Craigory Coppola
208d5c0f6d
feat(nx-plugin): port compiler option into nx-plugin generator (#9299) 2022-03-11 14:36:56 -05:00
Isaac Mann
5470b3097c
docs(core): core nx tutorial (#9220)
* docs(core): core nx tutorial

* docs(core): cleanup core tutorial

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-03-11 12:25:16 -05:00
Craigory Coppola
24c0c1b56f
fix(node): update @nrwl/node:library to accept compiler options (#9269) 2022-03-10 14:42:03 -05:00
Santosh Yadav
285ea8217d
docs(testing): improve cypress headless mode guide (#9264) 2022-03-10 17:59:41 +01:00
Miroslav Jonaš
55f7e720bf
docs(testing): remove outdated reference to issue (#9265) 2022-03-10 13:10:11 +00:00
Colum Ferry
1440f8362c
fix(web): file-server withDeps is deprecated (#9170)
* fix(web): file-server withDeps is deprecated

* docs(web): fix spacing issue
2022-03-09 11:32:12 -05:00
Leon Radley
9c2ebfe71d
fix(storybook): add staticDir object schema (#8885)
Adds schema for the more advanced storybook staticDirs config defined here.

https://storybook.js.org/docs/react/configure/images-and-assets
2022-03-08 08:26:13 -08:00
Colum Ferry
6c9995939d
feat(angular): add mfe-remote generator (#9191) 2022-03-08 14:14:21 +00:00
Colum Ferry
744203057d
feat(angular): add mfe-host generator (#9218) 2022-03-08 13:30:24 +00:00
Jay Tavares
0a17a619d0
feat(linter): add notDependOnLibsWithTags constraint option to enforce-module-boundaries rule (#8633)
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2022-03-08 11:55:03 +01:00
Chau Tran
e54e36e2ab
docs(js): remove all references of application in JS overview (#9196)
Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-04 11:04:03 -06:00
Chau Tran
229f71ef17
feat(nest): use nrwl/js to generate library (#9164)
* chore(js): rename GeneratorSchema to LibraryGeneratorSchema

* fix(js): add publishable to library generator schema

* feat(nest): use nrwl/js for library generator

* fix(js): update documentation about publishable

* chore(nest): fix depcheck for nrwl/js

* chore(nest): update test snapshot

* chore(nest): update nestjs/swagger version in node e2e

* chore(js): rename loadTsPlugins function

* fix(nest): default standaloneConfig for library generator to true

* feat(nest): rename tsPlugins to transformers and add tsPlugins to aliases

* chore(nest): fix e2e test on generate a new nest library

Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2022-03-03 15:47:06 -05:00
Leosvel Pérez Espinosa
bf513b1aad
docs(angular): update angular cli migration docs (#9176) 2022-03-03 13:00:11 +00:00
Colum Ferry
80144915de
docs(angular): fix incremental builds docs (#9171) 2022-03-03 12:48:42 +00:00
Michael M
f13ce2b74a
docs(misc): fix hyphens in code sample (#9088) 2022-02-28 09:40:18 -05:00
Leosvel Pérez Espinosa
615955afec
feat(angular): support migrating angular cli workspaces using cypress for e2e tests (#9105) 2022-02-28 11:03:09 +00:00
Nicholas Cunningham
6c4c6cdec9
docs(web): amend docs formatting for preset (#9129) 2022-02-25 20:55:18 +00:00
Nicholas Cunningham
eaeb82657a
docs(web): add documentation for custom presets (#9028)
ISSUES CLOSED: #8559
2022-02-25 14:57:41 -05:00
Leosvel Pérez Espinosa
34fba4aad4
docs(angular): restore preserveAngularCLILayout in the docs until the change renaming it gets released (#9122) 2022-02-25 11:16:20 +00:00
Jason Gerbes
4287d59a2a
fix(js): update dependencies in package.json (#9073)
Co-authored-by: Jason Gerbes <jason.gerbes@vista.co>
2022-02-24 16:01:43 -06:00
Jack Hsu
95f5a085fa
feat(node): consolidate js and node plugins (#9086)
* chore(node): update docs after consolidating js and node plugins

* feat(node): consolidate js and node plugins
2022-02-23 16:59:03 -05:00
Katerina Skroumpelou
fc018cd438
feat(storybook): add styles and stylePreprocessorOptions to the executors (#9057) 2022-02-21 16:40:59 +02:00
Leosvel Pérez Espinosa
33c9ca98ae
fix(angular): change --preserveAngularCLILayout to --preserve-angular-cli-layout (#9051) 2022-02-21 12:00:34 +00:00