Skip to content

Commit fd742e2

Browse files
Bump eslint from 9.29.0 to 9.36.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.29.0...v9.36.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da9c35b commit fd742e2

1 file changed

Lines changed: 34 additions & 41 deletions

File tree

yarn.lock

Lines changed: 34 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@
203203
human-id "^4.1.1"
204204
prettier "^2.7.1"
205205

206-
"@eslint-community/eslint-utils@^4.2.0":
207-
version "4.7.0"
208-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
209-
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
206+
"@eslint-community/eslint-utils@^4.8.0":
207+
version "4.9.0"
208+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
209+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
210210
dependencies:
211211
eslint-visitor-keys "^3.4.3"
212212

@@ -215,31 +215,24 @@
215215
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
216216
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
217217

218-
"@eslint/config-array@^0.20.1":
219-
version "0.20.1"
220-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.1.tgz#454f89be82b0e5b1ae872c154c7e2f3dd42c3979"
221-
integrity sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==
218+
"@eslint/config-array@^0.21.0":
219+
version "0.21.0"
220+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636"
221+
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
222222
dependencies:
223223
"@eslint/object-schema" "^2.1.6"
224224
debug "^4.3.1"
225225
minimatch "^3.1.2"
226226

227-
"@eslint/config-helpers@^0.2.1":
228-
version "0.2.3"
229-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.3.tgz#39d6da64ed05d7662659aa7035b54cd55a9f3672"
230-
integrity sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==
231-
232-
"@eslint/core@^0.14.0":
233-
version "0.14.0"
234-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
235-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
236-
dependencies:
237-
"@types/json-schema" "^7.0.15"
227+
"@eslint/config-helpers@^0.3.1":
228+
version "0.3.1"
229+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
230+
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
238231

239-
"@eslint/core@^0.15.0":
240-
version "0.15.0"
241-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.0.tgz#8fc04709a7b9a179d9f7d93068fc000cb8c5603d"
242-
integrity sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==
232+
"@eslint/core@^0.15.2":
233+
version "0.15.2"
234+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
235+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
243236
dependencies:
244237
"@types/json-schema" "^7.0.15"
245238

@@ -258,22 +251,22 @@
258251
minimatch "^3.1.2"
259252
strip-json-comments "^3.1.1"
260253

261-
"@eslint/js@9.29.0":
262-
version "9.29.0"
263-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
264-
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
254+
"@eslint/js@9.36.0":
255+
version "9.36.0"
256+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef"
257+
integrity sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==
265258

266259
"@eslint/object-schema@^2.1.6":
267260
version "2.1.6"
268261
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
269262
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
270263

271-
"@eslint/plugin-kit@^0.3.1":
272-
version "0.3.2"
273-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.2.tgz#0cad96b134d23a653348e3342f485636b5ef4732"
274-
integrity sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==
264+
"@eslint/plugin-kit@^0.3.5":
265+
version "0.3.5"
266+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
267+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
275268
dependencies:
276-
"@eslint/core" "^0.15.0"
269+
"@eslint/core" "^0.15.2"
277270
levn "^0.4.1"
278271

279272
"@humanfs/core@^0.19.1":
@@ -998,18 +991,18 @@ eslint-visitor-keys@^4.2.1:
998991
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
999992

1000993
eslint@^9.29.0:
1001-
version "9.29.0"
1002-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.29.0.tgz#65e3db3b7e5a5b04a8af541741a0f3648d0a81a6"
1003-
integrity sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==
994+
version "9.36.0"
995+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.36.0.tgz#9cc5cbbfb9c01070425d9bfed81b4e79a1c09088"
996+
integrity sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==
1004997
dependencies:
1005-
"@eslint-community/eslint-utils" "^4.2.0"
998+
"@eslint-community/eslint-utils" "^4.8.0"
1006999
"@eslint-community/regexpp" "^4.12.1"
1007-
"@eslint/config-array" "^0.20.1"
1008-
"@eslint/config-helpers" "^0.2.1"
1009-
"@eslint/core" "^0.14.0"
1000+
"@eslint/config-array" "^0.21.0"
1001+
"@eslint/config-helpers" "^0.3.1"
1002+
"@eslint/core" "^0.15.2"
10101003
"@eslint/eslintrc" "^3.3.1"
1011-
"@eslint/js" "9.29.0"
1012-
"@eslint/plugin-kit" "^0.3.1"
1004+
"@eslint/js" "9.36.0"
1005+
"@eslint/plugin-kit" "^0.3.5"
10131006
"@humanfs/node" "^0.16.6"
10141007
"@humanwhocodes/module-importer" "^1.0.1"
10151008
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)