536 Commits

Author SHA1 Message Date
Katerina Skroumpelou
bf2c42c31e
feat(core): update stylus to latest version (#17519) 2023-06-09 09:11:04 -06:00
Nicholas Cunningham
cb1bd5e9e5
fix(nextjs): Update @nx/next to be a devDependency (#17510) 2023-06-09 08:13:59 -06:00
Jack Hsu
08339ee49f
feat(js): do not generate root babel.config.json for babel projects (#17289) 2023-06-06 15:45:33 -04:00
Nicholas Cunningham
334ed07037
docs(nextjs): Add examples for executors (#17116) 2023-06-05 11:10:37 -06:00
Nicholas Cunningham
1b7cb39e83
fix(nextjs): Update package.json build scripts (#17424) 2023-06-05 10:01:08 -06:00
Nicholas Cunningham
02d9486cb3
fix(nextjs): Update Next.js page generator to support app/ router (#17394) 2023-06-02 12:55:21 -06:00
Jack Hsu
a7c6d5aadb
fix(nextjs): adjust generated CSS-in-JS to match latest Next.js recommendations (#17294) 2023-05-30 12:12:39 -04:00
Jack Hsu
c8a264a932
fix(react): update .swcrc with plugin for CSS-in-JS solution when SWC is used for apps (#17295) 2023-05-30 08:33:08 +03:00
Jack Hsu
7dd8fb615e
feat(nextjs): add babel root-mode option to withNx plugin (#17286) 2023-05-29 08:57:41 -06:00
Noriyuki Shinpuku
0d48d4d746
fix(nextjs): fix custom server templates (#17266) 2023-05-29 14:09:59 +03:00
Jack Hsu
9881efa4dc
feat(nextjs): remove the "root" option from Next.js build executor since it can be inferred (#17248) 2023-05-26 19:08:02 +00:00
Victor Savkin
ac417301e8
fix(react): use pipe output capture 2023-05-26 14:54:44 -04:00
Katerina Skroumpelou
8b964b74c6
chore(misc): update @svgr/ packages (#17212) 2023-05-26 15:31:48 +03:00
Jack Hsu
47de95e790
fix(nextjs): set NX_NEXT_DIR when running next server (#17205) 2023-05-25 08:51:24 -06:00
Jack Hsu
45a01710aa
fix(nextjs): support config files with dots in filename (#17204) 2023-05-25 08:49:28 -06:00
Nicholas Cunningham
3c77bd77ef
fix(nextjs): Generate an unstyled component when --style=none (#17196) 2023-05-24 18:59:01 -04:00
Jack Hsu
1fd7836a81 fix(nextjs): kill Next.js server when parent process exits 2023-05-24 11:54:03 -04:00
Jack Hsu
c97502af3a
feat(react): run remote serve in parallel to speed up server startup (#17112) 2023-05-24 08:57:47 -04:00
Jack Hsu
b6361738a4
fix(nextjs): support relative imports in next.config.js (#17127) 2023-05-23 14:34:12 -04:00
Nicholas Cunningham
8ce9606a5b
feat(nextjs): Add --turbo support (#17069) 2023-05-18 11:17:00 -06:00
Victor Savkin
0848031dd9 feat(core): move task hashing into daemon 2023-05-17 11:37:57 -04:00
Nicholas Cunningham
3d76d95b29
feat(nextjs): Use next.js cli for build and serve targets (#16896) 2023-05-17 11:09:11 -04:00
Craigory Coppola
cac64d7a8b
chore(repo): setup internal testing utils structure (#17043) 2023-05-16 11:34:10 -04:00
Jack Hsu
cf1a2d5bf2
fix(nextjs): undo migration to Next.js 13.4 (#17049) 2023-05-16 08:22:15 -06:00
Jason Jean
6b928bc250
feat(js): refactor usages of npmScope (#16947) 2023-05-15 16:06:24 -04:00
Jack Hsu
95421c6945
feat(nextjs): update Next.js to 13.4.1 and default to App Router for new apps (#16948) 2023-05-12 16:09:20 -04:00
Caleb Ukle
dfd51634f3
fix(testing): prevent ct and e2e generators overwriting configs (#16651) 2023-05-11 12:19:16 -04:00
Jack Hsu
7246a34526
chore(nextjs): add lint rule to make sure relative imports or imports of nx packages are disallowed (#16895) 2023-05-10 13:52:08 -04:00
Jack Hsu
c9d73d2a5f
fix(nextjs): read serverActions config safely (#16909) 2023-05-10 08:21:11 -06:00
Jack Hsu
854b180013
fix(nextjs): inline dev-only dependencies and add e2e test to catch issues (#16890) 2023-05-09 13:28:52 -04:00
Caleb Ukle
ad841c9048
docs(repo): update docs/schemas to use nx scoped packages - nx labs (#16865) 2023-05-09 08:30:52 -05:00
Jack Hsu
dc911051aa
fix(nextjs): withNx works with production build (#16867) 2023-05-08 12:53:56 -04:00
Jack Hsu
88615152fb
fix(nextjs): enable Next.js 13.4 support (#16819) 2023-05-05 14:57:21 -04:00
Isaac Mann
258b6df8b6
docs(core): plugin section (#16314) 2023-05-05 12:37:06 -04:00
Jack Hsu
8d35edac39
fix(nextjs): add workspace dependencies to transpilePackages automatically (#16774) 2023-05-04 18:08:34 -04:00
Jack Hsu
66addbfa81
fix(nextjs): with stylus and less support (#16764) 2023-05-04 08:32:44 -06:00
Jack Hsu
a7c4009d28
fix(nextjs): show a warning when user uses emotion with appDir layout (#16636) 2023-04-28 12:41:09 -04:00
Caleb Ukle
43a7d770fa
cleanup(testing): rename cypress-component-project to cypress-component-configuration (#16382) 2023-04-27 11:19:32 -04:00
Miroslav Jonaš
f004e22b7c
fix(repo): replace remaining instances of yarn with pnpm (#16571) 2023-04-27 11:16:42 -04:00
Nicholas Cunningham
d24862d358
fix(nextjs): Add debug ability when verbose is passed to build (#16545) 2023-04-26 11:21:13 -04:00
Ahmed Elsakaan
4cab83eb99
chore(nextjs): changes application generator tsconfig strict to true (#14855) 2023-04-26 09:14:48 -04:00
Caleb Ukle
87ac061479
fix(nextjs): ignore components in appDir when generating cy files (#16520) 2023-04-25 08:41:39 -06:00
Nicholas Cunningham
4dea8b72fe
fix(nextjs): Nightly failures since yarn eagerly reads imports (#16522) 2023-04-24 17:44:35 -04:00
Caleb Ukle
808b4d10f4
fix(nextjs): do not generate test for appDir page.tsx (#16509) 2023-04-24 13:17:57 -05:00
Jack Hsu
786323d5cd
fix(nextjs): use require("next") since exports.default is no longer provided (#16497) 2023-04-24 09:14:08 -06:00
Jack Hsu
bb11fe31bb
fix(nextjs): support workspace libs with standalone Next.js app (#16471) 2023-04-21 20:31:37 +00:00
Jack Hsu
564ffaeebd
fix(nextjs): remove the need to install @nx/next for production builds (#16469) 2023-04-21 16:13:16 -04:00
Caleb Ukle
06a885aca2
feat(next): support nextjs cypress component testing (#16292) 2023-04-21 15:15:28 -04:00
Nicholas Cunningham
f43ac5b633
fix(nextjs): output path for standalone apps (#16465) 2023-04-21 14:13:20 -04:00
Jason Jean
88b9687451
fix(linter): fix legacy linter migrations (#16462) 2023-04-21 13:29:09 -04:00