11329 Commits

Author SHA1 Message Date
Jack Hsu
2e2dada8c0
fix(graph): correct value when inputs/outputs are copied (#21245) 2024-01-19 15:31:33 -05:00
Colum Ferry
b97037ebd1
feat(graph): show open config button in graph web (#21181)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-01-19 14:05:09 -05:00
Colum Ferry
8bd20e5928
feat(graph): add tooltips to project details view (#21205) 2024-01-19 14:04:14 -05:00
Leosvel Pérez Espinosa
a7dccc584f
fix(misc): install required deps during nx init without overriding existing versions (#21237) 2024-01-19 14:03:59 -05:00
Nicholas Cunningham
7ddc3136ba
chore(nextjs): Remove env variable warning message (#21238) 2024-01-19 10:32:12 -07:00
Leosvel Pérez Espinosa
866e8bcffe
fix(misc): identify usage of playwright correctly when running nx init (#21236) 2024-01-19 12:12:01 -05:00
Nicholas Cunningham
605d65acd2
fix(nextjs): custom server unable to run production builds (#21222) 2024-01-19 09:51:19 -07:00
James Henry
6684c1f3a3
feat(release): support version prefix for dependents (#21209) 2024-01-19 10:42:28 -05:00
Leosvel Pérez Espinosa
ccac566064
fix(misc): install nx when no plugins selected during nx init (#21228) 2024-01-19 10:41:40 -05:00
Aditya Mathur
dd5f3c8d17
docs(misc): standardize all the install commands with different pm (#21226) 2024-01-19 15:21:42 +01:00
Miroslav Jonaš
4700df62be
fix(linter): update eslint plugins for @typescript-eslint v6 naming (#21221)
Co-authored-by: Steven Rathbauer <gh.rathpc@gmail.com>
Co-authored-by: James Henry <james@henry.sc>
2024-01-19 14:16:18 +04:00
MaxKless
b5ffb85874
fix(graph): refresh pdv periodically in watch mode (#21218)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2024-01-18 17:59:10 -05:00
Katerina Skroumpelou
66929530b1
feat(graph): hover to see source & more UI updates (#21182)
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-01-18 17:34:54 -05:00
Jason Jean
8f6eed11d4
fix(js): set the unsafeHttpWhitelist when the set has any items (#21216) 2024-01-18 14:20:41 -05:00
Miroslav Jonaš
d45a13e4fa
feat(core): extend nxCloud prompt to include basic CI workflow options (#21094) 2024-01-18 14:12:31 -05:00
Leosvel Pérez Espinosa
f98a16ff57
feat(misc): update minimatch version used across packages (#21207) 2024-01-18 19:08:15 +01:00
MaxKless
e4e7f54bfb
fix(graph): take vscode light/dark theme into account (#21208) 2024-01-18 12:04:03 -05:00
James Henry
e97910914e
feat(release): add formal entrypoint for programmatic API at nx/release (#21211) 2024-01-18 11:29:49 -05:00
MaxKless
ddebb4d4f3
feat(graph): allow expanding target when opening pdv from external api (#21189) 2024-01-18 10:57:32 -05:00
Vadim Zhamkov
7192141c44
feat(react): Add playwright support to generators (#21150)
Co-authored-by: Vadim Zhamkov <vad-js@nebius.com>
2024-01-18 10:56:54 -05:00
Jonathan Cammisuli
67ca5f85ed
chore(repo): update nx to the latest beta (#21191) 2024-01-18 10:52:47 -05:00
Miroslav Jonaš
cbcd2ecddc
fix(linter): fix import of chalk for reporting (#21201) 2024-01-18 15:23:25 +01:00
Miroslav Jonaš
331fbe64b1
fix(nx-dev): align button sizes on hero (#21163) 2024-01-18 14:55:11 +01:00
Miroslav Jonaš
e8464cca9e
feat(core): update ci-workflow generator (#21141) 2024-01-18 14:47:36 +01:00
Miroslav Jonaš
c452a1f7c5
fix(linter): add links to docs to rules (#21199) 2024-01-18 14:47:10 +01:00
Jack Hsu
8ccf327b1a
feat(graph): decouple graph client from nx.dev <Fence> component (#21186) 2024-01-17 21:00:36 -05:00
Miroslav Jonaš
192d36f493
chore(repo): bump pnpm and nx-orb versions (#21143) 2024-01-18 00:11:43 +01:00
Craigory Coppola
0752eff1c6
fix(core): ensure connect-to-nx-cloud works with lerna workspaces (#20895)
Co-authored-by: James Henry <james@henry.sc>
2024-01-17 17:06:58 -05:00
Jason Jean
cd01ec685e
chore(graph): fix the vh of the project graph shell (#21192) 2024-01-17 16:09:31 -05:00
Jason Jean
1ffd6731dc
feat(core): add target defaults in configuration generators rather th… (#21105) 2024-01-17 16:02:47 -05:00
James Henry
38307fa6fb
feat(release): support conventionalCommits shorthand for version config (#21187) 2024-01-17 16:01:29 -05:00
Leosvel Pérez Espinosa
28438bb810
feat(core): add the "add" cli command (#20976) 2024-01-17 20:22:16 +00:00
Emily Xiong
6141f44203
feat(core): add keepExistingVersions to all packages (#21169) 2024-01-17 14:22:58 -05:00
Nicholas Cunningham
544a2c4975
fix(testing): Inline projects inside playwright.config.ts (#21188) 2024-01-17 13:34:34 -05:00
Nicholas Cunningham
c43b22dc88
feat(nextjs): Standalone projects now default to src (#21010) 2024-01-17 11:22:51 -07:00
Jason Jean
49cff89908
feat(misc): add layout for project details view (#21172) 2024-01-17 13:02:45 -05:00
Julien Simonet
ea3c2426d3
fix(js): ensure result is valid before attempting to close it during rollup watch 2024-01-17 12:35:21 -05:00
Philip Fulcher
0775c72fbd
docs(nx-dev): hiding community partners link for now (#21185) 2024-01-17 09:56:09 -07:00
Philip Fulcher
bd0be6ae58
docs(nx-dev): add launch nx page (#21135) 2024-01-17 09:40:57 -07:00
Craigory Coppola
e503810d57
feat(core): read name from package.json if present and no inference plugin provides name (#21125) 2024-01-17 11:29:52 -05:00
MaxKless
c685321ced
chore(core): revert pnpm lockfileVersion to 6.0 (#21183) 2024-01-17 10:45:28 -05:00
Miroslav Jonaš
1df9088e72
fix(nx-dev): do not open official plugins in new tab (#21179) 2024-01-17 09:34:30 -05:00
Katerina Skroumpelou
01ae336eea
fix(storybook): handle output-dir properly for outputs (#21168) 2024-01-17 09:07:12 -05:00
Miroslav Jonaš
d966d21b96
docs(nx-dev): add pnpm and simplify examples on eslint landing page (#21178) 2024-01-17 14:14:29 +01:00
Rares Matei
92a4861b27
docs(nx-cloud): update enterprise release notes (#21140) 2024-01-17 13:34:56 +01:00
Austin Fahsl
8f2dee0500
feat(release): add fallback for currentVersionResolver in the version step (#21155) 2024-01-17 13:36:33 +04:00
Jason Jean
d4f3e63a4c
feat(core): create a new function to run child processes via rust (#21070)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
2024-01-17 02:56:59 -05:00
Emily Xiong
78a4df8d26
feat(react-native): generate pod install target (#21166) 2024-01-16 17:42:25 -05:00
MaxKless
e38b0bb6f4
feat(graph): rework pdv target section & remove unused code (#21159) 2024-01-16 20:12:34 +00:00
Jack Hsu
253c0ff2ab
feat(devkit): add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123) 2024-01-16 14:24:14 -05:00