Skip to content

chore(monorepo): move everything into packages/core - #945

Merged
avivkeller merged 1 commit into
mainfrom
monorepo-core
Jul 30, 2026
Merged

chore(monorepo): move everything into packages/core#945
avivkeller merged 1 commit into
mainfrom
monorepo-core

Conversation

@avivkeller

Copy link
Copy Markdown
Member

cc @bmuenzenmeyer.

This is part one of making us a monorepo: packages/core. As a follow-up to this, I'll break package/core generators out one by one to minimize the amount of rebasing needed per PR.

@avivkeller
avivkeller requested a review from a team as a code owner July 26, 2026 21:44
Copilot AI review requested due to automatic review settings July 26, 2026 21:44
@cursor

cursor Bot commented Jul 26, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Large mechanical layout change touches publish metadata, lockfile workspaces, and every CLI/script entrypoint; behavior should be unchanged but miswired paths could break CI, docs builds, or npm publish.

Overview
Restructures the repo into an npm workspaces monorepo: the root becomes private @node-core/doc-kit-monorepo with shared dev tooling, and the publishable @node-core/doc-kit package (CLI, src/, bin/, dependencies, CHANGELOG, LICENSE) lives under packages/core.

Path and wiring updates point CI (generate.yml, codespell), Vercel build scripts, www theme imports, eslint/prettier/c8 ignores, and contributor docs at packages/core/... instead of repo-root src/ and bin/cli.mjs. Root package.json drops runtime deps and bin; workspace tests run via packages/*/src/**/*.test.mjs. A patch changeset notes the package location move for releases.

Reviewed by Cursor Bugbot for commit 5ae2af7. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Jul 30, 2026 7:37pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
nodejs-doc-kit Ignored Ignored Jul 30, 2026 7:37pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 27.27273% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.50%. Comparing base (f6d178e) to head (5ae2af7).

Files with missing lines Patch % Lines
scripts/build-docs-content.mjs 0.00% 3 Missing ⚠️
www/doc-kit.config.mjs 0.00% 2 Missing ⚠️
www/theme/SideBar.jsx 0.00% 2 Missing ⚠️
scripts/update-type-map.mjs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
- Coverage   86.51%   86.50%   -0.02%     
==========================================
  Files         195      195              
  Lines       17963    17964       +1     
  Branches     1632     1632              
==========================================
- Hits        15541    15540       -1     
- Misses       2416     2418       +2     
  Partials        6        6              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@avivkeller

Copy link
Copy Markdown
Member Author

