Skip to content

Commit 99c873d

Browse files
chore(deps): update typescript-eslint to v6.19.0 (#15939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86fd77d commit 99c873d

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@iarna/toml": "2.2.5",
3939
"@prettier/is-es5-identifier-name": "0.2.0",
4040
"@prettier/parse-srcset": "3.1.0",
41-
"@typescript-eslint/typescript-estree": "6.18.1",
42-
"@typescript-eslint/visitor-keys": "6.18.1",
41+
"@typescript-eslint/typescript-estree": "6.19.0",
42+
"@typescript-eslint/visitor-keys": "6.19.0",
4343
"acorn": "8.11.3",
4444
"acorn-jsx": "5.3.2",
4545
"angular-estree-parser": "9.0.0",
@@ -116,7 +116,7 @@
116116
"@types/file-entry-cache": "5.0.4",
117117
"@types/find-cache-dir": "3.2.1",
118118
"@types/jest": "29.5.8",
119-
"@typescript-eslint/eslint-plugin": "6.18.1",
119+
"@typescript-eslint/eslint-plugin": "6.19.0",
120120
"benchmark": "2.1.4",
121121
"browserslist": "4.22.2",
122122
"browserslist-to-esbuild": "2.1.1",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,15 +1966,15 @@ __metadata:
19661966
languageName: node
19671967
linkType: hard
19681968

1969-
"@typescript-eslint/eslint-plugin@npm:6.18.1":
1970-
version: 6.18.1
1971-
resolution: "@typescript-eslint/eslint-plugin@npm:6.18.1"
1969+
"@typescript-eslint/eslint-plugin@npm:6.19.0":
1970+
version: 6.19.0
1971+
resolution: "@typescript-eslint/eslint-plugin@npm:6.19.0"
19721972
dependencies:
19731973
"@eslint-community/regexpp": "npm:^4.5.1"
1974-
"@typescript-eslint/scope-manager": "npm:6.18.1"
1975-
"@typescript-eslint/type-utils": "npm:6.18.1"
1976-
"@typescript-eslint/utils": "npm:6.18.1"
1977-
"@typescript-eslint/visitor-keys": "npm:6.18.1"
1974+
"@typescript-eslint/scope-manager": "npm:6.19.0"
1975+
"@typescript-eslint/type-utils": "npm:6.19.0"
1976+
"@typescript-eslint/utils": "npm:6.19.0"
1977+
"@typescript-eslint/visitor-keys": "npm:6.19.0"
19781978
debug: "npm:^4.3.4"
19791979
graphemer: "npm:^1.4.0"
19801980
ignore: "npm:^5.2.4"
@@ -1987,7 +1987,7 @@ __metadata:
19871987
peerDependenciesMeta:
19881988
typescript:
19891989
optional: true
1990-
checksum: 451abba1f784539ba38cbe40af26c461facd848e90cbf0c440a98ca2a770ff74a794bafe1df7240e52a97e7cd72bade97d5de751dffbac269643460ad65e3b19
1990+
checksum: 5ed8483d792c4bc6ed697159c84a47ba5c35cd124949883813f2053b972537de3900a7ae26d4d6f370194f2cc7929baa2d09268e0b90118f20ed961cf6c176b9
19911991
languageName: node
19921992
linkType: hard
19931993

@@ -2001,30 +2001,30 @@ __metadata:
20012001
languageName: node
20022002
linkType: hard
20032003

2004-
"@typescript-eslint/scope-manager@npm:6.18.1":
2005-
version: 6.18.1
2006-
resolution: "@typescript-eslint/scope-manager@npm:6.18.1"
2004+
"@typescript-eslint/scope-manager@npm:6.19.0":
2005+
version: 6.19.0
2006+
resolution: "@typescript-eslint/scope-manager@npm:6.19.0"
20072007
dependencies:
2008-
"@typescript-eslint/types": "npm:6.18.1"
2009-
"@typescript-eslint/visitor-keys": "npm:6.18.1"
2010-
checksum: ab75663cda67a2c95267f240f2e062a0aafab0df6d625043a134c8e1d61e193c0d3cfa49c802bd554b3fd80f4b7df5ea3f86ef2eb6994ba8b5e0790cc9868c84
2008+
"@typescript-eslint/types": "npm:6.19.0"
2009+
"@typescript-eslint/visitor-keys": "npm:6.19.0"
2010+
checksum: d36c51c05e14c51ce13181120eeea46d1edd59ed1ff16dc4ec1f5532a975b5faec5c10a373aaa90545f82a12330c6cba18ecedc734e18288f5874855c48ba808
20112011
languageName: node
20122012
linkType: hard
20132013

2014-
"@typescript-eslint/type-utils@npm:6.18.1":
2015-
version: 6.18.1
2016-
resolution: "@typescript-eslint/type-utils@npm:6.18.1"
2014+
"@typescript-eslint/type-utils@npm:6.19.0":
2015+
version: 6.19.0
2016+
resolution: "@typescript-eslint/type-utils@npm:6.19.0"
20172017
dependencies:
2018-
"@typescript-eslint/typescript-estree": "npm:6.18.1"
2019-
"@typescript-eslint/utils": "npm:6.18.1"
2018+
"@typescript-eslint/typescript-estree": "npm:6.19.0"
2019+
"@typescript-eslint/utils": "npm:6.19.0"
20202020
debug: "npm:^4.3.4"
20212021
ts-api-utils: "npm:^1.0.1"
20222022
peerDependencies:
20232023
eslint: ^7.0.0 || ^8.0.0
20242024
peerDependenciesMeta:
20252025
typescript:
20262026
optional: true
2027-
checksum: f775011c35aef10b11e7cffde698fca8b06b313785cd44422c60a40b6643d85a38cbd9a3cbdef011d963680d65383c40988d983e9dfd01258ae50a2f37f6d293
2027+
checksum: f1f20ac28c03dd18546050b63ec0b0fd8c67780265ccb9ef566f16441c3de5deb2607a6046fefdebe8a43ac11fecdf0b009f8e5f70a3d15916d855be74b0f3bb
20282028
languageName: node
20292029
linkType: hard
20302030

@@ -2035,10 +2035,10 @@ __metadata:
20352035
languageName: node
20362036
linkType: hard
20372037

2038-
"@typescript-eslint/types@npm:6.18.1":
2039-
version: 6.18.1
2040-
resolution: "@typescript-eslint/types@npm:6.18.1"
2041-
checksum: e304620953257a5af3b323697845d3fb41ffbb7944df2f84559675ef8ad71cc33011be30149efd8d34c5dedcbe92c6abee67cb1b95cb3dd56f15b9393b3435a6
2038+
"@typescript-eslint/types@npm:6.19.0":
2039+
version: 6.19.0
2040+
resolution: "@typescript-eslint/types@npm:6.19.0"
2041+
checksum: 396ad2ad9f2d759dd87bc880a1ffc9d11fda04db8af9402abb4e8eccd58c01fa2d26e38b186526d0b457012f7c912e7afdab2a3798a73aa0ae34abaf50d617ae
20422042
languageName: node
20432043
linkType: hard
20442044

@@ -2060,12 +2060,12 @@ __metadata:
20602060
languageName: node
20612061
linkType: hard
20622062

2063-
"@typescript-eslint/typescript-estree@npm:6.18.1":
2064-
version: 6.18.1
2065-
resolution: "@typescript-eslint/typescript-estree@npm:6.18.1"
2063+
"@typescript-eslint/typescript-estree@npm:6.19.0":
2064+
version: 6.19.0
2065+
resolution: "@typescript-eslint/typescript-estree@npm:6.19.0"
20662066
dependencies:
2067-
"@typescript-eslint/types": "npm:6.18.1"
2068-
"@typescript-eslint/visitor-keys": "npm:6.18.1"
2067+
"@typescript-eslint/types": "npm:6.19.0"
2068+
"@typescript-eslint/visitor-keys": "npm:6.19.0"
20692069
debug: "npm:^4.3.4"
20702070
globby: "npm:^11.1.0"
20712071
is-glob: "npm:^4.0.3"
@@ -2075,24 +2075,24 @@ __metadata:
20752075
peerDependenciesMeta:
20762076
typescript:
20772077
optional: true
2078-
checksum: 33307bc87c3270f84f149545da79a15afaafacc5671e42f4aa827947f09c35ed114705f108ffa59d6ab175f8b838aa08cf10f9efe5b7793aca0792f879bbc7ca
2078+
checksum: 06e24bb145a302299a6cf86b36652bd4d7080c4e88517ebc24bdc137c57425a68db256ba628ce16b568bfec8020ae2a748ccee93e304efeded329cb3292b17bf
20792079
languageName: node
20802080
linkType: hard
20812081

2082-
"@typescript-eslint/utils@npm:6.18.1":
2083-
version: 6.18.1
2084-
resolution: "@typescript-eslint/utils@npm:6.18.1"
2082+
"@typescript-eslint/utils@npm:6.19.0":
2083+
version: 6.19.0
2084+
resolution: "@typescript-eslint/utils@npm:6.19.0"
20852085
dependencies:
20862086
"@eslint-community/eslint-utils": "npm:^4.4.0"
20872087
"@types/json-schema": "npm:^7.0.12"
20882088
"@types/semver": "npm:^7.5.0"
2089-
"@typescript-eslint/scope-manager": "npm:6.18.1"
2090-
"@typescript-eslint/types": "npm:6.18.1"
2091-
"@typescript-eslint/typescript-estree": "npm:6.18.1"
2089+
"@typescript-eslint/scope-manager": "npm:6.19.0"
2090+
"@typescript-eslint/types": "npm:6.19.0"
2091+
"@typescript-eslint/typescript-estree": "npm:6.19.0"
20922092
semver: "npm:^7.5.4"
20932093
peerDependencies:
20942094
eslint: ^7.0.0 || ^8.0.0
2095-
checksum: 967728f062ec7ef434b9d05af6b45ae59e0f8f314e4aa7cefc8e2c30a277cf269b7913f3e9f8d26a86c3faf8b2c9385ba1221cfcd856e9b228421fc6508b41bc
2095+
checksum: 4080c36331204ffef9f218e29f43da767f17551fa4d3877c3d3b49194f7c7382dd9ae2124e7b5ebd47d5556946bb6ad195b47d7d215553efabacdebf81b9e74d
20962096
languageName: node
20972097
linkType: hard
20982098

@@ -2124,13 +2124,13 @@ __metadata:
21242124
languageName: node
21252125
linkType: hard
21262126

2127-
"@typescript-eslint/visitor-keys@npm:6.18.1":
2128-
version: 6.18.1
2129-
resolution: "@typescript-eslint/visitor-keys@npm:6.18.1"
2127+
"@typescript-eslint/visitor-keys@npm:6.19.0":
2128+
version: 6.19.0
2129+
resolution: "@typescript-eslint/visitor-keys@npm:6.19.0"
21302130
dependencies:
2131-
"@typescript-eslint/types": "npm:6.18.1"
2131+
"@typescript-eslint/types": "npm:6.19.0"
21322132
eslint-visitor-keys: "npm:^3.4.1"
2133-
checksum: 2d6c5ffa52e89caec0b4958d7079fb4ca9f17c19b5f5d5b8446b4eef0079fd59cd9959f469cc13c4e7d72ef4c47849e561fe323f3cebafa01bc916d43082e57b
2133+
checksum: 8d51c0b8d94c5df044fde958f62741cef55be97c6a3a16c47e4df9af7b2ff13aa1ee03ca5240777481dca53f3b7a9b00b329e50aff5e3ad829d96bc5f63ca2c3
21342134
languageName: node
21352135
linkType: hard
21362136

@@ -7348,9 +7348,9 @@ __metadata:
73487348
"@types/file-entry-cache": "npm:5.0.4"
73497349
"@types/find-cache-dir": "npm:3.2.1"
73507350
"@types/jest": "npm:29.5.8"
7351-
"@typescript-eslint/eslint-plugin": "npm:6.18.1"
7352-
"@typescript-eslint/typescript-estree": "npm:6.18.1"
7353-
"@typescript-eslint/visitor-keys": "npm:6.18.1"
7351+
"@typescript-eslint/eslint-plugin": "npm:6.19.0"
7352+
"@typescript-eslint/typescript-estree": "npm:6.19.0"
7353+
"@typescript-eslint/visitor-keys": "npm:6.19.0"
73547354
acorn: "npm:8.11.3"
73557355
acorn-jsx: "npm:5.3.2"
73567356
angular-estree-parser: "npm:9.0.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy