From 241ea0601019747131ddd93fe9fac5af7121db54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 04:47:15 +0000 Subject: [PATCH] deno-lint: Update to version 0.83.0 --- bucket/deno-lint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno-lint.json b/bucket/deno-lint.json index d883fd634a..85e7275fb7 100644 --- a/bucket/deno-lint.json +++ b/bucket/deno-lint.json @@ -1,5 +1,5 @@ { - "version": "0.82.0", + "version": "0.83.0", "description": "Blazing fast linter for JavaScript and TypeScript written in Rust", "homepage": "https://docs.deno.com/lint/", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/denoland/deno_lint/releases/download/0.82.0/dlint-x86_64-pc-windows-msvc.zip", - "hash": "830aea98ac2b177f3805aaf9b28ee87a64c85b7cd4df5d1a76e74b5b6c8f8876" + "url": "https://github.com/denoland/deno_lint/releases/download/0.83.0/dlint-x86_64-pc-windows-msvc.zip", + "hash": "e6d117e47710c968b60fbf46a05471f34278a9900585986e4a9f5e276cc6ae12" } }, "bin": "dlint.exe",