10087 Commits

Author SHA1 Message Date
Colum Ferry
b9ca7ce09f
feat(angular): add flag to include hydration when setting up ssr (#18675) 2023-08-17 07:59:15 -07:00
Miroslav Jonaš
7d55f49e7d
fix(core): use existing version when calling "yarn set version" (#18669) 2023-08-17 10:28:29 -04:00
Miroslav Jonaš
43b802d1cc
fix(core): fix ghost alias when parsing yarn lockfile (#18646) 2023-08-17 10:22:48 -04:00
Nicholas Cunningham
2180268d9d
docs(core): Add svelte docs recipe (#18590) 2023-08-17 11:30:10 +02:00
jogelin
1f9b3c4a5c
fix(linter): Normalize paths when in getSourceFilePath (#18601)
Co-authored-by: jgelin <jgelin@seligent.com>
2023-08-17 11:28:52 +02:00
Jason Jean
2034cddf04
chore(devkit): move all internal nx imports to requireNx (#18639) 2023-08-16 17:40:42 -04:00
Michał Mrozek
54496e899b
feat(core): support prettier v3 as a formatter (#18644) 2023-08-16 15:56:57 -04:00
Jonathan Cammisuli
cf0b2fd4f4
fix(core): handle symlinks on debian for watch events (#18636) 2023-08-16 14:02:02 -04:00
Jonathan Cammisuli
13925ba576
fix(core): improve error handling for copy and remove (#18656) 2023-08-16 13:20:36 -04:00
Jason Jean
f670e7469f
fix(core): apply target defaults properly for executors defaults (#18655) 2023-08-16 13:04:04 -04:00
Isaac Mann
88900403a0
docs(core): typescript batch mode (#18657) 2023-08-16 18:28:15 +02:00
Caleb Ukle
baabbfda91
docs(core): add Nuxt recipe (#18549) 2023-08-16 16:53:16 +02:00
Colum Ferry
90f67a5565
docs(core): add rust recipe (#18633) 2023-08-16 13:44:57 +01:00
Craigory Coppola
52408960cd
chore(repo): add .pnpm-store to gitignore (#18626) 2023-08-15 18:15:44 -04:00
Craigory Coppola
692640e9a9
docs(core): update --exclude option to use equal sign (#18592) 2023-08-15 18:12:36 -04:00
Craigory Coppola
98a7477922
fix(core): use Date.now() everywhere for tasks start and end times to avoid negative durations (#18595) 2023-08-15 17:54:44 -04:00
Leosvel Pérez Espinosa
54ee90505b
docs(angular): add angular v16.2.0 to the version compatibility matrix (#18605) 2023-08-15 17:50:17 -04:00
Jason Jean
968bd38218
Revert "Revert "feat(linter): add generator for converting to flat co… (#18631) 2023-08-15 15:25:09 -04:00
Craigory Coppola
e2ac4e38e7
fix(core): set consistent working directory when calculating runtime hash inputs (#18643) 2023-08-15 14:20:48 -05:00
Emily Xiong
40d66ec715
chore(core): remove readProjectsConfigurations from workspaces (#18329)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-15 14:48:40 -04:00
FrozenPandaz
37fd20b706
chore(misc): publish 16.7.0 2023-08-15 13:52:09 -04:00
Benjamin Cabanes
a29de8b343
feat(nx-cloud): add styles and cleanup to ai feed container (#18593) 2023-08-15 12:16:16 -04:00
Jason Jean
6bebbff5de
chore(repo): update nx to 16.7.0-rc.1 (#18638) 2023-08-15 11:55:41 -04:00
Isaac Mann
5e9520ee59
docs(core): update nx.json schema (#18635) 2023-08-15 10:38:08 -04:00
FrozenPandaz
6693db1d8b
chore(misc): publish 16.7.0-rc.1 2023-08-15 10:19:50 -04:00
Juri
8d9aed44fa docs(core): fix shell cmd formatting issue 2023-08-15 13:14:56 +02:00
Craigory Coppola
2760026700
fix(core): project inference plugins should be ran when reading project configuration (#18630) 2023-08-15 00:00:14 -05:00
Jason Jean
11249e929b
Revert "feat(linter): add generator for converting to flat config (#1… (#18628) 2023-08-14 16:49:43 -04:00
FrozenPandaz
d1f76ff83f
chore(misc): publish 16.7.0-rc.0 2023-08-14 15:18:12 -04:00
Craigory Coppola
b2ecea4c80
fix(core): all graph nodes should have targets block, even if its empty (#18625) 2023-08-14 13:48:52 -05:00
Leosvel Pérez Espinosa
3627df4d03
feat(testing): use helper to determine project name and root directory in cypress project generator (#18608) 2023-08-14 13:42:36 -05:00
Jason Jean
e717fab6d5
feat(core): create function to transform project graph between js and… (#18578) 2023-08-14 13:41:05 -04:00
Caleb Ukle
645535be46
fix(testing): playwright cleanup (#18558) 2023-08-14 11:13:56 -05:00
Caleb Ukle
b3f68fe89e
docs(testing): update docs to use configuration generator (#18587) 2023-08-14 11:57:41 -04:00
Jorge Rodriguez
5ac66e4ab8
fix(core): normalizing key of patched packages with its actual resolved version and not the one from the key (#18192) 2023-08-14 17:54:47 +02:00
Miroslav Jonaš
4f67f154bc
fix(nx-dev): ensure long titles on og images have line breaks (#18619) 2023-08-14 17:49:55 +02:00
Miroslav Jonaš
b749b479a2
fix(nx-dev): ensure og image is generated for all docs (#18617) 2023-08-14 17:44:16 +02:00
FrozenPandaz
d1ffe58644
chore(misc): publish 16.7.0-beta.6 2023-08-14 11:10:33 -04:00
John Rice
2e9810cca1
docs(testing): remove typo of duplicate "--project=your-app-name" (#18600) 2023-08-14 10:16:05 -04:00
Leosvel Pérez Espinosa
8601a0e44c
feat(angular): support angular 16.2.0 (#18561) 2023-08-14 14:46:02 +01:00
Altan Stalker
cdeec56608
docs(nx-cloud): fix old pricing reference (#18613) 2023-08-14 09:24:02 -04:00
Isaac Mann
b8a64a16cb
fix(nx-dev): fix regex (#18610) 2023-08-14 14:30:53 +02:00
FrozenPandaz
fa513731d4
chore(misc): publish 16.7.0-beta.5 2023-08-11 17:32:34 -04:00
Miroslav Jonaš
b152f20125
fix(js): fix swc compilation output path handling (#18588)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-11 17:30:21 -04:00
Leosvel Pérez Espinosa
ccd6e04d3f
feat(devkit): improve project name and root format prompt (#18591) 2023-08-11 16:25:21 -04:00
Craigory Coppola
df7dc03eda
chore(repo): disable flaky test (#18596) 2023-08-11 16:24:03 -04:00
Jonathan Morley
eafc8af697
fix(misc): respect cwd when adding node_modules/.bin to PATH in run-commands(#18429) 2023-08-11 15:36:08 -04:00
Juri
3ddb188fa3 docs(nx-plugin): add recipe for creating and testing a create-x package
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
2023-08-11 20:21:11 +02:00
Jason Jean
222b7720d5
chore(repo): update nx to 16.7.0-beta.4 (#18579) 2023-08-11 13:18:54 -04:00
Leosvel Pérez Espinosa
ce7fc740ae
cleanup(misc): rename projectDirectory to projectRoot in helper return value (#18586) 2023-08-11 16:43:07 +01:00