Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Update Node.js to v18#232

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/node-18.x
Open

Update Node.js to v18#232
renovate[bot] wants to merge 1 commit intomainfrom
renovate/node-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node engines major 14 -> 18

Release Notes

nodejs/node (node)

v18.16.1: 2023-06-20, Version 18.16.1 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in June 2023 Security Releases blog post.

Commits

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

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 this update 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 requested a review from dhedgecock as a code owner May 1, 2022 00:57
@renovate renovate bot added the Renovate label May 1, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from 7669ce5 to 6d88691 Compare May 4, 2022 02:39
@renovate renovate bot force-pushed the renovate/node-18.x branch from 6d88691 to e72fa47 Compare May 18, 2022 22:48
@renovate renovate bot force-pushed the renovate/node-18.x branch from e72fa47 to 5a9339b Compare June 6, 2022 22:33
@renovate renovate bot force-pushed the renovate/node-18.x branch from 5a9339b to aa47730 Compare June 16, 2022 22:32
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 259e81f to 34ad179 Compare July 14, 2022 22:01
@renovate renovate bot force-pushed the renovate/node-18.x branch from 34ad179 to 305e5dd Compare July 27, 2022 19:52
@renovate renovate bot changed the title Update dependency node to v18 Update node Docker tag to v18 Aug 10, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from 305e5dd to 7aab31f Compare August 24, 2022 23:50
@renovate renovate bot force-pushed the renovate/node-18.x branch from 7aab31f to 7e82dff Compare September 9, 2022 00:30
@renovate renovate bot force-pushed the renovate/node-18.x branch from 7e82dff to 41f503f Compare September 29, 2022 00:02
@renovate renovate bot force-pushed the renovate/node-18.x branch from 41f503f to 2d428b0 Compare October 14, 2022 23:00
@renovate renovate bot changed the title Update node Docker tag to v18 Update node Docker tag to v18 - autoclosed Oct 19, 2022
@renovate renovate bot closed this Oct 19, 2022
@renovate renovate bot deleted the renovate/node-18.x branch October 19, 2022 00:39
@renovate renovate bot changed the title Update node Docker tag to v18 - autoclosed Update node Docker tag to v18 Oct 25, 2022
@renovate renovate bot reopened this Oct 25, 2022
@renovate renovate bot restored the renovate/node-18.x branch October 25, 2022 02:16
@renovate renovate bot force-pushed the renovate/node-18.x branch from 2d428b0 to 13ebf5e Compare October 25, 2022 06:05
@renovate renovate bot changed the title Update node Docker tag to v18 Update Node.js to v18 Oct 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants