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 dependency node to v18 - autoclosed #109

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node major v16 -> 18 age adoption passing confidence
@types/node (source) devDependencies major ^16.7.13 -> ^18.0.0 age adoption passing confidence
@types/node (source) dependencies major ^16.7.13 -> ^18.0.0 age adoption passing confidence

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 - 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.

@renovate renovate bot changed the title chore(deps): update node.js to v18 Update Node.js to v18 Dec 17, 2022
@renovate renovate bot changed the title Update Node.js to v18 chore(deps): update node.js to v18 Dec 17, 2022
@changeset-bot
Copy link

changeset-bot bot commented Jan 6, 2023

⚠️ No Changeset found

Latest commit: 709f76d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Jan 24, 2023

Deploy Preview for react-collapsed failed.

Name Link
🔨 Latest commit 709f76d
🔍 Latest deploy log https://app.netlify.com/sites/react-collapsed/deploys/6536f69cb1897f0008e12e24

@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from b0d890a to f5c1df4 Compare January 24, 2023 16:43
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 7985a1e to d24c10f Compare March 29, 2023 04:10
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 9865e45 to 3568282 Compare April 9, 2023 22:26
@renovate renovate bot changed the title chore(deps): update node.js to v18 Update Node.js to v18 Apr 9, 2023
@renovate renovate bot changed the title Update Node.js to v18 Update dependency node to v18 Jul 10, 2023
@renovate renovate bot changed the title Update dependency node to v18 chore(deps): update dependency node to v18 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 3 times, most recently from 5bdbe70 to 2295cdf Compare July 18, 2023 16:28
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 13091aa to 604246b Compare October 16, 2023 19:44
@renovate renovate bot changed the title chore(deps): update dependency node to v18 chore(deps): update dependency node to v18 - autoclosed Oct 24, 2023
@renovate renovate bot closed this Oct 24, 2023
@renovate renovate bot deleted the renovate/node-18.x branch October 24, 2023 02:37
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.

None yet

0 participants