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 eslint to v6.20.0 #676

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Update eslint to v6.20.0 #676

merged 1 commit into from
Jan 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 6.19.1 -> 6.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.1 -> 6.20.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 these updates 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 29, 2024
@int128-renovate-merge-bot int128-renovate-merge-bot bot merged commit faab63a into main Jan 29, 2024
1 check passed
@int128-renovate-merge-bot int128-renovate-merge-bot bot deleted the renovate/eslint branch January 29, 2024 21:03
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