Colum Ferry
b78d353c7a
fix(angular): cleanup ports on exit of mf server ( #10060 )
2022-04-29 13:49:53 +01:00
Victor Savkin
ab738fe6de
chore(repo): update nx-cloud to 14.0.2
2022-04-29 08:45:03 -04:00
Katerina Skroumpelou
a74ed0ecfc
fix(storybook): include all react exports for story generation ( #10030 )
2022-04-29 08:20:56 -04:00
Jason Jean
3abff91800
chore(repo): update nx to 14.0.5 ( #10053 )
...
* chore(repo): update nx to 14.0.5
* chore(core): have separate unit tests for logger on CI vs non CI
2022-04-29 02:06:12 +00:00
Benjamin Cabanes
917017df36
docs(nxdev): remove deprecated schemaViewModel GitHub property ( #10050 )
2022-04-28 13:27:30 -07:00
Byron
be1d1578e5
fix(angular): fix stylus import ( #9950 )
2022-04-28 16:20:38 -04:00
Philip Fulcher
01fa62dcb8
fix(dep-graph): fix label width calculation ( #10044 )
2022-04-28 13:08:54 -06:00
Jack Hsu
b31be80c02
docs(core): fix typos in RN guide ( #10046 )
2022-04-28 17:52:00 +00:00
Jack Hsu
1519960a87
docs(core): update env var guide ( #10045 )
2022-04-28 13:34:22 -04:00
Jason Jean
5e23c07077
fix(core): automatically add root to the project.json projects ( #9977 )
...
* fix(core): automatically add root to the project.json projects
* chore(core): move project-configuration generator utils to nx package
* fix(core): add migrations to remove root
2022-04-28 13:24:35 -04:00
Craigory Coppola
c3d30a4fc7
fix(nx-plugin): executors that spread async generators should work locally ( #9956 )
2022-04-28 12:06:48 -04:00
Giora Guttsait
2ff9ad7344
cleanup(core): provide better cleanup api for createTempNpmDirectory ( #9866 )
2022-04-28 14:53:11 +00:00
Craigory Coppola
3ffa7f8299
fix(nx-plugin): allow async project graph processors ( #10026 )
2022-04-28 10:31:07 -04:00
Craigory Coppola
ff04dffc51
chore(angular): update e2e test for workspace-less angular to be idempotent ( #10015 )
2022-04-28 10:17:54 -04:00
Leosvel Pérez Espinosa
91fc6f6866
cleanup(react): simplify collecting mf application dependencies ( #10024 )
2022-04-28 15:09:39 +01:00
Chau Tran
fcc6197425
docs(js): add docs about publishable tag ( #10016 )
...
* docs(js): add docs about publishable tag
* docs(js): rewrite publishable section in nx-and-typescript to allow the consumers to actually follow instead of using placeholder name
2022-04-28 09:55:54 -04:00
Leosvel Pérez Espinosa
b381e383c4
fix(angular): add missing alias for the component generator ( #10038 )
2022-04-28 12:19:14 +01:00
Craigory Coppola
fa81e3bcab
fix(core): allow daemon to disable glob cache ( #10031 )
2022-04-27 18:01:50 -04:00
William Sedlacek
e3817ef91d
fix(core): calculate dependencies of mixed targets ( #9942 )
2022-04-27 18:00:59 -04:00
Benjamin Cabanes
5e124ee30a
docs(core): update contributors ( #10033 )
2022-04-27 16:47:06 -04:00
Jack Hsu
8ab9257c50
docs(core): update MFE guide ( #10032 )
2022-04-27 20:10:06 +00:00
Victor Savkin
076ff5993e
chore(repo): update version of nx-cloud to 14.0.0
2022-04-27 13:16:48 -04:00
Craigory Coppola
99fcb7873e
feat(nx-plugin): add --includeHasher option to generate hasher boilerplate ( #9891 )
...
Co-authored-by: James Henry <james@henry.sc>
2022-04-27 12:44:48 -04:00
Jack Hsu
984a3abca9
docs(core): add MFE guide ( #10022 )
2022-04-27 15:39:20 +00:00
Leosvel Pérez Espinosa
4711d598ec
cleanup(angular): simplify collecting mfe application dependencies ( #10023 )
2022-04-27 15:39:09 +01:00
Leosvel Pérez Espinosa
2e8e1a45e0
feat(angular): support migrating angular cli workspaces with multiple applications ( #10020 )
2022-04-27 15:35:56 +01:00
William Sedlacek
6db252bc46
fix(web): use cjs format for rollup if umd is not set ( #8919 )
2022-04-26 17:28:10 -04:00
winwangqi
50205fe9b4
docs(core): fix typo ( #10005 )
2022-04-26 17:26:37 -04:00
Enoyao
35d6f4da47
chore(core): use destructuring assignment ( #9447 )
...
* chore(core): use destructuring assignment
* chore(core): use destructuring assignment
* chore(core): use destructuring assignment
* chore(core): use destructuring assignment
* chore(core): use destructuring assignment
2022-04-26 17:24:54 -04:00
Aaron Dang
0c614b2d6b
fix(web): option --no-runtimeChunk is not working ( #7747 )
...
Co-authored-by: Tuan Dang <tuandang@i3-automation.com>
2022-04-26 17:14:00 -04:00
Craigory Coppola
1d2bd1c393
fix(core): correct log message when uninstalled plugin is referenced in nx.json ( #9994 )
...
Fixes #9976
2022-04-26 17:05:57 -04:00
Chau Tran
5dbc98f9d8
fix(js): add missing --tag flag to the publish command ( #10014 )
2022-04-26 17:04:10 -04:00
Benjamin Cabanes
e06ed4e0ab
docs(nxdev): add miro to nx conf lite speakers list ( #10012 )
2022-04-26 16:53:07 -04:00
Jason Jean
83ba230347
fix(core): fix migrating old workspaces without nx ( #10011 )
2022-04-26 16:03:10 -04:00
Jason Jean
3d563685d1
fix(core): fix having multiple versions of nx/devkit ( #9998 )
2022-04-26 14:39:18 -04:00
Emily Xiong
6e72dc6c12
feat(react-native): add upgrade-native generator to upgrade native code ( #9925 )
2022-04-26 14:31:59 -04:00
Jay Bell
4d17b3275e
fix(angular): shared transitive npm deps from host and remote applica… ( #9997 )
2022-04-26 17:29:15 +01:00
Marvin Heilemann
68207ef401
fix(core): pnpm exec check not matching for v7 ( #10004 )
2022-04-26 16:16:18 +00:00
Emily Xiong
869edb798b
fix(react-native): add migration script to change the main tag to className ( #9957 )
2022-04-26 11:55:00 -04:00
Emily Xiong
275a07daae
docs(react-native): add react native v0.68 migration guide ( #9958 )
2022-04-26 11:54:29 -04:00
Emily Xiong
d439d4b20a
feat(react-native): upgrade metro version to 0.70.2 ( #9961 )
2022-04-26 11:54:05 -04:00
Jack Hsu
c5a5eb30a2
fix(js): update minimal publish script to validate project name and config ( #10006 )
2022-04-26 11:10:15 -04:00
James Henry
13807d3a81
chore(core): remove deprecated with-deps, NxJsonProjectConfiguration + operators ( #9947 )
2022-04-26 10:55:24 -04:00
Craigory Coppola
0ce7ce6b51
fix(core): align yargs options in workspace-generator with generic opts passed to other commands ( #9953 )
2022-04-25 23:02:12 -04:00
Jason Jean
ff4f924490
Release 14.0.3
2022-04-25 21:47:12 -04:00
Thomas Pusztai
2647e48923
fix(core): fix postinstall failure due to project graph build error ( #9960 )
...
Delegate error handling to calling functions and avoid `process.exit(1)`, which causes the package's postinstall stage to fail if there are problems with the project graph
Closes #9451
2022-04-25 19:39:43 -04:00
Benjamin Cabanes
f7efef433c
docs(nxdev): fix internal module federation link ( #9996 )
...
Fixes #9990
2022-04-25 19:27:53 +00:00
Victor Savkin
8f1376277b
fix(misc): file server should force remote caching when invoking build
2022-04-25 14:31:23 -04:00
Adam Gardner
2cde4fb839
docs(nxdev): documentation for tailwind.config.js ( #9970 )
...
Fixing the join statement by adding *
2022-04-25 12:23:20 -04:00
Victor Savkin
5bc53e09f2
docs(misc): minor improvements in the module federation guide
2022-04-25 11:04:56 -04:00