Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 9d21f7a

Browse files
fix(deps): bump @typescript-eslint/eslint-plugin from 6.16.0 to 6.18.0 (#107)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.16.0 to 6.18.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/v6.18.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43923f3 commit 9d21f7a

File tree

2 files changed

+22
-57
lines changed

2 files changed

+22
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/eslint-config-oclif-typescript/issues",
77
"dependencies": {
8-
"@typescript-eslint/eslint-plugin": "^6.16.0",
8+
"@typescript-eslint/eslint-plugin": "^6.18.0",
99
"@typescript-eslint/parser": "^6.18.0",
1010
"eslint-config-xo-space": "^0.34.0",
1111
"eslint-import-resolver-typescript": "^3.6.1",

yarn.lock

Lines changed: 21 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@
104104
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
105105
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==
106106

107-
"@typescript-eslint/eslint-plugin@^6.16.0":
108-
version "6.16.0"
109-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
110-
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
107+
"@typescript-eslint/eslint-plugin@^6.18.0":
108+
version "6.18.0"
109+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.0.tgz#94b86f3c25b468c714a04bd490017ecec2fd3746"
110+
integrity sha512-3lqEvQUdCozi6d1mddWqd+kf8KxmGq2Plzx36BlkjuQe3rSTm/O98cLf0A4uDO+a5N1KD2SeEEl6fW97YHY+6w==
111111
dependencies:
112112
"@eslint-community/regexpp" "^4.5.1"
113-
"@typescript-eslint/scope-manager" "6.16.0"
114-
"@typescript-eslint/type-utils" "6.16.0"
115-
"@typescript-eslint/utils" "6.16.0"
116-
"@typescript-eslint/visitor-keys" "6.16.0"
113+
"@typescript-eslint/scope-manager" "6.18.0"
114+
"@typescript-eslint/type-utils" "6.18.0"
115+
"@typescript-eslint/utils" "6.18.0"
116+
"@typescript-eslint/visitor-keys" "6.18.0"
117117
debug "^4.3.4"
118118
graphemer "^1.4.0"
119119
ignore "^5.2.4"
@@ -132,14 +132,6 @@
132132
"@typescript-eslint/visitor-keys" "6.18.0"
133133
debug "^4.3.4"
134134

135-
"@typescript-eslint/scope-manager@6.16.0":
136-
version "6.16.0"
137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
138-
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
139-
dependencies:
140-
"@typescript-eslint/types" "6.16.0"
141-
"@typescript-eslint/visitor-keys" "6.16.0"
142-
143135
"@typescript-eslint/scope-manager@6.18.0":
144136
version "6.18.0"
145137
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz#24ca6fc1f4a2afa71122dcfca9282878687d9997"
@@ -148,40 +140,21 @@
148140
"@typescript-eslint/types" "6.18.0"
149141
"@typescript-eslint/visitor-keys" "6.18.0"
150142

151-
"@typescript-eslint/type-utils@6.16.0":
152-
version "6.16.0"
153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
154-
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
143+
"@typescript-eslint/type-utils@6.18.0":
144+
version "6.18.0"
145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.18.0.tgz#a492da599da5c38c70aa9ff9bfb473961b8ae663"
146+
integrity sha512-ZeMtrXnGmTcHciJN1+u2CigWEEXgy1ufoxtWcHORt5kGvpjjIlK9MUhzHm4RM8iVy6dqSaZA/6PVkX6+r+ChjQ==
155147
dependencies:
156-
"@typescript-eslint/typescript-estree" "6.16.0"
157-
"@typescript-eslint/utils" "6.16.0"
148+
"@typescript-eslint/typescript-estree" "6.18.0"
149+
"@typescript-eslint/utils" "6.18.0"
158150
debug "^4.3.4"
159151
ts-api-utils "^1.0.1"
160152

161-
"@typescript-eslint/types@6.16.0":
162-
version "6.16.0"
163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
164-
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
165-
166153
"@typescript-eslint/types@6.18.0":
167154
version "6.18.0"
168155
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
169156
integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
170157

171-
"@typescript-eslint/typescript-estree@6.16.0":
172-
version "6.16.0"
173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
174-
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
175-
dependencies:
176-
"@typescript-eslint/types" "6.16.0"
177-
"@typescript-eslint/visitor-keys" "6.16.0"
178-
debug "^4.3.4"
179-
globby "^11.1.0"
180-
is-glob "^4.0.3"
181-
minimatch "9.0.3"
182-
semver "^7.5.4"
183-
ts-api-utils "^1.0.1"
184-
185158
"@typescript-eslint/typescript-estree@6.18.0":
186159
version "6.18.0"
187160
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
@@ -196,27 +169,19 @@
196169
semver "^7.5.4"
197170
ts-api-utils "^1.0.1"
198171

199-
"@typescript-eslint/utils@6.16.0", "@typescript-eslint/utils@^6.13.0":
200-
version "6.16.0"
201-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
202-
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
172+
"@typescript-eslint/utils@6.18.0", "@typescript-eslint/utils@^6.13.0":
173+
version "6.18.0"
174+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.0.tgz#4d07c9c08f84b9939a1aca7aef98c8f378936142"
175+
integrity sha512-wiKKCbUeDPGaYEYQh1S580dGxJ/V9HI7K5sbGAVklyf+o5g3O+adnS4UNJajplF4e7z2q0uVBaTdT/yLb4XAVA==
203176
dependencies:
204177
"@eslint-community/eslint-utils" "^4.4.0"
205178
"@types/json-schema" "^7.0.12"
206179
"@types/semver" "^7.5.0"
207-
"@typescript-eslint/scope-manager" "6.16.0"
208-
"@typescript-eslint/types" "6.16.0"
209-
"@typescript-eslint/typescript-estree" "6.16.0"
180+
"@typescript-eslint/scope-manager" "6.18.0"
181+
"@typescript-eslint/types" "6.18.0"
182+
"@typescript-eslint/typescript-estree" "6.18.0"
210183
semver "^7.5.4"
211184

212-
"@typescript-eslint/visitor-keys@6.16.0":
213-
version "6.16.0"
214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
215-
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
216-
dependencies:
217-
"@typescript-eslint/types" "6.16.0"
218-
eslint-visitor-keys "^3.4.1"
219-
220185
"@typescript-eslint/visitor-keys@6.18.0":
221186
version "6.18.0"
222187
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.0.tgz#3c8733737786fa6c78a347b4fa306ae7155b560f"

0 commit comments

Comments
 (0)