Skip to content

Commit 5e228d3

Browse files
chore(dev-deps): bump eslint-config-oclif from 6.0.163 to 6.0.164
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.163 to 6.0.164. - [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.163...6.0.164) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.164 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687fdef commit 5e228d3

2 files changed

Lines changed: 77 additions & 77 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chai": "^4.5.0",
2727
"commitlint": "^19",
2828
"eslint": "^9.39.4",
29-
"eslint-config-oclif": "^6.0.163",
29+
"eslint-config-oclif": "^6.0.164",
3030
"eslint-config-prettier": "^10.1.8",
3131
"husky": "^9.1.7",
3232
"lint-staged": "^15",

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,29 +2567,29 @@
25672567
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
25682568
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
25692569

2570-
"@typescript-eslint/eslint-plugin@8.59.2", "@typescript-eslint/eslint-plugin@^8":
2571-
version "8.59.2"
2572-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
2573-
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
2570+
"@typescript-eslint/eslint-plugin@8.59.3", "@typescript-eslint/eslint-plugin@^8":
2571+
version "8.59.3"
2572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz#5d6da7e7b236b46452fa00d3904bb6f59615bfde"
2573+
integrity sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==
25742574
dependencies:
25752575
"@eslint-community/regexpp" "^4.12.2"
2576-
"@typescript-eslint/scope-manager" "8.59.2"
2577-
"@typescript-eslint/type-utils" "8.59.2"
2578-
"@typescript-eslint/utils" "8.59.2"
2579-
"@typescript-eslint/visitor-keys" "8.59.2"
2576+
"@typescript-eslint/scope-manager" "8.59.3"
2577+
"@typescript-eslint/type-utils" "8.59.3"
2578+
"@typescript-eslint/utils" "8.59.3"
2579+
"@typescript-eslint/visitor-keys" "8.59.3"
25802580
ignore "^7.0.5"
25812581
natural-compare "^1.4.0"
25822582
ts-api-utils "^2.5.0"
25832583

2584-
"@typescript-eslint/parser@8.59.2", "@typescript-eslint/parser@^8":
2585-
version "8.59.2"
2586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
2587-
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
2584+
"@typescript-eslint/parser@8.59.3", "@typescript-eslint/parser@^8":
2585+
version "8.59.3"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.3.tgz#f46cbc70ae0a25119ef94eac9ecd46714788e1a1"
2587+
integrity sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==
25882588
dependencies:
2589-
"@typescript-eslint/scope-manager" "8.59.2"
2590-
"@typescript-eslint/types" "8.59.2"
2591-
"@typescript-eslint/typescript-estree" "8.59.2"
2592-
"@typescript-eslint/visitor-keys" "8.59.2"
2589+
"@typescript-eslint/scope-manager" "8.59.3"
2590+
"@typescript-eslint/types" "8.59.3"
2591+
"@typescript-eslint/typescript-estree" "8.59.3"
2592+
"@typescript-eslint/visitor-keys" "8.59.3"
25932593
debug "^4.4.3"
25942594

25952595
"@typescript-eslint/project-service@8.35.0":
@@ -2601,13 +2601,13 @@
26012601
"@typescript-eslint/types" "^8.35.0"
26022602
debug "^4.3.4"
26032603

2604-
"@typescript-eslint/project-service@8.59.2":
2605-
version "8.59.2"
2606-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
2607-
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
2604+
"@typescript-eslint/project-service@8.59.3":
2605+
version "8.59.3"
2606+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.3.tgz#1be5ae152aad987a156c9a1a9b4256e75cfbbe0c"
2607+
integrity sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==
26082608
dependencies:
2609-
"@typescript-eslint/tsconfig-utils" "^8.59.2"
2610-
"@typescript-eslint/types" "^8.59.2"
2609+
"@typescript-eslint/tsconfig-utils" "^8.59.3"
2610+
"@typescript-eslint/types" "^8.59.3"
26112611
debug "^4.4.3"
26122612

26132613
"@typescript-eslint/scope-manager@8.35.0":
@@ -2618,32 +2618,32 @@
26182618
"@typescript-eslint/types" "8.35.0"
26192619
"@typescript-eslint/visitor-keys" "8.35.0"
26202620

