Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js to v18.16.0 #38

Merged
merged 1 commit into from
May 17, 2023
Merged

Update Node.js to v18.16.0 #38

merged 1 commit into from
May 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node volta minor 18.14.0 -> 18.16.0 age adoption passing confidence
@types/node (source) devDependencies minor 18.15.3 -> 18.16.0 age adoption passing confidence

Release Notes

nodejs/node

v18.16.0: 2023-04-12, Version 18.16.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable changes
Add initial support for single executable applications

Compile a JavaScript file into a single executable application:

$ echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js

$ cp $(command -v node) hello

### On systems other than macOS:
$ npx postject hello NODE_JS_CODE hello.js \
    --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2

### On macOS:
$ npx postject hello NODE_JS_CODE hello.js \
    --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \
    --macho-segment-name NODE_JS

$ ./hello world
Hello, world!

Contributed by Darshan Sen in #​45038

Replace url parser with Ada

Node.js gets a new URL parser called Ada that is compliant with the WHATWG URL Specification and provides more than 100% performance improvement to the existing implementation.

Contributed by Yagiz Nizipli in #​46410

Other notable changes
  • buffer:
    • (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) #​46500
  • doc:
    • add marco-ippolito to collaborators (Marco Ippolito) #​46816
    • add debadree25 to collaborators (Debadree Chatterjee) #​46716
    • add deokjinkim to collaborators (Deokjin Kim) #​46444
  • events:
    • (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) #​46523
  • lib:
    • (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) #​46387
    • (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) #​46494
  • src:
    • (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) #​46583
    • (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) #​46368
  • stream:
    • (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #​46273
  • tls:
    • (SEMVER-MINOR) support automatic DHE (Tobias Nießen) #​46978
  • url:
    • (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) #​46308
  • worker:
    • (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) #​46832
Commits

v18.15.0: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable Changes
Commits
  • [6f91c8e2ae] - benchmark: add trailing commas (Antoine du Hamel) #​46370
  • [d0b9be21eb] - benchmark: remove buffer benchmarks redundancy (Brian White) [#​45735]

Configuration

📅 Schedule: Branch creation - "after 8am every weekday,before 8pm every weekday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Dependency updates label Feb 21, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from aa81a41 to 4c7b826 Compare February 21, 2023 21:45
@renovate renovate bot changed the title Update Node.js to v18.14.1 Update Node.js to v18.14.2 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from ec1818b to 5113eae Compare March 2, 2023 10:50
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from 1fdd0dc to c31c07b Compare March 7, 2023 20:54
@renovate renovate bot changed the title Update Node.js to v18.14.2 Update Node.js to v18.15.0 Mar 7, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 5 times, most recently from dcb6c76 to d8f39a4 Compare March 15, 2023 11:31
@renovate renovate bot force-pushed the renovate/node-18.x branch from d8f39a4 to 8d6b58b Compare April 13, 2023 03:22
@renovate renovate bot changed the title Update Node.js to v18.15.0 Update Node.js to v18.16.0 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 50e533a to f135b39 Compare April 29, 2023 07:52
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 1b48bae to 133e5c0 Compare May 8, 2023 21:27
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from a6d56e2 to 1a8becd Compare May 16, 2023 02:49
@renovate renovate bot force-pushed the renovate/node-18.x branch from 1a8becd to 91badf1 Compare May 16, 2023 19:38
@renovate renovate bot force-pushed the renovate/node-18.x branch from 91badf1 to aad4987 Compare May 16, 2023 22:12
@aaron5670 aaron5670 merged commit 741e294 into main May 17, 2023
@renovate renovate bot deleted the renovate/node-18.x branch May 17, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant