Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node minor 18.13.0 -> 18.16.0 age adoption passing confidence
@types/node (source) devDependencies minor 18.11.18 -> 18.15.11 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link

vercel bot commented Feb 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2023 0:56am

@renovate renovate bot force-pushed the renovate/node-18.x branch from e3d776d to 4e23d4d Compare February 5, 2023 00:31
@renovate renovate bot force-pushed the renovate/node-18.x branch from 4e23d4d to f4d7abe Compare February 7, 2023 11:37
@renovate renovate bot force-pushed the renovate/node-18.x branch from f4d7abe to 5252f18 Compare February 13, 2023 12:19
@renovate renovate bot force-pushed the renovate/node-18.x branch from 5252f18 to abe5572 Compare February 16, 2023 23:49
@renovate renovate bot changed the title chore(deps): update node.js to v18.14.0 chore(deps): update node.js to v18.14.1 Feb 16, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from abe5572 to 1e38a00 Compare February 17, 2023 23:56
@renovate renovate bot force-pushed the renovate/node-18.x branch from 1e38a00 to 720b91f Compare February 20, 2023 16:36
@renovate renovate bot force-pushed the renovate/node-18.x branch from 720b91f to 1531eb8 Compare February 21, 2023 21:59
@renovate renovate bot changed the title chore(deps): update node.js to v18.14.1 chore(deps): update node.js to v18.14.2 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 1531eb8 to cbec889 Compare February 23, 2023 12:42
@renovate renovate bot force-pushed the renovate/node-18.x branch from cbec889 to 500d0d5 Compare February 26, 2023 22:15
@renovate renovate bot force-pushed the renovate/node-18.x branch from 500d0d5 to 8bce648 Compare March 2, 2023 05:47
@renovate renovate bot force-pushed the renovate/node-18.x branch from 8bce648 to 1f878df Compare March 2, 2023 12:26
@renovate renovate bot force-pushed the renovate/node-18.x branch from 1f878df to eee1120 Compare March 3, 2023 08:56
@renovate renovate bot force-pushed the renovate/node-18.x branch from eee1120 to d77200c Compare March 4, 2023 04:30
@renovate renovate bot force-pushed the renovate/node-18.x branch from 4d2f69f to 260e4b0 Compare April 14, 2023 12:34
@renovate renovate bot force-pushed the renovate/node-18.x branch from 260e4b0 to a621e29 Compare April 20, 2023 00:55
@renovate renovate bot force-pushed the renovate/node-18.x branch from a621e29 to 8e9c399 Compare April 21, 2023 06:33
@renovate renovate bot force-pushed the renovate/node-18.x branch from 8e9c399 to ee395b7 Compare April 23, 2023 07:27
@renovate renovate bot force-pushed the renovate/node-18.x branch from ee395b7 to 7690a54 Compare April 23, 2023 09:09
@renovate renovate bot force-pushed the renovate/node-18.x branch from 7690a54 to 75ec149 Compare April 25, 2023 15:58
@renovate renovate bot force-pushed the renovate/node-18.x branch from 75ec149 to d811049 Compare April 26, 2023 02:57
@renovate renovate bot force-pushed the renovate/node-18.x branch from d811049 to 89c3415 Compare April 28, 2023 02:28
@renovate renovate bot force-pushed the renovate/node-18.x branch from 89c3415 to b6be2c8 Compare April 29, 2023 07:41
@renovate renovate bot force-pushed the renovate/node-18.x branch from b6be2c8 to 9acfb4e Compare April 29, 2023 20:10
@renovate renovate bot force-pushed the renovate/node-18.x branch from 9acfb4e to c681490 Compare May 5, 2023 08:46
@renovate renovate bot force-pushed the renovate/node-18.x branch from c681490 to fcc1abe Compare May 5, 2023 20:49
@renovate renovate bot force-pushed the renovate/node-18.x branch from fcc1abe to 73aa8b9 Compare May 6, 2023 00:40
@swfz swfz merged commit 5f25171 into main May 6, 2023
@swfz swfz deleted the renovate/node-18.x branch May 6, 2023 02:25
@github-actions github-actions bot mentioned this pull request May 6, 2023
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.

2 participants