Victor Savkin
8310f6a42d
chore(repo): record all misc commands in nx cloud ( #9793 )
2022-04-11 20:23:53 -04:00
Craigory Coppola
e4e5c3b63b
chore(repo): relocate types from migrate.ts ( #9790 )
2022-04-11 13:33:54 -04:00
Leosvel Pérez Espinosa
d860a91a50
feat(angular): allow migrating angular cli workspaces using the @angular-eslint/builder:lint builder ( #9750 )
2022-04-11 16:30:49 +01:00
Caleb Ukle
696fefdd7b
fix(js): ignore tsx and .test. files with buildable swc libraries ( #9540 )
...
include update to simplify existing patterns
ISSUES CLOSED : #9442
Co-authored-by: Caleb Ukle <caleb@Calebs-MBP-2.localdomain>
2022-04-11 08:59:44 -05:00
Benjamin Cabanes
f3e579a9b7
docs(nxdev): add conf q&a ( #9785 )
2022-04-11 13:56:49 +00:00
Caleb Ukle
b3d59bdcc5
docs(core): Add example of using global scripts for jest and nx libraries ( #9483 )
...
* docs(testing): add example on how to use ts path aliases within jest global setup/teardown
Jest global setup/teardown scripts run before path aliaes are mapped, so the path resigstration must
happen in the userland global scripts that are set to run
initially the thought of doing this within
the jest executor was thought, but this will provide an inconsistent way to running tests if the
tests are run via an editor plugin or calling `jest` directly; therefore, it's deferred to register
the paths within userland files that are needing the paths to be registered in order to allow for
proper handling (cleanup) and not to overcall unneeded features when global scripts are not in use
for those not using the feature.
ISSUES CLOSED : #8709
* cleanup(testing): test the usage of jest global scripts to ensure no regressions
streamline e2e jest project testing and update global tests to test global functions are working as
intended
2022-04-11 13:51:29 +00:00
Chau Tran
3e94d4cb3a
fix(js): add init generator placeholder ( #9777 )
2022-04-11 08:47:08 -05:00
Thomaz Capra
2fe18186c7
docs(nxdev): fix typo in micro frontend ( #9774 )
...
Co-authored-by: Thomaz Capra <x190823@bcpcorp.net>
2022-04-11 09:31:51 -04:00
Colum Ferry
7839ed0249
feat(angular): expose mfe package helpers ( #9781 )
2022-04-11 11:35:58 +01:00
Colum Ferry
33ec4ac6f7
fix(storybook): component props should only consider inputs #9417 ( #9780 )
...
Previously, all decorators were being taken into consideration. However, props to an Angular component would be its Inputs.
We should only consider those.
Fixes #9417
2022-04-11 10:14:30 +00:00
Juri
9f1802c45d
docs(linter): add link to module boundaries blog post
2022-04-11 10:38:37 +02:00
Jason Jean
bbb08413c2
feat(misc): do not add typescript or @nrwl/cli during add nx to monorepo ( #9736 )
2022-04-08 15:57:41 -04:00
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