2621-
"@typescript-eslint/scope-manager@8.59.2":
2622-
version "8.59.2"
2623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
2624-
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
2621+
"@typescript-eslint/scope-manager@8.59.3":
2622+
version "8.59.3"
2623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz#91a60f66803fe9dae0696fbab2451f5723f119d2"
2624+
integrity sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==
26252625
dependencies:
2626-
"@typescript-eslint/types" "8.59.2"
2627-
"@typescript-eslint/visitor-keys" "8.59.2"
2626+
"@typescript-eslint/types" "8.59.3"
2627+
"@typescript-eslint/visitor-keys" "8.59.3"
26282628

26292629
"@typescript-eslint/tsconfig-utils@8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.0":
26302630
version "8.35.0"
26312631
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
26322632
integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
26332633

2634-
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
2635-
version "8.59.2"
2636-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
2637-
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
2634+
"@typescript-eslint/tsconfig-utils@8.59.3", "@typescript-eslint/tsconfig-utils@^8.59.3":
2635+
version "8.59.3"
2636+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz#88ca9036b42ccdd1e630cfdafd2e042c2ca6a835"
2637+
integrity sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==
26382638

2639-
"@typescript-eslint/type-utils@8.59.2":
2640-
version "8.59.2"
2641-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
2642-
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
2639+
"@typescript-eslint/type-utils@8.59.3":
2640+
version "8.59.3"
2641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz#421fb2448bdfeb301d134a01cd02503f67fd8192"
2642+
integrity sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==
26432643
dependencies:
2644-
"@typescript-eslint/types" "8.59.2"
2645-
"@typescript-eslint/typescript-estree" "8.59.2"
2646-
"@typescript-eslint/utils" "8.59.2"
2644+
"@typescript-eslint/types" "8.59.3"
2645+
"@typescript-eslint/typescript-estree" "8.59.3"
2646+
"@typescript-eslint/utils" "8.59.3"
26472647
debug "^4.4.3"
26482648
ts-api-utils "^2.5.0"
26492649

@@ -2652,10 +2652,10 @@
26522652
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
26532653
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
26542654

2655-
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
2656-
version "8.59.2"
2657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
2658-
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
2655+
"@typescript-eslint/types@8.59.3", "@typescript-eslint/types@^8.59.3":
2656+
version "8.59.3"
2657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.3.tgz#b7ca539c5e302fdde9a7cadb73caed107ef8f2cd"
2658+
integrity sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==
26592659

26602660
"@typescript-eslint/types@^8.38.0":
26612661
version "8.41.0"
@@ -2678,30 +2678,30 @@
26782678
semver "^7.6.0"
26792679
ts-api-utils "^2.1.0"
26802680

2681-
"@typescript-eslint/typescript-estree@8.59.2":
2682-
version "8.59.2"
2683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
2684-
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
2681+
"@typescript-eslint/typescript-estree@8.59.3":
2682+
version "8.59.3"
2683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz#e6bb1408e00b47e431427a40268db4e86cb121ab"
2684+
integrity sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==
26852685
dependencies:
2686-
"@typescript-eslint/project-service" "8.59.2"
2687-
"@typescript-eslint/tsconfig-utils" "8.59.2"
2688-
"@typescript-eslint/types" "8.59.2"
2689-
"@typescript-eslint/visitor-keys" "8.59.2"
2686+
"@typescript-eslint/project-service" "8.59.3"
2687+
"@typescript-eslint/tsconfig-utils" "8.59.3"
2688+
"@typescript-eslint/types" "8.59.3"
2689+
"@typescript-eslint/visitor-keys" "8.59.3"
26902690
debug "^4.4.3"
26912691
minimatch "^10.2.2"
26922692
semver "^7.7.3"
26932693
tinyglobby "^0.2.15"
26942694
ts-api-utils "^2.5.0"
26952695

