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 v19.9.0 #8

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Type Update Change
node (source) minor 19.7.0 -> 19.9.0
node final minor 19.7.0 -> 19.9.0

Release Notes

nodejs/node (node)

v19.9.0: 2023-04-10, Version 19.9.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
Tracing Channel in diagnostic_channel

TracingChannel adds a new, high-performance channel to publish tracing data about the timing and purpose of function executions.

Contributed by Stephen Belanger in #​44943

New URL.canParse API

A new API was added to the URL. URL.canParse checks if an input with an optional base value can be parsed correctly
according to WHATWG URL specification.

const isValid = URL.canParse('/foo', 'https://example.org/'); // true
const isNotValid = URL.canParse('/foo'); // false

Contributed by Khafra in #​47179

Other notable changes

events:

  • (SEMVER-MINOR) add getMaxListeners method (Khafra) #​47039
    msi:
  • (SEMVER-MINOR) migrate to WiX4 (Stefan Stojanovic) #​45943
    node-api:
  • (SEMVER-MINOR) deprecate napi_module_register (Vladimir Morozov) #​46319
    stream:
  • (SEMVER-MINOR) add setter & getter for default highWaterMark (Robert Nagy) #​46929
    test_runner:
  • (SEMVER-MINOR) expose reporter for use in run api (Chemi Atlow) #​47238
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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/node.js branch 6 times, most recently from b05b9b4 to b0b428d Compare March 24, 2023 03:27
@renovate renovate bot force-pushed the renovate/node.js branch from b0b428d to e9f1c7f Compare April 11, 2023 01:43
@renovate renovate bot changed the title chore(deps): update node.js to v19.8.1 chore(deps): update node.js Apr 11, 2023
@renovate renovate bot force-pushed the renovate/node.js branch from e9f1c7f to b5fcf65 Compare April 11, 2023 22:36
@renovate renovate bot changed the title chore(deps): update node.js chore(deps): update node.js to v19.9.0 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/node.js branch 4 times, most recently from 931cf12 to 748fbcf Compare April 12, 2023 23:39
@renovate renovate bot force-pushed the renovate/node.js branch 8 times, most recently from c945ee6 to 476a6e2 Compare May 5, 2023 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants