9605 Commits

Author SHA1 Message Date
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
Altan Stalker
4eb61fda49
docs(core): add new Github integration setup guide (#13937)
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2022-12-20 21:39:12 -05:00
Ahryman40k
d3eeaba0a7
chore(core): nx plugin submission @ahryman40k/nx-vitepress (#13941)
Co-authored-by: ahryman40k <ahryman40k@protonmail.com>
2022-12-20 17:54:09 -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
Jason Jean
5e5892f086
chore(repo): update nx to 15.4.0-beta.3 (#13904) 2022-12-20 17:48:03 -05:00
Colum Ferry
26146690f3
fix(angular): cache server build (#13933) 2022-12-20 16:25:11 -05:00
Benjamin Cabanes
ae8e0280fd
docs(core): move package documents into its own folder (#13935)
Signed-off-by: Ben <3447705+bcabanes@users.noreply.github.com>
2022-12-20 14:21:42 -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
Benjamin Cabanes
e12922b029
docs(nxdev): add sub-forlder context into devkit urls (#13920) 2022-12-19 18:25:31 -06:00
Benjamin Cabanes
6718bf2a84
docs(nxdev): extract schema list components (#13917) 2022-12-19 17:41:03 -06:00
Nikita Glazov
37dc336a0a
fix(nx/react): wrong svg import processing (#12477) 2022-12-19 15:45:33 -05:00
Benjamin Cabanes
748e75617d
docs(nxdev): extract meta tags from document to app (#13913) 2022-12-19 15:18:58 -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
Benjamin Cabanes
61d1d514ce
docs(nxdev): add nx cloud section on flyout menu (#13906) 2022-12-19 16:15:28 +00:00
Yehuda Goldberg
6a2884297c
fix(react): load svg component in buildable library (#12226) 2022-12-19 15:39:26 +00:00
Colum Ferry
079753d977
docs(angular): add example repo for dynamic federation #12958 (#13900) 2022-12-19 15:30:50 +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
Miroslav Jonaš
20c4782078
fix(core): fix pruning of pnpm lockfiles with github packages (#13875) 2022-12-19 09:44:49 -05:00
Philip Fulcher
fed3f9083c
chore(graph): remove console logs (#13884)
Co-authored-by: Philip Fulcher <philipfulcher@Philips-MacBook-Air.local>
2022-12-19 09:36:28 -05:00
Leosvel Pérez Espinosa
a049d6c7eb
fix(misc): set schema when converting a project to standalone configuration (#13887) 2022-12-19 09:36:02 -05:00
Philip Fulcher
78f3a3cf16
chore(graph): remove global styles in favor of tailwind (#13882)
Co-authored-by: Philip Fulcher <philipfulcher@Philips-MacBook-Air.local>
2022-12-16 23:32:29 +00:00
Nicholas Cunningham
b94c7e5870
fix(vite): Copy correct package.json when building a library (#13854)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-16 11:53:06 -05:00
Katerina Skroumpelou
d86026ddf0
fix(vite): better warning message (#13878) 2022-12-16 16:36:05 +00:00
Leosvel Pérez Espinosa
1247e043f4
feat(angular): skip invalid projects or targets instead of erroring when migrating from angular cli to nx monorepo (#13871) 2022-12-16 16:26:20 +01:00
Katerina Skroumpelou
bb65968df1
fix(vite): change coverage path (#13867) 2022-12-16 16:56:18 +02:00
Colum Ferry
4f98e37fb3
fix(core): move generator should work if there are comments in tsconfig #13740 (#13866) 2022-12-16 14:20:37 +00:00
Katerina Skroumpelou
b52b649fcb
feat(vite): allow user to set their custom target for transform (#13691) 2022-12-16 13:35:52 +00:00
Philip Fulcher
578ecb6785
feat(graph): add tooltips to docs graph (#13832) 2022-12-15 18:54:34 -07:00
Katerina Skroumpelou
f4802ae579
fix(vite): set mode in configuration (#13856) 2022-12-15 17:44:19 -05:00
Jack Hsu
99983e933f
fix(react): default bundler to vite when deprecated buildable option is used (#13857) 2022-12-15 17:11:29 -05:00
Jack Hsu
0eadfc81b1
fix(repo): fix failing e2e tests (#13855) 2022-12-15 14:46:44 -05:00
Jack Hsu
622070bc5d
fix(react): update standalone preset prompt to include vitest and cyp… (#13853) 2022-12-15 12:54:29 -05:00
Jack Hsu
fdd04ba0a6
feat(react): add cypress e2e for react standalone preset (#13848) 2022-12-15 10:07:06 -07:00
Craigory Coppola
5eabd6c48a
fix(core): reduce likelihood of ENAMETOOLONG error on windows (#13850) 2022-12-15 12:00:04 -05:00
Miroslav Jonaš
565652ff3c
fix(nextjs): ensure no dev deps in prod package.json (#13851) 2022-12-15 16:52:12 +00:00
Nicholas Cunningham
70e1aabb09
fix(vite): Failing to build when generated library uses jest (#13797)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-15 11:32:27 -05:00
Miroslav Jonaš
5d64b1eb3c
feat(linter): add support for combo source tags (#13817)
Fixes https://github.com/nrwl/nx/issues/12871
2022-12-15 16:12:59 +00:00
Jason Jean
3fd18415ce
fix(devkit): do not move properties when nx.json doesn't exist (#13825) 2022-12-15 10:42:52 -05:00