11129 Commits

Author SHA1 Message Date
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
Isaac Mann
e290a30965
docs(core): redirect ci to intro page (#20558) 2023-12-04 07:54:25 -08:00
MaxKless
75cc561e9d
feat(graph): add project details view (#20466)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-12-04 09:53:19 -05:00
Tycho Bokdam
a08fdf0e36
fix(webpack): Fixed libraryTarget option not being set for node targets (#20505) 2023-12-04 08:39:31 -05:00
Leosvel Pérez Espinosa
43a4482482
feat(angular): add application executor (#20529) 2023-12-04 10:21:35 +01:00
Isaac Mann
e8361e6771
docs(core): parallelization and distribution guide (#20435) 2023-12-03 23:17:49 -08:00
Lehoczky Zoltán
00f77ea314
docs(vue): fix typo import -> important (#19444) 2023-12-02 19:28:17 -05:00
James Henry
1b4b463b21
chore(core): add nightly canary release (#20540) 2023-12-02 00:39:04 +04:00
Jonathan Cammisuli
e64ba5c11c
fix(core): use target_os = "linux" instead of just linux for watch events (#20518) 2023-12-01 14:39:11 -05:00
Jonathan Cammisuli
d33b4f7a34
chore(repo): update @monodon/rust (#20514) 2023-12-01 14:38:38 -05:00
Leosvel Pérez Espinosa
4926668262
fix(js): update minimum supported typescript version by js plugin (#20530) 2023-12-01 19:05:33 +01:00
Leosvel Pérez Espinosa
68d0f792e8
chore(angular): improve angular updater script helper (#20532) 2023-12-01 17:30:08 +01:00
Juri Strumpflohner
4c17667c84
docs(nx-cloud): improve nx agents docs with more details (#20531) 2023-12-01 17:02:27 +01:00
Craigory Coppola
9e322e8620
fix(linter): expose rule name when eslint requires parser options project (#20459)
Co-authored-by: Miroslav Jonaš <missing.manual@gmail.com>
2023-12-01 11:49:06 +01:00
Leosvel Pérez Espinosa
a831e262dd
feat(angular): support providing esbuild plugins to @nx/angular:browser-esbuild (#20504) 2023-12-01 11:11:11 +01:00
Jack Hsu
7cb8aead12
fix(web): file-server falls back to outputs if outputPath is not preset (#20515) 2023-12-01 11:32:50 +02:00
Juri Strumpflohner
77b06a9653
docs(nx-cloud): add page for nx agents (#20498) 2023-11-30 23:52:44 +01:00
Juri Strumpflohner
7e1e0d91a9
feat(nx-dev): improve advent of code page (#20517) 2023-11-30 22:31:01 +01:00
Katerina Skroumpelou
83db767b27
feat(vite): nodes for build, serve, test, preview targets (#20086) 2023-11-30 15:56:16 -05:00
Juri Strumpflohner
5a47eaf684
docs(nx-cloud): improve nx enterprise on-prem page (#20490) 2023-11-30 20:31:00 +00:00
Isaac Mann
aba1802570
docs(core): cache security guide (#20469) 2023-11-30 12:07:27 -08:00
Jason Jean
2cce1f5711
fix(misc): add args to command in run-commands before unparsed args (#20506) 2023-11-30 14:27:28 -05:00
Zachary DeRose
c30d6726bc
docs(misc): advent-of-code page simple (#20512)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2023-11-30 14:24:48 -05:00
Jonathan Cammisuli
ba7dd14a8f
fix(core): use relative .nxignore when walking workspace (#20500) 2023-11-30 19:17:10 +00:00
John Wiegert
53087370f1
fix(module-federation): fix static remote port determination (#20432) 2023-11-30 12:17:09 -07:00
Jack Hsu
d051abc355
fix(webpack): infer serve-static target correctly from plugin (#20511) 2023-11-30 20:52:37 +02:00
Katerina Skroumpelou
51501c57c0
fix(linter): check if eslint plugin exists before adding target (#20510) 2023-11-30 19:47:44 +01:00
Katerina Skroumpelou
468de36ad1
feat(nuxt): nodes for build, serve, test targets (#20145) 2023-11-30 13:35:02 -05:00
Jack Hsu
2d529b1a46
feat(web): support buildTarget that excludes project name (#20508) 2023-11-30 12:54:04 -05:00
Leosvel Pérez Espinosa
1692a54da6
fix(angular): set tsconfig paths relative to the workspace root in target options (#20507) 2023-11-30 17:12:31 +00:00
Jonathan Cammisuli
15c2181664
feat(core): introduce workspace file archive (#20471) 2023-11-30 15:54:28 +00:00
Leosvel Pérez Espinosa
ff9d95568f
fix(angular): ensure compat angular.json is read properly when creating a BuilderContext (#20499) 2023-11-30 16:28:46 +01:00
Isaac Mann
f2c68a8e4a docs(core): fix broken links 2023-11-30 15:44:53 +01:00
Isaac Mann
d767429c6e docs(core): fix broken links 2023-11-30 15:44:53 +01:00
Miroslav Jonaš
fe63f856ec
feat(linter): add create-nodes plugin (#20264) 2023-11-30 09:15:08 -05:00
James Henry
a395fd3c4e
fix(core): update changelog schema (#20488) 2023-11-30 09:14:04 -05:00
Isaac Mann
d1e842f827
feat(nx-dev): rename nx-cloud tab to CI (#20476) 2023-11-30 08:24:24 -05:00
Colum Ferry
d22e860269
feat(angular): convert module-federation-dev-server to executor (#20252) 2023-11-30 12:58:48 +00:00
Leosvel Pérez Espinosa
afafb79494
fix(angular): force angular cli dev-server builder to handle nx browser-esbuild executor correctly (#20492) 2023-11-30 11:04:47 +01:00
Juri
1f4346f44e docs(core): add more realistic graph example and some other improvements 2023-11-30 09:12:16 +01:00
Juri
434dee2417 docs(nx-cloud): improve remote caching page with more details 2023-11-30 09:12:16 +01:00
Juri
642327334d docs(nx-cloud): adjust nx connect command 2023-11-30 09:12:16 +01:00
Juri
f261c5b52c docs(nx-cloud): add cards to point to the tutorials from the entry page 2023-11-30 09:12:16 +01:00
Jason Jean
eb0f16e5e5
fix(core): handle filesets with commas (#20483) 2023-11-29 23:12:52 +00:00
Isaac Mann
7261194da0
docs(core): reduce waste in CI (#20429) 2023-11-29 15:55:11 -05:00
James Henry
b3e8fcd50a
fix(core): various release fixes (#20478) 2023-11-29 23:32:00 +04:00
Phillip Barta
a012e4dc5b
chore(repo): remove unused dependency @parcel/watcher (#20475) 2023-11-29 14:27:51 -05:00
Jack Hsu
6317219369
chore(js): remove failing snapshot from js unit test (#20480) 2023-11-29 13:37:12 -05:00
Jason Jean
acb37936fe
chore(misc): remove daemon logs (#20248) 2023-11-29 12:06:59 -05:00