11885 Commits

Author SHA1 Message Date
Craigory Coppola
882dd08a6a
chore(core): tweak nx-plugin-v2 options typing (#19673) 2023-10-17 19:16:23 -04:00
Caleb Ukle
a6d8824899
fix(linter): handle string extends property in config (#19674) 2023-10-17 19:16:01 -04:00
Jonathan Cammisuli
aa7625b76f
feat(nest): update nest generators to support name and directory format option (#19668)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-10-17 18:14:36 -04:00
Leosvel Pérez Espinosa
81e8d12ed1
fix(misc): do not normalize project name and root when using as-provided format (#19651) 2023-10-17 17:53:48 -04:00
Emily Xiong
05e814f2d0
chore(react-native): fix react native expo nightly e2e test (#19639) 2023-10-17 17:35:24 -04:00
Emily Xiong
aaea8f9e0d
chore(react-native): remove deprecated options in the code (#19665) 2023-10-17 17:32:56 -04:00
Jonathan Cammisuli
476e13d11a
fix(core): always hash runtime input (#19670) 2023-10-17 17:30:12 -04:00
Jack Hsu
a1cff31589
feat(core): generate standalone projects with scoped package names (#19662) 2023-10-17 17:29:48 -04:00
Jack Hsu
c6faf38b8b
fix(vue): remove unitTestRunner option from component generator (#19667) 2023-10-17 16:45:16 -04:00
MaxKless
949466f02b
fix(core): remove -d alias because it conflicts with --dry-run (#19664) 2023-10-17 16:33:04 -04:00
Jack Hsu
b85a25b02f
fix(vue): update standalone setup so tsconfig.base.json is not generated (#19660) 2023-10-17 15:46:17 -04:00
Justin Dietz
185f893c06
fix(core): removes formatting from show command when using --json flag (#19583) 2023-10-17 15:21:33 -04:00
Jason Jean
f74beac427
fix(core): setup the nx cloud client during postinstall (#19658) 2023-10-17 15:10:55 -04:00
Craigory Coppola
dbb3dfb0cf
chore(nextjs): disable failing test (#19663) 2023-10-17 14:32:17 -04:00
Jack Hsu
5c56bd610a
feat(vue): support generating components using the path as provided (#19609)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-10-17 14:12:26 -04:00
Abel
b51bd04746
fix(core): support prettier v3 when run nx format (#19207) 2023-10-17 14:03:06 -04:00
Nicholas Cunningham
c05337481b
docs(misc): Add federate module recipe (#19642) 2023-10-17 10:01:17 -06:00
Jack Hsu
253ce56d85
fix(linter): add @nx/linter in nx packageGroup (#19654) 2023-10-17 11:08:34 -04:00
Colum Ferry
dc71095bf1
docs(misc): add create a remote recipe (#19650) 2023-10-17 14:39:11 +01:00
Colum Ferry
97fac1b0b4
feat(react): add recursive remote serve (#19638) 2023-10-17 14:33:28 +01:00
Jack Hsu
b0fed89c11
fix(vue): turn multi-word component lint rule off since there is always one for restricted HTML elements (#19645)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-10-17 09:02:51 -04:00
Phillip Barta
6f9d48cb2c
feat(misc): remove deprecated code from @nx/workspace (#19588) 2023-10-17 01:16:57 -04:00
Jonathan Cammisuli
ee8fbcb204
fix(core): correct windows path for native watcher (#19646)
Co-authored-by: Sviatoslav Zaytsev <sz@agentapp.ru>
2023-10-17 01:14:02 -04:00
Craigory Coppola
f918a72307
feat(core): add standard way to pass plugin options (#19589)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-10-16 18:24:11 -04:00
James Henry
7ea2374caa
chore(core): refactor nx release config implementation (#19636) 2023-10-16 18:22:14 -04:00
Jack Hsu
513e2346b3
feat(react): support generating components using the path as provided (#19608) 2023-10-16 16:04:01 -04:00
MaxKless
c727a22530
feat(graph): display expanded task inputs (#19597) 2023-10-16 16:01:34 -04:00
Rares Matei
92e05003cc
docs(nx-cloud): update release notes (#19643) 2023-10-16 19:03:32 +01:00
Jack Hsu
090ba76788
fix(linter): add missing entry to migrations.json (#19641) 2023-10-16 13:27:57 -04:00
Katerina Skroumpelou
541af1129f
fix(vite): configuration generator fixes (#19628) 2023-10-16 19:20:42 +03:00
Miroslav Jonaš
0bc693342e
feat(linter): rename @nx/linter to @nx/eslint (#19515) 2023-10-16 11:52:19 -04:00
Miroslav Jonaš
cc2388cb88
chore(repo): use latest circleci rust image (#19626) 2023-10-16 11:21:31 -04:00
Katerina Skroumpelou
08bc16d952
docs(misc): fix link to storybook configuration generator (#19632) 2023-10-16 11:12:57 -04:00
Katerina Skroumpelou
72e2a3ba50
docs(storybook): deprecate cypress spec generation option (#19633) 2023-10-16 11:12:47 -04:00
Katerina Skroumpelou
01847b15c4
fix(react): storybook plugin tsconfig resolution (#19631) 2023-10-16 11:12:32 -04:00
Colum Ferry
6fbdc332b1
docs(misc): add create a host module federation doc (#19629) 2023-10-16 15:39:05 +01:00
Leosvel Pérez Espinosa
5ff1531a0c
fix(misc): remove projectNameAndRootFormat from nx.json schema (#19623) 2023-10-16 09:15:18 -04:00
Miroslav Jonaš
a71eb1bea7
fix(testing): fix flaky test (#19625) 2023-10-16 12:35:18 +02:00
Jo Hanna Pearce
dbd084df5f docs(nx-cloud): update the enterprise auth docs 2023-10-16 09:45:47 +01:00
Jason Jean
8eb6b5ea78
feat(nx-plugin): add as-provided mode for generator and migration gen… (#19614) 2023-10-15 01:10:00 -04:00
Jason Jean
bc067a20bb
chore(repo): update nx to 17.0.0-beta.5 (#19574) 2023-10-14 14:31:58 -04:00
Jason Jean
d293d34009
fix(core): fix verification of non-existent cloud client (#19613) 2023-10-14 09:45:25 -04:00
Jason Jean
6299999bd8
fix(core): notify life cycles that tasks are scheduled after they are… (#19610) 2023-10-13 20:19:51 -04:00
Jason Jean
2fb735d33f
feat(core): update version of axios used (#19607) 2023-10-13 16:25:13 -04:00
Juri Strumpflohner
d36194ad17
docs(nx-dev): add links to nxconf talk videos (#19590) 2023-10-13 16:16:20 -04:00
Isaac Mann
0e1962237b
fix(nx-dev): fix internal link checker (#19606) 2023-10-13 15:47:33 -04:00
Jason Jean
8249ace5a2
feat(nx-plugin): add as provided prompt for executor generator (#19602) 2023-10-13 13:20:10 -04:00
Emily Xiong
c83102a2c4
feat(core): add batch flag to run (#19575)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-10-13 13:09:01 -04:00
Craigory Coppola
09ff419040
feat(core): remove deprecated workspace-lint (#16212) 2023-10-13 13:08:44 -04:00
Colum Ferry
80fde79374
feat(misc): remove deprecated Angular CLI usage of schematics and builders (#19557) 2023-10-13 17:14:16 +01:00