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.11.13 #678

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.11.11 -> 20.11.13 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

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 Jan 31, 2024
@int128-renovate-merge-bot int128-renovate-merge-bot bot merged commit 95401ab into main Jan 31, 2024
1 check passed
@int128-renovate-merge-bot int128-renovate-merge-bot bot deleted the renovate/node branch January 31, 2024 03:06
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