Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent e5e1953 commit dec8947
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@typescript-eslint/utils": "^7.7.0",
"@typescript-eslint/utils": "^7.16.0",
"@yarnpkg/doctor": "^4.0.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/utils": "^7.7.0",
"@typescript-eslint/utils": "^7.16.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/utils": "^7.7.0",
"@typescript-eslint/utils": "^7.16.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
}
Expand Down
68 changes: 64 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ __metadata:
"@saberhq/tsconfig": "workspace:^"
"@types/eslint": "npm:^8.56.10"
"@types/node": "npm:^20.12.7"
"@typescript-eslint/utils": "npm:^7.7.0"
"@typescript-eslint/utils": "npm:^7.16.0"
eslint: "npm:^8.57.0"
eslint-plugin-jsx-a11y: "npm:^6.8.0"
eslint-plugin-react: "npm:^7.34.1"
Expand All @@ -311,7 +311,7 @@ __metadata:
"@types/node": "npm:^20.12.7"
"@typescript-eslint/eslint-plugin": "npm:^7.7.0"
"@typescript-eslint/parser": "npm:^7.7.0"
"@typescript-eslint/utils": "npm:^7.7.0"
"@typescript-eslint/utils": "npm:^7.16.0"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-import-resolver-node: "npm:^0.3.9"
Expand All @@ -337,7 +337,7 @@ __metadata:
"@types/eslint": "npm:^8.56.10"
"@types/node": "npm:^20.12.7"
"@types/react": "npm:^18.2.79"
"@typescript-eslint/utils": "npm:^7.7.0"
"@typescript-eslint/utils": "npm:^7.16.0"
"@yarnpkg/doctor": "npm:^4.0.1"
eslint: "npm:^8.57.0"
husky: "npm:^9.0.11"
Expand Down Expand Up @@ -571,6 +571,16 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/scope-manager@npm:7.7.0":
version: 7.7.0
resolution: "@typescript-eslint/scope-manager@npm:7.7.0"
Expand Down Expand Up @@ -598,13 +608,39 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.16.0":
version: 7.16.0
resolution: "@typescript-eslint/types@npm:7.16.0"
checksum: 10/0813d9eb158f984b9d7e9e83961533ddc1e8c8815ca9059dab820df276b1e537b183f4c83cc4fe79ab3865cde1a64f2ec3f7fffe7209872d7d404636299f630b
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.7.0":
version: 7.7.0
resolution: "@typescript-eslint/types@npm:7.7.0"
checksum: 10/d54ff9eeea168188fcbf1c8efe42892d1646ead801ea0a0f1312c80cfb74ee5dd61a145bc982919fb396683fb4578f98f7ad90e5d466d7aa1ca593e4338e1a2e
languageName: node
linkType: hard

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

"@typescript-eslint/typescript-estree@npm:7.7.0":
version: 7.7.0
resolution: "@typescript-eslint/typescript-estree@npm:7.7.0"
Expand All @@ -624,7 +660,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.7.0, @typescript-eslint/utils@npm:^7.7.0":
"@typescript-eslint/utils@npm:7.7.0":
version: 7.7.0
resolution: "@typescript-eslint/utils@npm:7.7.0"
dependencies:
Expand All @@ -641,6 +677,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^7.16.0":
version: 7.16.0
resolution: "@typescript-eslint/utils@npm:7.16.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:7.16.0"
"@typescript-eslint/types": "npm:7.16.0"
"@typescript-eslint/typescript-estree": "npm:7.16.0"
peerDependencies:
eslint: ^8.56.0
checksum: 10/325eab6705e70322d8df613cba4b018abc5d8ef857eb6c86f7a8376334eac789e6a585d30c041045c7eeede18083744faae66f48033e7811b2a23ebe8f6d3407
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.16.0":
version: 7.16.0
resolution: "@typescript-eslint/visitor-keys@npm:7.16.0"
dependencies:
"@typescript-eslint/types": "npm:7.16.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10/aae065bdd6d5681d40df51af24933fc86c15f355f9d8f85c39a506f352ddc2a76fc72d4f8cf823ebb7550c84d543605a2fdd7d06979a0967cd48c1f542436714
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.7.0":
version: 7.7.0
resolution: "@typescript-eslint/visitor-keys@npm:7.7.0"
Expand Down

0 comments on commit dec8947

Please sign in to comment.