Skip to content

Commit a845f68

Browse files
chore(dev-deps): bump eslint from 9.38.0 to 9.39.0 (#744)
Bumps [eslint](https://github.com/eslint/eslint) from 9.38.0 to 9.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b96023 commit a845f68

File tree

2 files changed

+23
-30
lines changed

2 files changed

+23
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^18",
2222
"chai": "^4",
2323
"commitlint": "^19",
24-
"eslint": "^9.38.0",
24+
"eslint": "^9.39.0",
2525
"eslint-config-oclif": "^6.0.110",
2626
"eslint-config-prettier": "^10.1.8",
2727
"husky": "^9.1.7",

yarn.lock

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,12 +1218,12 @@
12181218
debug "^4.3.1"
12191219
minimatch "^3.1.2"
12201220

1221-
"@eslint/config-helpers@^0.4.1":
1222-
version "0.4.1"
1223-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037"
1224-
integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==
1221+
"@eslint/config-helpers@^0.4.2":
1222+
version "0.4.2"
1223+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1224+
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
12251225
dependencies:
1226-
"@eslint/core" "^0.16.0"
1226+
"@eslint/core" "^0.17.0"
12271227

12281228
"@eslint/core@^0.14.0":
12291229
version "0.14.0"
@@ -1239,13 +1239,6 @@
12391239
dependencies:
12401240
"@types/json-schema" "^7.0.15"
12411241

1242-
"@eslint/core@^0.16.0":
1243-
version "0.16.0"
1244-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
1245-
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
1246-
dependencies:
1247-
"@types/json-schema" "^7.0.15"
1248-
12491242
"@eslint/core@^0.17.0":
12501243
version "0.17.0"
12511244
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
@@ -1285,10 +1278,10 @@
12851278
minimatch "^3.1.2"
12861279
strip-json-comments "^3.1.1"
12871280

1288-
"@eslint/js@9.38.0", "@eslint/js@^9.34.0":
1289-
version "9.38.0"
1290-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
1291-
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
1281+
"@eslint/js@9.39.0", "@eslint/js@^9.34.0":
1282+
version "9.39.0"
1283+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.0.tgz#e1955cefd1d79e80a9557274e9aa9bd3f641be01"
1284+
integrity sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==
12921285

12931286
"@eslint/json@^0.13.1":
12941287
version "0.13.2"
@@ -1313,12 +1306,12 @@
13131306
"@eslint/core" "^0.15.2"
13141307
levn "^0.4.1"
13151308

1316-
"@eslint/plugin-kit@^0.4.0":
1317-
version "0.4.0"
1318-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
1319-
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
1309+
"@eslint/plugin-kit@^0.4.1":
1310+
version "0.4.1"
1311+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1312+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
13201313
dependencies:
1321-
"@eslint/core" "^0.16.0"
1314+
"@eslint/core" "^0.17.0"
13221315
levn "^0.4.1"
13231316

13241317
"@humanfs/core@^0.19.1":
@@ -5069,19 +5062,19 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
50695062
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
50705063
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
50715064

5072-
eslint@^9.38.0:
5073-
version "9.38.0"
5074-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
5075-
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
5065+
eslint@^9.39.0:
5066+
version "9.39.0"
5067+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.0.tgz#33c90ddf62b64e1e3f83b689934b336f21b5f0e5"
5068+
integrity sha512-iy2GE3MHrYTL5lrCtMZ0X1KLEKKUjmK0kzwcnefhR66txcEmXZD2YWgR5GNdcEwkNx3a0siYkSvl0vIC+Svjmg==
50765069
dependencies:
50775070
"@eslint-community/eslint-utils" "^4.8.0"
50785071
"@eslint-community/regexpp" "^4.12.1"
50795072
"@eslint/config-array" "^0.21.1"
5080-
"@eslint/config-helpers" "^0.4.1"
5081-
"@eslint/core" "^0.16.0"
5073+
"@eslint/config-helpers" "^0.4.2"
5074+
"@eslint/core" "^0.17.0"
50825075
"@eslint/eslintrc" "^3.3.1"
5083-
"@eslint/js" "9.38.0"
5084-
"@eslint/plugin-kit" "^0.4.0"
5076+
"@eslint/js" "9.39.0"
5077+
"@eslint/plugin-kit" "^0.4.1"
50855078
"@humanfs/node" "^0.16.6"
50865079
"@humanwhocodes/module-importer" "^1.0.1"
50875080
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)