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 #64

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 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.80 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-dlq-service-pr-64-preview

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.10 chore(deps): update dependency @types/node to v18.11.11 Dec 5, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from a7972c5 to c768b96 Compare December 8, 2022 20:38
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.11 chore(deps): update dependency @types/node to v18.11.12 Dec 8, 2022
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.12 chore(deps): update dependency @types/node to v18.11.13 Dec 10, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from ed158ca to 075e600 Compare December 13, 2022 06:10
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.13 chore(deps): update dependency @types/node to v18.11.14 Dec 13, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from 075e600 to e7c1667 Compare December 13, 2022 23:45
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.14 chore(deps): update dependency @types/node to v18.11.15 Dec 13, 2022
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.15 chore(deps): update dependency @types/node to v18.11.16 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from e7c1667 to a061d20 Compare December 16, 2022 23:13
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.16 Update dependency @types/node to v18.11.16 Dec 17, 2022
@renovate renovate bot changed the title Update dependency @types/node to v18.11.16 chore(deps): update dependency @types/node to v18.11.16 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.16 chore(deps): update dependency @types/node to v18.11.17 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from a061d20 to d7f4c3d Compare December 17, 2022 21:52
@renovate renovate bot force-pushed the renovate/node-18.x branch from d7f4c3d to 0e912cd Compare December 26, 2022 19:51
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.11.17 chore(deps): update dependency @types/node to v18.11.18 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/node-18.x branch from 0e912cd to 1f970ee Compare January 6, 2023 22:23
@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 1f970ee to fba3810 Compare March 16, 2023 20:04
@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 6 times, most recently from ea9a484 to 1895106 Compare March 26, 2023 16:18
@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 from 4803a07 to deca96f Compare October 7, 2024 22:58
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 4748add to 8921a4d Compare October 23, 2024 07:26
@renovate renovate bot force-pushed the renovate/node-18.x branch 5 times, most recently from b93fe6a to 446f3da Compare November 3, 2024 09:04
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from cb0cfef to 3e61a32 Compare November 28, 2024 07:48
@renovate renovate bot force-pushed the renovate/node-18.x branch from 3e61a32 to d95fc1b Compare December 11, 2024 10:06
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 094d0da to d3a732d Compare January 6, 2025 12:02
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from ede34cd to e64acef Compare January 23, 2025 01:42
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 30a88bd to 929a001 Compare January 23, 2025 08:33
@renovate renovate bot force-pushed the renovate/node-18.x branch from 929a001 to 0a07698 Compare February 4, 2025 08:38
@renovate renovate bot force-pushed the renovate/node-18.x branch from 0a07698 to 7be38da Compare February 13, 2025 22:37
@renovate renovate bot changed the title chore(deps): update node.js to v18.16.0 chore(deps): update dependency @types/node to v18.19.76 Feb 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.19.76 chore(deps): update dependency @types/node to v18.19.78 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 230d396 to 71415d2 Compare March 3, 2025 17:52
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.19.78 chore(deps): update node.js to v18.16.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/node-18.x branch from 71415d2 to 92e00d1 Compare March 3, 2025 22:13
@renovate renovate bot force-pushed the renovate/node-18.x branch from 92e00d1 to 6a34dbc Compare March 8, 2025 10:03
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