Nicholas Cunningham
|
aa622bab5a
|
fix(nextjs): src package.json should not be copied to output folder
closes: #21535
|
2024-02-08 09:44:47 +01:00 |
|
Colum Ferry
|
448a83a116
|
fix(angular): ajv hoisting issue (#21641)
|
2024-02-06 21:21:12 +04:00 |
|
Jack Hsu
|
44d33c243a
|
fix(nextjs): move next/constants from top-level import to when it is needed (#21612)
|
2024-02-05 11:40:26 -05:00 |
|
Nicholas Cunningham
|
b076d728e7
|
fix(nextjs): vite workspace libs (#21553)
|
2024-02-02 19:12:14 +00:00 |
|
James Henry
|
be1b36b227
|
fix(nextjs): nextjs standalone playwright linting (#21555)
|
2024-02-02 23:06:58 +04:00 |
|
Jason Jean
|
396ffc4636
|
feat(core): enable project crystal by default (#21403)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
|
2024-02-02 03:40:59 -05:00 |
|
Nicholas Cunningham
|
ea5befbbbc
|
fix(core): Update Nx Welcome to include nx show project (#21509)
|
2024-02-01 17:45:21 -07:00 |
|
Lukas
|
857a07d87d
|
fix(misc): use caret for semver version (#18140)
|
2024-01-31 19:48:38 +02:00 |
|
zenvanexus
|
665935fb60
|
feat(nextjs): upgrade Next.js 14.0.3 (#20334)
|
2024-01-31 14:07:41 +00:00 |
|
Craigory Coppola
|
deb0f1a492
|
chore(repo): bump deprecation messages to v19 (#21430)
|
2024-01-30 16:29:05 -05:00 |
|
Leosvel Pérez Espinosa
|
eb1cab2b6c
|
fix(nextjs): lazy load plugin import (#21426)
|
2024-01-30 18:09:30 +01:00 |
|
beeman
|
a9974d3f25
|
docs(misc): change http:// to https:// (#19534)
|
2024-01-30 11:33:13 -05:00 |
|
Colum Ferry
|
0b3e1f6ec4
|
feat(core): log to guide users to show details after project generation (#21350)
|
2024-01-30 10:58:49 -05:00 |
|
Nicholas Cunningham
|
d31b951bd1
|
fix(nextjs): Add missing support swc for custom server (#21401)
|
2024-01-29 14:13:55 -07:00 |
|
Leosvel Pérez Espinosa
|
e4758358b0
|
feat(misc): optionally update package.json scripts in init generators (#21204)
|
2024-01-22 13:51:41 -05:00 |
|
Nicholas Cunningham
|
7ddc3136ba
|
chore(nextjs): Remove env variable warning message (#21238)
|
2024-01-19 10:32:12 -07:00 |
|
Nicholas Cunningham
|
605d65acd2
|
fix(nextjs): custom server unable to run production builds (#21222)
|
2024-01-19 09:51:19 -07:00 |
|
Miroslav Jonaš
|
4700df62be
|
fix(linter): update eslint plugins for @typescript-eslint v6 naming (#21221)
Co-authored-by: Steven Rathbauer <gh.rathpc@gmail.com>
Co-authored-by: James Henry <james@henry.sc>
|
2024-01-19 14:16:18 +04:00 |
|
Jason Jean
|
1ffd6731dc
|
feat(core): add target defaults in configuration generators rather th… (#21105)
|
2024-01-17 16:02:47 -05:00 |
|
Emily Xiong
|
6141f44203
|
feat(core): add keepExistingVersions to all packages (#21169)
|
2024-01-17 14:22:58 -05:00 |
|
Nicholas Cunningham
|
c43b22dc88
|
feat(nextjs): Standalone projects now default to src (#21010)
|
2024-01-17 11:22:51 -07:00 |
|
Leosvel Pérez Espinosa
|
047dc22aed
|
cleanup(misc): clean up init generators (#21088)
|
2024-01-16 15:29:44 +01:00 |
|
Nicholas Cunningham
|
c7c5a6d058
|
fix(nextjs): PCV3 with Cypress and Playwright should work with standalone Next.js Projects (#21103)
|
2024-01-15 10:08:33 -07:00 |
|
Miroslav Jonaš
|
20dcc97099
|
fix(nx-dev): standardize nx cloud naming (#21059)
|
2024-01-10 13:09:42 +01:00 |
|
Nicholas Cunningham
|
a04eb74203
|
fix(nextjs): Add support for mjs next config file (#21007)
|
2024-01-04 17:49:59 -07:00 |
|
Nicholas Cunningham
|
8a8dbb381e
|
fix(nextjs): Missing deps for image and css optimization (#20941)
|
2023-12-28 10:33:35 -07:00 |
|
Jack Hsu
|
d1a2d455a0
|
fix(nextjs): update migration to handle projects without eslintrc (#20932)
|
2023-12-27 14:03:24 -05:00 |
|
Jack Hsu
|
029f73d3b7
|
fix(nextjs): correct inferred outputs for root Next.js projects (#20891)
|
2023-12-21 11:16:55 -05:00 |
|
Miroslav Jonaš
|
696d04862a
|
fix(nextjs): remove temporary patch for next eslint rules (#20863)
|
2023-12-20 15:52:51 +01:00 |
|
Nicholas Cunningham
|
9d7a724bd3
|
feat(nextjs): Add support for experimental-https when running dev server (#20836)
|
2023-12-18 14:18:05 -07:00 |
|
Nicholas Cunningham
|
bebdf51435
|
fix(nextjs): enhance page generator to work when --project is not supplied (#20778)
|
2023-12-18 09:36:34 -07:00 |
|
Nicholas Cunningham
|
aaf3e54d52
|
fix(nextjs): Page generator should work out of the box (#20775)
|
2023-12-14 14:04:40 -07:00 |
|
Nicholas Cunningham
|
dc03c3790a
|
fix(nextjs): Add missing setParserOptionProject (#20754)
|
2023-12-13 13:40:22 -07:00 |
|
Nicholas Cunningham
|
1045ab7439
|
fix(nextjs): empty port should not overwrite env port (#20751)
|
2023-12-13 15:03:16 -05:00 |
|
Nicholas Cunningham
|
da6ae9b8c5
|
feat(nextjs): Update @nx/next to Next.js 14 (#20703)
|
2023-12-13 12:31:37 -07:00 |
|
Benjamin Cabanes
|
db77ddef8a
|
chore(repo): update packages readme banner (#20695)
|
2023-12-11 11:32:42 -05:00 |
|
Benjamin Cabanes
|
5a305d41de
|
feat(nx-dev): add homepage updates (#20592)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
|
2023-12-08 14:40:42 -05:00 |
|
Nicholas Cunningham
|
661fe4ecd3
|
fix(nextjs): we should not cache .next/cache/ artifact (#20658)
|
2023-12-08 11:48:25 -05:00 |
|
Jason
|
8badd4b101
|
fix(nextjs): fix crash when paths is undefined (#20598)
|
2023-12-07 11:17:35 +02:00 |
|
Nicholas Cunningham
|
b8d24e6d0e
|
feat(nextjs): Add support for create nodes for nextjs (#20193)
|
2023-12-06 16:52:09 -07:00 |
|
Jack Hsu
|
bda1c7d153
|
fix(nextjs): apply transpilation fixes and other webpack config when running dev-server (#20615)
|
2023-12-06 15:14:33 -05:00 |
|
Nicholas Cunningham
|
e12050b3d3
|
fix(nextjs): When running dev server .next folder should be in source (#20536)
|
2023-12-04 09:40:38 -07:00 |
|
Nicholas Cunningham
|
84274dd49b
|
fix(nextjs): Component generator with path provided in the component name field (#20538)
|
2023-12-04 11:25:49 -05:00 |
|
Jack Hsu
|
507fe42e4f
|
feat(webpack): add plugin to automatically configure build and serve targets (#20243)
|
2023-11-28 13:01:03 -05:00 |
|
Jason Jean
|
78ab39b895
|
feat(testing): allow cypress preset to execute a command for a web server (#20355)
|
2023-11-27 13:30:01 -05:00 |
|
Miroslav Jonaš
|
ff5d1bef83
|
feat(linter): default lintFilePatterns to {projectRoot} (#20313)
|
2023-11-27 08:39:38 -05:00 |
|
Miroslav Jonaš
|
6e7141b22c
|
cleanup(repo): simplify lint pattern configuration (#20184)
|
2023-11-24 09:35:07 +01:00 |
|
Miroslav Jonaš
|
905ef65136
|
fix(linter): fix flat config file paths (#20386)
|
2023-11-23 21:43:05 +01:00 |
|
Miroslav Jonaš
|
d1a213fa4e
|
feat(linter): support yaml for flat config conversion (#20022)
|
2023-11-22 20:37:51 +01:00 |
|
Craigory Coppola
|
30d94f76ee
|
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins (#20228)
|
2023-11-17 15:31:03 -05:00 |
|