473 Commits

Author SHA1 Message Date
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
Nicholas Cunningham
a908ef586a
fix(nextjs): Add exclude to root projects e2e tsconfig so that tests will be picked up. (#16459) 2023-04-21 11:52:52 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 (#16347) 2023-04-21 10:17:56 -04:00
Nicholas Cunningham
5e0893a38f
fix(nextjs): styled-jsx and styled-components should have "use client directive" (#16440) 2023-04-20 12:35:25 -06:00
Jason Jean
739b4c2924
feat(linter): rename @nx/eslint-plugin-nx to @nx/eslint-plugin (#16420) 2023-04-20 13:25:56 -04:00
Nicholas Cunningham
86b674f61f
fix(nextjs): make lint generator rootProject aware (#16436) 2023-04-20 10:32:51 -06:00
Nicholas Cunningham
338dc64d91
feat(nextjs): Add standalone Nextjs option to react selection when running CNW (#16317) 2023-04-19 15:29:31 -04:00
Jason Jean
76dfc62412
feat(web): replace usages of @nrwl with @nx (#16376) 2023-04-19 10:59:41 -04:00
Miroslav Jonaš
2dd59c3b57
feat(core): extract js related code from affected and hasher (#16244) 2023-04-18 10:42:05 -04:00
Jack Hsu
ced3ab9c59
feat(nextjs): add migration for Next.js 13.3.0 (#16370) 2023-04-18 10:26:23 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope (#16069) 2023-04-14 19:56:37 -04:00
Nicholas Cunningham
d54f848810
fix(nextjs): Let Next.js handler serve public/ folder (#16318)
Co-authored-by: Louis DeScioli <louis@spatial.io>
2023-04-14 15:38:51 -04:00
Craigory Coppola
2ddf806fa1
chore(repo): move our migrations to 'generators' rather than 'schematics' (#16291) 2023-04-14 15:25:58 -04:00
Jack Hsu
c3c77d525e
feat(nextjs): remove "--server=..." app generator option (#16312) 2023-04-14 13:56:43 -04:00