9594 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
1fcba1a43a
feat(angular): support angular v16.1 (#17155) 2023-06-22 14:45:31 +01:00
Leosvel Pérez Espinosa
09e5b03e52
fix(core): determine workspace type when creating workspace passing "angular" or "react" as preset (#17724) 2023-06-22 09:31:45 -04:00
Leosvel Pérez Espinosa
17c8ca6e06
fix(angular): ensure ngrx runtime utils are available for testing (#17721) 2023-06-22 10:01:53 +00:00
MaxKless
3f0bdddfdd
fix(misc): mark name as required for ci-workflow generator (#17551) 2023-06-22 09:33:05 +00:00
Craig Rodrigues
1e0105f9c4
chore(repo): change "Command prompt" to "Command Palette" (#17650) 2023-06-21 17:54:16 -04:00
Craigory Coppola
8fdd68c4c1
fix(core): handle null plugin module when import fails for nx list (#17711) 2023-06-21 17:50:27 -04:00
Emily Xiong
e440b44f42
feat(nx-plugin): enable createPackageName prompt (#17646) 2023-06-21 17:15:54 -04:00
Jason Jean
b7d05a0318
feat(nx-plugin): update e2e tests to use local-registry and be simpler (#17639) 2023-06-21 17:04:56 -04:00
Craigory Coppola
db3763e4c5
chore(repo): update forbidden pr labels (#17715) 2023-06-21 16:20:53 -04:00
Emily Xiong
c3e08b3809
chore(testing): change e2e setup to use @nx/js (#17679) 2023-06-21 15:23:16 -04:00
Benjamin Cabanes
19ec1de5d9
fix(nx-dev): set conf logo to support both themes (#17714) 2023-06-21 15:19:02 -04:00
Jack Hsu
335c2d5160
fix(js): detect helpers correctly when pnpm external nodes are suffixed with version (#17694) 2023-06-21 14:16:52 -04:00
Juri
99265e404b feat(nx-dev): update Nx Conf website 2023-06-21 20:10:31 +02:00
Colum Ferry
6305e7f497
fix(bundling): check for browserslist when setting terser ecma #17620 (#17708) 2023-06-21 18:00:05 +00:00
Rares Matei
e9f4f8a556
docs(nx-cloud): update release notes (#17701) 2023-06-21 13:54:55 -04:00
Leosvel Pérez Espinosa
d31eb50580
cleanup(js): improve the tsc executor batch implementation (#17503) 2023-06-21 13:43:49 -04:00
Colum Ferry
f35a4ac5c6
feat(nest): add migrations to nest 10 #17681 (#17685) 2023-06-21 18:33:24 +01:00
Caleb Ukle
f3f74068ea
fix(testing): update default webpack config for react CT (#17562) 2023-06-21 11:41:33 -04:00
Caleb Ukle
f74ff4bddc
fix(testing): deprecate cypress tsconfig option (#17165) 2023-06-21 11:40:25 -04:00
Miroslav Jonaš
5af50b966e
fix(core): fix externalDependencies schema type (#17699) 2023-06-21 09:47:58 -04:00
Miroslav Jonaš
53a37d47e2
fix(core): ensure correct package name matching when parsing pnpm lock file (#17613) 2023-06-21 09:47:02 -04:00
Colum Ferry
e01df1cb58
docs(core): update node matrix compat (#17703) 2023-06-21 13:24:40 +01:00
Miroslav Jonaš
1a7577ee1b
docs(core): replace run-commands with command in new input reference (#17700) 2023-06-21 08:10:54 -04:00
Colum Ferry
7b86ac9f17
fix(core): run-commands should not parse strings as numbers (#17670) 2023-06-20 18:20:24 -04:00
Jason Jean
62628ab009
fix(core): filter batches of outputs changes properly (#17697) 2023-06-20 22:11:50 +00:00
Isaac Mann
30c57fd311
docs(core): add new champions (#17678) 2023-06-20 14:39:59 -04:00
Craig Rodrigues
6dd652095c
chore(node): fix update-16-3-1-update-executor description (#17649) 2023-06-20 10:56:41 -04:00
Caleb Ukle
0be5d3d9b9
docs(node): add recipes for various databases w/ node (#17110) 2023-06-20 09:28:39 -05:00
Leosvel Pérez Espinosa
2503249901
docs(angular): simplify tailwind css recipes for angular projects (#17684) 2023-06-20 15:02:34 +01:00
Colum Ferry
99739179c7
chore(react): remove unnecessary type cast (#17689) 2023-06-20 08:50:42 -05:00
Colum Ferry
c46f0259af
fix(core): windows filePaths should be handled in findProjectForPath (#17688) 2023-06-20 09:46:32 -04:00
Emily Xiong
238ad4aa24
fix(js): detect port before setup npm and yarn (#17680) 2023-06-20 09:34:38 -04:00
Jonathan Cammisuli
337a871a08
fix(core): get the client env when calculating the task hash in the daemon (#17677) 2023-06-20 09:33:26 -04:00
Jonathan Cammisuli
71409eaed4
fix(core): do not build the project graph in nx report if there's no native support (#17604) 2023-06-20 09:30:38 -04:00
Jack Hsu
2c47bba937
fix(core): prune project graph after affected nodes are found to avoid errors (#17675) 2023-06-19 15:43:42 -04:00
CHC
b34da2ca42
fix(docs): update url for fastify (#17669) 2023-06-19 14:10:59 -04:00
Miloš Lajtman
ef5813a7b7
fix(linter): improve error message for forbidden imports of lazy-loaded libs (#17635)
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2023-06-19 17:33:15 +02:00
Mateusz
5a7d6dbf50
docs(storybook): fix broken link to storybook package in README (#17648) 2023-06-19 14:59:05 +03:00
Miroslav Jonaš
1fda800b33
fix(core): ignore nested node_module paths for findProjectOfResolvedModule in TargetProjectLocator (#17630) 2023-06-18 13:58:08 +02:00
FrozenPandaz
d2bde0605c
chore(misc): publish 16.4.0-beta.10 2023-06-16 16:36:10 -04:00
Craigory Coppola
f5c6ee5488
fix(core): cli option --graph should open graph ui by default (#17644) 2023-06-16 16:31:12 -04:00
Jason Jean
909d973af7
chore(repo): update nx to 16.4.0-beta.9 (#17641) 2023-06-16 16:29:44 -04:00
Juri Strumpflohner
9d0505ab1c
docs(nextjs): move next+vercel deployment guide to the deployment section (#17640) 2023-06-16 14:48:32 -04:00
Juri
e2217a9350 docs(core): fix typos 2023-06-16 13:23:14 -04:00
Katerina Skroumpelou
36838d6211
fix(js): node executor should always log error (#17622) 2023-06-16 16:45:05 +00:00
Nicholas Cunningham
bfe8e47d23
fix(nextjs): cleanup old options for server executor (proxyConfig) (#17626) 2023-06-16 12:00:17 -04:00
Jack Hsu
bb88dd934a
fix(testing): set jsdom as the default vitest environment when calling the generator programmatically (#17632) 2023-06-16 10:46:13 -04:00
FrozenPandaz
b7fbc25d5b
chore(misc): publish 16.4.0-beta.9 2023-06-16 09:47:10 -04:00
Emily Xiong
7baad04ea5
feat(nx-plugin): add verdaccio to create package e2e (#17566) 2023-06-16 09:45:52 -04:00
Hermes Ferreira
93b123a326
fix(nextjs): do not append workspaceRoot twice to tsConfigPath (#17611) 2023-06-16 09:41:04 -04:00