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 dependency @types/node to v20.10.2 #630

Merged
merged 1 commit into from
Dec 2, 2023
Merged

Update dependency @types/node to v20.10.2 #630

merged 1 commit into from
Dec 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.10.1 -> 20.10.2 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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.

Copy link
Contributor

github-actions bot commented Dec 1, 2023

diff

  • bar.txt (New)
  • foo.txt (Deleted)
  • rollout.yaml
  • service.yaml

bar.txt

--- /dev/null
+++ b/tests/fixtures/head/bar.txt
@@ -0,0 +1 @@
+New file.

foo.txt

--- a/tests/fixtures/base/foo.txt
+++ /dev/null
@@ -1 +0,0 @@
-This file will be deleted.

rollout.yaml

--- a/tests/fixtures/base/deployment.yaml
+++ b/tests/fixtures/head/rollout.yaml
@@ -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

--- a/tests/fixtures/base/service.yaml
+++ b/tests/fixtures/head/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 bot added changed and removed changed labels Dec 1, 2023
@renovate renovate bot merged commit c3adc57 into main Dec 2, 2023
1 check passed
@renovate renovate bot deleted the renovate/node branch December 2, 2023 00:48
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