Skip to content

Commit 6eef3da

Browse files
chore(deps): update dependency eslint to v8.35.0 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af3b945 commit 6eef3da

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "5.44.0",
5252
"@typescript-eslint/parser": "5.44.0",
5353
"@vercel/ncc": "0.36.1",
54-
"eslint": "8.34.0",
54+
"eslint": "8.35.0",
5555
"eslint-config-algolia": "20.1.0",
5656
"eslint-config-prettier": "8.6.0",
5757
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@
327327
esquery "^1.4.0"
328328
jsdoc-type-pratt-parser "~3.1.0"
329329

330-
"@eslint/eslintrc@^1.4.1":
331-
version "1.4.1"
332-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
333-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
330+
"@eslint/eslintrc@^2.0.0":
331+
version "2.0.0"
332+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
333+
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
334334
dependencies:
335335
ajv "^6.12.4"
336336
debug "^4.3.2"
@@ -342,6 +342,11 @@
342342
minimatch "^3.1.2"
343343
strip-json-comments "^3.1.1"
344344

345+
346+
version "8.35.0"
347+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
348+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
349+
345350
"@gar/promisify@^1.0.1":
346351
version "1.1.2"
347352
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
@@ -2597,12 +2602,13 @@ eslint-visitor-keys@^3.3.0:
25972602
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
25982603
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25992604

2600-
eslint@8.34.0:
2601-
version "8.34.0"
2602-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
2603-
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
2605+
eslint@8.35.0:
2606+
version "8.35.0"
2607+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
2608+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
26042609
dependencies:
2605-
"@eslint/eslintrc" "^1.4.1"
2610+
"@eslint/eslintrc" "^2.0.0"
2611+
"@eslint/js" "8.35.0"
26062612
"@humanwhocodes/config-array" "^0.11.8"
26072613
"@humanwhocodes/module-importer" "^1.0.1"
26082614
"@nodelib/fs.walk" "^1.2.8"
@@ -2616,7 +2622,7 @@ [email protected]:
26162622
eslint-utils "^3.0.0"
26172623
eslint-visitor-keys "^3.3.0"
26182624
espree "^9.4.0"
2619-
esquery "^1.4.0"
2625+
esquery "^1.4.2"
26202626
esutils "^2.0.2"
26212627
fast-deep-equal "^3.1.3"
26222628
file-entry-cache "^6.0.1"
@@ -2663,6 +2669,13 @@ esquery@^1.4.0:
26632669
dependencies:
26642670
estraverse "^5.1.0"
26652671

2672+
esquery@^1.4.2:
2673+
version "1.4.2"
2674+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
2675+
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
2676+
dependencies:
2677+
estraverse "^5.1.0"
2678+
26662679
esrecurse@^4.3.0:
26672680
version "4.3.0"
26682681
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"

0 commit comments

Comments
 (0)