Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 in /modules/web #9207

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.8",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"codelyzer": "6.0.2",
"concurrently": "8.2.2",
Expand Down
90 changes: 22 additions & 68 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6686,15 +6686,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/eslint-plugin@npm:7.14.1"
"@typescript-eslint/eslint-plugin@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.15.0"
dependencies:
"@eslint-community/regexpp": ^4.10.0
"@typescript-eslint/scope-manager": 7.14.1
"@typescript-eslint/type-utils": 7.14.1
"@typescript-eslint/utils": 7.14.1
"@typescript-eslint/visitor-keys": 7.14.1
"@typescript-eslint/scope-manager": 7.15.0
"@typescript-eslint/type-utils": 7.15.0
"@typescript-eslint/utils": 7.15.0
"@typescript-eslint/visitor-keys": 7.15.0
graphemer: ^1.4.0
ignore: ^5.3.1
natural-compare: ^1.4.0
Expand All @@ -6705,7 +6705,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: ed3d149dc6622a746dc853e8019269631bb3e2abb52190caf838d1a19527fbf9fe07ed556a744989915e9547923dd1c576410f30454eb2ab76a4b68674ef6d92
checksum: 4ee884c7c00362a40f1d95be042434b8dc737d9680ace7f0c283f33b044c8b9c9be93ea1e3990d7cf1271f73f4b16900469626fea213cc3ca37fe0a8d02f517d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6748,16 +6748,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/scope-manager@npm:7.14.1"
dependencies:
"@typescript-eslint/types": 7.14.1
"@typescript-eslint/visitor-keys": 7.14.1
checksum: b9351e4887615f6a8ef049d012accd3fe07affeb34ce54cd04551d291852f7e676a61acafac8b7b4bde5dc8302c6e95dd7d1bcac94e8c58fd1dcd6a0b2d65b4b
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/scope-manager@npm:7.15.0"
Expand All @@ -6768,20 +6758,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/type-utils@npm:7.14.1"
"@typescript-eslint/type-utils@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/type-utils@npm:7.15.0"
dependencies:
"@typescript-eslint/typescript-estree": 7.14.1
"@typescript-eslint/utils": 7.14.1
"@typescript-eslint/typescript-estree": 7.15.0
"@typescript-eslint/utils": 7.15.0
debug: ^4.3.4
ts-api-utils: ^1.3.0
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 940c0e7f39dc68a03894112ceea169e507d3bb2de067216454678a3976d7d38b43445b2c8f59a70724bc79c1748947aac11bf9f83423eda85f526d27d0b7d083
checksum: 6104ac153419d5364e6b8540c44f52a8db614ff040dfed30e59d5a050ac2372d6bf47a7d73449198eeff8c532259bd5ad0ea56e567d9f0dbc121268caf8ecf9d
languageName: node
linkType: hard

Expand All @@ -6792,13 +6782,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/types@npm:7.14.1"
checksum: 20136fc67694ae8c0efe96e8194ef880bfe4cd0c3e6c9f4ab911fe86a806af2dcce73d7e590981d155700bb462dce041777617b4660a7d0d865727e3bdad7817
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/types@npm:7.15.0"
Expand All @@ -6824,25 +6807,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/typescript-estree@npm:7.14.1"
dependencies:
"@typescript-eslint/types": 7.14.1
"@typescript-eslint/visitor-keys": 7.14.1
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
minimatch: ^9.0.4
semver: ^7.6.0
ts-api-utils: ^1.3.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 4ee6c1c629c7040c124d07d68b8af5af83bf726837b7828ce60cb3d0e02820bbe94f0b7d5a3ebd91cd38c1fee2d8bef8d42449c76f88eef11a0f4978f15447ba
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/typescript-estree@npm:7.15.0"
Expand Down Expand Up @@ -6880,17 +6844,17 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/utils@npm:7.14.1"
"@typescript-eslint/utils@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/utils@npm:7.15.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 7.14.1
"@typescript-eslint/types": 7.14.1
"@typescript-eslint/typescript-estree": 7.14.1
"@typescript-eslint/scope-manager": 7.15.0
"@typescript-eslint/types": 7.15.0
"@typescript-eslint/typescript-estree": 7.15.0
peerDependencies:
eslint: ^8.56.0
checksum: 202dc0add3739c39dd82a20b0b0b3e2cee44130e4959ce63ea1347e6b700a37e442c82e4863becdc4b43efbafb1b685929fd076bda68d0c69860ae6f78473123
checksum: 4b1b467985b46efbb47cdbabf7aa5cc86df3d223d82a6cfe9b181dbc18c229b9de591206204b9969818216f346433600e166f02f2bc2d293496b4d054aa7ab17
languageName: node
linkType: hard

Expand All @@ -6904,16 +6868,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.14.1":
version: 7.14.1
resolution: "@typescript-eslint/visitor-keys@npm:7.14.1"
dependencies:
"@typescript-eslint/types": 7.14.1
eslint-visitor-keys: ^3.4.3
checksum: 6f091423d4a8f049915a84698bd4c258f411822562d4486691e9cbdd6d0b4e21ad1853c5a8ba4ac181bd4881b459dc37c7c3931863b81de9e91284a05d18aa68
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.15.0":
version: 7.15.0
resolution: "@typescript-eslint/visitor-keys@npm:7.15.0"
Expand Down Expand Up @@ -14421,7 +14375,7 @@ __metadata:
"@types/js-yaml": 4.0.9
"@types/lodash-es": 4.17.12
"@types/node": 20.14.8
"@typescript-eslint/eslint-plugin": 7.14.1
"@typescript-eslint/eslint-plugin": 7.15.0
"@typescript-eslint/parser": 7.15.0
ace-builds: 1.35.2
codelyzer: 6.0.2
Expand Down
Loading