1673 Commits

Author SHA1 Message Date
Miroslav Jonas
ab76d6291a fix(core): add missing parts to ci workflws and update docs 2024-02-07 12:39:46 -05:00
Isaac Mann
61436a64ef
docs(core): inferred targets (#21167)
Co-authored-by: Katerina Skroumpelou <mandarini@users.noreply.github.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
Co-authored-by: Victor Savkin <mail@vsavkin.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-02-03 00:14:05 -05:00
Miroslav Jonaš
f309b259d6
feat(core): add e2e to ci workflows (#21487) 2024-02-02 18:20:39 -05:00
Miroslav Jonaš
bc6e58fcf9
fix(core): fix missing nxCloud error message on ci workflows (#21564) 2024-02-02 16:47:21 -05:00
Miroslav Jonaš
5a818e346d
feat(core): improve the commented dte message on ci-workflows (#21524) 2024-02-02 15:06:02 -05:00
Miroslav Jonaš
d6d7b1c689
feat(core): move distribution to beginning of generated ci workflows (#21483) 2024-02-02 09:48:17 +01:00
Jason Jean
396ffc4636
feat(core): enable project crystal by default (#21403)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-02-02 03:40:59 -05:00
Denis Frenademetz
abafedf8e5
fix(core): new generator not skipping package installation (#17927) 2024-01-30 17:11:44 -05:00
Craigory Coppola
deb0f1a492
chore(repo): bump deprecation messages to v19 (#21430) 2024-01-30 16:29:05 -05:00
beeman
a9974d3f25
docs(misc): change http:// to https:// (#19534) 2024-01-30 11:33:13 -05:00
Colum Ferry
c2e0c3da8f
docs(core): update wording around guiding user to graph (#21348) 2024-01-26 17:22:50 +00:00
Miroslav Jonaš
7ab0de8f68
fix(core): yargs array-like prompts initial field is number (#21349) 2024-01-26 10:46:05 -05:00
Leosvel Pérez Espinosa
4b88f48a18
feat(angular): support angular 17.1.0 (#20556) 2024-01-26 10:43:16 -05:00
Colum Ferry
a1c0434650
feat(workspace): update readme to point people to the graph (#21325) 2024-01-25 10:54:17 -05:00
Miroslav Jonaš
66e8ec3e2a
feat(core): improve generated CI workflows (#21324) 2024-01-25 19:09:36 +04: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
Miroslav Jonaš
e8464cca9e
feat(core): update ci-workflow generator (#21141) 2024-01-18 14:47:36 +01:00
Jason Jean
1ffd6731dc
feat(core): add target defaults in configuration generators rather th… (#21105) 2024-01-17 16:02:47 -05:00
Nicholas Cunningham
c43b22dc88
feat(nextjs): Standalone projects now default to src (#21010) 2024-01-17 11:22:51 -07: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
Jason Jean
5d9b4c5224
feat(testing): add jest create-nodes plugin (#20045) 2024-01-11 14:54:04 -05:00
Miroslav Jonaš
03257e2503
feat(linter): move common options to target defaults (#20583) 2024-01-09 09:12:47 +00:00
Leosvel Pérez Espinosa
6129d31847
fix(misc): disallow path segments and allow scoped package name in --newProjectName option of move generator (#20768) 2023-12-14 18:12:32 +01:00
Katerina Skroumpelou
bbec5cfe54
fix(core): correctly move project and target strings (#20726) 2023-12-14 15:01:13 +04:00
Miroslav Jonaš
43141334a8
fix(linter): move should migrate all eslint configs (#20709) 2023-12-13 15:18:17 +01:00
Benjamin Cabanes
db77ddef8a
chore(repo): update packages readme banner (#20695) 2023-12-11 11:32:42 -05:00
Benjamin Cabanes
5a305d41de
feat(nx-dev): add homepage updates (#20592)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-12-08 14:40:42 -05:00
Katerina Skroumpelou
468de36ad1
feat(nuxt): nodes for build, serve, test targets (#20145) 2023-11-30 13:35:02 -05:00
Jason Jean
78ab39b895
feat(testing): allow cypress preset to execute a command for a web server (#20355) 2023-11-27 13:30:01 -05:00
Miroslav Jonaš
ff5d1bef83
feat(linter): default lintFilePatterns to {projectRoot} (#20313) 2023-11-27 08:39:38 -05:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins (#20228) 2023-11-17 15:31:03 -05:00
Katerina Skroumpelou
bdc30ca23e
feat(nuxt): load nuxt config programmatically (#20185) 2023-11-14 12:15:18 +04:00
Jason Jean
a86d926612
feat(testing): add cypress create nodes plugin (#19840) 2023-11-09 14:05:19 -05:00
Leosvel Pérez Espinosa
26160cd3b4
feat(angular): update angular supported version to the stable 17.0.0 (#20135) 2023-11-08 14:33:30 -05:00
Leosvel Pérez Espinosa
26e03c7d50
fix(misc): add missing migration to bump typescript version to v5.2 (#20112) 2023-11-08 09:38:00 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 (#19689) 2023-11-07 15:45:42 -05:00
Leosvel Pérez Espinosa
93c8f7c081
cleanup(misc): update failing test snapshots (#20105) 2023-11-07 13:57:33 -05:00
Katerina Skroumpelou
b3423679c0
feat(nuxt): nuxt executors, generators, docs (#19855) 2023-11-07 19:15:32 +04:00
Isaac Mann
457bbcbe57
docs(core): nx cloud features section (#20043) 2023-11-07 08:40:29 -05:00
Jason Jean
8a89df66bf
feat(testing): move test config more into nx.json targetDefaults (#19963) 2023-11-01 10:20:18 -04:00
Tomasz Kasowicz
470a0a3021
fix(misc): update re-exports when updating imports during move (#19637)
Co-authored-by: Tomasz Kasowicz <tomaszk@backbase.com>
2023-10-19 14:49:57 -04:00
Emily Xiong
40a946a11d
fix(core): fix convert to monorepo eslint issue (#19713) 2023-10-19 13:20:25 -04:00
Jason Jean
d0005c954f
feat(core): remove deprecated defaultCollection and npmScope nx.json … (#19708) 2023-10-18 18:03:57 -04:00
Jack Hsu
a1cff31589
feat(core): generate standalone projects with scoped package names (#19662) 2023-10-17 17:29:48 -04:00
Phillip Barta
6f9d48cb2c
feat(misc): remove deprecated code from @nx/workspace (#19588) 2023-10-17 01:16:57 -04:00
Miroslav Jonaš
0bc693342e
feat(linter): rename @nx/linter to @nx/eslint (#19515) 2023-10-16 11:52:19 -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
Jason Jean
d62acecec6
feat(core): allow using Nx Cloud without nx-cloud installed (#19553) 2023-10-13 10:47:43 -04:00
Craigory Coppola
f10da6e1fc
feat(core): remove deprecated workspace generator command (#19541) 2023-10-11 23:24:19 -04:00
Jason Jean
5740a73cd8
feat(core): add the outputs of a task onto the task (#19561)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2023-10-11 23:21:14 -04:00