Skip to content

Commit 8750b8b

Browse files
authored
Merge pull request #228778 from Homebrew/bump-eslint-9.30.1
eslint 9.30.1
2 parents a7d9a6d + ffe02d9 commit 8750b8b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/e/eslint.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Eslint < Formula
22
desc "AST-based pattern checker for JavaScript"
33
homepage "https://eslint.org"
4-
url "https://registry.npmjs.org/eslint/-/eslint-9.30.0.tgz"
5-
sha256 "551a6553754de83ca3550853baa5cff163b0a86f39d83f21719ee39718f8c665"
4+
url "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz"
5+
sha256 "cbc47991b05e8269f02d15221df001cc640b4c2b9f3898e800c8f7df930afce7"
66
license "MIT"
77
head "https://github.com/eslint/eslint.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1b25b83cfe66de8d2207b01f0356f66b346a49c9515026cda47f2bfbc2deeb60"
14-
sha256 cellar: :any_skip_relocation, ventura: "1b25b83cfe66de8d2207b01f0356f66b346a49c9515026cda47f2bfbc2deeb60"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bf4c62ab5755303779bf14c34fc010255441e316c662b2c10be40cf82a1da044"
14+
sha256 cellar: :any_skip_relocation, ventura: "bf4c62ab5755303779bf14c34fc010255441e316c662b2c10be40cf82a1da044"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1"
1717
end
1818

1919
depends_on "node"

0 commit comments

Comments
 (0)