6116 Commits

Author SHA1 Message Date
Craigory Coppola
c783ac5e9a
feat(core): merge more target options from targetDefaults (#12435)
Fixes https://github.com/nrwl/nx/issues/12433
2022-12-29 23:13:53 +00:00
Craigory Coppola
66a26583da
feat(core): add glob support for project-level implicit dependencies (#13138) 2022-12-29 17:37:28 -05:00
Jack Hsu
b76871d501
fix(bundling): detect esm vs cjs type for .js files (#14060) 2022-12-29 13:41:56 -05:00
Jack Hsu
99708af0fd
fix(core): read in projects from angular.json when called from conver… (#14057) 2022-12-29 13:12:20 -05:00
youmoo
a8263f5b3b
docs(misc): remove the unnecessary to (#13945) 2022-12-28 16:38:00 -05:00
Craigory Coppola
285dc39371
feat(core): support targets with colons in the name without quotes (#13938) 2022-12-28 15:18:07 -05:00
AgentEnder
181cde5097 fix(core): init should support compound scripts 2022-12-28 13:28:02 -05:00
Craigory Coppola
f0fbcf116f
chore(misc): unpin module federation utils version (#14041) 2022-12-28 16:46:48 +00:00
Caleb Ukle
663d38bdba
feat(testing): support async webpack config for react component testing (#14037) 2022-12-28 11:17:53 -05:00
Spencer
ba7eb9d42c
fix(core): find imports after template literals with vars (#13922) 2022-12-27 21:01:14 -05:00
Craigory Coppola
96cab72851
fix(misc): temporarily pin module federation ssr utilities version (#14035) 2022-12-27 16:12:23 -06:00
Younes Jaaidi
e3a9ca3f0d
docs(linter): fix comment (#13975) 2022-12-27 15:01:10 -05:00
Victor Savkin
c3f0cef1fb fix(core): fix the parsing of projects and targets 2022-12-27 12:45:35 -05:00
Caleb Ukle
e91179e2b2
fix(testing): change ignoreTestFiles to excludeSpecPattern for cy10+ (#13942) 2022-12-27 11:28:31 -06:00
Tomas Belada
95a3bbfabf
fix(bundling): update rollup-plugin-typescript2 to fix typechecking ... (#14020) 2022-12-27 12:17:35 -05:00
Nicolas Beaussart
1380ddf91f
feat(react): expose setupTailwindGenerator from @nrwl/react (#14029) 2022-12-27 12:16:49 -05:00
Sahil Purav
4c5a139a42
fix(js): node executor address already in use (#14023) 2022-12-27 12:14:33 -05:00
Zack DeRose
d3ef0eaf72 fix(core): adding @nrwl/vite to packageGroup 2022-12-24 18:44:06 -05:00
Victor Savkin
f0d67b5697
fix(core): special case projects for lerna users 2022-12-23 10:47:12 -05:00
Katerina Skroumpelou
e50c8ccc41
docs(vite): enhancing vite docs (#13984) 2022-12-22 20:05:31 +00:00
Victor Savkin
8572eed44e feat(core): add the ability to specify multiple targets 2022-12-22 14:21:06 -05:00
Jack Hsu
98ed2ea8e8
fix(bundling): support custom outExtension for ESM and CJS (e.g. .mjs) (#13985) 2022-12-22 13:24:22 -05:00
Nicholas Cunningham
02983d45e8
chore(core): update nx report to include vite (#13958)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-22 08:37:10 -07:00
Katerina Skroumpelou
6c6fd7ce1d
fix(vite): improve vite configuration (#13978) 2022-12-22 16:56:39 +02:00
Denis Frenademetz
c51c178923
fix(core): fix lock file pruning multiple versions of dependencies (#13915) 2022-12-22 11:55:41 +01:00
Katerina Skroumpelou
3bb773da20
fix(vite): add dts to build options (#13934) 2022-12-22 12:32:38 +02:00
Katerina Skroumpelou
77d8ee47f5
fix(storybook): optional-chain typeName (#13951) 2022-12-22 09:45:53 +00:00
Jason Jean
84cc1c1b3a
fix(js): revert change to use new lockfile utils (#13962) 2022-12-21 15:50:06 -05:00
Caleb Ukle
88f860dff5
fix(testing): warn and default if sourceRoot isn't set for ng CT (#13940) 2022-12-21 17:59:22 +00:00
Leosvel Pérez Espinosa
712d65b451
cleanup(angular): remove v14 specific code for generators that did not change (#13950) 2022-12-21 16:34:37 +01:00
Miroslav Jonaš
f3465a9c07
fix(core): consult root package.json when resolving peer deps on package generation (#13949) 2022-12-21 10:22:52 -05:00
Younes Jaaidi
d3e2d616d5
feat(linter): add allowedExternalImports option to boundaries rule (#13891) 2022-12-21 15:50:39 +01:00
Victor Savkin
82fbb98e7d feat(misc): dont generate defaultProject for non standalone workspaces 2022-12-21 09:15:26 -05:00
Victor Savkin
7c65787d5c fix(misc): only gen start/build scripts for standalone projects 2022-12-21 09:15:26 -05:00
Igor Katsuba
87a6a2d3bd
fix(misc): using normalizePath for tailwindcss config generation (#13936)
Fixes https://github.com/nrwl/nx/issues/13713
2022-12-20 17:53:15 -05:00
Colum Ferry
26146690f3
fix(angular): cache server build (#13933) 2022-12-20 16:25:11 -05:00
Katerina Skroumpelou
7beee3c103
fix(vite): dont add server config for libs (#13931) 2022-12-20 13:12:19 -05:00
Katerina Skroumpelou
4f50b8929b
fix(vite): inform user to add build config (#13876) 2022-12-20 15:44:33 +00:00
Colum Ferry
e53303b9d1
feat(angular): support alternate remoteEntry name in dynamic federation #13688 (#13899)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-12-20 09:56:54 +00:00
Colum Ferry
dc4a1236f4
fix(angular): missing remotes form mf config should not break mf server (#13901) 2022-12-20 09:19:14 +00:00
Nikita Glazov
37dc336a0a
fix(nx/react): wrong svg import processing (#12477) 2022-12-19 15:45:33 -05:00
Jason Jean
e38c2d5ec2
feat(misc): support interactive prompts for custom presets (#13859) 2022-12-19 15:09:31 -05:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption (#13834) 2022-12-19 18:59:50 +00:00
Younes Jaaidi
f1ac23fce6
docs: fix cypress component generator command (#13613) 2022-12-19 12:18:17 -06:00
Jack Hsu
9ac63667b2
fix(react-native): support React Native buildable libs that do not use SVGR (#13909) 2022-12-19 18:09:08 +00:00
KaviiSuri
915dc25c96
fixed tsconfig template for next app generator (#13870)
Co-authored-by: Kavii Suri <kavii@Kaviis-MacBook-Pro.local>
2022-12-19 09:28:05 -07:00
Jack Hsu
49fa93b635
fix(bundling): pass --force option to vite dev-server (#13905) 2022-12-19 16:22:57 +00:00
Yehuda Goldberg
6a2884297c
fix(react): load svg component in buildable library (#12226) 2022-12-19 15:39:26 +00:00
Leosvel Pérez Espinosa
4e54b1a545
fix(angular): handle not provided path when generating a component without the project option (#13877) 2022-12-19 09:49:56 -05:00
Miroslav Jonaš
bbfc0fbbcb
fix(core): skip npm nested lockfile key mismatch (#13872) 2022-12-19 09:47:58 -05:00