Skip to content

Commit 588bb4b

Browse files
chore(deps): update dependency eslint to ^10.1.0 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8ae489 commit 588bb4b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@sourcegraph/eslint-config": "^0.37.1",
9595
"@sourcegraph/tsconfig": "^4.0.1",
9696
"@types/node": "24.12.0",
97-
"eslint": "^10.0.3",
97+
"eslint": "^10.1.0",
9898
"lnfs-cli": "^2.1.0",
9999
"mkdirp": "^1.0.4",
100100
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -951,14 +951,14 @@
951951
debug "^4.3.1"
952952
minimatch "^10.2.4"
953953

954-
"@eslint/config-helpers@^0.5.2":
955-
version "0.5.2"
956-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
957-
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
954+
"@eslint/config-helpers@^0.5.3":
955+
version "0.5.3"
956+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
957+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
958958
dependencies:
959-
"@eslint/core" "^1.1.0"
959+
"@eslint/core" "^1.1.1"
960960

961-
"@eslint/core@^1.1.0", "@eslint/core@^1.1.1":
961+
"@eslint/core@^1.1.1":
962962
version "1.1.1"
963963
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
964964
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
@@ -3108,15 +3108,15 @@ eslint-visitor-keys@^5.0.1:
31083108
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
31093109
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
31103110

3111-
eslint@^10.0.3:
3112-
version "10.0.3"
3113-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
3114-
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
3111+
eslint@^10.1.0:
3112+
version "10.1.0"
3113+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
3114+
integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
31153115
dependencies:
31163116
"@eslint-community/eslint-utils" "^4.8.0"
31173117
"@eslint-community/regexpp" "^4.12.2"
31183118
"@eslint/config-array" "^0.23.3"
3119-
"@eslint/config-helpers" "^0.5.2"
3119+
"@eslint/config-helpers" "^0.5.3"
31203120
"@eslint/core" "^1.1.1"
31213121
"@eslint/plugin-kit" "^0.6.1"
31223122
"@humanfs/node" "^0.16.6"
@@ -3129,7 +3129,7 @@ eslint@^10.0.3:
31293129
escape-string-regexp "^4.0.0"
31303130
eslint-scope "^9.1.2"
31313131
eslint-visitor-keys "^5.0.1"
3132-
espree "^11.1.1"
3132+
espree "^11.2.0"
31333133
esquery "^1.7.0"
31343134
esutils "^2.0.2"
31353135
fast-deep-equal "^3.1.3"
@@ -3144,10 +3144,10 @@ eslint@^10.0.3:
31443144
natural-compare "^1.4.0"
31453145
optionator "^0.9.3"
31463146

3147-
espree@^11.1.1:
3148-
version "11.1.1"
3149-
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
3150-
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
3147+
espree@^11.2.0:
3148+
version "11.2.0"
3149+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
3150+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
31513151
dependencies:
31523152
acorn "^8.16.0"
31533153
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)