Colum Ferry
0312fde127
docs(angular): fix guide formatting ( #9603 )
...
* docs(angular): fix guide formatting
* docs(angular): fix formatting
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-03-30 13:34:38 +01:00
Miroslav Jonaš
95523d5d2f
docs(core): cross-link create-nx-workspace api docs from nx-setup ( #9601 )
2022-03-30 12:11:35 +02:00
Benjamin Cabanes
fa1bda4b26
docs(nxdev): add mfe wording convention ( #9598 )
2022-03-29 20:55:16 +00:00
Colum Ferry
39666c5d45
docs(angular): change title in navbar of mfe guide ( #9597 )
2022-03-29 15:30:04 -04:00
Jason Jean
1bcfe27689
chore(repo): re-export after consolidating packages ( #9595 )
2022-03-29 19:14:39 +00:00
Craigory Coppola
9123665bed
fix(core): normalize file path for node-hasher ( #9585 )
...
Node hasher paths need to be normalized, since on windows they return with '\' instead of '/' and don't match keys in workspace configuration.
Fixes #9584
Fixes #9581
2022-03-29 14:16:24 -04:00
Leosvel Pérez Espinosa
ace6673f4f
fix(core): fix tao to support migrations from older workspaces ( #9594 )
2022-03-29 18:06:17 +00:00
Leosvel Pérez Espinosa
bdc73340df
feat(core): improve migrations performance by using registry to fetch packages information ( #9592 )
2022-03-29 14:02:37 -04:00
Miroslav Jonaš
9e06020575
feat(core): toggle additional prompts in CNW with a flag ( #9546 )
...
* feat(core): toggle additional prompts in CNW with a flag
* feat(repo): handle cli params with yargs
* feat(core): add docs generation
* chore(repo): add colors
* fix(core): migrate to yargs 17.x
* fix(core): update markup generation
2022-03-29 14:00:07 -04:00
Victor Savkin
66e2c37582
chore(repo): update nx-cloud
2022-03-29 13:57:58 -04:00
Colum Ferry
5378128851
feat(angular): add dynamic federation support to mfe generator ( #9551 )
2022-03-29 16:45:19 +01:00
Katerina Skroumpelou
f3dde18832
feat(storybook): import builder from core-server, not core ( #9562 )
2022-03-29 14:28:07 +00:00
Juri
3c6f88065a
docs(core): fix some typos
2022-03-29 16:17:01 +02:00
danjor
c2c3cf58ba
fix(devkit): add missing parameter to prettier getFileInfo ( #9577 )
...
Co-authored-by: Jordan CALVI <jordan.calvi.external@atos.net>
2022-03-29 10:14:52 -04:00
Craigory Coppola
e3251d28ef
docs(nx-plugin): document local plugin functionality ( #9564 )
2022-03-29 09:56:25 -04:00
Leosvel Pérez Espinosa
d33a34105f
cleanup(angular): fix ng-add e2e tests to correctly pass args based on the package manager ( #9580 )
2022-03-29 12:05:54 +01:00
Leosvel Pérez Espinosa
f664b7d344
cleanup(angular): refactor ng-add generator to enable making improvements easier ( #9525 )
2022-03-29 10:46:06 +01:00
Leosvel Pérez Espinosa
6d52820d28
docs(angular): remove incremental builds preset from the webpack-browser executor ( #9578 )
2022-03-29 09:58:52 +01:00
Jay Bell
70492f3939
fix(core): add more descriptive dependencies build error ( #9031 )
...
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-03-28 16:50:45 -04:00
swuendri
0ad3eb34cb
feat(core): add option importPath to workspace remove library ( #9486 )
...
Co-authored-by: Sven Wuendrich <sven.wuendrich@ottogroup.com>
2022-03-28 15:28:28 -04:00
Benjamin Cabanes
8498fe9193
docs(core): adding bitbucket pipelines doc ( #9567 )
...
Co-authored-by: galarbel-ampliospeech <gal.arbel@ampliospeech.com>
2022-03-28 15:24:55 -04:00
Matthew Hand
f1400c65d8
docs(core): add information about disabling the nx daemon for plugin dev ( #9499 )
2022-03-28 14:59:50 -04:00
Christian Rodriguez
051a427a34
docs(core): fix typo in using-executors ( #9547 )
...
Fixes a typo in the "using-executors" section.
* Typo: from --> form
* In the executor string the executor name is `webpack`, not `build`
2022-03-28 14:57:26 -04:00
Benjamin Cabanes
e39769fe14
docs(nxdev): remove unused storage feature library ( #9566 )
2022-03-28 14:27:32 -04:00
Benjamin Cabanes
e66db12e42
docs(nxdev): fill missing project tags ( #9565 )
2022-03-28 18:12:00 +00:00
Melanie Seltzer
9a16371bf0
fix(core): un-scope the node_modules entry in generated .gitignore ( #9544 )
...
ISSUES CLOSED : #9412
2022-03-28 12:40:38 -04:00
Katerina Skroumpelou
3c662c2ae2
docs(nxdev): added some presets ( #9552 )
2022-03-28 12:32:06 -04:00
Jason Jean
b7ed00ffa3
chore(core): re-export from core/project-graph and core/file-utils ( #9560 )
2022-03-28 16:26:48 +00:00
Katerina Skroumpelou
0155372379
fix(storybook): optional references in tsconfig ( #9561 )
2022-03-28 16:24:50 +00:00
Colum Ferry
8e09875cb3
fix(core): add log line to inform install after migration ( #9559 )
2022-03-28 16:17:51 +00:00
Benjamin Cabanes
c058c30f4e
docs(nxdev): add skip to content shortcut ( #9558 )
2022-03-28 15:29:33 +00:00
Jason Jean
8b0f9d25e7
chore(core): update yargs to 17.4.0 ( #9511 )
2022-03-28 11:28:14 -04:00
Benjamin Cabanes
3acced0fac
docs(nxdev): misc format ( #9557 )
2022-03-28 16:46:06 +02:00
Benjamin Cabanes
84ea77655f
docs(nxdev): add url redirection patterns ( #9555 )
2022-03-28 10:28:50 -04:00
Benjamin Cabanes
4d7a7e6e8e
docs(nxdev): add url redirection patterns ( #9553 )
2022-03-28 14:09:50 +00:00
Victor Savkin
16378258cd
chore(repo): minor changes to improve local e2e experience
2022-03-26 12:54:34 -04:00
Benjamin Cabanes
7a844cb228
docs(nxdev): add breadcrumbs root link ( #9541 )
2022-03-26 12:37:14 -04:00
Jack Hsu
d4ded4063c
feat(react): update packages ( #9538 )
2022-03-26 10:10:53 -04:00
Benjamin Cabanes
63ec62a78f
docs(core): add description to nx-plugin package ( #9539 )
2022-03-25 21:12:25 +00:00
Benjamin Cabanes
6f0cc00ee1
docs(core): add description to react-native package ( #9536 )
2022-03-25 17:06:33 -04:00
Caleb Ukle
c12a647c11
fix(testing): add root karma config if one isn't present when using karma-project generator ( #9485 )
...
when using the karma-project generator directory ensure the karma generator (install deps/root
config) is called if the root karma config isn't present
ISSUES CLOSED : #9234
2022-03-25 21:05:08 +00:00
Benjamin Cabanes
167b57a189
docs(core): add description to linter package ( #9537 )
2022-03-25 17:03:16 -04:00
Benjamin Cabanes
5d28162269
docs(core): add description to jest package ( #9531 )
2022-03-25 16:42:47 -04:00
Benjamin Cabanes
f6126663eb
docs(core): add description to nextjs package ( #9534 )
2022-03-25 20:19:53 +00:00
Benjamin Cabanes
a4da5a19b7
docs(core): add description to node package ( #9533 )
2022-03-25 20:18:29 +00:00
Benjamin Cabanes
24173e5742
docs(core): add description to nest package ( #9532 )
2022-03-25 20:14:01 +00:00
Leosvel Pérez Espinosa
7c0ab03ffb
docs(angular): add missing required property "project" to ng-packagr executor presets ( #9528 )
2022-03-25 19:36:30 +00:00
Benjamin Cabanes
9f41b6e18f
docs(core): add description to express package ( #9530 )
2022-03-25 19:36:16 +00:00
Benjamin Cabanes
ad5c6c3cbe
docs(core): add description to workspace package ( #9527 )
2022-03-25 19:31:34 +00:00
Benjamin Cabanes
a293474efa
docs(nxdev): better seo description for package page ( #9529 )
2022-03-25 15:28:04 -04:00