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

build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.11.0 to 8.0.0 #1032

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/http-cache-semantics": "4.0.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "7.11.0",
"debug": "4.3.4",
"eslint": "8.57.0",
Expand Down
98 changes: 71 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,26 +407,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.11.0"
"@typescript-eslint/eslint-plugin@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.0.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:7.11.0"
"@typescript-eslint/type-utils": "npm:7.11.0"
"@typescript-eslint/utils": "npm:7.11.0"
"@typescript-eslint/visitor-keys": "npm:7.11.0"
"@typescript-eslint/scope-manager": "npm:8.0.0"
"@typescript-eslint/type-utils": "npm:8.0.0"
"@typescript-eslint/utils": "npm:8.0.0"
"@typescript-eslint/visitor-keys": "npm:8.0.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/50fedf832e4de9546569106eab1d10716204ceebc5cc7d62299112c881212270d0f7857e3d6452c07db031d40b58cf27c4d1b1a36043e8e700fc3496e377b54a
checksum: 10c0/e98304410039bbb7104fdd8ad7a70f2fb81430c117b66d609b44d10cc8937c8a936a4e5993b0b6df5361c00df43a146e89632a37f2407ce9bed3555733c71fc2
languageName: node
linkType: hard

Expand Down Expand Up @@ -458,20 +458,28 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/type-utils@npm:7.11.0"
"@typescript-eslint/scope-manager@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/scope-manager@npm:8.0.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:7.11.0"
"@typescript-eslint/utils": "npm:7.11.0"
"@typescript-eslint/types": "npm:8.0.0"
"@typescript-eslint/visitor-keys": "npm:8.0.0"
checksum: 10c0/d8397055f046be54302b603a59d358c74292f72af3d12ca1e652316a785400d3e2fd20d79e3e316e3278ff7f1c1ffb271f9f6a7a265b88041c5a4e8332f550a0
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/type-utils@npm:8.0.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.0.0"
"@typescript-eslint/utils": "npm:8.0.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/637395cb0f4c424c610e751906a31dcfedcdbd8c479012da6e81f9be6b930f32317bfe170ccb758d93a411b2bd9c4e7e5d18892094466099c6f9c3dceda81a72
checksum: 10c0/96ba2a58ceff420dac79a9c3c2bde15e0a56e8c47baf441a62886c9d8df3db6e9d886cd5c717c6f9a8cfceb545a511c7d452aa1537c2cd3b127bd47509e559ae
languageName: node
linkType: hard

Expand All @@ -482,6 +490,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/types@npm:8.0.0"
checksum: 10c0/c15efce96e4b80c2bef7ea4fa7f046609816ae8bc3a4e31d9d671e237520f6b96595e1330a891ec7042bc7b09fc16d265bad49fd878d5fb8be4b59b8a752e5b5
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/typescript-estree@npm:7.11.0"
Expand All @@ -501,17 +516,36 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.11.0":
version: 7.11.0
resolution: "@typescript-eslint/utils@npm:7.11.0"
"@typescript-eslint/typescript-estree@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/typescript-estree@npm:8.0.0"
dependencies:
"@typescript-eslint/types": "npm:8.0.0"
"@typescript-eslint/visitor-keys": "npm:8.0.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: 10c0/a82f3eb2a66a4b2715d09f8f9547c1f0c27ea60c1d10d0777c8ce998b760dbb8ef14466fc2056220b8a236c2d2dc3ee99f482502f5c268bd40909b272bb47eb4
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/utils@npm:8.0.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:7.11.0"
"@typescript-eslint/types": "npm:7.11.0"
"@typescript-eslint/typescript-estree": "npm:7.11.0"
"@typescript-eslint/scope-manager": "npm:8.0.0"
"@typescript-eslint/types": "npm:8.0.0"
"@typescript-eslint/typescript-estree": "npm:8.0.0"
peerDependencies:
eslint: ^8.56.0
checksum: 10c0/539a7ff8b825ad810fc59a80269094748df1a397a42cdbb212c493fc2486711c7d8fd6d75d4cd8a067822b8e6a11f42c50441977d51c183eec47992506d1cdf8
eslint: ^8.57.0 || ^9.0.0
checksum: 10c0/ecba01996d1aa330c640c41c1212fed2328a47768348ab6886080e0e55bc3b2041939a635a7440d47db533f0c4b21e1eb8b58535a9eaebbbe2c035906e12ba06
languageName: node
linkType: hard

Expand All @@ -525,6 +559,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/visitor-keys@npm:8.0.0"
dependencies:
"@typescript-eslint/types": "npm:8.0.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10c0/8c59a2e971370c2b9a5727541c72d6b64fd0448ab03dd8b4274a26bddea5e1b4c560dd7856e1f48577cd333f7bbbed7a0f1849d39e2d1b48a748a3668c1a3723
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -972,7 +1016,7 @@ __metadata:
dependencies:
"@types/eslint": "npm:8.56.10"
"@types/http-cache-semantics": "npm:4.0.4"
"@typescript-eslint/eslint-plugin": "npm:7.11.0"
"@typescript-eslint/eslint-plugin": "npm:8.0.0"
"@typescript-eslint/parser": "npm:7.11.0"
debug: "npm:4.3.4"
eslint: "npm:8.57.0"
Expand Down
Loading