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
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00
Jason Jean
c64dbdec24
fix(next): fix withNx with nx property doesn't exist ( #11900 )
2022-09-06 21:33:15 +00:00
Jack Hsu
525350f844
fix(nextjs): use SWC compiler for next.js libraries ( #11848 )
2022-09-02 14:10:33 +00:00
Jack Hsu
9b26bc1585
fix(nextjs): SVGR plugin should not be used if nx: { svgr: false } is set in next.config.js ( #11829 )
2022-09-01 15:55:24 +00:00
Noriyuki Shinpuku
4dfd0f37e6
fix(nextjs): set __NEXT_REACT_ROOT only when the version of react-dom is 18 or above ( #11749 )
2022-08-29 10:13:11 -04:00
Jonathan Cammisuli
e7ec91b9e0
feat(core): add file completion types for the nx language server ( #11669 )
2022-08-26 10:34:33 -04:00
richardwong
3afb6bf45a
fix(next): add default hostname value to @nrwl/next:server ( #11701 )
...
Co-authored-by: 文虎 <wenhu@myweimai.com>
2022-08-26 10:17:18 -04:00
Noriyuki Shinpuku
43b6e1e1f8
fix(nextjs): fix React 18 detection ( #11656 )
2022-08-22 11:23:06 -04:00
Nicholas Cunningham
89a401361a
fix(nextjs): fix .next folder linting ( #11614 )
...
ISSUES CLOSED : #11541
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-22 11:21:55 -04:00
Jack Hsu
646b8c2cf5
feat(nextjs): upgrade to nextjs 12.2.5 ( #11665 )
2022-08-22 11:21:26 -04:00
Craigory Coppola
6948ffdcff
fix(core): project graph should be read from executor context
...
These changes lower the risk of reading the cache during a write operation when multiple
processes are actively writing / reading the cache.
2022-08-19 12:50:07 -04:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner ( #11555 )
2022-08-18 14:51:09 +02:00
Jack Hsu
51da354e65
feat(nextjs): add --custom-server option to app generator ( #11607 )
2022-08-16 10:32:30 -04:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3
2022-08-12 16:10:56 -04:00
Craigory Coppola
458fc36014
chore(misc): split create tree with empty workspace to remove parameter ( #10188 )
...
* feat(devkit): split create-empty-tree to different functions
* chore(repo): apply migration for createEmptyTree
* cleanup(misc): fix tests that migration misses
2022-08-11 19:24:04 -04:00
Nicholas Cunningham
522dcdd339
feat(nextjs): improve type checking for nextjs config file ( #11497 )
...
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-09 11:31:22 -04:00
Jack Hsu
5267f4555d
feat(misc): update shared ts-node and ts-loader packages ( #11429 )
2022-08-05 16:47:33 +00:00
Nicholas Cunningham
50afd2b664
fix(nextjs): react root enabled for nextjs ( #11362 )
...
ISSUES CLOSED : #11345
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-08-05 12:36:23 -04:00
Jack Hsu
5d167ee8a4
feat(react): update emotion and tailwind versions ( #11409 )
2022-08-03 08:35:51 -04:00
Jack Hsu
e45c2f24ba
feat(nextjs): improve support for custom server ( #11325 )
...
- Add new generator for custom server
- Add @nrwl/js:node executor for serving custom server
- Deprecate @nrwl/node:node in favor of the above
2022-08-02 18:37:23 +00:00
Jack Hsu
ccd6295be0
fix(nextjs): remove unsupported cssModules config property ( #11405 )
...
LGTM
2022-08-02 09:49:19 -06:00
Jack Hsu
1fef99d8ae
fix(nextjs): fix invalid config warning by sanitizing it before passing to Next.js ( #11313 )
2022-07-27 14:48:13 +00:00
Jack Hsu
c76eb7fb74
chore(nextjs): clean up constants import path and remove support for Next.js 10 ( #11287 )
2022-07-25 17:51:22 +00:00
Jack Hsu
2bcf1c28aa
Next version update ( #11280 )
...
* feat(react): update eslint a11y plugin version
* feat(next): update next.js versions
2022-07-25 14:08:27 +00:00
Jack Hsu
8075cb9a9f
chore(nextjs): remove outdir from Next.js config since it is no longer needed ( #11257 )
2022-07-22 11:06:22 -04:00
Leosvel Pérez Espinosa
01f7376169
cleanup(misc): consolidate tslib version in generated projects ( #11185 )
2022-07-19 12:59:37 -04:00
Juri
9436a96309
fix(nextjs): adjust generator reference in Next startup page component
2022-07-19 16:43:33 +02:00
Jack Hsu
d657f912d9
feat(web): upgrade webpack plugin versions ( #11191 )
2022-07-18 15:23:30 -04:00
Jack Hsu
96e84eea39
fix(misc): add dotenv as dependencies for plugins that import it ( #11167 )
2022-07-15 16:46:41 -04:00
Jack Hsu
e3d5c53d88
fix(nextjs): set development outputPath to a different one from production build ( #11169 )
...
- Avoids conflict with cached output
- Fixes #10312
2022-07-15 14:10:07 -04:00