63 Commits

Author SHA1 Message Date
Leosvel Pérez Espinosa
f98a16ff57
feat(misc): update minimatch version used across packages (#21207) 2024-01-18 19:08:15 +01:00
Emily Xiong
6141f44203
feat(core): add keepExistingVersions to all packages (#21169) 2024-01-17 14:22:58 -05:00
Leosvel Pérez Espinosa
047dc22aed
cleanup(misc): clean up init generators (#21088) 2024-01-16 15:29:44 +01:00
Miroslav Jonaš
20dcc97099
fix(nx-dev): standardize nx cloud naming (#21059) 2024-01-10 13:09:42 +01:00
Miroslav Jonaš
03257e2503
feat(linter): move common options to target defaults (#20583) 2024-01-09 09:12:47 +00:00
Katerina Skroumpelou
cac2c173c5
feat(vite): update to vitest v1 (#20747) 2023-12-14 19:55:08 +04:00
Leosvel Pérez Espinosa
593ea3d90d
feat(linter): update @typescript-eslint/* package versions (#20602) 2023-12-13 16:49:27 +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
f04ed1f24a
fix(nuxt): correct outputs for nuxt and vite (#20627) 2023-12-07 08:45:08 -05:00
Katerina Skroumpelou
83db767b27
feat(vite): nodes for build, serve, test, preview targets (#20086) 2023-11-30 15:56:16 -05:00
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