Victor Savkin
d68b9bbc90
Revert "fix(misc): handle missing __unparsed__"
...
This reverts commit a097997be2b28e5f4c4452022ebdde419732aa39.
2022-06-15 12:18:19 -04:00
Jason Jean
a097997be2
fix(misc): handle missing __unparsed__
2022-06-15 11:47:57 -04:00
Jack Hsu
d58eedccdb
feat(react): add generateExportsField option to @nrwl/web:rollup executor so it is an opt-in feature ( #10742 )
...
- Also adds skipTypeField option in case that is causing issues for users
- Fixes #10741
2022-06-15 14:44:56 +00:00
Daniel Harvey
09baf958e8
fix(core): Add missing formatFiles to migrations
...
Fixes nrwl/nx#10665
2022-06-15 10:38:32 -04:00
Nikola Radulaški
63ae3ae077
feat(web): add named extractCss option ( #10710 )
...
In Rollup rollup-plugin-postcss has option of
named extracted css file which can be utilized
by just passing a string to extractCss option.
This does not affect existing functionality.
2022-06-15 09:43:36 -04:00
Nikola Radulaški
f7a61dc2f2
fix(web): in webpack style-loader should be used when extract-css is false ( #10192 )
...
* fix(web): in webpack style-loader should be used when extract-css is false
* fix(web): remove unnecessary fallback
true value is already being read from schema
2022-06-15 09:00:57 -04:00
Leosvel Pérez Espinosa
25b268247f
fix(angular): remove unnecessary unused entry module import from new mf remote apps ( #10749 )
2022-06-15 14:00:09 +01:00
Victor Savkin
ea76587526
chore(misc): publish 14.3.3
2022-06-15 08:45:40 -04:00
Victor Savkin
2695b273d0
fix(misc): format command prints an irrelevant warning
2022-06-14 21:58:12 -04:00
Victor Savkin
69e5549070
feat(core): read globs from pnpm config files
2022-06-14 21:58:12 -04:00
Victor Savkin
9aab4022d0
chore(repo): use nx 14.3.2
2022-06-14 17:13:16 -04:00
Victor Savkin
6dbf59fea0
chore(misc): publish 14.3.2
2022-06-14 16:41:18 -04:00
Victor Savkin
694510e211
fix(core): handle empty positional overrides
2022-06-14 16:03:22 -04:00
Jonathan Morley
4a5bda60c8
fix(core): Support dot-prefixed project locations ( #10726 )
...
Fixes #10724
2022-06-14 10:30:35 -04:00
Jack Hsu
b19bce29b9
feat(react): update emotion package versions ( #10736 )
2022-06-14 13:49:58 +00:00
Miroslav Jonaš
4aa73713e1
chore(repo): remove husky call to missing file ( #10732 )
2022-06-14 09:39:25 +00:00
Colum Ferry
7290743a49
docs(angular): add note on the import.meta error in mf docs ( #10731 )
2022-06-14 09:33:30 +00:00
Leosvel Pérez Espinosa
beb748625e
feat(storybook): generate stories for angular standalone components ( #10728 )
2022-06-14 10:10:26 +01:00
Victor Savkin
161ff82ab2
chore(misc): publish 14.3.1
2022-06-13 14:06:23 -04:00
Jason Jean
5b17335f4d
Revert "feat(core): support nested ignore files ( #10455 )"
...
This reverts commit 36d8ee26c430def7b68b123d1b87b792928411d2.
2022-06-13 13:16:05 -04:00
Jason Jean
bc7c8ad972
Revert "fix(core): fix ignore logic and un-expose the functions from devkit ( #10703 )"
...
This reverts commit 0fd3281d3c7dc7c086adfe754ce1be85b0f890bb.
2022-06-13 13:16:05 -04:00
Emily Xiong
e00dc75e94
fix(detox): change detox to compiling dependency to fix android with react native 0.68 ( #10701 )
2022-06-13 13:01:25 -04:00
Emily Xiong
cce43db1f9
feat(react-native): upgrade metro to 0.71.1 and react-native-config to 1.4.6 ( #10700 )
2022-06-13 12:57:22 -04:00
Victor Savkin
dfcc51f31e
chore(misc): publish 14.3.0
2022-06-13 10:55:44 -04:00
Benjamin Cabanes
2aeef425d8
docs(nxdev): fix header docs highlights ( #10720 )
2022-06-13 14:08:17 +00:00
Victor Savkin
fbc14d6544
fix(core): rearrange the core and npm presets to avoid breaking existing workspaces
2022-06-13 10:05:29 -04:00
Nicholas Cunningham
550b185921
fix(nextjs): Fixes Next JS Component generator to export component when export flag is provided ( #10699 )
...
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-06-13 09:25:19 -04:00
Victor Savkin
f30323e3fd
cleanup(core): clean the npm nx.json
2022-06-13 09:15:32 -04:00
Benjamin Cabanes
e501f42ad4
docs(nxdev): add 13k to github stars counter ( #10715 )
2022-06-13 02:05:27 +00:00
Lars Gyrup Brink Nielsen
df02953630
docs(core): correct grammar in preset generator description ( #10712 )
2022-06-12 21:54:22 -04:00
Isaac Mann
9721844b05
Nx Cloud docs ( #10690 )
...
* docs(nxdev): consume nx cloud documentation & dedicated menu
* docs(nxdev): nx-cloud docs
visually indicated nx-cloud docs in nx.dev
* docs(nxdev): formatting
visually indicated nx-cloud docs in nx.dev
* docs(nxdev): fix config
* docs(nxdev): fix header link
* docs(nxdev): consolidate dte set up guides
Co-authored-by: ben <3447705+bcabanes@users.noreply.github.com>
2022-06-11 02:22:49 +00:00
Jason Jean
0fd3281d3c
fix(core): fix ignore logic and un-expose the functions from devkit ( #10703 )
2022-06-10 21:50:31 -04:00
Huy TQ
3de1cb6089
fix(web): @nrwl/web:file-server throws 404 after refresh ( #9839 )
2022-06-10 18:55:57 +00:00
Victor Savkin
3b3888a2ec
chore(repo): add unparse back as other package deep import it
2022-06-10 14:47:35 -04:00
Alexander Trakhimenok
1e90413f6b
feat(core): throw graceful error in runNxMigration() if no collection ( #10655 )
2022-06-10 14:23:43 -04:00
Jason Jean
1937deb3b1
feat(core): introduce the NX_PROJECT_GRAPH_CACHE_DIRECTORY to allow separating it from the computation cache ( #10693 )
2022-06-10 14:11:33 -04:00
Colum Ferry
9de9cb3edc
fix(storybook): ensure required files are copied as assets #10679 ( #10694 )
2022-06-10 18:09:17 +00:00
Gabriel Terwesten
36d8ee26c4
feat(core): support nested ignore files ( #10455 )
2022-06-10 14:05:41 -04:00
Victor Savkin
5c49345c34
feat(core): provide a way to handle get unparsed args in the executor
2022-06-10 14:04:08 -04:00
Craigory Coppola
6132ad7472
fix(js): preset should use packages folder ( #10691 )
2022-06-10 13:25:16 -04:00
Jack Hsu
66846f7810
docs(core): update computation hashing image to clarify that runtime inputs are user defined ( #10688 )
2022-06-10 16:42:12 +00:00
Jason Jean
049435ce9b
fix(repo): reset git index when terminating publishing ( #10689 )
2022-06-10 12:38:50 -04:00
Jack Hsu
d6e0cb004f
docs(core): update docs for caching to clarify runtime inputs are set by user ( #10686 )
2022-06-10 15:44:53 +00:00
Kyzyl-ool Kezhik
c421324060
feat(web): added javascriptEnabled option for @nrwl/web:rollup ( #8327 )
2022-06-10 15:08:17 +00:00
adriangroch
a42d681529
fix(js): check that project's package.json exists before attempting to read its contents ( #10650 )
2022-06-10 09:46:12 -04:00
Damian
6e924c86a9
fix(react): update nx generator commands in react sample app ( #10680 )
2022-06-10 09:34:51 -04:00
Juri
cd779a0249
docs(core): add new migration path for Lerna 5.1
2022-06-10 08:14:30 -04:00
Craigory Coppola
15c04b099e
chore(repo): enable eslint plugin checks ( #10666 )
2022-06-09 18:04:06 -04:00
Diogo Soares
db49bbb135
chore(core): nx plugin submission @diogovcs/graphql-mesh ( #9987 )
...
Co-authored-by: Diogo Soares (CTW) <Diogo.VD.Soares@ctw.bmwgroup.com>
2022-06-09 13:57:48 -04:00
Katerina Skroumpelou
1fe3ba60eb
fix(storybook): remove projectBuildConfig from everywhere ( #10664 )
2022-06-09 15:16:23 +00:00