1648 Commits

Author SHA1 Message Date
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
Craigory Coppola
bdbfd351bc
feat(core): update default cache directory to .nx/cache (#19536) 2023-10-11 16:31:00 -04:00
Craigory Coppola
05e7602a2c
feat(core): generate new workspaces without tasks runner options (#19483) 2023-10-11 14:22:26 -04:00
Jason Jean
47e9fc8ed6
feat(misc): remove migrations for v14 and under (#19552) 2023-10-11 10:46:17 -04:00
Leosvel Pérez Espinosa
4d16623741
cleanup(misc): fix broken test (#19550) 2023-10-10 17:34:03 -04:00
Miroslav Jonaš
a3a0496856
feat(linter): remove tslint logic (#19002) 2023-10-06 08:32:51 -04:00
James Henry
9448b68964
fix(core): generate permissions on github ci workflow (#19357) 2023-09-27 20:54:35 -04:00
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages (#19334) 2023-09-26 00:09:29 -04:00
Jason Jean
53a327715b
feat(repo): remove projectNameAndRoot nx.json option (#19218) 2023-09-21 08:15:38 -04:00
Craigory Coppola
f213976281
feat(core): include non-project files on fileMap and filesToProcess (#19217) 2023-09-19 21:46:01 -04:00
Jack Hsu
769974b45a
feat(vue): init, app, component and lib generators (#19130)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-09-13 15:05:10 -04:00
Jason Jean
660bfb3dc5
chore(repo): speed up build of nx project (#19066) 2023-09-08 13:37:02 -04:00
Jack Hsu
214b53134d
fix(node): explicitly check that project is a library before updating imports (#19040) 2023-09-07 10:06:35 -04:00
Jack Hsu
ce172d8706
fix(js): change TS standalone preset to generate at the root (#19003) 2023-09-05 12:07:12 -04:00
Leosvel Pérez Espinosa
8564d9ba12
feat(misc): support new format to determine new project name and destination in move generators (#18878)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2023-09-05 09:40:16 -04:00
Jason Jean
9fbfe4a95a
feat(misc): stop generating empty apps/libs/packages libs in new work… (#18979) 2023-09-05 08:25:50 -05:00
Jason Jean
bd1b0b70fd
feat(misc): introduce a way to set the project name/root format for all generators (#18971) 2023-09-01 16:58:14 -04:00
Jack Hsu
c9ea9e076f
feat(core): ensure @nx/js plugin is installed for all JS workspaces (#18919) 2023-08-30 18:24:48 -04:00
Thabo
70d3728457
fix(nx): correct the message for the removal of a project that is still a dependency of other projects. (#18903) 2023-08-30 10:09:13 -04:00
Jack Hsu
ec647e7250
fix(core): keep existing name when converting project to a monorepo (#18910) 2023-08-30 10:08:20 -04:00
Nicholas Cunningham
c48f3aa319
fix(core): Ensure when converting to monorepo standalone libs have a readable name (#18887) 2023-08-29 10:57:03 -06:00
Nicholas Cunningham
413e57f99a
fix(core): convert to monorepo generator should respect nested libs (#18795) 2023-08-25 12:25:06 -04:00
Jonathan Cammisuli
bbae14b9a7
fix(core): do not use joinPathFragments for generating files (#18753) 2023-08-23 12:23:03 -04:00
Miroslav Jonaš
e34219ab96
feat(linter): add flat config support to generators (#18534) 2023-08-23 01:36:58 +02:00
Leosvel Pérez Espinosa
1b0439b55c
feat(misc): use helper to determine project name and root in npm-package generator (#18710) 2023-08-22 12:26:54 -04:00
Michał Mrozek
2638bb0db2
fix(devkit): await prettier format for v3 compatibility (#18664) 2023-08-20 22:10:56 +04:00