5952 Commits

Author SHA1 Message Date
Chau Tran
124fd7d206
fix(core): ensure updateStorybook in nrwl/workspace:move handle direc… (#10399)
* fix(core): ensure updateStorybook in nrwl/workspace:move handle directories and files

* chore(core): remove console log
2022-05-20 12:58:29 +03:00
Miroslav Jonaš
c17a086390
fix(core): include types/node in deps when adding workspace-generator (#10388) 2022-05-20 09:52:52 +02:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna (#10293) 2022-05-20 00:35:47 +00:00
Benjamin Cabanes
5671b53ac7
docs(nxdev): add nx console redirect rule (#10401) 2022-05-19 21:21:45 +00:00
Victor Savkin
d533b54769
chore(repo): update version of nx 2022-05-19 11:31:25 -04:00
Katerina Skroumpelou
76b8e666c6
fix(storybook): some storybook doc and other fixes (#10387) 2022-05-19 14:11:35 +00:00
Victor Savkin
7617df8ab0 cleanup(core): nx package should not depend on rxjs 2022-05-19 09:25:33 -04:00
Katerina Skroumpelou
80b4439220
feat(storybook): change executors to use buildDev instead of standalone (#10385) 2022-05-19 13:24:10 +00:00
“JamesHenry”
399f2ab70a fix(core): bump nrwl/ci workflow versions 2022-05-19 08:48:52 -04:00
Katerina Skroumpelou
51b66d1394
feat(storybook): use native storybook/angular executor (#9332) 2022-05-19 11:25:17 +00:00
Miroslav Jonaš
4863e5124d
fix(linter): make entry point check for ts paths more specific (#10365) 2022-05-19 09:07:02 +02:00
Miroslav Jonaš
5baaab4b70
fix(linter): do not remap paths that cannot be matched on fix (#10371) 2022-05-19 09:06:49 +02:00
Benjamin Cabanes
abdb5df507
docs(nxdev): harmonize jest config between libs (#10381) 2022-05-18 20:32:54 +00:00
Emily Xiong
5192b09eec
feat(react-native): upgrade react-native to 0.68.2 (#10380) 2022-05-18 16:09:21 -04:00
Benjamin Cabanes
8a37e75591
docs(nxdev): do some cleanup on the feature-doc-viewer lib (#10379) 2022-05-18 18:26:30 +00:00
Isaac Mann
b3157041fe
docs(nxdev): add nx-cloud documentation content (#10289) 2022-05-18 14:25:05 -04:00
MaxKless
61d5f9a569
docs(core): update dead links in ci section (#10335) 2022-05-18 14:20:21 -04:00
Benjamin Cabanes
68717a1a78
docs(nxdev): rename api refernce to official plugins in sidebar (#10378) 2022-05-18 18:17:08 +00:00
Emily Xiong
714d1a9210
feat(detox): upgrade detox to 19.6.9 (#10306) 2022-05-18 18:16:00 +00:00
Emily Xiong
0bee59727e
feat(react-native): upgrade metro to 0.70.3 (#10307) 2022-05-18 18:11:42 +00:00
Benjamin Cabanes
8c803c1d2d
docs(nxdev): add redirect rules tests (#10375) 2022-05-18 15:20:40 +00:00
Benjamin Cabanes
7b0f8d1df1
docs(nxdev): add e2e tests on packages & additional references pages (#10372) 2022-05-18 14:53:39 +00:00
Victor Savkin
80259e1aa2
feat(core): make nx prefix customizable 2022-05-18 10:36:02 -04:00
Colum Ferry
9808e65646
fix(angular): throw error when npmScope is incorrect (#10366)
* fix(angular): throw error when npmScope is incorrect

* fix(angular): use 'app' as default if npmScope is not defined

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-05-18 14:11:53 +01:00
Miroslav Jonaš
d0ece6e1d2
fix(repo): fix pnpm v7 install config (#10361) 2022-05-18 10:22:02 +00:00
Miroslav Jonaš
0e47f7e732
chore(linter): cleanup e2e tests (#10362) 2022-05-18 10:06:56 +00:00
Leosvel Pérez Espinosa
4c85e0791d
feat(angular): update postcss deps for new and existing workspaces (#10358) 2022-05-18 10:46:46 +01:00
Pascal Küsgen
0de895d35e
fix(angular): return error when name is missing from package.json (#10356)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-05-18 10:46:03 +01:00
James Henry
a89c360f46
chore(core): refactor explicit-project-dependencies unit tests (#10317) 2022-05-18 13:02:59 +04:00
yinshuxun
f25e94a5dc
fix(angular): fix angular mfe when use NormalModuleReplacementPlugin with path alias ends with /* (#10355) 2022-05-18 09:20:25 +01:00
Jack Hsu
70f1a6b781
feat(web): add support for Node ESM when used to package SSR-ready library (#10349) 2022-05-18 01:11:18 +00:00
Chau Tran
7b9b0cd21b
fix(node): add workaround for handling sub processes in node:node executor (#10292)
In Nx 15, we plan to clean up runExecutor and implement proper process handling in runExecutor
upstream. This is a workaround that fix some racing-condition in node:node exexecutor downstream

ISSUES CLOSED: #9305
2022-05-17 16:13:58 -04:00
Victor Savkin
4400942001
Release 14.1.7 2022-05-17 14:51:03 -04:00
Victor Savkin
6351413b98 fix(core): preserve dash casing when passing args to executors 2022-05-17 14:48:53 -04:00
Leosvel Pérez Espinosa
4db6c2db08
docs(misc): fix links not handled correctly by redirect rules (#10350) 2022-05-17 14:06:45 -04:00
Miroslav Jonas
8a88b989fa chore(repo): increase timeout for jest e2e tests 2022-05-17 13:45:03 -04:00
Miroslav Jonaš
0c8eade82e
fix(repo): fix add-to-monorepo test (#10333) 2022-05-17 08:36:57 +00:00
Victor Savkin
7f5137da84
fix(core): default project is not set correctly 2022-05-16 21:01:30 -04:00
Miroslav Jonaš
34e74b4c93
chore(repo): use @latest to enforce correct version on e2e (#10332) 2022-05-16 22:11:46 +00:00
Miroslav Jonaš
6024c3d93a
chore(repo): patch devkit peer deps limit for e2e tests (#10331) 2022-05-16 21:09:44 +00:00
Miroslav Jonaš
fe8a8d9bea
chore(repo): switch nightly pnpm to use v7 (#10330) 2022-05-16 15:08:12 -06:00
Victor Savkin
8198b7805f fix(core): use absolute paths when resolving package.json files 2022-05-16 12:51:16 -04:00
Benjamin Cabanes
454782f2d1
chore(dep-graph): update devkit assets path (#10324) 2022-05-16 15:34:15 +00:00
Nathan Bierema
7b7fc89dd1
fix(core): call pnpm run without -- for pnpm v7 (#10305)
Starting in pnpm v7 all command line arguments after the script name are passed to a script's arguments when using `pnpm run <script>`, including `--`. This can cause problems when there are no command line arguments, because it will pass `--` without anything following, which some scripts can't handle. In order to preserve the old functionality, we check if the pnpm version is less than 7.0.0. If it is, we include `--` before the args, otherwise we don't.

Closes #10111
2022-05-16 14:36:08 +00:00
Benjamin Cabanes
c7ec631060
docs(nxdev): remove nx-devkit generated redirect rules & fix url (#10318) 2022-05-16 14:34:53 +00:00
Chau Tran
17c40229a7
fix(js): format .lib.swcrc file with nx format (#10254) 2022-05-16 10:19:49 -04:00
Leosvel Pérez Espinosa
7c2f9452fa docs(core): remove invalid cli commands 2022-05-16 10:06:12 -04:00
Victor Savkin
7240846b7b
Release 14.1.6 2022-05-16 09:46:53 -04:00
Leosvel Pérez Espinosa
43d5e621b7
fix(angular): add types to tsconfig.editor.json correctly (#10316) 2022-05-16 13:09:24 +01:00
Miroslav Jonaš
1b8a050a66
docs(nxdev): fix outdated gitlab docs (#10315) 2022-05-16 06:21:13 -04:00