@nodejs/TSC Stacked PRs would really help with work like this, any chance we can join the beta (https://github.github.com/gh-stack/)?

@github-actions

github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

api-links Generator

Output: 1 file differs

apilinks.json
Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines

  {
    'Agent.defaultMaxSockets': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L291',
    'Buffer.alloc': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L435',
    'Buffer.allocUnsafe': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L449',
    'Buffer.allocUnsafeSlow': 'https://github.com/nodejs/node/blob/HEAD/lib/buffer.js#L461',
...
    'agent.addRequest': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L356',
+   'agent.createConnection': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L332',
-   'agent.createConnection': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L295',
    'agent.createSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L427',
    'agent.destroy': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L660',
+   'agent.getName': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L515',
+   'agent.keepSocketAlive': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L484',
-   'agent.getName': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L325',
-   'agent.keepSocketAlive': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L616',
    'agent.removeSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L555',
    'agent.reuseSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_agent.js#L652',
    'assert.assert': 'https://github.com/nodejs/node/blob/HEAD/lib/assert.js#L185',
    'asyncResource.asyncId': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L243',
    'asyncResource.bind': 'https://github.com/nodejs/node/blob/HEAD/lib/async_hooks.js#L275',
...
    'server.address': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2680',
+   'server.close': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2813',
+   'server.closeAllConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L124',
+   'server.closeIdleConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L126',
-   'server.close': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L674',
-   'server.closeAllConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L684',
-   'server.closeIdleConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L696',
    'server.getConnections': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2775',
    'server.listen': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2477',
    'server.ref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2926',
+   'server.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/https.js#L128',
-   'server.setTimeout': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L712',
    'server.unref': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2935',
+   'server[SymbolAsyncDispose]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2853',
-   'server[SymbolAsyncDispose]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L680',
    'server[SymbolAsyncIterator]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2860',
    'server[kDeserialize]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2398',
    'server[kTransferList]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2371',
    'server[kTransfer]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2376',
+   'server[undefined]': 'https://github.com/nodejs/node/blob/HEAD/lib/net.js#L2890',
-   'server[undefined]': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L719',
    'serverresponse._finish': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L249',
    'serverresponse._implicitHeader': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L406',
    'serverresponse.assignSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L299',
    'serverresponse.detachSocket': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L310',
    'serverresponse.statusCode': 'https://github.com/nodejs/node/blob/HEAD/lib/_http_server.js#L272',

Performance estimate (single CI run)

  • Generation time: 9.1% slower (1.32 s → 1.44 s)
  • Peak memory: 6.9% lower (384.41 MB → 357.93 MB)

legacy-html Generator

Performance estimate (single CI run)

  • Generation time: 7.4% faster (19.30 s → 17.87 s)
  • Peak memory: 4.3% higher (2.28 GB → 2.37 GB)

legacy-json Generator

Performance estimate (single CI run)

  • Generation time: 2.1% faster (8.98 s → 8.79 s)
  • Peak memory: 4.0% lower (1.75 GB → 1.68 GB)

llms-txt Generator

Performance estimate (single CI run)

  • Generation time: 17.7% faster (8.38 s → 6.90 s)
  • Peak memory: 2.9% lower (1.83 GB → 1.78 GB)

orama-db Generator

Output size: 1 file changed · net +1.20 KB

File size details
File Main PR Change
orama-db.json 8.89 MB 8.89 MB +1.20 KB (+0.0%)

Performance estimate (single CI run)

  • Generation time: 0.6% faster (8.67 s → 8.62 s)
  • Peak memory: 2.6% higher (1.71 GB → 1.76 GB)

web Generator

Output size: 220 files changed · net -672.00 B

File size details
File Main PR Change
assets/all-CflqH3Do.js 22.13 MB -22.13 MB (-100.0%)
assets/all-FbBHLixS.js 22.13 MB +22.13 MB
assets/fs-DfS23NDk.js 1.55 MB -1.55 MB (-100.0%)
assets/fs-Xuo44nQd.js 1.55 MB +1.55 MB
assets/crypto-C9lzROGI.js 1.37 MB -1.37 MB (-100.0%)
assets/crypto-BVybCHFF.js 1.37 MB +1.37 MB
assets/buffer-4FKkuFq9.js 1.14 MB -1.14 MB (-100.0%)
assets/buffer-BdC5UVW_.js 1.14 MB +1.14 MB
assets/test-ChYBlXf9.js 1.01 MB -1.01 MB (-100.0%)
assets/test-DJ4GHFlc.js 1.01 MB +1.01 MB
assets/stream-DDL1vcZa.js 937.49 KB -937.49 KB (-100.0%)
assets/stream-C7SPH4-_.js 937.49 KB +937.49 KB
assets/http2-Dhv6hgZN.js 876.92 KB -876.92 KB (-100.0%)
assets/http2-CJsS49v5.js 876.92 KB +876.92 KB
assets/util-Cy_5285j.js 796.67 KB -796.67 KB (-100.0%)
assets/util-CwtoEaUQ.js 796.67 KB +796.67 KB
assets/http-Bog-ikQL.js 761.61 KB -761.61 KB (-100.0%)
assets/http-BOAoPxHw.js 761.61 KB +761.61 KB
assets/process-m1moXwIH.js 734.62 KB -734.62 KB (-100.0%)
assets/process-2vz7sgTp.js 734.62 KB +734.62 KB
assets/n-api-CZZU2aaT.js 711.18 KB -711.18 KB (-100.0%)
assets/n-api-BNRlpawY.js 711.18 KB +711.18 KB
assets/events-roCElnB7.js 570.23 KB -570.23 KB (-100.0%)
assets/events-CRLBt70r.js 570.23 KB +570.23 KB
assets/quic-0Pud6ZeJ.js 563.48 KB -563.48 KB (-100.0%)
assets/quic-D62H81rM.js 563.48 KB +563.48 KB
assets/stream_iter-Cm9I8OAy.js 510.52 KB -510.52 KB (-100.0%)
assets/stream_iter-CT0XUdUf.js 510.52 KB +510.52 KB
assets/child_process-CePzN7gy.js 490.99 KB -490.99 KB (-100.0%)
assets/child_process-teOL7pHc.js 490.99 KB +490.99 KB
assets/assert-B6yslL6p.js 473.91 KB -473.91 KB (-100.0%)
assets/assert-DSebHPSV.js 473.91 KB +473.91 KB
assets/vm-Cc8jANgn.js 466.32 KB -466.32 KB (-100.0%)
assets/vm-QD0pnO7i.js 466.32 KB +466.32 KB
assets/webcrypto-DxF7is9Q.js 430.98 KB -430.98 KB (-100.0%)
assets/webcrypto-BlrgEUQd.js 430.98 KB +430.98 KB
assets/worker_threads-gorNEka4.js 421.19 KB -421.19 KB (-100.0%)
assets/worker_threads-aqGxpZ9o.js 421.19 KB +421.19 KB
assets/zlib-DJeNxZbf.js 405.35 KB -405.35 KB (-100.0%)
assets/zlib-CxZYHoVl.js 405.35 KB +405.35 KB
assets/perf_hooks-5oiXiWsD.js 384.48 KB -384.48 KB (-100.0%)
assets/perf_hooks-BO20zrpJ.js 384.48 KB +384.48 KB
assets/net-D_PB70LX.js 374.21 KB -374.21 KB (-100.0%)
assets/net-WAorlwmv.js 374.21 KB +374.21 KB
assets/errors-DBdNutsC.js 373.22 KB -373.22 KB (-100.0%)
assets/errors-j6QshtBY.js 373.22 KB +373.22 KB
assets/v8-D_iIeX1_.js 366.72 KB -366.72 KB (-100.0%)
assets/v8-WwHKm0bw.js 366.72 KB +366.72 KB
assets/module-BkQKWJv5.js 362.96 KB -362.96 KB (-100.0%)
assets/module-Bhc722nZ.js 362.96 KB +362.96 KB
assets/tls-gAxzEsRf.js 357.42 KB -357.42 KB (-100.0%)
assets/tls-yKb-SV1H.js 357.42 KB +357.42 KB
assets/url-CKIjzGd4.js 351.90 KB -351.90 KB (-100.0%)
assets/url-CnBTXrng.js 351.90 KB +351.90 KB
assets/diagnostics_channel-CPysSURm.js 337.49 KB -337.49 KB (-100.0%)
assets/diagnostics_channel-DNU5uFhp.js 337.49 KB +337.49 KB
assets/webstreams-Quy5DcuO.js 328.11 KB -328.11 KB (-100.0%)
assets/webstreams-DSVZAlJP.js 328.11 KB +328.11 KB
assets/cli-DU5usqOg.js 317.81 KB -317.81 KB (-100.0%)
assets/cli-DkFsMicE.js 317.81 KB +317.81 KB
assets/addons-CXfadmXN.js 305.29 KB -305.29 KB (-100.0%)
assets/addons-CjOfY-eL.js 305.29 KB +305.29 KB
assets/sqlite-BlkHlf8s.js 290.43 KB -290.43 KB (-100.0%)
assets/sqlite-BDwptjzv.js 290.43 KB +290.43 KB
assets/dns-DDEgCIV-.js 290.16 KB -290.16 KB (-100.0%)
assets/dns-BaWwLfiM.js 290.16 KB +290.16 KB
assets/deprecations-oj-Oo2dc.js 279.12 KB -279.12 KB (-100.0%)
assets/deprecations-PDWhiBmd.js 279.12 KB +279.12 KB
assets/readline-DfKB5ufz.js 232.99 KB -232.99 KB (-100.0%)
assets/readline-C3iBB3sT.js 232.99 KB +232.99 KB
assets/async_context-35svDZ9e.js 218.68 KB -218.68 KB (-100.0%)
assets/async_context-BxNknJZ0.js 218.68 KB +218.68 KB
assets/repl-B1nmbuGO.js 207.09 KB -207.09 KB (-100.0%)
assets/repl-CX3Mr5n8.js 207.09 KB +207.09 KB
assets/cluster-C-AQ-i1a.js 198.37 KB -198.37 KB (-100.0%)
assets/cluster-DNEcGWZi.js 198.37 KB +198.37 KB
assets/async_hooks-BcVQ1Itj.js 195.28 KB -195.28 KB (-100.0%)
assets/async_hooks-DnPGDE6w.js 195.28 KB +195.28 KB
assets/dgram-BNOqB4Sp.js 193.02 KB -193.02 KB (-100.0%)
assets/dgram-Bfi3JG9T.js 193.02 KB +193.02 KB
assets/ui-CtCaVM3n.js 189.39 KB -189.39 KB (-100.0%)
assets/ui-CDpEbdfA.js 189.39 KB +189.39 KB
assets/report-D4_98n0W.js 184.73 KB -184.73 KB (-100.0%)
assets/report-n07VC2Xg.js 184.73 KB +184.73 KB
assets/https-CSQOcTmg.js 161.35 KB -161.35 KB (-100.0%)
assets/https-B75hwp41.js 161.35 KB +161.35 KB
assets/modules-Bpt2wBxq.js 151.88 KB -151.88 KB (-100.0%)
assets/modules-B8-5Sxgk.js 151.88 KB +151.88 KB
assets/packages-DaF0E9en.js 147.40 KB -147.40 KB (-100.0%)
assets/packages-lEjjoZ-u.js 147.40 KB +147.40 KB
assets/esm-E8hLopAp.js 135.58 KB -135.58 KB (-100.0%)
assets/esm-BkUFru8e.js 135.58 KB +135.58 KB
assets/globals-BDFqOgIW.js 130.04 KB -130.04 KB (-100.0%)
assets/globals-CyUDjtr2.js 130.04 KB +130.04 KB
assets/ui-MrWT018D.css 126.02 KB -126.02 KB (-100.0%)
assets/ui-LD8lw0Uo.css 126.02 KB +126.02 KB
assets/inspector-C3plsGjy.js 124.68 KB -124.68 KB (-100.0%)
assets/inspector-V8Ee_Gek.js 124.68 KB +124.68 KB
assets/ffi-BKtjZsyT.js 110.86 KB -110.86 KB (-100.0%)
assets/ffi-DHJ7Gl2A.js 110.86 KB +110.86 KB
assets/os-Dl7HELks.js 110.85 KB -110.85 KB (-100.0%)
assets/os-CJRWB51s.js 110.85 KB +110.85 KB
assets/console-CfdKuCbz.js 106.25 KB -106.25 KB (-100.0%)
assets/console-D3PgVONl.js 106.25 KB +106.25 KB
assets/timers-DY3HbxfS.js 101.31 KB -101.31 KB (-100.0%)
assets/timers-BMufRRnp.js 101.31 KB +101.31 KB
assets/dtls-Ddnfg7dr.js 99.62 KB -99.62 KB (-100.0%)
assets/dtls-DYpxYw9R.js 99.62 KB +99.62 KB
assets/path-zDPqyND8.js 99.24 KB -99.24 KB (-100.0%)
assets/path-CTa1Nf23.js 99.24 KB +99.24 KB
assets/debugger-CH-aY0h9.js 94.31 KB -94.31 KB (-100.0%)
assets/debugger-CxIehk6V.js 94.31 KB +94.31 KB
assets/domain-Dvn3iTpx.js 87.42 KB -87.42 KB (-100.0%)
assets/domain-BOhBhI9n.js 87.42 KB +87.42 KB
assets/single-executable-applications-kjBxOOnV.js 82.54 KB -82.54 KB (-100.0%)
assets/single-executable-applications-ByR3Sn2L.js 82.54 KB +82.54 KB
assets/tracing-DLs9CRX2.js 73.90 KB -73.90 KB (-100.0%)
assets/tracing-HoJn85eX.js 73.90 KB +73.90 KB
assets/tty-D9uVfM02.js 48.25 KB -48.25 KB (-100.0%)
assets/tty-DCmrwYzg.js 48.25 KB +48.25 KB
assets/vfs-RJSoxvBH.js 46.04 KB -46.04 KB (-100.0%)
assets/vfs-VCMckDw4.js 46.04 KB +46.04 KB
assets/permissions-DOCz2BL9.js 44.08 KB -44.08 KB (-100.0%)
assets/permissions-C-iAHhIG.js 44.08 KB +44.08 KB
assets/wasi-uGoLb5oK.js 40.83 KB -40.83 KB (-100.0%)
assets/wasi-CU5bKi-1.js 40.83 KB +40.83 KB
assets/embedding-oU82-G0W.js 33.42 KB -33.42 KB (-100.0%)
assets/embedding-DEvuqlaK.js 33.42 KB +33.42 KB
assets/intl-DEwtIU0W.js 32.44 KB -32.44 KB (-100.0%)
assets/intl-2D_FOMOp.js 32.44 KB +32.44 KB
assets/querystring-Cy4xsTPk.js 29.92 KB -29.92 KB (-100.0%)
assets/querystring-Ds4NjdJ4.js 29.92 KB +29.92 KB
assets/string_decoder-Dp_Y92gG.js 28.32 KB -28.32 KB (-100.0%)
assets/string_decoder-D14xlPEh.js 28.32 KB +28.32 KB
assets/punycode-B0RI1WFH.js 24.66 KB -24.66 KB (-100.0%)
assets/punycode-srzSeZGD.js 24.66 KB +24.66 KB
assets/typescript-cyJZ9ovA.js 21.60 KB -21.60 KB (-100.0%)
assets/typescript-ooEU3XFw.js 21.60 KB +21.60 KB
assets/index-BKEGgRXL.js 13.83 KB -13.83 KB (-100.0%)
assets/index-BR4Aiogt.js 13.83 KB +13.83 KB
assets/environment_variables-x0rRCRPK.js 11.73 KB -11.73 KB (-100.0%)
assets/environment_variables-B7UPKSx8.js 11.73 KB +11.73 KB
assets/synopsis-dTkOnk-T.js 11.42 KB -11.42 KB (-100.0%)
assets/synopsis-BuqFclY6.js 11.42 KB +11.42 KB
assets/documentation-Dfeipv02.js 4.84 KB -4.84 KB (-100.0%)
assets/documentation-CmcP2A1f.js 4.84 KB +4.84 KB
assets/CodeBox-OhcnL93l.js 3.02 KB -3.02 KB (-100.0%)
assets/CodeBox-DvN2DqvD.js 3.02 KB +3.02 KB
assets/404-DVLui6_T.js 627.00 B -627.00 B (-100.0%)
assets/404-Cz00tXjG.js 627.00 B +627.00 B
all.html 21.37 MB 21.37 MB -309.00 B (-0.0%)
cli.html 517.78 KB 517.73 KB -47.00 B (-0.0%)
process.html 719.88 KB 719.86 KB -22.00 B (-0.0%)
errors.html 493.18 KB 493.17 KB -17.00 B (-0.0%)
http.html 815.66 KB 815.65 KB -14.00 B (-0.0%)
globals.html 235.48 KB 235.47 KB -13.00 B (-0.0%)
zlib.html 380.13 KB 380.12 KB -13.00 B (-0.0%)
test.html 898.81 KB 898.80 KB -10.00 B (-0.0%)
webcrypto.html 566.72 KB 566.71 KB -10.00 B (-0.0%)
module.html 351.15 KB 351.15 KB -9.00 B (-0.0%)
esm.html 157.86 KB 157.86 KB -8.00 B (-0.0%)
util.html 735.02 KB 735.01 KB -8.00 B (-0.0%)
vm.html 396.20 KB 396.19 KB -8.00 B (-0.0%)
async_context.html 190.67 KB 190.67 KB -7.00 B (-0.0%)
buffer.html 955.67 KB 955.67 KB -7.00 B (-0.0%)
fs.html 1.68 MB 1.68 MB -7.00 B (-0.0%)
net.html 484.36 KB 484.35 KB -7.00 B (-0.0%)
stream_iter.html 409.45 KB 409.44 KB -7.00 B (-0.0%)
assert.html 347.32 KB 347.31 KB -6.00 B (-0.0%)
crypto.html 1.21 MB 1.21 MB -6.00 B (-0.0%)
diagnostics_channel.html 329.06 KB 329.05 KB -6.00 B (-0.0%)
url.html 364.59 KB 364.58 KB -6.00 B (-0.0%)
inspector.html 178.19 KB 178.19 KB -5.00 B (-0.0%)
n-api.html 810.80 KB 810.79 KB -5.00 B (-0.0%)
timers.html 138.92 KB 138.91 KB -5.00 B (-0.0%)
cluster.html 203.09 KB 203.09 KB -4.00 B (-0.0%)
modules.html 184.57 KB 184.56 KB -4.00 B (-0.0%)
packages.html 177.99 KB 177.99 KB -4.00 B (-0.0%)
perf_hooks.html 407.63 KB 407.63 KB -4.00 B (-0.0%)
worker_threads.html 393.55 KB 393.55 KB -4.00 B (-0.0%)
addons.html 273.62 KB 273.62 KB -3.00 B (-0.0%)
debugger.html 99.59 KB 99.58 KB -3.00 B (-0.0%)
quic.html 834.15 KB 834.14 KB -3.00 B (-0.0%)
repl.html 183.05 KB 183.05 KB -3.00 B (-0.0%)
v8.html 358.26 KB 358.25 KB -3.00 B (-0.0%)
webstreams.html 397.80 KB 397.80 KB -3.00 B (-0.0%)
async_hooks.html 161.85 KB 161.85 KB -2.00 B (-0.0%)
child_process.html 406.60 KB 406.60 KB -2.00 B (-0.0%)
console.html 148.71 KB 148.71 KB -2.00 B (-0.0%)
deprecations.html 496.84 KB 496.84 KB -2.00 B (-0.0%)
dgram.html 218.11 KB 218.11 KB -2.00 B (-0.0%)
dns.html 318.66 KB 318.66 KB -2.00 B (-0.0%)
documentation.html 36.70 KB 36.69 KB -2.00 B (-0.0%)
domain.html 105.33 KB 105.33 KB -2.00 B (-0.0%)
dtls.html 160.70 KB 160.70 KB -2.00 B (-0.0%)
embedding.html 58.21 KB 58.21 KB -2.00 B (-0.0%)
environment_variables.html 42.83 KB 42.83 KB -2.00 B (-0.0%)
events.html 478.82 KB 478.82 KB -2.00 B (-0.0%)
ffi.html 144.24 KB 144.23 KB -2.00 B (-0.0%)
http2.html 838.15 KB 838.15 KB -2.00 B (-0.0%)
https.html 153.95 KB 153.95 KB -2.00 B (-0.0%)
intl.html 56.93 KB 56.93 KB -2.00 B (-0.0%)
os.html 150.64 KB 150.64 KB -2.00 B (-0.0%)
path.html 143.83 KB 143.82 KB -2.00 B (-0.0%)
permissions.html 69.36 KB 69.36 KB -2.00 B (-0.0%)
punycode.html 62.97 KB 62.97 KB -2.00 B (-0.0%)
querystring.html 65.43 KB 65.42 KB -2.00 B (-0.0%)
readline.html 263.32 KB 263.32 KB -2.00 B (-0.0%)
report.html 174.71 KB 174.70 KB -2.00 B (-0.0%)
single-executable-applications.html 107.70 KB 107.69 KB -2.00 B (-0.0%)
sqlite.html 315.32 KB 315.32 KB -2.00 B (-0.0%)
stream.html 926.62 KB 926.62 KB -2.00 B (-0.0%)
string_decoder.html 55.42 KB 55.42 KB -2.00 B (-0.0%)
synopsis.html 41.46 KB 41.46 KB -2.00 B (-0.0%)
tls.html 415.36 KB 415.36 KB -2.00 B (-0.0%)
tracing.html 84.04 KB 84.04 KB -2.00 B (-0.0%)
tty.html 98.09 KB 98.08 KB -2.00 B (-0.0%)
typescript.html 52.26 KB 52.26 KB -2.00 B (-0.0%)
vfs.html 83.73 KB 83.72 KB -2.00 B (-0.0%)
wasi.html 70.49 KB 70.49 KB -2.00 B (-0.0%)

Performance estimate (single CI run)

  • Generation time: 2.8% faster (76.67 s → 74.52 s)
  • Peak memory: 1.9% lower (5.31 GB → 5.21 GB)

@avivkeller

Copy link
Copy Markdown
Member Author

@nodejs/web-infra I'll rebase + merge after an approval, which should hopefully come soon :-)

@avivkeller

Copy link
Copy Markdown
Member Author

Bump!

Copilot AI review requested due to automatic review settings July 30, 2026 19:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@avivkeller
avivkeller merged commit 70b7526 into main Jul 30, 2026
25 of 26 checks passed
@avivkeller
avivkeller deleted the monorepo-core branch July 30, 2026 19:45
@github-actions github-actions Bot mentioned this pull request Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants