Skip to content

Commit 00403d2

Browse files
Merge pull request #749 from devoxa/renovate/typescript-eslint-monorepo
Update dependency typescript-eslint from 8.38.0 to 8.39.0
2 parents e0620de + 2ee613a commit 00403d2

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-config-prettier": "9.1.2",
2020
"eslint-plugin-react": "7.37.5",
2121
"parse-gitignore": "2.0.0",
22-
"typescript-eslint": "8.38.0"
22+
"typescript-eslint": "8.39.0"
2323
},
2424
"peerDependencies": {
2525
"eslint": "^9.0.0",

yarn.lock

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -183,39 +183,39 @@
183183
dependencies:
184184
csstype "^3.0.2"
185185

186-
"@typescript-eslint/eslint-plugin@8.38.0":
187-
version "8.38.0"
188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
189-
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
186+
"@typescript-eslint/eslint-plugin@8.39.0":
187+
version "8.39.0"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
189+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
190190
dependencies:
191191
"@eslint-community/regexpp" "^4.10.0"
192-
"@typescript-eslint/scope-manager" "8.38.0"
193-
"@typescript-eslint/type-utils" "8.38.0"
194-
"@typescript-eslint/utils" "8.38.0"
195-
"@typescript-eslint/visitor-keys" "8.38.0"
192+
"@typescript-eslint/scope-manager" "8.39.0"
193+
"@typescript-eslint/type-utils" "8.39.0"
194+
"@typescript-eslint/utils" "8.39.0"
195+
"@typescript-eslint/visitor-keys" "8.39.0"
196196
graphemer "^1.4.0"
197197
ignore "^7.0.0"
198198
natural-compare "^1.4.0"
199199
ts-api-utils "^2.1.0"
200200

201-
"@typescript-eslint/parser@8.38.0":
202-
version "8.38.0"
203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
204-
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
201+
"@typescript-eslint/parser@8.39.0":
202+
version "8.39.0"
203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
204+
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
205205
dependencies:
206-
"@typescript-eslint/scope-manager" "8.38.0"
207-
"@typescript-eslint/types" "8.38.0"
208-
"@typescript-eslint/typescript-estree" "8.38.0"
209-
"@typescript-eslint/visitor-keys" "8.38.0"
206+
"@typescript-eslint/scope-manager" "8.39.0"
207+
"@typescript-eslint/types" "8.39.0"
208+
"@typescript-eslint/typescript-estree" "8.39.0"
209+
"@typescript-eslint/visitor-keys" "8.39.0"
210210
debug "^4.3.4"
211211

212-
"@typescript-eslint/project-service@8.38.0":
213-
version "8.38.0"
214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
215-
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
212+
"@typescript-eslint/project-service@8.39.0":
213+
version "8.39.0"
214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
215+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
216216
dependencies:
217-
"@typescript-eslint/tsconfig-utils" "^8.38.0"
218-
"@typescript-eslint/types" "^8.38.0"
217+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
218+
"@typescript-eslint/types" "^8.39.0"
219219
debug "^4.3.4"
220220

221221
"@typescript-eslint/scope-manager@8.16.0":
@@ -226,27 +226,27 @@
226226
"@typescript-eslint/types" "8.16.0"
227227
"@typescript-eslint/visitor-keys" "8.16.0"
228228

229-
"@typescript-eslint/scope-manager@8.38.0":
230-
version "8.38.0"
231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
232-
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
229+
"@typescript-eslint/scope-manager@8.39.0":
230+
version "8.39.0"
231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
232+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
233233
dependencies:
234-
"@typescript-eslint/types" "8.38.0"
235-
"@typescript-eslint/visitor-keys" "8.38.0"
234+
"@typescript-eslint/types" "8.39.0"
235+
"@typescript-eslint/visitor-keys" "8.39.0"
236236

237-
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
238-
version "8.38.0"
239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
240-
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
237+
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
238+
version "8.39.0"
239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
240+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
241241

242-
"@typescript-eslint/type-utils@8.38.0":
243-
version "8.38.0"
244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
245-
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
242+
"@typescript-eslint/type-utils@8.39.0":
243+
version "8.39.0"
244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
245+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
246246
dependencies:
247-
"@typescript-eslint/types" "8.38.0"
248-
"@typescript-eslint/typescript-estree" "8.38.0"
249-
"@typescript-eslint/utils" "8.38.0"
247+
"@typescript-eslint/types" "8.39.0"
248+
"@typescript-eslint/typescript-estree" "8.39.0"
249+
"@typescript-eslint/utils" "8.39.0"
250250
debug "^4.3.4"
251251
ts-api-utils "^2.1.0"
252252

@@ -255,10 +255,10 @@
255255
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
256256
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
257257

258-
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
259-
version "8.38.0"
260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
261-
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
258+
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
259+
version "8.39.0"
260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
261+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
262262

263263
"@typescript-eslint/typescript-estree@8.16.0":
264264
version "8.16.0"
@@ -274,31 +274,31 @@
274274
semver "^7.6.0"
275275
ts-api-utils "^1.3.0"
276276

277-
"@typescript-eslint/typescript-estree@8.38.0":
278-
version "8.38.0"
279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
280-
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
277+
"@typescript-eslint/typescript-estree@8.39.0":
278+
version "8.39.0"
279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
280+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
281281
dependencies:
282-
"@typescript-eslint/project-service" "8.38.0"
283-
"@typescript-eslint/tsconfig-utils" "8.38.0"
284-
"@typescript-eslint/types" "8.38.0"
285-
"@typescript-eslint/visitor-keys" "8.38.0"
282+
"@typescript-eslint/project-service" "8.39.0"
283+
"@typescript-eslint/tsconfig-utils" "8.39.0"
284+
"@typescript-eslint/types" "8.39.0"
285+
"@typescript-eslint/visitor-keys" "8.39.0"
286286
debug "^4.3.4"
287287
fast-glob "^3.3.2"
288288
is-glob "^4.0.3"
289289
minimatch "^9.0.4"
290290
semver "^7.6.0"
291291
ts-api-utils "^2.1.0"
292292

293-
"@typescript-eslint/utils@8.38.0":
294-
version "8.38.0"
295-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
296-
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
293+
"@typescript-eslint/utils@8.39.0":
294+
version "8.39.0"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
296+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
297297
dependencies:
298298
"@eslint-community/eslint-utils" "^4.7.0"
299-
"@typescript-eslint/scope-manager" "8.38.0"
300-
"@typescript-eslint/types" "8.38.0"
301-
"@typescript-eslint/typescript-estree" "8.38.0"
299+
"@typescript-eslint/scope-manager" "8.39.0"
300+
"@typescript-eslint/types" "8.39.0"
301+
"@typescript-eslint/typescript-estree" "8.39.0"
302302

303303
"@typescript-eslint/utils@^8.13.0":
304304
version "8.16.0"
@@ -318,12 +318,12 @@
318318
"@typescript-eslint/types" "8.16.0"
319319
eslint-visitor-keys "^4.2.0"
320320

321-
"@typescript-eslint/visitor-keys@8.38.0":
322-
version "8.38.0"
323-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
324-
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
321+
"@typescript-eslint/visitor-keys@8.39.0":
322+
version "8.39.0"
323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
324+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
325325
dependencies:
326-
"@typescript-eslint/types" "8.38.0"
326+
"@typescript-eslint/types" "8.39.0"
327327
eslint-visitor-keys "^4.2.1"
328328

329329
acorn-jsx@^5.3.2:
@@ -2668,15 +2668,15 @@ typed-array-length@^1.0.6, typed-array-length@^1.0.7:
26682668
possible-typed-array-names "^1.0.0"
26692669
reflect.getprototypeof "^1.0.6"
26702670

2671-
typescript-eslint@8.38.0:
2672-
version "8.38.0"
2673-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.38.0.tgz#e73af7618139f07b16e2fae715eedaabb41ee8b0"
2674-
integrity sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==
2671+
typescript-eslint@8.39.0:
2672+
version "8.39.0"
2673+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.39.0.tgz#b19c1a925cf8566831ae3875d2881ee2349808a5"
2674+
integrity sha512-lH8FvtdtzcHJCkMOKnN73LIn6SLTpoojgJqDAxPm1jCR14eWSGPX8ul/gggBdPMk/d5+u9V854vTYQ8T5jF/1Q==
26752675
dependencies:
2676-
"@typescript-eslint/eslint-plugin" "8.38.0"
2677-
"@typescript-eslint/parser" "8.38.0"
2678-
"@typescript-eslint/typescript-estree" "8.38.0"
2679-
"@typescript-eslint/utils" "8.38.0"
2676+
"@typescript-eslint/eslint-plugin" "8.39.0"
2677+
"@typescript-eslint/parser" "8.39.0"
2678+
"@typescript-eslint/typescript-estree" "8.39.0"
2679+
"@typescript-eslint/utils" "8.39.0"
26802680

26812681
typescript@5.9.2:
26822682
version "5.9.2"

0 commit comments

Comments
 (0)