From 26316c21179700ab74257cd312a1636cf4359c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:17:16 +0000 Subject: [PATCH] :arrow_up: Bump hermes-eslint from 0.23.1 to 0.26.0 Bumps [hermes-eslint](https://github.com/facebook/hermes) from 0.23.1 to 0.26.0. - [Release notes](https://github.com/facebook/hermes/releases) - [Commits](https://github.com/facebook/hermes/commits) --- updated-dependencies: - dependency-name: hermes-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index a2c8bb3a6..37f5ee263 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-ft-flow": "3.0.11", "eslint-plugin-immutable": "1.0.0", "flow-bin": "^0.257.0", - "hermes-eslint": "0.23.1", + "hermes-eslint": "0.26.0", "husky": "9.1.7", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", diff --git a/yarn.lock b/yarn.lock index 126d6cb83..12b755df1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2990,26 +2990,26 @@ hasown@^2.0.2: dependencies: function-bind "^1.1.2" -hermes-eslint@0.23.1: - version "0.23.1" - resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.23.1.tgz#e0801e58bd4a70f01b0b0659805f315ab7ea6691" - integrity sha512-DaEpbJobK1KwpTSXrPIKkHs2h+B+RTw2F1g9S70tjtJ14a3zM+2gPVUtc8xyffQqRJ6tPfs+/zRKwV17lwDvqA== +hermes-eslint@0.26.0: + version "0.26.0" + resolved "https://registry.yarnpkg.com/hermes-eslint/-/hermes-eslint-0.26.0.tgz#6ddb163be55a81067751c8aa02fcfa86ebc8c527" + integrity sha512-SLMolASQQThPQ372LkA1z0GOSUtJ8LOsLolQnvskRiVfnoU+pVlR69cD75q3aEAncVGoAw+ZX+fFpMsBmVj0Gg== dependencies: esrecurse "^4.3.0" - hermes-estree "0.23.1" - hermes-parser "0.23.1" + hermes-estree "0.26.0" + hermes-parser "0.26.0" -hermes-estree@0.23.1: - version "0.23.1" - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.23.1.tgz#d0bac369a030188120ee7024926aabe5a9f84fdb" - integrity sha512-eT5MU3f5aVhTqsfIReZ6n41X5sYn4IdQL0nvz6yO+MMlPxw49aSARHLg/MSehQftyjnrE8X6bYregzSumqc6cg== +hermes-estree@0.26.0: + version "0.26.0" + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.26.0.tgz#70da6d2e7131ec2693dac8e596e76957c4ce76ef" + integrity sha512-If1T7lhfXnGlVLbnsmwerNB5cyJm2oIE8TN1UKEq6/OUX1nOGUhjXMpqAwZ1wkkn9Brda0VRyJEWOGT2GgVcAQ== -hermes-parser@0.23.1: - version "0.23.1" - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205" - integrity sha512-oxl5h2DkFW83hT4DAUJorpah8ou4yvmweUzLJmmr6YV2cezduCdlil1AvU/a/xSsAFo4WUcNA4GoV5Bvq6JffA== +hermes-parser@0.26.0: + version "0.26.0" + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.26.0.tgz#4968f8ad923a8064a65d0c1e037d754fd3a45c66" + integrity sha512-fWT40jJ/BtlzuyiiQS7lzNIlB5h6flVZoN8Jn8v5l987HL5dK9s+/4+py0FaBmeIEROC2zxt5qMLwXFTPLQ7BA== dependencies: - hermes-estree "0.23.1" + hermes-estree "0.26.0" html-escaper@^2.0.0: version "2.0.2"