From 77c6bb20ca5ad60d3ba527b53d52756943c9d8b0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:35:18 +0000 Subject: [PATCH 1/2] eslint 9.15.0 --- Formula/e/eslint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index 3200cdc2bacf1..d295e801536fe 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -1,8 +1,8 @@ class Eslint < Formula desc "AST-based pattern checker for JavaScript" homepage "https://eslint.org" - url "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz" - sha256 "9f9db5976b508c2ece3a3563d6cc2c0d7fad81b0a18661cf3d007b29a1df6893" + url "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz" + sha256 "8a400a3c6ac4cadaed2d7c2656ca4ac2d98722ddaf5d8e615670b72557b4e77e" license "MIT" bottle do From 13b8f04efd7243d0dcdec7a8f6cf9d0588db9a0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:39:44 +0000 Subject: [PATCH 2/2] eslint: update 9.15.0 bottle. --- Formula/e/eslint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/e/eslint.rb b/Formula/e/eslint.rb index d295e801536fe..4d6a97451a4b5 100644 --- a/Formula/e/eslint.rb +++ b/Formula/e/eslint.rb @@ -6,12 +6,12 @@ class Eslint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" - sha256 cellar: :any_skip_relocation, sonoma: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5" - sha256 cellar: :any_skip_relocation, ventura: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" + sha256 cellar: :any_skip_relocation, sonoma: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b" + sha256 cellar: :any_skip_relocation, ventura: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe" end depends_on "node"