Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 6.9.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.0 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent fae2476 commit 76faf20
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@parcel/transformer-typescript-types": "^2.10.1",
"@types/express": "^4.17.19",
"@types/json-server": "^0.14.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^6.7.5",
"babel-jest": "^29.7.0",
"dtslint": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react-test-renderer": "^18.0.3",
"@types/sharp": "^0.30.5",
"@types/typography": "^0.16.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^6.7.5",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^3.12.0",
Expand Down
118 changes: 82 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5342,28 +5342,28 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^6.7.5":
version: 6.9.0
resolution: "@typescript-eslint/eslint-plugin@npm:6.9.0"
"@typescript-eslint/eslint-plugin@npm:^7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.1.0"
dependencies:
"@eslint-community/regexpp": ^4.5.1
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/type-utils": 6.9.0
"@typescript-eslint/utils": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
"@typescript-eslint/scope-manager": 7.1.0
"@typescript-eslint/type-utils": 7.1.0
"@typescript-eslint/utils": 7.1.0
"@typescript-eslint/visitor-keys": 7.1.0
debug: ^4.3.4
graphemer: ^1.4.0
ignore: ^5.2.4
natural-compare: ^1.4.0
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependencies:
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
eslint: ^7.0.0 || ^8.0.0
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 51d7afc18bab711e20147f7163083f05435b6860174169eae56de217ed2cb1b3c08cba01b7d338315c2d8ecb982e83ce8f2ca7d2108c1c7c04faff2001b094d3
checksum: 01d56d92560980fa8daaef2cb5b1e9b5231a766d6aa02697a87d079575399c90f3864e5d6032f889672329cece885faecf696683e380ce23a094fc6ef409572d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5438,20 +5438,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/type-utils@npm:6.9.0"
"@typescript-eslint/scope-manager@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/scope-manager@npm:7.1.0"
dependencies:
"@typescript-eslint/typescript-estree": 6.9.0
"@typescript-eslint/utils": 6.9.0
"@typescript-eslint/types": 7.1.0
"@typescript-eslint/visitor-keys": 7.1.0
checksum: 737c010cb60eedb2824038995150146a2099b09d0194ee0e7a2b730f29603775eba54b5260731a26e1056c4cdcc1847b5ea505228e9c240b6e31e3ed4b7a1d75
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/type-utils@npm:7.1.0"
dependencies:
"@typescript-eslint/typescript-estree": 7.1.0
"@typescript-eslint/utils": 7.1.0
debug: ^4.3.4
ts-api-utils: ^1.0.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 279b0000cd2fe7ccfbd2f311736b14c8bb9287081f553c9452c95966650c822e67442ba5a62d7fea3ee2f61ccc0fcb218f21e1ee7ccf3984c52e5942d2bbb065
checksum: 07c4261da12ac57a7f03064192e20bdc473074839057deb7a2d289ceb5f205f419fb5c753d81a2ed13493ae3cfe60d371348489a326474d9c4cb810c3dd96523
languageName: node
linkType: hard

Expand All @@ -5469,6 +5479,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/types@npm:7.1.0"
checksum: ad1e95ee83e9af7569c61260e62e4f4a42c8b82c57c33880c24dba44d1ab6792f5063e71ddf5176a1846b97158caba456805271787785250a937bba0e3df06d0
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:4.33.0":
version: 4.33.0
resolution: "@typescript-eslint/typescript-estree@npm:4.33.0"
Expand Down Expand Up @@ -5505,20 +5522,39 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/utils@npm:6.9.0"
"@typescript-eslint/typescript-estree@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/typescript-estree@npm:7.1.0"
dependencies:
"@typescript-eslint/types": 7.1.0
"@typescript-eslint/visitor-keys": 7.1.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
minimatch: 9.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: a4db9f2b5094f3fdeaa09ca93ffefe23a7cfab3924c870b7277d36d1f9e3e9e0bd4fb10d9a4bae75d4ce5c0d1a0193888742f080e7f43a9f1b6d105f05f570c0
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/utils@npm:7.1.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@types/json-schema": ^7.0.12
"@types/semver": ^7.5.0
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/typescript-estree": 6.9.0
"@typescript-eslint/scope-manager": 7.1.0
"@typescript-eslint/types": 7.1.0
"@typescript-eslint/typescript-estree": 7.1.0
semver: ^7.5.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 973c24d7858f224934958ee58c21ff21dfe54dbb1d0e0c5f889298fadcd7ee2dbfd49cf86ccafab74d428c31de66cd9beee7c39d2b64f9edcc9e941573bac175
eslint: ^8.56.0
checksum: 9bf1be1fe7fad71412f5150d6ab74085b50da0f495e15a26f02239c9198a84b9376a827cbaa5ac0372ea914a5731168ac2e8a33190f0bbb84114aed27761959b
languageName: node
linkType: hard

Expand All @@ -5542,6 +5578,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/visitor-keys@npm:7.1.0"
dependencies:
"@typescript-eslint/types": 7.1.0
eslint-visitor-keys: ^3.4.1
checksum: 7ddac02dde4e16960ca87f0c05e5c5176fef6203bbf39d217ae15f8db498c262677a5799a258960a8d6bbcbc2ffbb799841e32276d2867f1e2f88bd988606092
languageName: node
linkType: hard

"@typescript/twoslash@npm:3.1.0":
version: 3.1.0
resolution: "@typescript/twoslash@npm:3.1.0"
Expand Down Expand Up @@ -7548,7 +7594,7 @@ __metadata:
"@parcel/ts-utils": ^2.10.1
"@types/express": ^4.17.19
"@types/json-server": ^0.14.5
"@typescript-eslint/eslint-plugin": ^6.7.5
"@typescript-eslint/eslint-plugin": ^7.1.0
"@typescript-eslint/parser": ^6.7.5
babel-jest: ^29.7.0
date-fns: ^2.30.0
Expand Down Expand Up @@ -17197,6 +17243,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:9.0.3, minimatch@npm:^9.0.1, minimatch@npm:~9.0.3":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
brace-expansion: ^2.0.1
checksum: 253487976bf485b612f16bf57463520a14f512662e592e95c571afdab1442a6a6864b6c88f248ce6fc4ff0b6de04ac7aa6c8bb51e868e99d1d65eb0658a708b5
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand All @@ -17215,15 +17270,6 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.1, minimatch@npm:~9.0.3":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
brace-expansion: ^2.0.1
checksum: 253487976bf485b612f16bf57463520a14f512662e592e95c571afdab1442a6a6864b6c88f248ce6fc4ff0b6de04ac7aa6c8bb51e868e99d1d65eb0658a708b5
languageName: node
linkType: hard

"minimist-options@npm:4.1.0":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down Expand Up @@ -24674,7 +24720,7 @@ __metadata:
"@types/react-test-renderer": ^18.0.3
"@types/sharp": ^0.30.5
"@types/typography": ^0.16.5
"@typescript-eslint/eslint-plugin": ^6.7.5
"@typescript-eslint/eslint-plugin": ^7.1.0
"@typescript-eslint/parser": ^6.7.5
babel-jest: ^26.6.3
babel-preset-gatsby: ^3.12.0
Expand Down

0 comments on commit 76faf20

Please sign in to comment.