Skip to content

Commit 4a64692

Browse files
chore(dev-deps): bump eslint-config-oclif from 6.0.101 to 6.0.102 (#1028)
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.101 to 6.0.102. - [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.101...6.0.102) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.102 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb0bf3d commit 4a64692

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
@@ -18,7 +18,7 @@
1818
"chai": "^4.5.0",
1919
"commitlint": "^19",
2020
"eslint": "^9.35.0",
21-
"eslint-config-oclif": "^6.0.101",
21+
"eslint-config-oclif": "^6.0.102",
2222
"eslint-config-prettier": "^10.1.8",
2323
"husky": "^9.1.7",
2424
"lint-staged": "^15",

yarn.lock

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

2245-
"@typescript-eslint/eslint-plugin@8.42.0", "@typescript-eslint/eslint-plugin@^8":
2246-
version "8.42.0"
2247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
2248-
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
2245+
"@typescript-eslint/eslint-plugin@8.43.0", "@typescript-eslint/eslint-plugin@^8":
2246+
version "8.43.0"
2247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz#4d730c2becd8e47ef76e59f68aee0fb560927cfc"
2248+
integrity sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==
22492249
dependencies:
22502250
"@eslint-community/regexpp" "^4.10.0"
2251-
"@typescript-eslint/scope-manager" "8.42.0"
2252-
"@typescript-eslint/type-utils" "8.42.0"
2253-
"@typescript-eslint/utils" "8.42.0"
2254-
"@typescript-eslint/visitor-keys" "8.42.0"
2251+
"@typescript-eslint/scope-manager" "8.43.0"
2252+
"@typescript-eslint/type-utils" "8.43.0"
2253+
"@typescript-eslint/utils" "8.43.0"
2254+
"@typescript-eslint/visitor-keys" "8.43.0"
22552255
graphemer "^1.4.0"
22562256
ignore "^7.0.0"
22572257
natural-compare "^1.4.0"
22582258
ts-api-utils "^2.1.0"
22592259

2260-
"@typescript-eslint/parser@8.42.0", "@typescript-eslint/parser@^8":
2261-
version "8.42.0"
2262-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
2263-
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
2260+
"@typescript-eslint/parser@8.43.0", "@typescript-eslint/parser@^8":
2261+
version "8.43.0"
2262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.43.0.tgz#4024159925e7671f1782bdd3498bdcfbd48f9137"
2263+
integrity sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==
22642264
dependencies:
2265-
"@typescript-eslint/scope-manager" "8.42.0"
2266-
"@typescript-eslint/types" "8.42.0"
2267-
"@typescript-eslint/typescript-estree" "8.42.0"
2268-
"@typescript-eslint/visitor-keys" "8.42.0"
2265+
"@typescript-eslint/scope-manager" "8.43.0"
2266+
"@typescript-eslint/types" "8.43.0"
2267+
"@typescript-eslint/typescript-estree" "8.43.0"
2268+
"@typescript-eslint/visitor-keys" "8.43.0"
22692269
debug "^4.3.4"
22702270

2271-
"@typescript-eslint/project-service@8.42.0":
2272-
version "8.42.0"
2273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
2274-
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
2271+
"@typescript-eslint/project-service@8.43.0":
2272+
version "8.43.0"
2273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.43.0.tgz#958dbaa16fbd1e81d46ab86e139f6276757140f8"
2274+
integrity sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==
22752275
dependencies:
2276-
"@typescript-eslint/tsconfig-utils" "^8.42.0"
2277-
"@typescript-eslint/types" "^8.42.0"
2276+
"@typescript-eslint/tsconfig-utils" "^8.43.0"
2277+
"@typescript-eslint/types" "^8.43.0"
22782278
debug "^4.3.4"
22792279

22802280
"@typescript-eslint/[email protected]":
@@ -2285,27 +2285,27 @@
22852285
"@typescript-eslint/types" "8.22.0"
22862286
"@typescript-eslint/visitor-keys" "8.22.0"
22872287

2288-
"@typescript-eslint/scope-manager@8.42.0":
2289-
version "8.42.0"
2290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
2291-
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
2288+
"@typescript-eslint/scope-manager@8.43.0":
2289+
version "8.43.0"
2290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz#009ebc09cc6e7e0dd67898a0e9a70d295361c6b9"
2291+
integrity sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==
22922292
dependencies:
2293-
"@typescript-eslint/types" "8.42.0"
2294-
"@typescript-eslint/visitor-keys" "8.42.0"
2293+
"@typescript-eslint/types" "8.43.0"
2294+
"@typescript-eslint/visitor-keys" "8.43.0"
22952295

2296-
"@typescript-eslint/tsconfig-utils@8.42.0", "@typescript-eslint/tsconfig-utils@^8.42.0":
2297-
version "8.42.0"
2298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
2299-
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
2296+
"@typescript-eslint/tsconfig-utils@8.43.0", "@typescript-eslint/tsconfig-utils@^8.43.0":
2297+
version "8.43.0"
2298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz#e6721dba183d61769a90ffdad202aebc383b18c8"
2299+
integrity sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==
23002300

2301-
"@typescript-eslint/type-utils@8.42.0":
2302-
version "8.42.0"
2303-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
2304-
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
2301+
"@typescript-eslint/type-utils@8.43.0":
2302+
version "8.43.0"
2303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz#29ea2e34eeae5b8e9fe4f4730c5659fa330aa04e"
2304+
integrity sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==
23052305
dependencies:
2306-
"@typescript-eslint/types" "8.42.0"
2307-
"@typescript-eslint/typescript-estree" "8.42.0"
2308-
"@typescript-eslint/utils" "8.42.0"
2306+
"@typescript-eslint/types" "8.43.0"
2307+
"@typescript-eslint/typescript-estree" "8.43.0"
2308+
"@typescript-eslint/utils" "8.43.0"
23092309
debug "^4.3.4"
23102310
ts-api-utils "^2.1.0"
23112311

@@ -2314,10 +2314,10 @@
23142314
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
23152315
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
23162316

2317-
"@typescript-eslint/types@8.42.0", "@typescript-eslint/types@^8.42.0":
2318-
version "8.42.0"
2319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
2320-
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
2317+
"@typescript-eslint/types@8.43.0", "@typescript-eslint/types@^8.43.0":
2318+
version "8.43.0"
2319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.43.0.tgz#00d34a5099504eb1b263e022cc17c4243ff2302e"
2320+
integrity sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==
23212321

23222322
"@typescript-eslint/types@^8.11.0":
23232323
version "8.33.1"
@@ -2343,31 +2343,31 @@
23432343
semver "^7.6.0"
23442344
ts-api-utils "^2.0.0"
23452345

2346-
"@typescript-eslint/typescript-estree@8.42.0":
2347-
version "8.42.0"
2348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
2349-
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
2346+
"@typescript-eslint/typescript-estree@8.43.0":
2347+
version "8.43.0"
2348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz#39e5d431239b4d90787072ae0c2290cbd3e0a562"
2349+
integrity sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==
23502350
dependencies:
2351-
"@typescript-eslint/project-service" "8.42.0"
2352-
"@typescript-eslint/tsconfig-utils" "8.42.0"
2353-
"@typescript-eslint/types" "8.42.0"
2354-
"@typescript-eslint/visitor-keys" "8.42.0"
2351+
"@typescript-eslint/project-service" "8.43.0"
2352+
"@typescript-eslint/tsconfig-utils" "8.43.0"
2353+
"@typescript-eslint/types" "8.43.0"
2354+
"@typescript-eslint/visitor-keys" "8.43.0"
23552355
debug "^4.3.4"
23562356
fast-glob "^3.3.2"
23572357
is-glob "^4.0.3"
23582358
minimatch "^9.0.4"
23592359
semver "^7.6.0"
23602360
ts-api-utils "^2.1.0"
23612361

2362-
"@typescript-eslint/utils@8.42.0":
2363-
version "8.42.0"
2364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
2365-
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
2362+
"@typescript-eslint/utils@8.43.0":
2363+
version "8.43.0"
2364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.43.0.tgz#5c391133a52f8500dfdabd7026be72a537d7b59e"
2365+
integrity sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==
23662366
dependencies:
23672367
"@eslint-community/eslint-utils" "^4.7.0"
2368-
"@typescript-eslint/scope-manager" "8.42.0"
2369-
"@typescript-eslint/types" "8.42.0"
2370-
"@typescript-eslint/typescript-estree" "8.42.0"
2368+
"@typescript-eslint/scope-manager" "8.43.0"
2369+
"@typescript-eslint/types" "8.43.0"
2370+
"@typescript-eslint/typescript-estree" "8.43.0"
23712371

23722372
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
23732373
version "8.22.0"
@@ -2387,12 +2387,12 @@
23872387
"@typescript-eslint/types" "8.22.0"
23882388
eslint-visitor-keys "^4.2.0"
23892389

2390-
"@typescript-eslint/visitor-keys@8.42.0":
2391-
version "8.42.0"
2392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
2393-
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
2390+
"@typescript-eslint/visitor-keys@8.43.0":
2391+
version "8.43.0"
2392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz#633d3414afec3cf0a0e4583e1575f4101ef51d30"
2393+
integrity sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==
23942394
dependencies:
2395-
"@typescript-eslint/types" "8.42.0"
2395+
"@typescript-eslint/types" "8.43.0"
23962396
eslint-visitor-keys "^4.2.1"
23972397

23982398
@@ -3741,10 +3741,10 @@ eslint-config-oclif@^5.2.2:
37413741
eslint-plugin-n "^15.1.0"
37423742
eslint-plugin-unicorn "^48.0.1"
37433743

3744-
eslint-config-oclif@^6.0.101:
3745-
version "6.0.101"
3746-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.101.tgz#771379f81d24889cbeab8d647538673f9966cf18"
3747-
integrity sha512-Np/L8UNQwH7YB4rkAzxrUGyIOCprbzlb98r6gU2GU0L5jUMfFKCXCTHuG6jSKoYiGYBjnJ+IkHEhT6adC0jU2Q==
3744+
eslint-config-oclif@^6.0.102:
3745+
version "6.0.102"
3746+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.102.tgz#fb59403a8611d5385c0260c7491cb5346a052f57"
3747+
integrity sha512-M9U4BB33jzuHaTY1MtpK2spxWgA2y2UzElkwWCtTkzlwFYte0FLm0TO+yPycPwSbylZuob2u2p7OjWrU10rQhg==
37483748
dependencies:
37493749
"@eslint/compat" "^1.3.2"
37503750
"@eslint/eslintrc" "^3.3.1"
@@ -3762,7 +3762,7 @@ eslint-config-oclif@^6.0.101:
37623762
eslint-plugin-n "^17.21.3"
37633763
eslint-plugin-perfectionist "^4"
37643764
eslint-plugin-unicorn "^56.0.1"
3765-
typescript-eslint "^8.41.0"
3765+
typescript-eslint "^8.42.0"
37663766

37673767
eslint-config-prettier@^10.1.8:
37683768
version "10.1.8"
@@ -7133,15 +7133,15 @@ typed-array-length@^1.0.7:
71337133
possible-typed-array-names "^1.0.0"
71347134
reflect.getprototypeof "^1.0.6"
71357135

7136-
typescript-eslint@^8.41.0:
7137-
version "8.42.0"
7138-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.42.0.tgz#e92f6c88569e202b361d5ca1655ad8e33a0554ea"
7139-
integrity sha512-ozR/rQn+aQXQxh1YgbCzQWDFrsi9mcg+1PM3l/z5o1+20P7suOIaNg515bpr/OYt6FObz/NHcBstydDLHWeEKg==
7136+
typescript-eslint@^8.42.0:
7137+
version "8.43.0"
7138+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.43.0.tgz#335ac16a859f385dfb23022e0d8298962364d099"
7139+
integrity sha512-FyRGJKUGvcFekRRcBKFBlAhnp4Ng8rhe8tuvvkR9OiU0gfd4vyvTRQHEckO6VDlH57jbeUQem2IpqPq9kLJH+w==
71407140
dependencies:
7141-
"@typescript-eslint/eslint-plugin" "8.42.0"
7142-
"@typescript-eslint/parser" "8.42.0"
7143-
"@typescript-eslint/typescript-estree" "8.42.0"
7144-
"@typescript-eslint/utils" "8.42.0"
7141+
"@typescript-eslint/eslint-plugin" "8.43.0"
7142+
"@typescript-eslint/parser" "8.43.0"
7143+
"@typescript-eslint/typescript-estree" "8.43.0"
7144+
"@typescript-eslint/utils" "8.43.0"
71457145

71467146
typescript@^5.7.3:
71477147
version "5.7.3"

0 commit comments

Comments
 (0)