Skip to content

chore(deps): update dependency node to v18 - abandoned - #6

Open
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/node-18.x
Open

chore(deps): update dependency node to v18 - abandoned#6
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/node-18.x

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node major 14 -> 18
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 - "after 6am and before 10am on monday" (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 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 added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@renovate renovate Bot changed the title chore(deps): update node.js to v18 chore(deps): update dependency node to v18 Jul 9, 2023
@renovate
renovate Bot force-pushed the renovate/node-18.x branch from 55e1fb6 to c19de44 Compare August 9, 2023 12:06
@github-actions

github-actions Bot commented Aug 9, 2023

Copy link
Copy Markdown

Images automagically compressed by Calibre's image-actions

Compression reduced images by 9.7%, saving 81.14 KB.

Filename Before After Improvement Visual comparison
template/public/img/uploads/337371531_897390284804619_7386424431816255570_n.jpeg 255.83 KB 253.09 KB -1.1% View diff
template/public/img/uploads/346347452_830674371818569_1807864286501594730_n.jpeg 230.94 KB 228.21 KB -1.2% View diff
template/public/img/uploads/artesanal.jpg 135.15 KB 106.97 KB -20.9% View diff
template/public/img/uploads/carteiras-dafna-colorido.jpg 165.20 KB 130.84 KB -20.8% View diff
template/public/img/uploads/dafna-logo.png 15.85 KB 12.71 KB -19.9% View diff
template/public/img/uploads/logo-transpar.png 34.23 KB 24.24 KB -29.2% View diff

52 images did not require optimisation.

@renovate

renovate Bot commented Aug 9, 2023

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate Bot changed the title chore(deps): update dependency node to v18 chore(deps): update dependency node to v18 - abandoned Oct 24, 2023
@renovate

renovate Bot commented Oct 24, 2023

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants