| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I think we could replace the entire output with what the latest version of node gives?
{
node: '19.8.1',
acorn: '8.8.2',
ada: '1.0.4',
ares: '1.19.0',
brotli: '1.0.9',
cldr: '42.0',
icu: '72.1',
llhttp: '8.1.0',
modules: '111',
napi: '8',
nghttp2: '1.52.0',
openssl: '1.1.1t',
simdutf: '3.2.2',
tz: '2022e',
undici: '5.21.0',
unicode: '15.0',
uv: '1.44.2',
uvwasi: '0.0.16',
v8: '10.8.168.25-node.12',
zlib: '1.2.11'
}There's a small difference that node now prints everything alphabetically ordered
Sorry, something went wrong.
|
Here's the output with main: {
node: '21.0.0-pre',
acorn: '8.8.2',
ada: '2.4.0',
ares: '1.19.0',
base64: '0.5.0',
brotli: '1.0.9',
cjs_module_lexer: '1.2.2',
cldr: '43.0',
icu: '73.1',
llhttp: '8.1.0',
modules: '115',
napi: '8',
nghttp2: '1.52.0',
nghttp3: '0.7.0',
ngtcp2: '0.8.1',
openssl: '3.0.8+quic',
simdutf: '3.2.9',
tz: '2023c',
undici: '5.22.0',
unicode: '15.0',
uv: '1.44.2',
uvwasi: '0.0.16',
v8: '11.3.244.8-node.9',
zlib: '1.2.13'
}
I think we should take it and replace '21.0.0-pre' with 20.2.0 (it will contain cjs_module_lexer and base64) |
Sorry, something went wrong.
|
Thanks for commenting, could you please give more instructions? Should I update the doc/api/process.md with the current versions? |
Sorry, something went wrong.
|
Hey! You can just copy and paste @targos soln in the doc |
Sorry, something went wrong.
|
Great! Thank you for being so helpful |
Sorry, something went wrong.
There was a problem hiding this comment.
Could you add below line to commit message? With below line, issue will be closed automatically if this PR is merged.
Fixes: https://github.com/nodejs/node/issues/48016
You can find detail guideline below.
https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines
Sorry, something went wrong.
There was a problem hiding this comment.
As @targos mentioned, please replace '21.0.0-pre' with 20.2.0.
| { node: '21.0.0-pre', | |
| { node: '20.2.0', |
Sorry, something went wrong.
There was a problem hiding this comment.
Could you add below line to commit message? With below line, issue will be closed automatically if this PR is merged.
Fixes: https://github.com/nodejs/node/issues/48016
You can find detail guideline below.
https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines
Sorry, something went wrong.
|
Thanks for input, anything else? |
Sorry, something went wrong.
For now, first commit's subsystem(docs => doc) is wrong. So, need to change commit title to doc: update process.versions properties. And there are 3 commits, so I recommend you squash 3 commits into 1 because first commit title has violation. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added process.versions properties in docs:
uvwasi
undici
acorn
base64
cjs_module_lexer
Before
After
Fixes: #48016