Skip to content

Commit ed23bd7

Browse files
chore(dev-deps): bump eslint-config-oclif from 6.0.117 to 6.0.118 (#969)
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.117 to 6.0.118. - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md) - [Commits](oclif/eslint-config-oclif@6.0.117...6.0.118) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.118 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5152c9e commit ed23bd7

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"chai": "^4.5.0",
2121
"commitlint": "^19",
2222
"eslint": "^9.39.1",
23-
"eslint-config-oclif": "^6.0.117",
23+
"eslint-config-oclif": "^6.0.118",
2424
"eslint-config-prettier": "^10.1.8",
2525
"husky": "^9.1.7",
2626
"lint-staged": "^15",

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,39 +2976,39 @@
29762976
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
29772977
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
29782978

2979-
"@typescript-eslint/eslint-plugin@8.46.3", "@typescript-eslint/eslint-plugin@^8":
2980-
version "8.46.3"
2981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
2982-
integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
2979+
"@typescript-eslint/eslint-plugin@8.47.0", "@typescript-eslint/eslint-plugin@^8":
2980+
version "8.47.0"
2981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz#c53edeec13a79483f4ca79c298d5231b02e9dc17"
2982+
integrity sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==
29832983
dependencies:
29842984
"@eslint-community/regexpp" "^4.10.0"
2985-
"@typescript-eslint/scope-manager" "8.46.3"
2986-
"@typescript-eslint/type-utils" "8.46.3"
2987-
"@typescript-eslint/utils" "8.46.3"
2988-
"@typescript-eslint/visitor-keys" "8.46.3"
2985+
"@typescript-eslint/scope-manager" "8.47.0"
2986+
"@typescript-eslint/type-utils" "8.47.0"
2987+
"@typescript-eslint/utils" "8.47.0"
2988+
"@typescript-eslint/visitor-keys" "8.47.0"
29892989
graphemer "^1.4.0"
29902990
ignore "^7.0.0"
29912991
natural-compare "^1.4.0"
29922992
ts-api-utils "^2.1.0"
29932993

2994-
"@typescript-eslint/parser@8.46.3", "@typescript-eslint/parser@^8":
2995-
version "8.46.3"
2996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
2997-
integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
2994+
"@typescript-eslint/parser@8.47.0", "@typescript-eslint/parser@^8":
2995+
version "8.47.0"
2996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964"
2997+
integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==
29982998
dependencies:
2999-
"@typescript-eslint/scope-manager" "8.46.3"
3000-
"@typescript-eslint/types" "8.46.3"
3001-
"@typescript-eslint/typescript-estree" "8.46.3"
3002-
"@typescript-eslint/visitor-keys" "8.46.3"
2999+
"@typescript-eslint/scope-manager" "8.47.0"
3000+
"@typescript-eslint/types" "8.47.0"
3001+
"@typescript-eslint/typescript-estree" "8.47.0"
3002+
"@typescript-eslint/visitor-keys" "8.47.0"
30033003
debug "^4.3.4"
30043004

3005-
"@typescript-eslint/project-service@8.46.3":
3006-
version "8.46.3"
3007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
3008-
integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
3005+
"@typescript-eslint/project-service@8.47.0":
3006+
version "8.47.0"
3007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
3008+
integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
30093009
dependencies:
3010-
"@typescript-eslint/tsconfig-utils" "^8.46.3"
3011-
"@typescript-eslint/types" "^8.46.3"
3010+
"@typescript-eslint/tsconfig-utils" "^8.47.0"
3011+
"@typescript-eslint/types" "^8.47.0"
30123012
debug "^4.3.4"
30133013

30143014
"@typescript-eslint/scope-manager@8.22.0":
@@ -3019,27 +3019,27 @@
30193019
"@typescript-eslint/types" "8.22.0"
30203020
"@typescript-eslint/visitor-keys" "8.22.0"
30213021

3022-
"@typescript-eslint/scope-manager@8.46.3":
3023-
version "8.46.3"
3024-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
3025-
integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
3022+
"@typescript-eslint/scope-manager@8.47.0":
3023+
version "8.47.0"
3024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
3025+
integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
30263026
dependencies:
3027-
"@typescript-eslint/types" "8.46.3"
3028-
"@typescript-eslint/visitor-keys" "8.46.3"
3027+
"@typescript-eslint/types" "8.47.0"
3028+
"@typescript-eslint/visitor-keys" "8.47.0"
30293029

3030-
"@typescript-eslint/tsconfig-utils@8.46.3", "@typescript-eslint/tsconfig-utils@^8.46.3":
3031-
version "8.46.3"
3032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
3033-
integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
3030+
"@typescript-eslint/tsconfig-utils@8.47.0", "@typescript-eslint/tsconfig-utils@^8.47.0":
3031+
version "8.47.0"
3032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
3033+
integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
30343034

3035-
"@typescript-eslint/type-utils@8.46.3":
3036-
version "8.46.3"
3037-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
3038-
integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
3035+
"@typescript-eslint/type-utils@8.47.0":
3036+
version "8.47.0"
3037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz#b9b0141d99bd5bece3811d7eee68a002597ffa55"
3038+
integrity sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==
30393039
dependencies:
3040-
"@typescript-eslint/types" "8.46.3"
3041-
"@typescript-eslint/typescript-estree" "8.46.3"
3042-
"@typescript-eslint/utils" "8.46.3"
3040+
"@typescript-eslint/types" "8.47.0"
3041+
"@typescript-eslint/typescript-estree" "8.47.0"
3042+
"@typescript-eslint/utils" "8.47.0"
30433043
debug "^4.3.4"
30443044
ts-api-utils "^2.1.0"
30453045

@@ -3048,10 +3048,10 @@
30483048
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
30493049
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
30503050

3051-
"@typescript-eslint/types@8.46.3", "@typescript-eslint/types@^8.46.3":
3052-
version "8.46.3"
3053-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
3054-
integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
3051+
"@typescript-eslint/types@8.47.0", "@typescript-eslint/types@^8.47.0":
3052+
version "8.47.0"
3053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
3054+
integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
30553055

30563056
"@typescript-eslint/types@^8.11.0":
30573057
version "8.33.1"
@@ -3077,31 +3077,31 @@
30773077
semver "^7.6.0"
30783078
ts-api-utils "^2.0.0"
30793079

3080-
"@typescript-eslint/typescript-estree@8.46.3":
3081-
version "8.46.3"
3082-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
3083-
integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
3080+
"@typescript-eslint/typescript-estree@8.47.0":
3081+
version "8.47.0"
3082+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
3083+
integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
30843084
dependencies:
3085-
"@typescript-eslint/project-service" "8.46.3"
3086-
"@typescript-eslint/tsconfig-utils" "8.46.3"
3087-
"@typescript-eslint/types" "8.46.3"
3088-
"@typescript-eslint/visitor-keys" "8.46.3"
3085+
"@typescript-eslint/project-service" "8.47.0"
3086+
"@typescript-eslint/tsconfig-utils" "8.47.0"
3087+
"@typescript-eslint/types" "8.47.0"
3088+
"@typescript-eslint/visitor-keys" "8.47.0"
30893089
debug "^4.3.4"
30903090
fast-glob "^3.3.2"
30913091
is-glob "^4.0.3"
30923092
minimatch "^9.0.4"
30933093
semver "^7.6.0"
30943094
ts-api-utils "^2.1.0"
30953095

3096-
"@typescript-eslint/utils@8.46.3":
3097-
version "8.46.3"
3098-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
3099-
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
3096+
"@typescript-eslint/utils@8.47.0":
3097+
version "8.47.0"
3098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
3099+
integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
31003100
dependencies:
31013101
"@eslint-community/eslint-utils" "^4.7.0"
3102-
"@typescript-eslint/scope-manager" "8.46.3"
3103-
"@typescript-eslint/types" "8.46.3"
3104-
"@typescript-eslint/typescript-estree" "8.46.3"
3102+
"@typescript-eslint/scope-manager" "8.47.0"
3103+
"@typescript-eslint/types" "8.47.0"
3104+
"@typescript-eslint/typescript-estree" "8.47.0"
31053105

