Giora Guttsait
32b49b6f7c
feat(core): respect packageGroup in nx migrate ( #9667 )
...
* cleanup(core): refactor migrate.ts
* feat(core): respect packageGroup in nx migrate
ISSUES CLOSED : #4575
* fix build
* chore(repo): trigger CI
* chore(core): fix review comments, without packageGroup extension
* chore(core): revert `withTempNpmDirectory` changes
* chore(repo): trigger ci
* chore(core): fix unit tests
* chore(core): remove view and pack from pmc
* chore(repo): kick off CI
* chore(core): add tests for recursive packageGroup
* chore(core): add another test for cyclic packageGroup
* chore(repo): kickoff CI
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-04-08 15:57:24 -04:00
zhaoyunfeng
0e68c616fe
fix(node): webpack executor doesn't respect option outputFileName ( #9740 )
...
Co-authored-by: zhaoyunfeng <zhaoyunfeng@worktile.com>
2022-04-08 14:16:54 -04:00
Colum Ferry
5b105b1a0e
fix(angular): add application schema options to mfe-remote ( #9752 )
2022-04-08 15:32:00 +00:00
Craigory Coppola
728f420f52
chore(repo): migrate to Nx 13.10 ( #9731 )
...
additionally, removes references to nrwl plugins that can be fully resolved through local plugin resolution. Notable holdouts:
- @nrwl/react and @nrwl/next: referenced in jest.config.js, so not resolved during runtime.
- @nrwl/web: dependency of @nrwl/react
- @nrwl/eslint-plugin-nx: required during eslint startup, not resolved by Nx
2022-04-08 10:51:09 -04:00
Colum Ferry
409f000cbe
fix(angular): add application schema options to mfe-host ( #9751 )
2022-04-08 14:47:50 +00:00
Colum Ferry
9cef14d302
fix(core): replaceAppNameWithPath should not consider defaultConfiguration #9706 ( #9729 )
2022-04-08 15:33:25 +01:00
Pedro Rodrigues
8e3f7d8605
fix(core): build project's that have buildable dependencies without package.json's ( #9466 )
2022-04-08 14:28:24 +00:00
Leosvel Pérez Espinosa
96db3c51c4
docs(misc): render values correctly ( #9712 )
2022-04-08 09:45:51 -04:00
Miroslav Jonaš
7c7e415fff
docs(core): remove obsolete nx cloud default value from docs ( #9747 )
2022-04-08 12:40:31 +01:00
Jason Jean
cc4e8c1885
fix(core): fix typings in params ( #9735 )
2022-04-07 22:57:36 +00:00
Benjamin Cabanes
74c2ca9803
docs(nxdev): remove nxdevkit redirect rule ( #9730 )
2022-04-07 19:11:31 +00:00
Leosvel Pérez Espinosa
a64bba9980
feat(linter): add cacheStrategy, rulesdir and resolvePluginsRelativeTo flags to eslint executor ( #9709 )
2022-04-07 15:49:44 +01:00
Colum Ferry
9562ad2bab
docs(angular): add dynamic federation guide for mfes ( #9604 )
2022-04-07 15:45:53 +01:00
Colum Ferry
751e80b63e
docs(angular): update mfe guide ( #9500 )
...
* Revert "Revert "docs(angular): update the mfe guide (#9478 )" (#9492 )"
This reverts commit 1903f018c952f7c46c362f2e63a16e11c46aa279.
* docs(angular): fix guide to use mfe.config.js
2022-04-07 15:45:33 +01:00
Jason Jean
35a5f826dc
Release 13.10.0
2022-04-07 10:41:24 -04:00
Miroslav Jonaš
40bbfd9d28
chore(core): enhance test for reverse function ( #9726 )
2022-04-07 13:52:06 +02:00
Victor Savkin
b6617105f3
fix(core): throw an error when a circular dep occurs in a graph mixing buidlable/no-buildable projects ( #9714 )
2022-04-06 20:22:10 -04:00
Miroslav Jonaš
9d89ea8f1f
chore(linter): update eslint version ( #9708 )
2022-04-07 00:02:09 +02:00
Craigory Coppola
8af847c579
fix(core): update local plugin resolution to use path utilities ( #9713 )
...
* fix(core): update local plugin resolution to use path utilities
* chore(core): update nx-plugin resolution to reuse target project locator logic
2022-04-06 16:38:39 -04:00
Miroslav Jonaš
4b3486eade
feat(core): add colors to create-nx-workspace ( #9705 )
2022-04-06 22:32:26 +02:00
Zachary DeRose
b5ce8bbfaf
docs(angular): updating script changes per Nx updates ( #9715 )
...
* docs(angular): updating script changes per Nx updates
* docs(angular): update youtube link
2022-04-06 11:36:48 -07:00
Katerina Skroumpelou
d5e7af0133
fix(storybook): optional chain all includes ( #9707 )
...
ISSUES CLOSED : #9702
2022-04-06 18:14:32 +00:00
Craigory Coppola
704b6c88e0
fix(core): preset core should remove workspace.json ( #9710 )
2022-04-06 15:38:56 +00:00
Benjamin Cabanes
1fc0606eb3
docs(nxdev): add juri to the keynote ( #9711 )
2022-04-06 16:28:15 +01:00
Colum Ferry
f4403e2dba
feat(angular): add example remote override to prod mfe ( #9703 )
2022-04-06 15:44:24 +01:00
Jack Hsu
cf54cc99ef
feat(react): update production setup for MFE host app ( #9699 )
2022-04-06 01:21:40 +00:00
Jason Jean
d1278bffc1
fix(core): remove warning for out of date global version ( #9698 )
2022-04-05 22:36:24 +00:00
Zachary DeRose
05de3906c1
docs(angular): migration from nx console section added ( #9691 )
...
* docs(angular): migration from nx console section added
* docs(angular): adjusting video dimensions
* docs(angular): moving from nx console section to bottom
2022-04-05 14:15:42 -07:00
Miroslav Jonaš
87fd3ffdbe
cleanup(core): remove unused npm scope from target project locator ( #9695 )
2022-04-05 23:05:21 +02:00
Miroslav Jonaš
1755094bf7
docs(core): cleanup nx commands help after yargs update ( #9694 )
2022-04-05 23:05:06 +02:00
Victor Savkin
48769dc4bb
cleanup(core): remove NX_INVOKED_BY_RUNNER ( #9693 )
2022-04-05 16:58:13 -04:00
Benjamin Cabanes
671fed8846
docs(nxdev): hide nxcloud button on smaller screen ( #9696 )
2022-04-05 16:44:26 -04:00
Craigory Coppola
05358ae6cf
fix(core): infer packages from workspaces.packages properly ( #9686 )
2022-04-05 15:54:54 -04:00
Miroslav Jonaš
ef03d7ca74
chore(repo): enforce min minimist version of 1.2.6 ( #9692 )
2022-04-05 21:53:59 +02:00
Benjamin Cabanes
1208e52283
docs(nxdev): add nx conf lite information ( #9639 )
2022-04-05 15:25:20 -04:00
Miroslav Jonaš
926b52ab9c
chore(repo): update pnpm version ( #9682 )
2022-04-05 20:51:29 +02:00
Benjamin Cabanes
3d101dbbf6
docs(core): add core-tutorial link on intro ( #9690 )
2022-04-05 18:13:16 +00:00
Jason Jean
a96ecc6dd8
fix(react): prompt for nx-cloud during cra-to-nx ( #9689 )
2022-04-05 11:57:00 -06:00
Jack Hsu
70985b1052
feat(react): update MFE config and routes when adding remote to host ( #9687 )
2022-04-05 13:50:43 -04:00
Katerina Skroumpelou
9579aec307
feat(storybook): add projectBuildConfig as an option in generator ( #9655 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-04-05 16:16:25 +00:00
Colum Ferry
e42069b5ec
fix(angular): add --module option to component generator ( #9684 )
2022-04-05 15:37:08 +01:00
Kayla Altepeter
274c050fc9
fix(react): case sensitive file import with react app generator when … ( #9670 )
2022-04-05 14:25:52 +00:00
Craigory Coppola
14674a113d
docs(misc): fix missing link on nx and yarn/lerna page ( #9685 )
2022-04-05 14:00:22 +00:00
Miroslav Jonaš
edda7b424b
chore(repo): update orb version ( #9683 )
2022-04-05 15:31:47 +02:00
Nicholas Cunningham
12f0f195d2
feat(react): add support for MFEs ( #9413 )
...
* feat(react): Add MFE Generator for Host and Remote Apps
Host generator will be able use the mfe-remote generator when remotes are passed into the CLI for the mfe-host command
* docs(react): React Documentation Update
Co-authored-by: Nicholas Cunningham <nico@Nicholass-MacBook-Pro.local>
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-04-04 15:44:18 -04:00
William Neely
af37fe9125
docs(devkit): name is returned unmodified ( #9418 )
...
the docs for the names function say that the name is modified to hyphenated case but it's actually returned unmodified
2022-04-04 14:40:41 +00:00
Emily Xiong
1358fbf263
feat(storybook): upgrade @storybook/react-native version to ^6.0.1-beta.5 ( #9657 )
...
- also move the toggle-storybook.tsx to src/storbyook folder rather than .storybook
2022-04-04 11:36:36 +03:00
Emily Xiong
bc31273a37
fix(react-native): change openURLInBrowser to Linking.openURL for react native web ( #9482 )
2022-04-03 02:11:16 -04:00
Philip Fulcher
dbe942c9c0
feat(dep-graph): add experimental support for finding path between projects ( #9643 )
...
* feat(dep-graph): add experimental support for tracing paths between projects
* feat(graph): add algorithm for finding all paths between projects
* cleanup(dep-graph): clean-up edge tooltip
* cleanup(dep-graph): fix watch mode dev environment
2022-04-02 16:06:24 -06:00
CommanderRoot
05a9544806
cleanup(misc): replace deprecated String.prototype.substr()
...
* cleanup(misc): replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
* fix(js): fix slice change
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-01 23:04:26 +00:00