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

Update node Docker tag to v19.9.0 #47

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

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Jan 7, 2023

This PR contains the following updates:

Package Type Update Change
node final minor 19.3.0-alpine -> 19.9.0-alpine
node stage minor 19.3.0-alpine -> 19.9.0-alpine

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

v19.8.1: 2023-03-15, Version 19.8.1 (Current), @​targos

Compare Source

Notable Changes

This release contains a single revert of a change that was introduced in v19.8.0
and introduced application crashes.

Fixes: #​47096

Commits
  • [f7c8aa4cf1] - Revert "vm: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) #​47101

v19.7.0: 2023-02-21, Version 19.7.0 (Current), @​MylesBorins

Compare Source

Notable Changes
  • [60a612607e] - deps: upgrade npm to 9.5.0 (npm team) #​46673
  • [7d6c27eab1] - deps: add ada as a dependency (Yagiz Nizipli) #​46410
  • [a79a8bf85a] - doc: add debadree25 to collaborators (Debadree Chatterjee) #​46716
  • [0c2c322ee6] - doc: add deokjinkim to collaborators (Deokjin Kim) #​46444
  • [9b23309f53] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #​46017
  • [8590eb4830] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #​46494
  • [164bfe82cc] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #​45038
  • [f3908411fd] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #​46583
  • [c34bac2fed] - (SEMVER-MINOR) src: allow blobs in addition to FILE*s in embedder snapshot API (Anna Henningsen) #​46491
  • [683a1f8f3e] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #​45888
  • [658d2f4710] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #​45888
  • [6801d3753c] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #​45888
  • [e77d538d32] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #​46368
  • [633d3f292d] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #​46273
  • [6119289251] - test_runner: add initial code coverage support (Colin Ihrig) #​46017
  • [a51fe3c663] - url: replace url-parser with ada (Yagiz Nizipli) #​46410
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

disabled

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 10c2a34 to 2fbf171 Compare January 25, 2023 21:30
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.4.0 Update node Docker tag to v19.5.0 Jan 25, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 2fbf171 to 8d5a632 Compare February 3, 2023 05:54
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.5.0 Update node Docker tag to v19.6.0 Feb 3, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 8d5a632 to 7e544ec Compare February 17, 2023 22:13
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.6.0 Update node Docker tag to v19.6.1 Feb 17, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 7e544ec to 4d6c7b6 Compare February 23, 2023 01:37
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.6.1 Update node Docker tag to v19.7.0 Feb 23, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 4d6c7b6 to 81077bb Compare March 16, 2023 23:13
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.7.0 Update node Docker tag to v19.8.1 Mar 16, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/node-19.x branch from 81077bb to 5838a7b Compare April 12, 2023 02:27
@mend-for-github-com mend-for-github-com bot changed the title Update node Docker tag to v19.8.1 Update node Docker tag to v19.9.0 Apr 12, 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.

0 participants