Skip to content

chore(deps): update dependency node to v18.17.0#1063

Merged
thomasrockhu-codecov merged 1 commit intomainfrom
renovate/node-18.x
Aug 1, 2023
Merged

chore(deps): update dependency node to v18.17.0#1063
thomasrockhu-codecov merged 1 commit intomainfrom
renovate/node-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node minor 18.16.0 -> 18.17.0 age adoption passing confidence
node volta minor 18.16.0 -> 18.17.0 age adoption passing confidence
@types/node (source) devDependencies minor 18.16.9 -> 18.17.1 age adoption passing confidence

Release Notes

nodejs/node (node)

v18.17.0: 2023-07-18, Version 18.17.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable Changes
Ada 2.0

Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.

Contributed by Yagiz Nizipli and Daniel Lemire in #​47339

Web Crypto API

Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.

Contributed by Filip Skokan in #​46067

  • crypto:
    • update root certificates to NSS 3.89 (Node.js GitHub Bot) #​47659
  • dns:
    • (SEMVER-MINOR) expose getDefaultResultOrder (btea) #​46973
  • doc:
    • add ovflowd to collaborators (Claudio Wunder) #​47844
    • add KhafraDev to collaborators (Matthew Aitken) #​47510
  • events:
    • (SEMVER-MINOR) add getMaxListeners method (Matthew Aitken) #​47039
  • fs:
    • (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #​47084
    • (SEMVER-MINOR) add recursive option to readdir and opendir (Ethan Arrowood) #​41439
    • (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #​47084
    • (SEMVER-MINOR) implement byob mode for readableWebStream() (Debadree Chatterjee) #​46933
  • http:
    • (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #​47732
    • (SEMVER-MINOR) remove internal error in assignSocket (Matteo Collina) #​47723
    • (SEMVER-MINOR) add highWaterMark opt in http.createServer (HinataKah0) #​47405
  • lib:
    • (SEMVER-MINOR) add webstreams to Duplex.from() (Debadree Chatterjee) #​46190
    • (SEMVER-MINOR) implement AbortSignal.any() (Chemi Atlow) #​47821
  • module:
    • change default resolver to not throw on unknown scheme (Gil Tayar) #​47824
  • node-api:
    • (SEMVER-MINOR) define version 9 (Chengzhong Wu) #​48151
    • (SEMVER-MINOR) deprecate napi_module_register (Vladimir Morozov) #​46319
  • stream:
    • (SEMVER-MINOR) preserve object mode in compose (Raz Luvaton) #​47413
    • (SEMVER-MINOR) add setter & getter for default highWaterMark (#​46929) (Robert Nagy) #​46929
  • test:
    • unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #​48078
  • test_runner:
    • (SEMVER-MINOR) add shorthands to test (Chemi Atlow) #​47909
    • (SEMVER-MINOR) support combining coverage reports (Colin Ihrig) #​47686
    • (SEMVER-MINOR) execute before hook on test (Chemi Atlow) #​47586
    • (SEMVER-MINOR) expose reporter for use in run api (Chemi Atlow) #​47238
  • tools:
    • update LICENSE and license-builder.sh (Santiago Gimeno) #​48078
  • url:
    • (SEMVER-MINOR) implement URL.canParse (Matthew Aitken) #​47179
  • wasi:
    • (SEMVER-MINOR) no longer require flag to enable wasi (Michael Dawson) #​47286
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 requested a review from a team as a code owner May 19, 2023 05:15
@codecov
Copy link
Copy Markdown

codecov bot commented May 19, 2023

Codecov Report

Merging #1063 (941c2d2) into main (935dffa) will decrease coverage by 0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1063      +/-   ##
==========================================
- Coverage   92.47%   92.39%   -0.08%     
==========================================
  Files          36       36              
  Lines        1342     1342              
  Branches      272      272              
==========================================
- Hits         1241     1240       -1     
- Misses         69       70       +1     
  Partials       32       32              
Flag Coverage Δ
aarch64 92.39% <ø> (ø)
aarch64-without-git 92.39% <ø> (ø)
alpine 92.39% <ø> (ø)
alpine-proxy 92.39% <ø> (ø)
alpine-without-git 92.39% <ø> (ø)
linux 92.39% <ø> (ø)
linux-without-git 92.39% <ø> (ø)
macos 92.39% <ø> (ø)
macos-without-git 92.39% <ø> (ø)
windows ?
windows-without-git ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/node-18.x branch from f60dd08 to ba00f27 Compare May 19, 2023 21:20
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.10 chore(deps): update dependency @types/node to v18.16.12 May 19, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from ba00f27 to 5c0a439 Compare May 21, 2023 15:55
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.12 chore(deps): update dependency @types/node to v18.16.13 May 21, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 5c0a439 to f2dffa2 Compare May 24, 2023 23:48
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.13 chore(deps): update dependency @types/node to v18.16.14 May 24, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from f2dffa2 to 2d5689a Compare May 28, 2023 20:58
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.14 chore(deps): update dependency @types/node to v18.16.15 May 28, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 2d5689a to 6fd9daf Compare May 30, 2023 15:37
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.15 chore(deps): update dependency @types/node to v18.16.16 May 30, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from 6fd9daf to 32f1276 Compare May 30, 2023 16:19
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.16 chore(deps): update dependency @types/node to v18.16.17 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from b219d9e to a8b7e93 Compare June 16, 2023 03:17
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.17 chore(deps): update dependency @types/node to v18.16.18 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 5 times, most recently from 495302a to ce3fdb3 Compare June 20, 2023 15:26
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.18 chore(deps): update node.js to v18.16.1 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 788ba43 to 5eba212 Compare June 23, 2023 22:39
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from 3091dfe to e8d5423 Compare July 6, 2023 12:36
@renovate renovate bot changed the title chore(deps): update node.js to v18.16.1 chore(deps): update dependency node to v18.16.1 Jul 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency node to v18.16.1 chore(deps): update dependency node to v18.17.0 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/node-18.x branch from e8d5423 to ed745e1 Compare July 18, 2023 23:24
@renovate renovate bot force-pushed the renovate/node-18.x branch 4 times, most recently from 1be38ef to 3f6368a Compare July 25, 2023 13:17
@renovate renovate bot force-pushed the renovate/node-18.x branch from 3f6368a to 60fd338 Compare July 28, 2023 21:42
@thomasrockhu-codecov thomasrockhu-codecov enabled auto-merge (squash) August 1, 2023 15:40
@renovate renovate bot force-pushed the renovate/node-18.x branch from 60fd338 to f2bba3f Compare August 1, 2023 15:43
@renovate renovate bot force-pushed the renovate/node-18.x branch 2 times, most recently from ed09f15 to 5cfe1ba Compare August 1, 2023 15:59
@renovate renovate bot force-pushed the renovate/node-18.x branch from 5cfe1ba to 941c2d2 Compare August 1, 2023 16:06
@thomasrockhu-codecov thomasrockhu-codecov merged commit 40b6a27 into main Aug 1, 2023
@thomasrockhu-codecov thomasrockhu-codecov deleted the renovate/node-18.x branch August 1, 2023 16:12
thomasrockhu-codecov pushed a commit that referenced this pull request Aug 1, 2023
* chore(deps): update dependency node to v18.17.0 (#1063)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency fast-glob to v3.3.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@drazisil-codecov drazisil-codecov mentioned this pull request Aug 7, 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.

1 participant