Skip to content

Commit c4342a7

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v9.22.0
1 parent 9c138bf commit c4342a7

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "19.8.0",
4040
"@commitlint/config-angular": "19.8.0",
41-
"eslint": "9.21.0",
41+
"eslint": "9.22.0",
4242
"eslint-config-airbnb-base": "15.0.0",
4343
"eslint-plugin-import": "2.31.0",
4444
"husky": "9.1.7",

yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@
203203
debug "^4.3.1"
204204
minimatch "^3.1.2"
205205

206+
"@eslint/config-helpers@^0.1.0":
207+
version "0.1.0"
208+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
209+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
210+
206211
"@eslint/core@^0.12.0":
207212
version "0.12.0"
208213
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -225,10 +230,10 @@
225230
minimatch "^3.1.2"
226231
strip-json-comments "^3.1.1"
227232

228-
"@eslint/js@9.21.0":
229-
version "9.21.0"
230-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
231-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
233+
"@eslint/js@9.22.0":
234+
version "9.22.0"
235+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
236+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
232237

233238
"@eslint/object-schema@^2.1.6":
234239
version "2.1.6"
@@ -1650,10 +1655,10 @@ [email protected]:
16501655
string.prototype.trimend "^1.0.8"
16511656
tsconfig-paths "^3.15.0"
16521657

1653-
eslint-scope@^8.2.0:
1654-
version "8.2.0"
1655-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
1656-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
1658+
eslint-scope@^8.3.0:
1659+
version "8.3.0"
1660+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
1661+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
16571662
dependencies:
16581663
esrecurse "^4.3.0"
16591664
estraverse "^5.2.0"
@@ -1673,17 +1678,18 @@ eslint-visitor-keys@^4.2.0:
16731678
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
16741679
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
16751680

1676-
eslint@9.21.0:
1677-
version "9.21.0"
1678-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
1679-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
1681+
eslint@9.22.0:
1682+
version "9.22.0"
1683+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
1684+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
16801685
dependencies:
16811686
"@eslint-community/eslint-utils" "^4.2.0"
16821687
"@eslint-community/regexpp" "^4.12.1"
16831688
"@eslint/config-array" "^0.19.2"
1689+
"@eslint/config-helpers" "^0.1.0"
16841690
"@eslint/core" "^0.12.0"
16851691
"@eslint/eslintrc" "^3.3.0"
1686-
"@eslint/js" "9.21.0"
1692+
"@eslint/js" "9.22.0"
16871693
"@eslint/plugin-kit" "^0.2.7"
16881694
"@humanfs/node" "^0.16.6"
16891695
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1695,7 +1701,7 @@ [email protected]:
16951701
cross-spawn "^7.0.6"
16961702
debug "^4.3.2"
16971703
escape-string-regexp "^4.0.0"
1698-
eslint-scope "^8.2.0"
1704+
eslint-scope "^8.3.0"
16991705
eslint-visitor-keys "^4.2.0"
17001706
espree "^10.3.0"
17011707
esquery "^1.5.0"

0 commit comments

Comments
 (0)