536 Commits

Author SHA1 Message Date
Dale Boahene
5cee1c19b6
docs(nextjs): update generator command template (#14688) 2023-01-31 16:25:17 +00:00
okmttdhr, okp
640a13c698
feat(nextjs): Switch custom server's watch option by environment (#13946) 2023-01-25 12:24:50 -05:00
Juri Strumpflohner
df26a29316
docs(nx-dev): fix Youtube link (#14605) 2023-01-25 10:48:04 -05:00
Jack Hsu
d7536aa7e3 feat(core): clean up workspace configuration code 2023-01-23 19:35:15 -05:00
Jason Jean
b424d0c4f2
Revert "fix(nextjs): incorrect path when serving production builds (#… (#14569) 2023-01-23 23:09:43 +00:00
Nicholas Cunningham
578f5c03e0
fix(nextjs): incorrect path when serving production builds (#14553)
closed https://github.com/nrwl/nx/issues/14507
2023-01-23 16:56:18 +00:00
Phillip Barta
415d1c745c
fix(misc): loosen chalk version (#14276) 2023-01-13 17:44:11 -05:00
Jack Hsu
d20cf91e6c
feat(misc): add x-priority tags to next, react, webpack, rollup, esbuild (#14352) 2023-01-13 11:50:01 -05:00
Jack Hsu
d98d2462aa
fix(react): add deprecated messages to react and next generators (#14310) 2023-01-12 11:11:33 -05:00
Phillip Barta
b1976796f1
chore(repo): updated dependency fs-extra to ^11.1.0 (#14232) 2023-01-12 10:25:17 -05:00
Jack Hsu
d3ba6447d0
fix(nextjs): hide lockfile generation behind a flag so it can be toggled on and off (#14204) 2023-01-06 20:26:10 +00:00
Jack Hsu
88f11a47ab
feat(nextjs): update to Next.js 13.1 (#14186) 2023-01-06 09:41:11 -05:00
Victor Savkin
422c8c735a cleanup(core): clearly split nx.json config and projects config 2023-01-05 15:35:36 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets (#14080) 2023-01-04 11:34:50 -05:00
Flavio Stutz
72a2bd6c68
chore(core): bump tsconfig-paths lib (#14084) (#14085) 2023-01-02 15:36:57 -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
Victor Savkin
82fbb98e7d feat(misc): dont generate defaultProject for non standalone workspaces 2022-12-21 09:15:26 -05: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
Miroslav Jonaš
565652ff3c
fix(nextjs): ensure no dev deps in prod package.json (#13851) 2022-12-15 16:52:12 +00:00
Miroslav Jonaš
3149b66036
feat(core): add missing lock file generation to executors (#13799) 2022-12-15 09:33:27 +01:00
Miroslav Jonaš
76ee86f7ed
feat(core): rename lock file pruning function to createLockFile (#13770) 2022-12-12 19:20:03 +00:00
Miroslav Jonaš
75de1651a1
feat(core): add lockfile pruning to executors that generate package.json (#13734) 2022-12-09 12:17:36 -05:00
Jason Jean
61d7d74378 fix(misc): fix tsconfig file includes 2022-12-05 10:39:03 -05:00
Miroslav Jonaš
1a3cc515a4
fix(core): prevent peer deps from ending up as dev deps in create package json (#13502) 2022-12-01 12:07:52 +01:00
Victor Savkin
fe062f42c3 fix(core): deduce layout directory 2022-11-29 16:08:57 -05:00
Miroslav Jonaš
9a0db4848f
feat(linter): replace createReactEslintJson with extendReactEslintJson (#13431) 2022-11-28 11:54:30 +01:00
Victor Savkin
16fd4374d6 feat(misc): derive workspace layout dynamically 2022-11-23 15:45:13 -05:00
Jack Hsu
dc16468607
fix(nextjs): check validity of Nx context in withNx plugin (#13358) 2022-11-23 16:21:25 +00:00
Miroslav Jonaš
f0c18f5b7d
feat(core): move createPackageJson to nx (#13315) 2022-11-22 15:21:45 +01:00
Miroslav Jonaš
ab6f62a9b5
feat(core): move runtime-lint-utils to eslint plugin (#13222) 2022-11-18 12:24:53 +01:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json (#13040) 2022-11-08 13:12:31 -05:00
Thomas Blanchard
4994223d03
fix(nextjs): error in with-nx.ts (#12973) 2022-11-07 10:13:21 -05:00
Youssef Gaber
e39cb42c86
fix(nextjs): update peer dependency for Next.js 13 (#12866)
Co-authored-by: Youssef Gaber <youssef@justplan.et>
2022-10-28 11:23:16 -04:00
Jack Hsu
9bdc2cabf8
feat(nextjs): update to Next.js 13 (#12848) 2022-10-27 09:22:23 -04:00
Konstantin Azizov
94edbe9f6c
fix(nextjs): specify return type in withNx plugin (#12486) 2022-10-26 14:00:17 -04:00
Zachary DeRose
67376209dd
fix(react): fixes broken links to 01-create-application vs 1-code-generation (#12737) 2022-10-21 10:17:13 -07:00
Jack Hsu
1f6974f0d6
feat(nextjs): add pascal case options for Next.js component generators (#12690) 2022-10-18 18:09:56 +00:00
Leosvel Pérez Espinosa
cd3578fe4d
docs(nextjs): fix application and component generators example filenames (#12656) 2022-10-18 09:51:21 +01:00
Jack Hsu
204c5cb5d8
docs(nextjs): add examples to generators (#12638) 2022-10-15 12:45:59 +00:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 (#12586) 2022-10-13 18:34:24 -04:00
Craigory Coppola
d8f3c6b186
fix(react): migrations use tsquery, so we should provide it (#12575) 2022-10-13 13:37:37 -04:00
Craigory Coppola
8ab7f85ca1
fix(core): swap default method for output capture (#12535) 2022-10-12 22:06:32 +00:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support (#12279) 2022-09-28 11:08:01 -04:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces (#12127) 2022-09-27 23:16:22 +00:00
Jack Hsu
50f6cbb11d
feat(nextjs): remove dependency on "@nrwl/next" for the production build (#12247) 2022-09-26 12:38:44 -04:00
Jack Hsu
c5392aa951
feat(nextjs): update packages (#12190) 2022-09-22 16:15:56 +00:00
Noriyuki Shinpuku
351bc2e56b
fix(nextjs): fix resolving dependencies (#11842) 2022-09-22 11:17:11 -04:00
Victor Savkin
6e6925f8e4
chore(repo): update to nx 14.7.6-beta.6 2022-09-17 15:59:06 -04:00
MaxKless
fd670d298b
docs(misc): update package descriptions to be more consistent (#12039) 2022-09-16 17:03:33 -04:00
Jack Hsu
ee8ba2de57
feat(misc): remove unused dependencies from packages (#11986) 2022-09-13 08:27:07 -04:00