Skip to content

Commit 20dbaaf

Browse files
chore(dev-deps): bump eslint-config-oclif from 6.0.160 to 6.0.162 (#588)
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.160 to 6.0.162. - [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.160...6.0.162) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.162 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 39b611f commit 20dbaaf

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
@@ -29,7 +29,7 @@
2929
"@types/node": "^16.18.126",
3030
"chai": "^4",
3131
"eslint": "^9.39.4",
32-
"eslint-config-oclif": "^6.0.160",
32+
"eslint-config-oclif": "^6.0.162",
3333
"eslint-config-prettier": "^10.1.8",
3434
"mocha": "^10",
3535
"oclif": "^4",

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,38 +2421,38 @@
24212421
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
24222422
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
24232423

2424-
"@typescript-eslint/eslint-plugin@8.59.1", "@typescript-eslint/eslint-plugin@^8":
2425-
version "8.59.1"
2426-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz#781bc6f9002982cfaf75a185240e24ad7276628a"
2427-
integrity sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==
2424+
"@typescript-eslint/eslint-plugin@8.59.2", "@typescript-eslint/eslint-plugin@^8":
2425+
version "8.59.2"
2426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
2427+
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
24282428
dependencies:
24292429
"@eslint-community/regexpp" "^4.12.2"
2430-
"@typescript-eslint/scope-manager" "8.59.1"
2431-
"@typescript-eslint/type-utils" "8.59.1"
2432-
"@typescript-eslint/utils" "8.59.1"
2433-
"@typescript-eslint/visitor-keys" "8.59.1"
2430+
"@typescript-eslint/scope-manager" "8.59.2"
2431+
"@typescript-eslint/type-utils" "8.59.2"
2432+
"@typescript-eslint/utils" "8.59.2"
2433+
"@typescript-eslint/visitor-keys" "8.59.2"
24342434
ignore "^7.0.5"
24352435
natural-compare "^1.4.0"
24362436
ts-api-utils "^2.5.0"
24372437

2438-
"@typescript-eslint/parser@8.59.1", "@typescript-eslint/parser@^8":
2439-
version "8.59.1"
2440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.1.tgz#835d20a62350659a082a1ae2a60b822c40488905"
2441-
integrity sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==
2438+
"@typescript-eslint/parser@8.59.2", "@typescript-eslint/parser@^8":
2439+
version "8.59.2"
2440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
2441+
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
24422442
dependencies:
2443-
"@typescript-eslint/scope-manager" "8.59.1"
2444-
"@typescript-eslint/types" "8.59.1"
2445-
"@typescript-eslint/typescript-estree" "8.59.1"
2446-
"@typescript-eslint/visitor-keys" "8.59.1"
2443+
"@typescript-eslint/scope-manager" "8.59.2"
2444+
"@typescript-eslint/types" "8.59.2"
2445+
"@typescript-eslint/typescript-estree" "8.59.2"
2446+
"@typescript-eslint/visitor-keys" "8.59.2"
24472447
debug "^4.4.3"
24482448

2449-
"@typescript-eslint/project-service@8.59.1":
2450-
version "8.59.1"
2451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.1.tgz#49efe87c37ef84262f23df8bf62fdc56698ca6fe"
2452-
integrity sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==
2449+
"@typescript-eslint/project-service@8.59.2":
2450+
version "8.59.2"
2451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
2452+
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
24532453
dependencies:
2454-
"@typescript-eslint/tsconfig-utils" "^8.59.1"
2455-
"@typescript-eslint/types" "^8.59.1"
2454+
"@typescript-eslint/tsconfig-utils" "^8.59.2"
2455+
"@typescript-eslint/types" "^8.59.2"
24562456
debug "^4.4.3"
24572457

24582458
"@typescript-eslint/scope-manager@8.22.0":
@@ -2463,27 +2463,27 @@
24632463
"@typescript-eslint/types" "8.22.0"
24642464
"@typescript-eslint/visitor-keys" "8.22.0"
24652465

2466-
"@typescript-eslint/scope-manager@8.59.1":
2467-
version "8.59.1"
2468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz#ed90d054fc3db2d0c81464db3a953a94fb85bb58"
2469-
integrity sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==
2466+
"@typescript-eslint/scope-manager@8.59.2":
2467+
version "8.59.2"
2468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
2469+
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
24702470
dependencies:
2471-
"@typescript-eslint/types" "8.59.1"
2472-
"@typescript-eslint/visitor-keys" "8.59.1"
2471+
"@typescript-eslint/types" "8.59.2"
2472+
"@typescript-eslint/visitor-keys" "8.59.2"
24732473

2474-
"@typescript-eslint/tsconfig-utils@8.59.1", "@typescript-eslint/tsconfig-utils@^8.59.1":
2475-
version "8.59.1"
2476-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
2477-
integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
2474+
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
2475+
version "8.59.2"
2476+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
2477+
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
24782478

2479-
"@typescript-eslint/type-utils@8.59.1":
2480-
version "8.59.1"
2481-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz#9c83d3f2ed9187a815e8120f72c08317e513e409"
2482-
integrity sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==
2479+
"@typescript-eslint/type-utils@8.59.2":
2480+
version "8.59.2"
2481+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
2482+
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
24832483
dependencies:
2484-
"@typescript-eslint/types" "8.59.1"
2485-
"@typescript-eslint/typescript-estree" "8.59.1"
2486-
"@typescript-eslint/utils" "8.59.1"
2484+
"@typescript-eslint/types" "8.59.2"
2485+
"@typescript-eslint/typescript-estree" "8.59.2"
2486+
"@typescript-eslint/utils" "8.59.2"
24872487
debug "^4.4.3"
24882488
ts-api-utils "^2.5.0"
24892489

@@ -2492,10 +2492,10 @@
24922492
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
24932493
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
24942494

2495-
"@typescript-eslint/types@8.59.1", "@typescript-eslint/types@^8.59.1":
2496-
version "8.59.1"
2497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
2498-
integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
2495+
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
2496+
version "8.59.2"
2497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
2498+
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
24992499

25002500
"@typescript-eslint/types@^8.11.0":
25012501
version "8.33.1"
@@ -2521,30 +2521,30 @@
25212521
semver "^7.6.0"
25222522
ts-api-utils "^2.0.0"
25232523

2524-
"@typescript-eslint/typescript-estree@8.59.1":
2525-
version "8.59.1"
2526-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz#4391fadf98a22c869c5b6522dbf4e491e53e351a"
2527-
integrity sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==
2524+
"@typescript-eslint/typescript-estree@8.59.2":
2525+
version "8.59.2"
2526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
2527+
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
25282528
dependencies:
2529-
"@typescript-eslint/project-service" "8.59.1"
2530-
"@typescript-eslint/tsconfig-utils" "8.59.1"
2531-
"@typescript-eslint/types" "8.59.1"
2532-
"@typescript-eslint/visitor-keys" "8.59.1"
2529+
"@typescript-eslint/project-service" "8.59.2"
2530+
"@typescript-eslint/tsconfig-utils" "8.59.2"
2531+
"@typescript-eslint/types" "8.59.2"
2532+
"@typescript-eslint/visitor-keys" "8.59.2"
25332533
debug "^4.4.3"
25342534
minimatch "^10.2.2"
25352535
semver "^7.7.3"
25362536
tinyglobby "^0.2.15"
25372537
ts-api-utils "^2.5.0"
25382538

2539-
"@typescript-eslint/utils@8.59.1":
2540-
version "8.59.1"
2541-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.1.tgz#cf6204d69701bbbc5b150f98c18aeef0a42c10bd"
2542-
integrity sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==
2539+
"@typescript-eslint/utils@8.59.2":
2540+
version "8.59.2"
2541+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
2542+
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
25432543
dependencies:
25442544
"@eslint-community/eslint-utils" "^4.9.1"
2545-
"@typescript-eslint/scope-manager" "8.59.1"
2546-
"@typescript-eslint/types" "8.59.1"
2547-
"@typescript-eslint/typescript-estree" "8.59.1"
2545+
"@typescript-eslint/scope-manager" "8.59.2"
2546+
"@typescript-eslint/types" "8.59.2"
2547+
"@typescript-eslint/typescript-estree" "8.59.2"
25482548

25492549
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
25502550
version "8.22.0"
@@ -2564,12 +2564,12 @@
25642564
"@typescript-eslint/types" "8.22.0"
25652565
eslint-visitor-keys "^4.2.0"
25662566

2567-
"@typescript-eslint/visitor-keys@8.59.1":
2568-
version "8.59.1"
2569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz#b5cba576287a3eeb0b400b62813189abcc3f976a"
2570-
integrity sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==
2567+
"@typescript-eslint/visitor-keys@8.59.2":
2568+
version "8.59.2"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
2570+
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
25712571
dependencies:
2572-
"@typescript-eslint/types" "8.59.1"
2572+
"@typescript-eslint/types" "8.59.2"
25732573
eslint-visitor-keys "^5.0.0"
25742574

25752575
"@unrs/resolver-binding-darwin-arm64@1.7.2":
@@ -3838,10 +3838,10 @@ eslint-config-oclif@^5.2.2:
38383838
eslint-plugin-n "^15.1.0"
38393839
eslint-plugin-unicorn "^48.0.1"
38403840

3841-
eslint-config-oclif@^6.0.160:
3842-
version "6.0.160"
3843-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.160.tgz#d2b5fba7cb7947e52313114cde2ab14f6f53dbf7"
3844-
integrity sha512-ObWYOTSLk60UdQkJNTDzh7vVQpPtysz8O4Wwf6Ui7+DJErVjCdaYB0F5qAaOoUr2Jq3hnukO0Hh0PY6rAfG9yw==
3841+
eslint-config-oclif@^6.0.162:
3842+
version "6.0.162"
3843+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.162.tgz#5d8247af8cd8078381dbf1cbcbfa4c4f929038df"
3844+
integrity sha512-c0Qwmh8LJVW437JCEHAOeCVkyXv64joXP5TgctJ6oW0ytsnw8tg9FnwUev116S3kmFzFIh8anzym9zCPqS+FOQ==
38453845
dependencies:
38463846
"@eslint/compat" "^1.4.1"
38473847
"@eslint/eslintrc" "^3.3.5"
@@ -3859,7 +3859,7 @@ eslint-config-oclif@^6.0.160:
38593859
eslint-plugin-n "^17.24.0"
38603860
eslint-plugin-perfectionist "^4"
38613861
eslint-plugin-unicorn "^56.0.1"
3862-
typescript-eslint "^8.59.0"
3862+
typescript-eslint "^8.59.1"
38633863

38643864
eslint-config-prettier@^10.1.8:
38653865
version "10.1.8"
@@ -7540,15 +7540,15 @@ typed-array-length@^1.0.7:
75407540
possible-typed-array-names "^1.0.0"
75417541
reflect.getprototypeof "^1.0.6"
75427542

7543-
typescript-eslint@^8.59.0:
7544-
version "8.59.1"
7545-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.1.tgz#244a9fcbf27057ebbc2281d408239f1861b55b78"
7546-
integrity sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==
7543+
typescript-eslint@^8.59.1:
7544+
version "8.59.2"
7545+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
7546+
integrity sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==
75477547
dependencies:
7548-
"@typescript-eslint/eslint-plugin" "8.59.1"
7549-
"@typescript-eslint/parser" "8.59.1"
7550-
"@typescript-eslint/typescript-estree" "8.59.1"
7551-
"@typescript-eslint/utils" "8.59.1"
7548+
"@typescript-eslint/eslint-plugin" "8.59.2"
7549+
"@typescript-eslint/parser" "8.59.2"
7550+
"@typescript-eslint/typescript-estree" "8.59.2"
7551+
"@typescript-eslint/utils" "8.59.2"
75527552

75537553
typescript@^5:
75547554
version "5.7.3"

0 commit comments

Comments
 (0)