102 Commits

Author SHA1 Message Date
Katerina Skroumpelou
2c88282e8a
fix(vite): adjust config generation (#20367) 2023-11-29 15:58:49 +02: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
Katerina Skroumpelou
0b4c2daf64
feat(linter): update eslint to next minor version (#20351) 2023-11-22 15:01:19 +02:00
Katerina Skroumpelou
82b39d1f86
feat(vite): update to version 5 (#20341) 2023-11-21 09:45:21 -05:00
Katerina Skroumpelou
34963809dc
fix(vite): vitest versions alignment (#20215) 2023-11-13 17:34:55 +02:00
MaxKless
e8e8f94f7a
cleanup(storybook): rename name to project to be consistent with other generators (#20181) 2023-11-10 11:22:43 -05:00
Katerina Skroumpelou
34552539fe
fix(vite): vitest should use v8 as default (#20156) 2023-11-10 13:07:33 +00:00
Leosvel Pérez Espinosa
40f54d57c9
fix(misc): update nx-welcome templates with as-provided generator paths (#20129) 2023-11-09 10:56:06 -05:00
Jason Jean
c7d0d21761
chore(repo): update nx to 17.1.0-beta.4 (#20124) 2023-11-08 13:01:06 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 (#19689) 2023-11-07 15:45:42 -05:00
Katerina Skroumpelou
b3423679c0
feat(nuxt): nuxt executors, generators, docs (#19855) 2023-11-07 19:15:32 +04:00
Katerina Skroumpelou
41f276b84e
fix(vue): remove jest generators (#19997) 2023-11-02 17:08:39 +02:00
Miroslav Jonaš
79c9233553
feat(linter): update typescript-eslint to v6 (#19548)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2023-11-02 10:09:40 +01:00
Isaac Mann
4d1e0bd7e9
docs(core): deprecation for nameAndDirectoryFormat (#19861) 2023-10-31 10:13:17 -04:00
Katerina Skroumpelou
c2aa6ef4f4
fix(vue): dont require project when generating component (#19885) 2023-10-30 13:39:18 +01:00
MaxKless
12b8d5ea86
cleanup(misc): make nx console links on various starter pages consistent (#19867) 2023-10-26 14:47:09 +02:00
Jack Hsu
b5ed979b90
feat(misc): remove usages of @nx/cypress:cypress-project internally (#19766) 2023-10-24 21:04:15 -04:00
Isaac Mann
cc8d8e8f4c
docs(core): deprecate workspaceLayout (#19767) 2023-10-23 11:55:34 -04:00
Pavel Fedorin
a95571c384
fix(vue): move vue-tsc in devDependencies (#19772) 2023-10-23 17:56:34 +03:00
Nicholas Cunningham
135b86ed8f
fix(vue): Standalone tsconfig moduleResultion should be node (#19759) 2023-10-20 10:50:05 -06:00
Katerina Skroumpelou
406018ca2d
docs(vue): all of vue docs (#19600) 2023-10-20 19:28:47 +03:00
Katerina Skroumpelou
ac1f2d446b
fix(vue): drop vue jest dependency (#19756) 2023-10-20 11:50:31 -04:00
Katerina Skroumpelou
54865ae83e
fix(vue): do not generate component in lib by default (#19755) 2023-10-20 18:41:25 +03:00
Nicholas Cunningham
b90aab6423
fix(vue): default unit test to vitest (#19746) 2023-10-19 12:37:10 -06:00
Katerina Skroumpelou
e887671bc9
fix(vue): downgrade @vue/eslint-config-prettier to work with prettier v2 (#19741) 2023-10-19 11:15:14 -04:00
Katerina Skroumpelou
ef4ffe9bc8
fix(linter): add migration for eslint config prettier (#19732) 2023-10-19 09:27:47 -04:00
Jason Jean
d0005c954f
feat(core): remove deprecated defaultCollection and npmScope nx.json … (#19708) 2023-10-18 18:03:57 -04:00
Katerina Skroumpelou
83d2cc2f40
fix(storybook): do not restrict to components dir for vue (#19680) 2023-10-18 16:28:05 -04:00
Katerina Skroumpelou
b994a297a9
fix(storybook): default ignore *.stories.* files (#19699) 2023-10-18 16:27:29 -04:00
Katerina Skroumpelou
5dd763949d
fix(vue): comment out unused defineProps function (#19695) 2023-10-18 17:43:45 +03:00
MaxKless
aa57429c47
fix(vue): make sure project is in normalizedOptions (#19690) 2023-10-18 14:15:17 +01:00
Jack Hsu
c6faf38b8b
fix(vue): remove unitTestRunner option from component generator (#19667) 2023-10-17 16:45:16 -04:00
Jack Hsu
b85a25b02f
fix(vue): update standalone setup so tsconfig.base.json is not generated (#19660) 2023-10-17 15:46:17 -04:00
Jack Hsu
5c56bd610a
feat(vue): support generating components using the path as provided (#19609)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2023-10-17 14:12:26 -04:00
Jack Hsu
b0fed89c11
fix(vue): turn multi-word component lint rule off since there is always one for restricted HTML elements (#19645)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-10-17 09:02:51 -04:00
Katerina Skroumpelou
541af1129f
fix(vite): configuration generator fixes (#19628) 2023-10-16 19:20:42 +03: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
Jack Hsu
f5d7d213de
feat(vue): set @nx/vue as public (#19582) 2023-10-12 17:11:11 -04:00
Katerina Skroumpelou
cbeed02ee5
feat(nuxt): storybook generators (#19529) 2023-10-12 08:31:34 -06:00
Rik Smale
89ab1c934b
feat(linter): update eslint-config-prettier to v9 (#19232) 2023-10-12 16:02:59 +02:00
Katerina Skroumpelou
5366d49936
feat(nuxt): init, app, component, page generators (#19509) 2023-10-10 14:21:36 +00:00
Katerina Skroumpelou
f4c7ee2e91
fix(vue): replace className with class on html (#19500) 2023-10-10 15:18:45 +03:00
Katerina Skroumpelou
eabe0f6246
fix(vue): enforce multiword component name (#19507) 2023-10-10 15:18:35 +03:00
Miroslav Jonaš
c38bd375c5
fix(vue): ensure standalone has proper lint rule (#19505) 2023-10-09 16:08:35 +02:00
Jack Hsu
c2fdf02b76
feat(js): add @swc-node/register and @swc/core to JS projects by default (#19453)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2023-10-05 15:38:14 +03:00
Jack Hsu
601b74d50e
feat(vue): update generated file setup for apps (#19428) 2023-10-04 10:19:06 +03:00
Katerina Skroumpelou
295ea3fb93
feat(vue): storybook configuration generator for vue (#19141) 2023-09-25 13:23:01 -04:00
Jack Hsu
e98221e142
feat(vue): add setup-tailwind generator (#19147) 2023-09-15 09:11:35 -04:00