Skip to content

chore(deps): update node to v24#1378

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-node
Open

chore(deps): update node to v24#1378
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-node

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
@tsconfig/node20 (source) → @tsconfig/node24 replacement 2024
@tsconfig/node20 (source) → @tsconfig/node24 devDependencies replacement 20.1.924.0.3
@types/node (source) devDependencies major 20.19.3924.12.2 24.12.3 age confidence
node (source) major 2024 age confidence
node (source) major v20.20.224.15.0 age confidence

This is a special PR that replaces @tsconfig/node20 with the community suggested minimal stable replacement version.


Release Notes

nodejs/node (node)

v24.15.0

Compare Source

v24.14.1

Compare Source

v24.14.0

Compare Source

v24.13.1

Compare Source

v24.13.0: 2026-01-13, Version 24.13.0 'Krypton' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits

v24.11.1

Compare Source

v24.11.0

Compare Source

v24.10.0: 2025-10-08, Version 24.10.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [31bb476895] - (SEMVER-MINOR) console: allow per-stream inspectOptions option (Anna Henningsen) #​60082
  • [3b92be2fb8] - (SEMVER-MINOR) lib: remove util.getCallSite (Rafael Gonzaga) #​59980
  • [18c79d9e1c] - (SEMVER-MINOR) sqlite: create authorization api (Guilherme Araújo) #​59928
Commits

v24.9.0: 2025-09-25, Version 24.9.0 (Current), @​targos

Compare Source

Notable Changes
  • [9b043a9096] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [a6456ab90a] - (SEMVER-MINOR) sqlite: cleanup ERM support and export Session class (James M Snell) #​58378
  • [5563361d22] - (SEMVER-MINOR) sqlite: add tagged template (0hm☘️) #​58748
  • [04013ee933] - (SEMVER-MINOR) worker: add heap profile API (theanarkh) #​59846
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 8am on Saturday,before 8am on Sunday"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

e2e-test (directory)

5 files changed:

  • A bar.txt
  • D foo.txt
  • R(100%) httproute.yaml
  • R(57%) rollout.yaml
  • M service.yaml

1 added A, 1 deleted D, 1 renamed (identical) R(100%), 1 renamed (similar) R(~99%), 1 modified M

Diff

bar.txt

@@ -0,0 +1 @@
+New file.

foo.txt

@@ -1 +0,0 @@
-This file will be deleted.

httproute.yaml

--- gateway.yaml
+++ httproute.yaml (100%)

rollout.yaml

--- deployment.yaml
+++ rollout.yaml (57%)
@@ -1,5 +1,5 @@
-apiVersion: apps/v1
-kind: Deployment
+apiVersion: argoproj.io/v1alpha1
+kind: Rollout
 metadata:
   name: envoy
 spec:
@@ -13,4 +13,8 @@ spec:
         app.kubernetes.io/name: envoy
     spec:
       containers:
-        - image: envoyproxy/envoy:v1.17-latest
+        - image: envoyproxy/envoy:v1.18-latest
+  strategy:
+    canary:
+      maxUnavailable: 0
+      maxSurge: 1

service.yaml

@@ -7,5 +7,5 @@ spec:
       app.kubernetes.io/name: echoserver
   ports:
   - protocol: TCP
-    port: 80
-    targetPort: 80
+    port: 443
+    targetPort: 443

GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

e2e-test (file)

1 file changed:

  • M service.yaml

1 modified M

Diff

service.yaml

@@ -7,5 +7,5 @@ spec:
       app.kubernetes.io/name: echoserver
   ports:
   - protocol: TCP
-    port: 80
-    targetPort: 80
+    port: 443
+    targetPort: 443

GitHub Actions

@github-actions github-actions Bot removed the changed label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

e2e-test (no-diff)

@renovate renovate Bot force-pushed the renovate/major-node branch from 7dd9273 to 4f34971 Compare May 9, 2026 17:31
@github-actions github-actions Bot added changed and removed changed labels May 9, 2026
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.

1 participant