Skip to content

Commit 38f8c45

Browse files
committed
chore(deps): update dependency eslint to ^9.12.0
1 parent 4b36b3b commit 38f8c45

File tree

2 files changed

+47
-41
lines changed

2 files changed

+47
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@sourcegraph/eslint-config": "^0.37.1",
104104
"@sourcegraph/tsconfig": "^4.0.1",
105105
"@types/node": "20.16.10",
106-
"eslint": "^9.11.1",
106+
"eslint": "^9.12.0",
107107
"lnfs-cli": "^2.1.0",
108108
"mkdirp": "^1.0.4",
109109
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,10 @@
985985
minimatch "^3.1.2"
986986
strip-json-comments "^3.1.1"
987987

988-
"@eslint/js@9.11.1":
989-
version "9.11.1"
990-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
991-
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
988+
"@eslint/js@9.12.0":
989+
version "9.12.0"
990+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1"
991+
integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==
992992

993993
"@eslint/object-schema@^2.1.4":
994994
version "2.1.4"
@@ -1002,15 +1002,28 @@
10021002
dependencies:
10031003
levn "^0.4.1"
10041004

1005+
"@humanfs/core@^0.19.0":
1006+
version "0.19.0"
1007+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.0.tgz#08db7a8c73bb07673d9ebd925f2dad746411fcec"
1008+
integrity sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==
1009+
1010+
"@humanfs/node@^0.16.5":
1011+
version "0.16.5"
1012+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.5.tgz#a9febb7e7ad2aff65890fdc630938f8d20aa84ba"
1013+
integrity sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==
1014+
dependencies:
1015+
"@humanfs/core" "^0.19.0"
1016+
"@humanwhocodes/retry" "^0.3.0"
1017+
10051018
"@humanwhocodes/module-importer@^1.0.1":
10061019
version "1.0.1"
10071020
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
10081021
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
10091022

1010-
"@humanwhocodes/retry@^0.3.0":
1011-
version "0.3.0"
1012-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
1013-
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
1023+
"@humanwhocodes/retry@^0.3.0", "@humanwhocodes/retry@^0.3.1":
1024+
version "0.3.1"
1025+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
1026+
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
10141027

10151028
"@iarna/toml@^2.2.0":
10161029
version "2.2.5"
@@ -1043,7 +1056,7 @@
10431056
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
10441057
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
10451058

1046-
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
1059+
"@nodelib/fs.walk@^1.2.3":
10471060
version "1.2.8"
10481061
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
10491062
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -3151,10 +3164,10 @@ eslint-scope@^5.1.1:
31513164
esrecurse "^4.3.0"
31523165
estraverse "^4.1.1"
31533166

3154-
eslint-scope@^8.0.2:
3155-
version "8.0.2"
3156-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
3157-
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
3167+
eslint-scope@^8.1.0:
3168+
version "8.1.0"
3169+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.1.0.tgz#70214a174d4cbffbc3e8a26911d8bf51b9ae9d30"
3170+
integrity sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==
31583171
dependencies:
31593172
esrecurse "^4.3.0"
31603173
estraverse "^5.2.0"
@@ -3164,36 +3177,36 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
31643177
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
31653178
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
31663179

3167-
eslint-visitor-keys@^4.0.0:
3168-
version "4.0.0"
3169-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
3170-
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
3180+
eslint-visitor-keys@^4.1.0:
3181+
version "4.1.0"
3182+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
3183+
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
31713184

3172-
eslint@^9.11.1:
3173-
version "9.11.1"
3174-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
3175-
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
3185+
eslint@^9.12.0:
3186+
version "9.12.0"
3187+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.12.0.tgz#54fcba2876c90528396da0fa44b6446329031e86"
3188+
integrity sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==
31763189
dependencies:
31773190
"@eslint-community/eslint-utils" "^4.2.0"
31783191
"@eslint-community/regexpp" "^4.11.0"
31793192
"@eslint/config-array" "^0.18.0"
31803193
"@eslint/core" "^0.6.0"
31813194
"@eslint/eslintrc" "^3.1.0"
3182-
"@eslint/js" "9.11.1"
3195+
"@eslint/js" "9.12.0"
31833196
"@eslint/plugin-kit" "^0.2.0"
3197+
"@humanfs/node" "^0.16.5"
31843198
"@humanwhocodes/module-importer" "^1.0.1"
3185-
"@humanwhocodes/retry" "^0.3.0"
3186-
"@nodelib/fs.walk" "^1.2.8"
3199+
"@humanwhocodes/retry" "^0.3.1"
31873200
"@types/estree" "^1.0.6"
31883201
"@types/json-schema" "^7.0.15"
31893202
ajv "^6.12.4"
31903203
chalk "^4.0.0"
31913204
cross-spawn "^7.0.2"
31923205
debug "^4.3.2"
31933206
escape-string-regexp "^4.0.0"
3194-
eslint-scope "^8.0.2"
3195-
eslint-visitor-keys "^4.0.0"
3196-
espree "^10.1.0"
3207+
eslint-scope "^8.1.0"
3208+
eslint-visitor-keys "^4.1.0"
3209+
espree "^10.2.0"
31973210
esquery "^1.5.0"
31983211
esutils "^2.0.2"
31993212
fast-deep-equal "^3.1.3"
@@ -3203,23 +3216,21 @@ eslint@^9.11.1:
32033216
ignore "^5.2.0"
32043217
imurmurhash "^0.1.4"
32053218
is-glob "^4.0.0"
3206-
is-path-inside "^3.0.3"
32073219
json-stable-stringify-without-jsonify "^1.0.1"
32083220
lodash.merge "^4.6.2"
32093221
minimatch "^3.1.2"
32103222
natural-compare "^1.4.0"
32113223
optionator "^0.9.3"
3212-
strip-ansi "^6.0.1"
32133224
text-table "^0.2.0"
32143225

3215-
espree@^10.0.1, espree@^10.1.0:
3216-
version "10.1.0"
3217-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
3218-
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
3226+
espree@^10.0.1, espree@^10.2.0:
3227+
version "10.2.0"
3228+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6"
3229+
integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==
32193230
dependencies:
32203231
acorn "^8.12.0"
32213232
acorn-jsx "^5.3.2"
3222-
eslint-visitor-keys "^4.0.0"
3233+
eslint-visitor-keys "^4.1.0"
32233234

32243235
esprima@^3.1.3:
32253236
version "3.1.3"
@@ -4246,11 +4257,6 @@ is-path-inside@^1.0.0:
42464257
dependencies:
42474258
path-is-inside "^1.0.1"
42484259

4249-
is-path-inside@^3.0.3:
4250-
version "3.0.3"
4251-
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
4252-
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
4253-
42544260
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
42554261
version "2.0.4"
42564262
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -6765,7 +6771,7 @@ strip-ansi@^4.0.0:
67656771
dependencies:
67666772
ansi-regex "^3.0.0"
67676773

6768-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6774+
strip-ansi@^6.0.0:
67696775
version "6.0.1"
67706776
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
67716777
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)