397 Commits

Author SHA1 Message Date
Katerina Skroumpelou
b3423679c0
feat(nuxt): nuxt executors, generators, docs (#19855) 2023-11-07 19:15:32 +04:00
Jason Jean
b0d179904d
feat(testing): add migration for moving test target defaults (#19993) 2023-11-02 17:22:16 -04:00
Jason Jean
8a89df66bf
feat(testing): move test config more into nx.json targetDefaults (#19963) 2023-11-01 10:20:18 -04:00
Nicholas Cunningham
04e4e25db1
fix(js): should respect vitest test environment (#19859) 2023-10-26 09:17:29 -06:00
Katerina Skroumpelou
f1f0f15f0a
fix(vite): throw informative error if no vitest config exists (#19819) 2023-10-24 09:07:39 -04:00
Miroslav Jonaš
b30f3c59cc
docs(linter): update docs for eslint package (#19649) 2023-10-19 18:07:12 -04:00
Jason Jean
d0005c954f
feat(core): remove deprecated defaultCollection and npmScope nx.json … (#19708) 2023-10-18 18:03:57 -04:00
Jason Jean
cd66a55fde
chore(repo): update nx to 17.0.0-rc.0 (#19691) 2023-10-18 12:08:25 -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
Katerina Skroumpelou
541af1129f
fix(vite): configuration generator fixes (#19628) 2023-10-16 19:20:42 +03:00
Colum Ferry
80fde79374
feat(misc): remove deprecated Angular CLI usage of schematics and builders (#19557) 2023-10-13 17:14:16 +01:00
Craigory Coppola
05e7602a2c
feat(core): generate new workspaces without tasks runner options (#19483) 2023-10-11 14:22:26 -04:00
Jack Hsu
1899a9ee35
feat(vite): future-proof Vite plugin to support ESM-only version of Vite (#19533) 2023-10-11 10:49:21 -04: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
Jason Jean
5cc87bfdc2
fix(misc): properly add extra dependencies to packages (#19334) 2023-09-26 00:09:29 -04:00
Jack Hsu
94d8356e51
fix(vite): provide correct root directory when building a root project (#19298) 2023-09-22 13:08:34 -04:00
Craigory Coppola
b222933417
chore(bundling): pass full context to parseTargetString (#19157) 2023-09-20 09:07:08 -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
Katerina Skroumpelou
f487929a9e
fix(vite): check for undefined and create types array (#19045) 2023-09-07 08:28:09 -04:00
Nicholas Cunningham
8f1429da97
fix(vite): Update typings and fix when converting lib to vite (#18956) 2023-09-01 13:01:43 -04:00
Craigory Coppola
353d8d089d
cleanup(core): move js lockfile parsing to v2 plugin (#18779) 2023-08-30 14:26:41 -04:00
Caleb Ukle
e3b513b6c0
fix(bundling): fallback to manual file resolution if tsconfig-paths fails (#18477) 2023-08-25 11:18:05 -05:00
Isaac Mann
1ac034ba60 docs(core): move package recipes 2023-08-25 14:32:13 +02:00
Caleb Ukle
14506d286d
fix(vite): support incremental building when running 'serve' (#18797) 2023-08-24 08:46:35 -05:00
Jonathan Cammisuli
bbae14b9a7
fix(core): do not use joinPathFragments for generating files (#18753) 2023-08-23 12:23:03 -04:00
Emily Xiong
9d5a3830be
feat(misc): remove dotenv from executors (#18719) 2023-08-22 20:00:37 -04:00
Jason Jean
7900d56ff2
fix(testing): fix outputs for vitest generator (#18709) 2023-08-21 15:05:18 -04:00
Leosvel Pérez Espinosa
9cd0cf899a
fix(misc): set the correct dependency range for dotenv in plugins (#18573) 2023-08-10 13:02:50 -04:00
Katerina Skroumpelou
ff04be5188
fix(vite): default vitest provider to v8 (#18515) 2023-08-08 10:46:10 +03:00
Katerina Skroumpelou
bf5111c342
fix(vite): do not set default target (#18454) 2023-08-03 15:14:33 +03:00
Mike Gregson
36dae70fb0
feat(vite): add v8 coverage support to vitest generator (#18114) 2023-07-27 12:49:56 -05:00
Jack Hsu
2dc6656f4b
fix(bundling): add missing main export for @nx/vite (#18344) 2023-07-27 11:34:03 -04:00
Leosvel Pérez Espinosa
7d1a44bc57
chore(misc): remove usage of deprecated updateBuildableProjectDepsInPackageJson option (#18305) 2023-07-25 17:36:32 -04:00
Jack Hsu
28df2057fd
chore(repo): replace dep check script with new lint rule (#18060) 2023-07-19 17:07:52 -04:00
Leosvel Pérez Espinosa
ca5e673a80
feat(misc): add alternative implementation to calculate buildable dependencies using the task graph (#18125) 2023-07-19 15:11:13 -04:00
Caleb Ukle
6529be96cf
feat(vite): add tsconfig paths resolution plugin (#17844) 2023-07-17 15:42:12 +00:00
Leosvel Pérez Espinosa
95a2256a34
feat(misc): deprecate executor options to generate package.json for libraries (#17923) 2023-07-11 15:28:03 +00:00
Julius Osokinas
6bf3dc91ad
feat(vite): server executor https prop as object (#18048)
Co-authored-by: Julius Osokinas <julius.osokinas@kevin.eu>
2023-07-10 13:42:59 +03:00
Jack Hsu
3fdc66dd69
feat(vite): pin Vite version range to patch releases only to avoid conflicts with Angular (#18010) 2023-07-07 10:47:03 +03:00
Joe Walton
a995940b19
feat(vite): allow passing multiple test files to vite:test (#17496)
Co-authored-by: Caleb Ukle <caleb.ukle+github@pm.me>
2023-06-26 15:31:04 -05:00
Leosvel Pérez Espinosa
1fcba1a43a
feat(angular): support angular v16.1 (#17155) 2023-06-22 14:45:31 +01:00
Jack Hsu
bb88dd934a
fix(testing): set jsdom as the default vitest environment when calling the generator programmatically (#17632) 2023-06-16 10:46:13 -04:00
Emily Xiong
a545090b1a
feat(vite): upgrade vite to 4.3.9 (#17579) 2023-06-14 13:44:31 -04:00
Katerina Skroumpelou
ea349998fa
chore(vite): remove unused deps (#17585) 2023-06-14 08:01:06 -04:00
Jack Hsu
8d5ef222cc
feat(testing): add support for additional environment options when generating vite config (#17560) 2023-06-13 13:30:52 -04:00
Katerina Skroumpelou
7f15660c07
feat(vite): update packages to latest versions (#17515) 2023-06-13 16:00:05 +03:00
Katerina Skroumpelou
899240046b
fix(vite): properly find projectRoot (#17517) 2023-06-09 09:07:32 -06:00
Luca Becker
26e3e16cb9
chore(vite): remove typo in the comment / documentation (#17488) 2023-06-08 09:54:47 -04:00
Katerina Skroumpelou
b953565bc2
feat(vite): add type check to vite builder (#17487) 2023-06-08 15:57:51 +03:00
Vinícius Neto
a9f8cc61fa
feat(vite): add incremental builds support to Vite plugin build executor (#17433)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-06-08 10:07:57 +03:00