6845 Commits

Author SHA1 Message Date
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
Nicholas Cunningham
f83cf0162f
feat(react): Add support for promise based remotes (#19566) 2023-10-12 08:37:23 -04:00
Craigory Coppola
f10da6e1fc
feat(core): remove deprecated workspace generator command (#19541) 2023-10-11 23:24:19 -04:00
Leosvel Pérez Espinosa
c0027de971
feat(angular): support generating artifacts using options as provided (#19527) 2023-10-11 23:22:31 -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
6f245be10c
feat(core): migrate existing workspaces to slimmer tasks runner options config (#19570) 2023-10-11 21:35:02 -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
Craigory Coppola
b8e1500190
fix(devkit): pass filepath to ejs for include statements (#19517) 2023-10-11 11:56:55 -04:00
Katerina Skroumpelou
1c08c8b2f9
fix(storybook): cleanup v17 tasks (#19560) 2023-10-11 18:54:29 +03: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
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š
8bf6a97a29
fix(linter): fix linter standalone patterns in Js and Next (#19508) 2023-10-10 21:24:11 +02:00
James Henry
fce2c08138
fix(core): set prerelease on GitHub release API request (#19532) 2023-10-10 19:37:51 +04:00
Nicholas Cunningham
fe3f919423
fix(react): Add missing Nx Welcome for styled-jsx (#19474) 2023-10-10 09:23:13 -06:00
Colum Ferry
9be869ff7b
feat(angular): switch default to typescript configuration for module federation (#18998) 2023-10-10 15:36:28 +01: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š
e49ce56977
fix(linter): fix validateDependenciesSectionExistance fixer (#19512) 2023-10-09 23:04:53 +02:00
Craigory Coppola
024966ef73
feat(core): add NX_PARALLEL env var (#19488) 2023-10-09 15:47:21 -04:00
Miroslav Jonaš
c38bd375c5
fix(vue): ensure standalone has proper lint rule (#19505) 2023-10-09 16:08:35 +02:00
Jason Jean
dde91067f0
fix(core): hash the same environment as the tasks are run with (#19487) 2023-10-06 21:28:28 -04:00
Craigory Coppola
621a2d5e26
feat(core): add --type for nx show projects (#19358) 2023-10-06 18:45:17 -04:00
Nicholas Cunningham
8ccd88cfcb
feat(react): Add federate-module generator (#19286) 2023-10-06 14:54:29 -06:00
Jason Jean
bda907ca77
chore(repo): run nx repair (#19478) 2023-10-06 16:43:57 -04:00
Colum Ferry
bcdf887d1d
fix(core): use typescript to get compiler options for ts-node (#19480) 2023-10-06 14:41:23 -04:00
Craigory Coppola
6946f65059
fix(misc): pass full path to tsconfig when registering transpiler (#19451) 2023-10-06 14:40:15 -04:00
Craigory Coppola
e97bbc040b
feat(core): read cloud url from nx.json (#19468) 2023-10-06 09:52:07 -04:00
Craigory Coppola
df8be31cb7
chore(js): add additional log for verdaccio cleanup (#19332) 2023-10-06 08:46:15 -04:00
Miroslav Jonaš
a3a0496856
feat(linter): remove tslint logic (#19002) 2023-10-06 08:32:51 -04:00
Travis Cline
47fcce0dfb
fix(webpack): add guard around onListening call (#19363) 2023-10-05 18:10:39 -04:00
Emily Xiong
fc76d6f683
bugfix(react): not update tsconfig node apps (#19466) 2023-10-05 14:22:59 -06:00
Craigory Coppola
466dba0b3c
fix(misc): don't interpolate arg as undefined (#18666) 2023-10-05 12:21:25 -04:00
Craigory Coppola
7214791247
fix(core): register transpiler should setup loading for node code (#19454)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2023-10-05 12:13:52 -04:00
Craigory Coppola
94748413a5
feat(core): accept various task runner options from root of nx.json (#19243) 2023-10-05 12:02:04 -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
Jack Hsu
f04519996c
feat(react): use JS webpack config files for module federation (#19452) 2023-10-04 17:43:02 -04:00
Emily Xiong
e5654c8336
bugfix(react-native): watch entire workspace (#19432) 2023-10-04 15:16:30 -04:00
Katerina Skroumpelou
2d12daf761
fix(core): add vue to cnw implicitDependencies (#19443) 2023-10-04 14:31:42 -04:00
Jack Hsu
ae54f305ad
feat(react): update @types/react and @types/react-dom versions (#19442) 2023-10-04 14:01:04 -04:00
Craigory Coppola
6c37113fc4
fix(linter): add schema for nx plugin checks rule (#19447) 2023-10-04 13:59:13 -04:00
Katerina Skroumpelou
88a11e4a61
feat(nuxt): add private Nuxt plugin (#19420) 2023-10-04 09:54:41 -04:00
Jack Hsu
601b74d50e
feat(vue): update generated file setup for apps (#19428) 2023-10-04 10:19:06 +03:00
Jonathan Cammisuli
d1b7b3142c
fix(core): cache runtime hashes with the env as part of the key (#19426) 2023-10-03 15:33:29 -04:00
Caleb Ukle
a1a69a13aa
fix(testing): install devkit when init playwright (#19406) 2023-10-03 18:49:49 +00:00
Emily Xiong
9755b50205
feat(js): upgrade @swc-node/register to 1.6.7 (#19429) 2023-10-03 14:41:27 -04:00
Craigory Coppola
51d9b86447
fix(core): adjust how findMatchingProjects works when provided additive patterns after an exclusion to be more intuitive (#19295) 2023-10-03 14:39:51 -04:00