11375 Commits

Author SHA1 Message Date
Jack Hsu
2faaaf3a19
feat(cypress): simplify inferred cypress command (#21337) 2024-01-25 17:03:05 -05:00
Jason Jean
f4011ec92d
fix(core): exit with sigint when sigint is received (#21336) 2024-01-25 16:13:51 -05:00
Rares Matei
5208d6d694
chore(repo): reenable env var propagation (#21147) 2024-01-25 10:57:08 -05:00
Colum Ferry
8bc8d696e5
feat(core): guide users to view the graph after nx init (#21303) 2024-01-25 10:54:55 -05:00
Colum Ferry
a1c0434650
feat(workspace): update readme to point people to the graph (#21325) 2024-01-25 10:54:17 -05:00
Emily Xiong
4a4917b628
fix(graph): fix 404 when / in name (#21318) 2024-01-25 10:35:56 -05:00
Miroslav Jonaš
66e8ec3e2a
feat(core): improve generated CI workflows (#21324) 2024-01-25 19:09:36 +04:00
Miroslav Jonaš
269fa1a75f
fix(core): remove deprecated recursive rmdir with rm -rf (#21327) 2024-01-25 14:05:39 +00:00
Johanna Pearce
e4daf33601
fix(devkit): update the ci generators to use the correct launch template (#21304)
Also changes all instances of --distributes-on to --distribute-on.
2024-01-25 10:04:02 +00:00
Jack Hsu
06f726a075
fix(js): add @swc/helpers when initializing js plugin since it is needed by other plugins (#21316) 2024-01-25 09:51:48 +01:00
Leosvel Pérez Espinosa
c7b44a4958
fix(misc): await async function invocations (#21299) 2024-01-25 09:30:01 +01:00
Austin Fahsl
fc30d1be96
fix(release): fix --first-release with conventional commits and independent projects (#21320) 2024-01-25 11:17:09 +04:00
Emily Xiong
4e0c60e636
feat(core): support args to be an array for command (#21290) 2024-01-24 23:14:50 -05:00
Leosvel Pérez Espinosa
70fd808d9c
fix(misc): do not print formatting errors while setting up nx cloud in nx init (#21302) 2024-01-24 17:03:03 -05:00
Austin Fahsl
d9c53e14fc
chore(release): add nx release recipes (#21294) 2024-01-24 14:33:39 -07:00
Philip Fulcher
81d8428583
docs(nx-dev): update time zone information for Launch Nx (#21291) 2024-01-24 16:31:58 -05:00
Isaac Mann
11445ab36d
fix(nx-dev): table of contents with code (#21173) 2024-01-24 15:56:51 -05:00
Altan Stalker
434d72aaf0
chore(repo): enable dynamic changesets (#21314) 2024-01-24 14:57:27 -05:00
Jack Hsu
7b680ec68c
feat(docs): add {% project-details %} as a tag in markdown docs (#21288)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2024-01-24 12:53:03 -05:00
Miroslav Jonaš
292d407536
cleanup(core): remove repeat of addNewLine after logCommand (#21305) 2024-01-24 17:46:36 +00:00
Katerina Skroumpelou
63018c9631
fix(storybook): add storybook-static to gitignore for pcv3 (#21309) 2024-01-24 11:53:42 -05:00
Katerina Skroumpelou
fb89c09b2f
fix(storybook): throw if no project name for angular (#21308) 2024-01-24 18:02:54 +02:00
Miroslav Jonaš
53297cc939
fix(core): fix socket dir removal for macos (#21306) 2024-01-24 10:39:58 -05:00
Emily Xiong
e5740a2b30
feat(core): use runCommand for runScript (#21292) 2024-01-24 10:17:55 -05:00
James Henry
bba9600d6e
feat(release): allow overriding generator and generatorOptions per project (#21298) 2024-01-24 10:17:12 -05:00
Craigory Coppola
066c39ef9c
feat(core): reveal --web flag on show project (#21293) 2024-01-24 10:16:11 -05:00
Austin Fahsl
b6b14ddaf4
feat(release): global stageChanges option & changelog fixes (#21223) 2024-01-24 07:07:29 -07:00
Leosvel Pérez Espinosa
a628c025d2
fix(angular): support scoped project names and entrypoints in library secondary entrypoint generator (#21300) 2024-01-24 13:31:34 +00:00
Katerina Skroumpelou
e9493fbdd2
fix(vue): import vue libs in other libs - fix ts2307 (#21297) 2024-01-24 15:24:16 +02:00
Austin Fahsl
1257d73c0c
chore(release): fix yarn berry e2e test (#21289) 2024-01-24 16:29:18 +04:00
MaxKless
6326b11cec
fix(core): properly disconnect daemon & reject promise (#21283) 2024-01-24 06:44:16 -05:00
Austin Fahsl
096cefb109
feat(release): update lockfile after version command (#21107) 2024-01-23 11:22:16 -07:00
Colum Ferry
6164481d57
fix(remix): use twStyles as import to prevent conflicts (#21276) 2024-01-23 16:28:59 +00:00
Emily Xiong
3333ef4968
fix(expo): fix externalDependencies for expo plugin (#21213) 2024-01-22 17:44:00 -05:00
James Henry
3d4238a405
fix(release): filtering publish by project or group should exclude task deps (#21231) 2024-01-22 14:00:14 -05:00
Leosvel Pérez Espinosa
e4758358b0
feat(misc): optionally update package.json scripts in init generators (#21204) 2024-01-22 13:51:41 -05:00
Dmitriy Stepanenko
c1238aad5e
feat(angular): support esbuild middleware functions (#21048) 2024-01-22 18:34:02 +01:00
Craigory Coppola
cb5eeb7475
feat(core): forward stdin to commands started via rust (#21195)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2024-01-22 12:25:52 -05:00
Katerina Skroumpelou
33e13910b1
fix(core): accept vue as preset in cnw (#21262) 2024-01-22 12:22:33 -05:00
Isaac Mann
e2a819ef18
docs(core): nx agents guide clean up (#21241)
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2024-01-22 11:59:59 -05:00
Leosvel Pérez Espinosa
87256aae66
cleanup(angular): simplify package executor adjustments for angular v17 (#20869) 2024-01-22 10:33:39 -05:00
Colum Ferry
9fea60b3b2
fix(remix): required property in schema should be project (#21258) 2024-01-22 10:25:39 -05:00
Leosvel Pérez Espinosa
892345d039
feat(misc): identify and set up more nx core plugins during nx init (#21254) 2024-01-22 15:28:34 +01:00
jiayi
07a237f242
fix(angular): run function is not called in setup-ssr/application-builder (#21157)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2024-01-22 13:00:54 +01:00
James Henry
85c82e0b24
fix(release): versionPrefix should default to auto (#21256) 2024-01-22 14:38:48 +04:00
Craigory Coppola
06717de590
feat(core): move target defaults handling to nx plugin (#21104) 2024-01-19 18:22:11 -05:00
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