Skip to content

Commit 66d359a

Browse files
authored
Merge pull request #229828 from Homebrew/bump-eslint-9.31.0
eslint 9.31.0
2 parents d10e12a + e92925c commit 66d359a

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.1.tgz"
5-
sha256 "cbc47991b05e8269f02d15221df001cc640b4c2b9f3898e800c8f7df930afce7"
4+
url "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz"
5+
sha256 "1b139eb0678939b6ed6ed82d1354d3c263a9954606b962959ef949eb0ee47556"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5652cc1ae38e7e72fc7af24176d51e3e51cb3db707b29038dbb65e8250f0cfe"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5652cc1ae38e7e72fc7af24176d51e3e51cb3db707b29038dbb65e8250f0cfe"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f5652cc1ae38e7e72fc7af24176d51e3e51cb3db707b29038dbb65e8250f0cfe"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7caed69c422aa01d3cecd53ea3f18b6085d6064185e58f74d1810f3629edc8f9"
14+
sha256 cellar: :any_skip_relocation, ventura: "7caed69c422aa01d3cecd53ea3f18b6085d6064185e58f74d1810f3629edc8f9"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f5652cc1ae38e7e72fc7af24176d51e3e51cb3db707b29038dbb65e8250f0cfe"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f5652cc1ae38e7e72fc7af24176d51e3e51cb3db707b29038dbb65e8250f0cfe"
1717
end
1818

1919
depends_on "node"

0 commit comments

Comments
 (0)