426 Commits

Author SHA1 Message Date
Jason Jean
fa6e8ea987
fix(js): refactor ensurePackage (#15074) 2023-02-22 18:47:40 -05:00
Jack Hsu
bce05aebd8
feat(node): create fastify setup closer to what fastify-cli creates (#15096) 2023-02-18 15:23:56 +00:00
Jack Hsu
71fd015f3d
fix(js): do not generate tsconfig.base.json when creating standalone projects (#15099)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-17 20:43:03 -05:00
Jack Hsu
40007a1d53
feat(node): add support for workspace libs when not bundling (#15069) 2023-02-17 17:56:55 +00:00
Emily Xiong
a97212b601
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467) 2023-02-16 11:17:30 -05:00
Miroslav Jonaš
d0ad53c669
feat(node): setting docker on app generation should set generateLockfile on target config (#14947) 2023-02-13 12:00:55 -05:00
Jack Hsu
2fbe1bdc98
fix(node): add missing .swcrc file for node libs (#14925) 2023-02-10 15:05:44 -07:00
Nicholas Cunningham
4cb9ff849e
fix(node): Update Proxy config port number (#14919) 2023-02-10 10:21:56 -07:00
Jack Hsu
47a4ff4bf5
fix(bundling): add a deprecation warning for users to update their project config before Nx 16 (#14913) 2023-02-10 08:46:23 -06:00
Jack Hsu
0f8faa249b
fix(node): use correct main entry file extension based on project config (#14894) 2023-02-09 12:43:00 -05:00
Jack Hsu
4d21915bd1
feat(node): add default unit test for fastify framework (#14876) 2023-02-08 12:47:15 -07:00
Caleb Ukle
bc788ff876
fix(node): quote filepath in cli e2e sample test (#14779)
Fixes https://github.com/nrwl/nx/issues/14761
2023-02-02 17:02:06 +00:00
Jack Hsu
5cfd357e8f
feat(bundling): update esbuild to 0.17.5 (#14752) 2023-02-01 10:55:55 -07:00
Chau Tran
5f32a9ae5c
docs(node): add prioritize flags to node (#14280) 2023-02-01 08:21:36 -06:00
Nicholas Cunningham
9abd8e6af1
fix(node): add sourcemaps for esbuild configuration by default (#14725) 2023-01-31 14:31:35 -05:00
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