9091 Commits

Author SHA1 Message Date
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
Miroslav Jonaš
86df361082
docs(nxdev): fix image version for gitlab (#10311) 2022-05-16 09:17:42 +00:00
James Henry
a41476926b
chore(repo): remove unintentionally committed file (#10309) 2022-05-16 09:06:54 +00:00
Oliver Schlegel
b1cc187c20
feat(angular): expose builder functions (#10252) 2022-05-16 09:41:53 +01:00
Victor Savkin
e6f73a8073 fix(misc): misc fixes 2022-05-15 10:48:16 -04:00
Benjamin Cabanes
c0d159140d
docs(nxdev): update nx-plugin redirect rule (#10288) 2022-05-13 20:16:11 +00:00
Benjamin Cabanes
46b0501b3a
docs(nxdev): add nx conf lite youtube links (#10283) 2022-05-13 14:46:34 -04:00
Jelilat Anofiu
38809f177d
docs(nxdev): fix typo on react nx tutorial (#10279)
Fixes #10278
2022-05-13 11:05:39 -04:00
Juri Strumpflohner
c6c7b64d36
docs(nxdev): add Lerna button on homepage that links to the guide (#10281) 2022-05-13 11:01:36 -04:00
Juri
ee1b625307 docs(core): update migration guides for Lerna and other monorepos 2022-05-13 09:17:19 -04:00
Benjamin Cabanes
f35f6d550d
docs(nxdev): fix typo on devkit reference (#10277) 2022-05-13 03:00:04 +00:00
Chau Tran
692418d2b7
fix(js): move swc/helpers to dependencies instead of devDependencies (#10275)
ISSUES CLOSED: #10270
2022-05-12 19:24:40 +00:00