From a8bdeeaba1114e179ad213503e97b8885dcfc61b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:50:09 +0000 Subject: [PATCH] chore(deps): update dependency aspect_rules_lint to v1.0.8 --- js/private/dev_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/private/dev_deps.bzl b/js/private/dev_deps.bzl index 019ba037d..aaece0eaf 100644 --- a/js/private/dev_deps.bzl +++ b/js/private/dev_deps.bzl @@ -37,9 +37,9 @@ def rules_js_dev_dependencies(): http_archive( name = "aspect_rules_lint", - sha256 = "7d5feef9ad85f0ba78cc5757a9478f8fa99c58a8cabc1660d610b291dc242e9b", - strip_prefix = "rules_lint-1.0.2", - url = "https://github.com/aspect-build/rules_lint/releases/download/v1.0.2/rules_lint-v1.0.2.tar.gz", + sha256 = "93ed7039eeb4c1dc4c5a1fe4ef0d0b489eaa46baa956b0cfec3f417878c2d72a", + strip_prefix = "rules_lint-1.0.8", + url = "https://github.com/aspect-build/rules_lint/releases/download/v1.0.8/rules_lint-v1.0.8.tar.gz", ) http_archive(