2696-
"@typescript-eslint/utils@8.59.2":
2697-
version "8.59.2"
2698-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
2699-
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
2696+
"@typescript-eslint/utils@8.59.3":
2697+
version "8.59.3"
2698+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.3.tgz#f693f979deb4dc3994de03ff8b23976d625c36c5"
2699+
integrity sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==
27002700
dependencies:
27012701
"@eslint-community/eslint-utils" "^4.9.1"
2702-
"@typescript-eslint/scope-manager" "8.59.2"
2703-
"@typescript-eslint/types" "8.59.2"
2704-
"@typescript-eslint/typescript-estree" "8.59.2"
2702+
"@typescript-eslint/scope-manager" "8.59.3"
2703+
"@typescript-eslint/types" "8.59.3"
2704+
"@typescript-eslint/typescript-estree" "8.59.3"
27052705

27062706
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.34.1":
27072707
version "8.35.0"
@@ -2721,12 +2721,12 @@
27212721
"@typescript-eslint/types" "8.35.0"
27222722
eslint-visitor-keys "^4.2.1"
27232723

2724-
"@typescript-eslint/visitor-keys@8.59.2":
2725-
version "8.59.2"
2726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
2727-
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
2724+
"@typescript-eslint/visitor-keys@8.59.3":
2725+
version "8.59.3"
2726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz#820843b1b5ca4290009cf189382abcf6fe00dfa6"
2727+
integrity sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==
27282728
dependencies:
2729-
"@typescript-eslint/types" "8.59.2"
2729+
"@typescript-eslint/types" "8.59.3"
27302730
eslint-visitor-keys "^5.0.0"
27312731

27322732
"@unrs/resolver-binding-android-arm-eabi@1.9.2":
@@ -3873,10 +3873,10 @@ eslint-config-oclif@^5.2.2:
38733873
eslint-plugin-n "^15.1.0"
38743874
eslint-plugin-unicorn "^48.0.1"
38753875

3876-
eslint-config-oclif@^6.0.163:
3877-
version "6.0.163"
3878-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.163.tgz#be47864bc82a15542ef0fbd5ba2f8661bdb3cc92"
3879-
integrity sha512-FahDplNuBcxEv4TzWSQITAMSeEb5CLjn+xVHXSF8pZ8KZyOD08wj/YVqaGuRzfjQpK2Q790tO5vmQ6VoBHEx+g==
3876+
eslint-config-oclif@^6.0.164:
3877+
version "6.0.164"
3878+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz#e7b1d4b5611d6b07a7e55427c0043e075409e60f"
3879+
integrity sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==
38803880
dependencies:
38813881
"@eslint/compat" "^1.4.1"
38823882
"@eslint/eslintrc" "^3.3.5"
@@ -3894,7 +3894,7 @@ eslint-config-oclif@^6.0.163:
38943894
eslint-plugin-n "^17.24.0"
38953895
eslint-plugin-perfectionist "^4"
38963896
eslint-plugin-unicorn "^56.0.1"
3897-
typescript-eslint "^8.59.1"
3897+
typescript-eslint "^8.59.2"
38983898

38993899
eslint-config-prettier@^10.1.8:
39003900
version "10.1.8"
@@ -6921,15 +6921,15 @@ typed-array-length@^1.0.7:
69216921
possible-typed-array-names "^1.0.0"
69226922
reflect.getprototypeof "^1.0.6"
69236923

6924-
typescript-eslint@^8.59.1:
6925-
version "8.59.2"
6926-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
6927-
integrity sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==
6924+
typescript-eslint@^8.59.2:
6925+
version "8.59.3"
6926+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.3.tgz#4a41d9007faa539a66292189e2795eeb0b9fca29"
6927+
integrity sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==
69286928
dependencies:
6929-
"@typescript-eslint/eslint-plugin" "8.59.2"
6930-
"@typescript-eslint/parser" "8.59.2"
6931-
"@typescript-eslint/typescript-estree" "8.59.2"
6932-
"@typescript-eslint/utils" "8.59.2"
6929+
"@typescript-eslint/eslint-plugin" "8.59.3"
6930+
"@typescript-eslint/parser" "8.59.3"
6931+
"@typescript-eslint/typescript-estree" "8.59.3"
6932+
"@typescript-eslint/utils" "8.59.3"
69336933

69346934
typescript@^5.7.3:
69356935
version "5.8.3"

0 commit comments

Comments
 (0)