Skip to content

Commit 7151b31

Browse files
authored
Merge pull request #984 from codegino/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.9.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.9.1
2 parents ba1d4cc + 64a0694 commit 7151b31

2 files changed

Lines changed: 56 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/node": "20.4.7",
4444
"@types/react": "18.2.34",
4545
"@types/react-dom": "18.2.7",
46-
"@typescript-eslint/eslint-plugin": "6.2.1",
46+
"@typescript-eslint/eslint-plugin": "6.9.1",
4747
"@typescript-eslint/parser": "6.2.1",
4848
"autoprefixer": "10.4.14",
4949
"concurrently": "8.2.2",

yarn.lock

Lines changed: 55 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,21 +2206,20 @@
22062206
dependencies:
22072207
"@types/yargs-parser" "*"
22082208

2209-
"@typescript-eslint/eslint-plugin@6.2.1":
2210-
version "6.2.1"
2211-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
2212-
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
2209+
"@typescript-eslint/eslint-plugin@6.9.1":
2210+
version "6.9.1"
2211+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
2212+
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
22132213
dependencies:
22142214
"@eslint-community/regexpp" "^4.5.1"
2215-
"@typescript-eslint/scope-manager" "6.2.1"
2216-
"@typescript-eslint/type-utils" "6.2.1"
2217-
"@typescript-eslint/utils" "6.2.1"
2218-
"@typescript-eslint/visitor-keys" "6.2.1"
2215+
"@typescript-eslint/scope-manager" "6.9.1"
2216+
"@typescript-eslint/type-utils" "6.9.1"
2217+
"@typescript-eslint/utils" "6.9.1"
2218+
"@typescript-eslint/visitor-keys" "6.9.1"
22192219
debug "^4.3.4"
22202220
graphemer "^1.4.0"
22212221
ignore "^5.2.4"
22222222
natural-compare "^1.4.0"
2223-
natural-compare-lite "^1.4.0"
22242223
semver "^7.5.4"
22252224
ts-api-utils "^1.0.1"
22262225

@@ -2283,6 +2282,14 @@
22832282
"@typescript-eslint/types" "6.2.1"
22842283
"@typescript-eslint/visitor-keys" "6.2.1"
22852284

2285+
"@typescript-eslint/scope-manager@6.9.1":
2286+
version "6.9.1"
2287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
2288+
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
2289+
dependencies:
2290+
"@typescript-eslint/types" "6.9.1"
2291+
"@typescript-eslint/visitor-keys" "6.9.1"
2292+
22862293
"@typescript-eslint/type-utils@5.10.2":
22872294
version "5.10.2"
22882295
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
@@ -2292,13 +2299,13 @@
22922299
debug "^4.3.2"
22932300
tsutils "^3.21.0"
22942301

2295-
"@typescript-eslint/type-utils@6.2.1":
2296-
version "6.2.1"
2297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
2298-
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
2302+
"@typescript-eslint/type-utils@6.9.1":
2303+
version "6.9.1"
2304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
2305+
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
22992306
dependencies:
2300-
"@typescript-eslint/typescript-estree" "6.2.1"
2301-
"@typescript-eslint/utils" "6.2.1"
2307+
"@typescript-eslint/typescript-estree" "6.9.1"
2308+
"@typescript-eslint/utils" "6.9.1"
23022309
debug "^4.3.4"
23032310
ts-api-utils "^1.0.1"
23042311

@@ -2312,6 +2319,11 @@
23122319
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
23132320
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
23142321

2322+
"@typescript-eslint/types@6.9.1":
2323+
version "6.9.1"
2324+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
2325+
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
2326+
23152327
"@typescript-eslint/typescript-estree@5.10.2":
23162328
version "5.10.2"
23172329
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
@@ -2338,6 +2350,19 @@
23382350
semver "^7.5.4"
23392351
ts-api-utils "^1.0.1"
23402352

2353+
"@typescript-eslint/typescript-estree@6.9.1":
2354+
version "6.9.1"
2355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
2356+
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
2357+
dependencies:
2358+
"@typescript-eslint/types" "6.9.1"
2359+
"@typescript-eslint/visitor-keys" "6.9.1"
2360+
debug "^4.3.4"
2361+
globby "^11.1.0"
2362+
is-glob "^4.0.3"
2363+
semver "^7.5.4"
2364+
ts-api-utils "^1.0.1"
2365+
23412366
"@typescript-eslint/utils@5.10.2", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
23422367
version "5.10.2"
23432368
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
@@ -2350,17 +2375,17 @@
23502375
eslint-scope "^5.1.1"
23512376
eslint-utils "^3.0.0"
23522377

2353-
"@typescript-eslint/utils@6.2.1":
2354-
version "6.2.1"
2355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
2356-
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
2378+
"@typescript-eslint/utils@6.9.1":
2379+
version "6.9.1"
2380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
2381+
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
23572382
dependencies:
23582383
"@eslint-community/eslint-utils" "^4.4.0"
23592384
"@types/json-schema" "^7.0.12"
23602385
"@types/semver" "^7.5.0"
2361-
"@typescript-eslint/scope-manager" "6.2.1"
2362-
"@typescript-eslint/types" "6.2.1"
2363-
"@typescript-eslint/typescript-estree" "6.2.1"
2386+
"@typescript-eslint/scope-manager" "6.9.1"
2387+
"@typescript-eslint/types" "6.9.1"
2388+
"@typescript-eslint/typescript-estree" "6.9.1"
23642389
semver "^7.5.4"
23652390

23662391
"@typescript-eslint/visitor-keys@5.10.2":
@@ -2379,6 +2404,14 @@
23792404
"@typescript-eslint/types" "6.2.1"
23802405
eslint-visitor-keys "^3.4.1"
23812406

2407+
"@typescript-eslint/visitor-keys@6.9.1":
2408+
version "6.9.1"
2409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
2410+
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
2411+
dependencies:
2412+
"@typescript-eslint/types" "6.9.1"
2413+
eslint-visitor-keys "^3.4.1"
2414+
23822415
"@webassemblyjs/ast@1.11.1":
23832416
version "1.11.1"
23842417
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -7508,11 +7541,6 @@ nanoid@^3.3.6:
75087541
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
75097542
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
75107543

7511-
natural-compare-lite@^1.4.0:
7512-
version "1.4.0"
7513-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
7514-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
7515-
75167544
natural-compare@^1.4.0:
75177545
version "1.4.0"
75187546
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)