Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

chore(deps): update language & runtimes #1008

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
node final minor 21.1.0 -> 21.3.0 21.4.0
python image minor 3.11-alpine -> 3.12-alpine
python final minor 3.11-slim -> 3.12-slim

Release Notes

nodejs/node (node)

v21.3.0: 2023-11-30, Version 21.3.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
New --disable-warning flag

This version adds a new --disable-warning option that allows users to disable specific warnings either by code
(i.e. DEP0025) or type (i.e. DeprecationWarning, ExperimentalWarning).

This option works alongside existing --warnings and --no-warnings.

For example, the following script will not emit DEP0025 require('node:sys') when executed with
node --disable-warning=DEP0025:

import sys from 'node:sys';

Contributed by Ethan-Arrowood in #​50661

Update Root Certificates to NSS 3.95

This is the certdata.txt from NSS 3.95, released on 2023-11-16.

This is the version of NSS that will ship in Firefox 121 on
2023-12-19.

Certificates added:

  • TrustAsia Global Root CA G3
  • TrustAsia Global Root CA G4
  • CommScope Public Trust ECC Root-01
  • CommScope Public Trust ECC Root-02
  • CommScope Public Trust RSA Root-01
  • CommScope Public Trust RSA Root-02

Certificates removed:

  • Autoridad de Certificacion Firmaprofesional CIF A626340
Fast fs.writeFileSync with UTF-8 Strings

Enhanced writeFileSync functionality by implementing a highly efficient fast path primarily in C++ for UTF8-encoded string data.
Additionally, optimized the appendFileSync method by leveraging the improved writeFileSync functionality.
For simplicity and performance considerations, the current implementation supports only string data,
as benchmark results raise concerns about the efficacy of using Buffer for this purpose.
Future optimizations and expansions may be explored, but for now, the focus is on maximizing efficiency for string data operations.

Contributed by CanadaHonk in #​49884.

Other Notable Changes
  • [c7a7493ca2] - (SEMVER-MINOR) module: bootstrap module loaders in shadow realm (Chengzhong Wu) #​48655
  • [bc3f7b5401] - (SEMVER-MINOR) module: remove useCustomLoadersIfPresent flag (Chengzhong Wu) #​48655
  • [aadff07e59] - (SEMVER-MINOR) src: create per isolate proxy env template (Chengzhong Wu) #​48655
  • [91aa9dd23a] - (SEMVER-MINOR) src: create fs_dir per isolate properties (Chengzhong Wu) #​48655
  • [5c5834190a] - (SEMVER-MINOR) src: create worker per isolate properties (Chengzhong Wu) #​48655
  • [4a1ce45181] - (SEMVER-MINOR) src: make process binding data weak (Chengzhong Wu) #​48655
Commits

Configuration

📅 Schedule: Branch creation - "after 11am every 2 weeks on Saturday" in timezone America/Los_Angeles, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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-bot renovate-bot requested a review from a team as a code owner November 25, 2023 20:04
@forking-renovate forking-renovate bot added the semver: minor A new feature was added. No breaking changes. label Nov 25, 2023
@github-actions github-actions bot added component: website Related to the application frontend. component: content-api Related to the Content API. ignore-for-release and removed ignore-for-release labels Nov 25, 2023
@renovate-bot renovate-bot changed the title chore(deps): update language & runtimes chore(deps): update node.js to v21.2.0 Nov 29, 2023
@renovate-bot renovate-bot changed the title chore(deps): update node.js to v21.2.0 chore(deps): update language & runtimes Dec 1, 2023
@renovate-bot renovate-bot changed the title chore(deps): update language & runtimes chore(deps): update node.js to v21.2.0 Dec 1, 2023
@renovate-bot renovate-bot changed the title chore(deps): update node.js to v21.2.0 chore(deps): update language & runtimes Dec 3, 2023
@pattishin
Copy link
Collaborator

/gcbrun

@pattishin pattishin merged commit 00481c0 into GoogleCloudPlatform:main Dec 7, 2023
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: content-api Related to the Content API. component: website Related to the application frontend. ignore-for-release semver: minor A new feature was added. No breaking changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants