Nicholas Cunningham
3cdaacf5d4
fix(node): cleanup generated paths for node libs ( #14674 )
2023-01-27 15:47:11 -05:00
Jack Hsu
a0ed060b14
feat(node): update app generator for fastify to be more inline with fastify cli ( #14667 )
2023-01-27 13:57:28 -05:00
Jack Hsu
9f1ed50fc6
feat(node): improve docker setup for Node server apps ( #14647 )
2023-01-26 17:09:13 +00:00
Jack Hsu
cd92d102d3
feat(webpack): add isolatedConfig option to skip automatically applying Nx plugins ( #14618 )
2023-01-26 10:32:34 -05:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Nicholas Cunningham
71a7ebd9e1
fix(node): remove connect framework from node app generator ( #14567 )
2023-01-23 17:51:18 -05:00
Jason Jean
f4c4ec058a
fix(misc): refine the prompts in create-nx-workspace ( #14562 )
2023-01-23 17:24:08 -05:00
Daniel Schuba
41a9bc18fd
feat(misc): move ci options to configuration ( #14215 )
...
CLOSED https://github.com/nrwl/nx/issues/12045
Fixes https://github.com/nrwl/nx/issues/12045
2023-01-23 08:42:21 -06:00
Nicholas Cunningham
0e018e620e
feat(node): add docker as a build target ( #14475 )
2023-01-20 15:26:39 -07:00
Jack Hsu
bd3c387733
fix(node): add implicit dependency from node e2e project to the app p… ( #14463 )
2023-01-18 09:34:18 -07:00
Jack Hsu
5575ae7e61
fix(node): update generated spec file to work better for standalone projects ( #14461 )
2023-01-18 10:20:56 -05:00
Jack Hsu
013bb74444
feat(node): add e2e project generator ( #14429 )
2023-01-17 15:38:52 -05:00
Nicholas Cunningham
da4959a324
feat(node): add Node standlone prompt using CNW ( #14439 )
2023-01-17 11:52:18 -07:00
Phillip Barta
415d1c745c
fix(misc): loosen chalk version ( #14276 )
2023-01-13 17:44:11 -05:00
Jack Hsu
3f6df0d54f
feat(node): prompt for app framework ( #14357 )
2023-01-13 19:14:02 +00:00
Nicholas Cunningham
00caf6ae5e
feat(node): update CNW to support generating a node server with a framework ( #14313 )
2023-01-13 11:39:38 -07:00
Jack Hsu
454fba49b2
feat(webpack): generate React and Web apps with webpack.config.js file ( #14285 )
2023-01-12 10:06:25 -05:00
Nicholas Cunningham
6fb0631126
feat(node): add templates for nodejs frameworks ( #14231 )
2023-01-10 09:44:36 -05:00
Nicholas Cunningham
a631af7b62
feat(node): support nodejs frameworks ( #14199 )
2023-01-06 15:04:11 -07: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
youmoo
a8263f5b3b
docs(misc): remove the unnecessary to ( #13945 )
2022-12-28 16:38:00 -05:00
Victor Savkin
82fbb98e7d
feat(misc): dont generate defaultProject for non standalone workspaces
2022-12-21 09:15:26 -05:00
Victor Savkin
34d861d234
fix(testing): preserve the old coverage layout
2022-12-11 14:47:16 -05:00
Victor Savkin
40b39b2e64
fix(core): remove leading ./ when normalizing root project outputs
2022-12-10 15:53:25 -05: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
Victor Savkin
fe062f42c3
fix(core): deduce layout directory
2022-11-29 16:08:57 -05:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json ( #13040 )
2022-11-08 13:12:31 -05:00
Jack Hsu
9cbf9bf0af
fix(js): patch migration from @nrwl/node:package to @nrwl/js:tsc to rename srcRootForCompilationRoot option to rootDir ( #12999 )
2022-11-04 13:48:11 -04: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
Jason Jean
bc53592ad6
Revert "feat(node): remove library generator in favor of @nrwl/js:library ( #12550 )" ( #12560 )
...
This reverts commit e74a54d13973b7a2ad5e5fb311d975ecd174705c.
2022-10-12 17:30:11 -04:00
Jack Hsu
e74a54d139
feat(node): remove library generator in favor of @nrwl/js:library ( #12550 )
2022-10-12 14:47:35 +00:00
Jason Jean
834e2db7cb
feat(core): prefix outputs and warn on non-prefixed outputs ( #12470 )
2022-10-11 21:54:25 +00:00
Colum Ferry
09c6ccb266
feat(linter): remove tslint support ( #12279 )
2022-09-28 11:08:01 -04:00
Jack Hsu
d05cc86ac7
fix(bundling): provide correct defaults scripts/styles options ( #12157 )
2022-09-21 17:16:52 +00: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
5c00b75dca
chore(misc): update webpack migration to target 14.7.6 ( #11987 )
2022-09-12 23:49:32 -04:00
Jack Hsu
f49769a34a
feat(webpack): add webpack plugin ( #11966 )
2022-09-12 21:19:50 +01:00
Jonathan Cammisuli
e7ec91b9e0
feat(core): add file completion types for the nx language server ( #11669 )
2022-08-26 10:34:33 -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
Herb
86b2015ddd
feat(node): expose webpack watchOptions to executor ( #11453 )
2022-08-18 12:34:33 -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
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
Jack Hsu
9cbfd65896
feat(node): update @types/node to 18.7.1 ( #11545 )
2022-08-11 14:15:50 +00:00