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

chore(deps): update node.js to v18.16.0 #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node final minor 18.12.1-alpine3.16 -> 18.16.0-alpine3.16 age adoption passing confidence
node stage minor 18.12.1-alpine3.16 -> 18.16.0-alpine3.16 age adoption passing confidence
@types/node (source) devDependencies minor 18.11.9 -> 18.19.71 age adoption passing confidence

Release Notes

nodejs/node (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

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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

Your preview environment has been published! 🚀

This service doesn't have a public URL.

You can verify the PR is ready with kubectl:

kubectl get ksvc -n example-todo-model-service-pr-84-preview

@renovate renovate bot force-pushed the renovate/node-18.x branch from e0d2c72 to 26027c5 Compare January 6, 2023 21:18
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.18 chore(deps): update node.js to v18.13.0 Jan 6, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 26027c5 to c57ed11 Compare March 16, 2023 15:41
@renovate renovate bot changed the title chore(deps): update node.js to v18.13.0 chore(deps): update node.js to v18.15.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from a29fadd to a34360c Compare March 25, 2023 01:23
@renovate renovate bot changed the title chore(deps): update node.js to v18.15.0 chore(deps): update dependency @types/node to v18.15.10 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from c0fd3eb to 16faaa9 Compare March 26, 2023 19:10
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.15.10 chore(deps): update node.js to v18.15.0 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 16faaa9 to 9615be3 Compare March 29, 2023 02:48
@renovate renovate bot force-pushed the renovate/node-18.x branch from 9615be3 to 460e45a Compare April 17, 2023 11:52
@renovate renovate bot changed the title chore(deps): update node.js to v18.15.0 chore(deps): update node.js to v18.16.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 460e45a to c06d15a Compare May 28, 2023 09:41
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 8b2aaf4 to 3441e72 Compare June 13, 2023 03:14
@renovate renovate bot force-pushed the renovate/node-18.x branch from 3441e72 to d82aedd Compare July 1, 2023 11:48
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from c07a5d0 to e8992cf Compare July 25, 2023 19:51
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from dc819ac to c25c924 Compare August 8, 2023 22:41
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 0f7ae40 to caf9b15 Compare August 18, 2023 19:50
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from f7824ad to 982319e Compare August 22, 2023 19:41
@renovate renovate bot force-pushed the renovate/node-18.x branch from a573994 to 2208fa8 Compare August 9, 2024 18:23
@renovate renovate bot force-pushed the renovate/node-18.x branch from 2208fa8 to e734513 Compare August 19, 2024 03:35
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 700e850 to d9f11a4 Compare August 28, 2024 00:47
@renovate renovate bot changed the title chore(deps): update node docker tag to v18.16.0 chore(deps): update node.js to v18.16.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from 110ed0a to 874fb64 Compare September 5, 2024 00:26
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from c275c7a to b9fcf39 Compare September 27, 2024 19:48
@renovate renovate bot force-pushed the renovate/node-18.x branch from b9fcf39 to 1a68f52 Compare October 7, 2024 23:04
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 483f7f6 to 335f63a Compare October 23, 2024 07:59
@renovate renovate bot force-pushed the renovate/node-18.x branch 5 times, most recently from a194765 to 4b59d0d Compare November 3, 2024 06:51
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from cac33b8 to e9dbe31 Compare November 28, 2024 07:47
@renovate renovate bot force-pushed the renovate/node-18.x branch from e9dbe31 to 5016caf Compare December 11, 2024 12:00
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 590e4c4 to 6a98bfd Compare January 6, 2025 11:47
@renovate renovate bot force-pushed the renovate/node-18.x branch from 6a98bfd to 6dbd515 Compare January 16, 2025 01:50
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.

0 participants