31063106
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
31073107
version "8.22.0"
@@ -3121,12 +3121,12 @@
31213121
"@typescript-eslint/types" "8.22.0"
31223122
eslint-visitor-keys "^4.2.0"
31233123

3124-
"@typescript-eslint/visitor-keys@8.46.3":
3125-
version "8.46.3"
3126-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
3127-
integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
3124+
"@typescript-eslint/visitor-keys@8.47.0":
3125+
version "8.47.0"
3126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
3127+
integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
31283128
dependencies:
3129-
"@typescript-eslint/types" "8.46.3"
3129+
"@typescript-eslint/types" "8.47.0"
31303130
eslint-visitor-keys "^4.2.1"
31313131

31323132
"@unrs/resolver-binding-darwin-arm64@1.7.2":
@@ -4560,10 +4560,10 @@ eslint-config-oclif@^5.2.2:
45604560
eslint-plugin-n "^15.1.0"
45614561
eslint-plugin-unicorn "^48.0.1"
45624562

4563-
eslint-config-oclif@^6.0.117:
4564-
version "6.0.117"
4565-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.117.tgz#e9de3905f2faccd661730688b9da97109e087383"
4566-
integrity sha512-7E6X0U+nik24y9YJgG5UFGcKFMaGj84ZFvEQvlNTT33E/cQVF3bUzpdc3Cu+ty0LjX+UNZvKXdXr7AIh/FdHLQ==
4563+
eslint-config-oclif@^6.0.118:
4564+
version "6.0.118"
4565+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.118.tgz#1936495d0c2c55d847d06a4e4acbea93e583fd33"
4566+
integrity sha512-ZTgAvhVxg1xILOE8+6JSF8hdAERVG6F1lXnS8WXKyrzZNY1ppTU5hkGVLnq4lvmLJPf0mIvo3/tZlpMZxGuFMw==
45674567
dependencies:
45684568
"@eslint/compat" "^1.4.1"
45694569
"@eslint/eslintrc" "^3.3.1"
@@ -4581,7 +4581,7 @@ eslint-config-oclif@^6.0.117:
45814581
eslint-plugin-n "^17.22.0"
45824582
eslint-plugin-perfectionist "^4"
45834583
eslint-plugin-unicorn "^56.0.1"
4584-
typescript-eslint "^8.46.3"
4584+
typescript-eslint "^8.46.4"
45854585

45864586
eslint-config-prettier@^10.1.8:
45874587
version "10.1.8"
@@ -8279,15 +8279,15 @@ typedarray-to-buffer@^3.1.5:
82798279
dependencies:
82808280
is-typedarray "^1.0.0"
82818281

8282-
typescript-eslint@^8.46.3:
8283-
version "8.46.3"
8284-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.46.3.tgz#d58b337e4c6083ddef9a06542a03768a0150c564"
8285-
integrity sha512-bAfgMavTuGo+8n6/QQDVQz4tZ4f7Soqg53RbrlZQEoAltYop/XR4RAts/I0BrO3TTClTSTFJ0wYbla+P8cEWJA==
8282+
typescript-eslint@^8.46.4:
8283+
version "8.47.0"
8284+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.47.0.tgz#bb8fcf4f2c69ffcd5d088f7f30cd52936ff05cbc"
8285+
integrity sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==
82868286
dependencies:
8287-
"@typescript-eslint/eslint-plugin" "8.46.3"
8288-
"@typescript-eslint/parser" "8.46.3"
8289-
"@typescript-eslint/typescript-estree" "8.46.3"
8290-
"@typescript-eslint/utils" "8.46.3"
8287+
"@typescript-eslint/eslint-plugin" "8.47.0"
8288+
"@typescript-eslint/parser" "8.47.0"
8289+
"@typescript-eslint/typescript-estree" "8.47.0"
8290+
"@typescript-eslint/utils" "8.47.0"
82918291

82928292
typescript@^5.7.3:
82938293
version "5.7.3"

0 commit comments

Comments
 (0)