Skip to content

Commit 48d2e9a

Browse files
dependabot[bot]JustSamuel
authored andcommitted
build(deps-dev): bump @gewis/eslint-config-typescript
Bumps [@gewis/eslint-config-typescript](https://github.com/GEWIS/js-configs/tree/HEAD/configs/eslint-config-typescript) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/GEWIS/js-configs/releases) - [Changelog](https://github.com/GEWIS/js-configs/blob/main/.releaserc.json) - [Commits](https://github.com/GEWIS/js-configs/commits/v2.3.0/configs/eslint-config-typescript) --- updated-dependencies: - dependency-name: "@gewis/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e2100e commit 48d2e9a

File tree

3 files changed

+74
-90
lines changed

3 files changed

+74
-90
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"log4js": "^6.9.1"
2121
},
2222
"devDependencies": {
23-
"@gewis/eslint-config-typescript": "^2.2.2",
23+
"@gewis/eslint-config-typescript": "^2.3.0",
2424
"@gewis/prettier-config": "^2.2.2",
2525
"@types/imapflow": "^1.0.19",
2626
"@types/node": "^22.13.8",

src/planka.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
import type { List } from '@gewis/planka-client';
1212
import type { Client, Options } from '@hey-api/client-fetch';
1313
import { getLogger } from 'log4js';
14-
import type { CardEmail } from './mailer.ts';
14+
import type { CardEmail } from './mailer';
1515

1616
const DEFAULT_PLANKA_URL = process.env['PLANKA_URL'] || 'http://localhost:3000';
1717

yarn.lock

Lines changed: 72 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
2222
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
2323

24-
"@eslint/compat@^1.2.6":
24+
"@eslint/compat@^1.2.7":
2525
version "1.2.7"
2626
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.7.tgz#f1a890281631ad27530479420b743dd92626e819"
2727
integrity sha512-xvv7hJE32yhegJ8xNAnb62ggiAwTYHBpUCWhRxEj/ksvgDJuSXfoDkBcRYaYNFiJ+jH0IE3K16hd+xXzhBgNbg==
@@ -57,16 +57,16 @@
5757
minimatch "^3.1.2"
5858
strip-json-comments "^3.1.1"
5959

60-
61-
version "9.20.0"
62-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
63-
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
64-
6560
6661
version "9.21.0"
6762
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
6863
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
6964

65+
66+
version "9.22.0"
67+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
68+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
69+
7070
"@eslint/object-schema@^2.1.6":
7171
version "2.1.6"
7272
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
@@ -80,17 +80,16 @@
8080
"@eslint/core" "^0.12.0"
8181
levn "^0.4.1"
8282

83-
"@gewis/eslint-config-typescript@^2.2.2":
84-
version "2.2.2"
85-
resolved "https://registry.yarnpkg.com/@gewis/eslint-config-typescript/-/eslint-config-typescript-2.2.2.tgz#530013cc9194c593fbe38640602513e2599f85db"
86-
integrity sha512-RtkwZ3es3Ly2nsLsMv+MXqz5OSPdmY2MEWh+l+79l8l8lQ/ti7og8c3WN8eUnz+6lje4E0iMsOUdaRryYXUeAA==
83+
"@gewis/eslint-config-typescript@^2.3.0":
84+
version "2.3.0"
85+
resolved "https://registry.yarnpkg.com/@gewis/eslint-config-typescript/-/eslint-config-typescript-2.3.0.tgz#019c09f3fa8f16e39e196f3ac31c4cc39851cc90"
86+
integrity sha512-zY6cunsYvYax3OUS0nTME06GowgUJOfXy5D12PQMDnfLt+H3yQusTSDYwmA2bCAlqFa+VGBPaq9lxzCAo7qDug==
8787
dependencies:
88-
"@eslint/compat" "^1.2.6"
89-
"@eslint/js" "9.20.0"
90-
"@types/eslint__js" "^8.42.3"
88+
"@eslint/compat" "^1.2.7"
89+
"@eslint/js" "9.22.0"
9190
eslint-import-resolver-typescript "^3.8.3"
9291
eslint-plugin-import "^2.31.0"
93-
typescript-eslint "^8.24.1"
92+
typescript-eslint "^8.25.0"
9493

9594
"@gewis/planka-client@^2.0.1":
9695
version "2.0.1"
@@ -214,22 +213,7 @@
214213
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
215214
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
216215

217-
"@types/eslint@*":
218-
version "9.6.1"
219-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
220-
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
221-
dependencies:
222-
"@types/estree" "*"
223-
"@types/json-schema" "*"
224-
225-
"@types/eslint__js@^8.42.3":
226-
version "8.42.3"
227-
resolved "https://registry.yarnpkg.com/@types/eslint__js/-/eslint__js-8.42.3.tgz#d1fa13e5c1be63a10b4e3afe992779f81c1179a0"
228-
integrity sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==
229-
dependencies:
230-
"@types/eslint" "*"
231-
232-
"@types/estree@*", "@types/estree@^1.0.6":
216+
"@types/estree@^1.0.6":
233217
version "1.0.6"
234218
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
235219
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
@@ -241,7 +225,7 @@
241225
dependencies:
242226
"@types/node" "*"
243227

244-
"@types/json-schema@*", "@types/json-schema@^7.0.15":
228+
"@types/json-schema@^7.0.15":
245229
version "7.0.15"
246230
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
247231
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -258,85 +242,85 @@
258242
dependencies:
259243
undici-types "~6.20.0"
260244

261-
"@typescript-eslint/eslint-plugin@8.24.1":
262-
version "8.24.1"
263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
264-
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
245+
"@typescript-eslint/eslint-plugin@8.26.1":
246+
version "8.26.1"
247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
248+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
265249
dependencies:
266250
"@eslint-community/regexpp" "^4.10.0"
267-
"@typescript-eslint/scope-manager" "8.24.1"
268-
"@typescript-eslint/type-utils" "8.24.1"
269-
"@typescript-eslint/utils" "8.24.1"
270-
"@typescript-eslint/visitor-keys" "8.24.1"
251+
"@typescript-eslint/scope-manager" "8.26.1"
252+
"@typescript-eslint/type-utils" "8.26.1"
253+
"@typescript-eslint/utils" "8.26.1"
254+
"@typescript-eslint/visitor-keys" "8.26.1"
271255
graphemer "^1.4.0"
272256
ignore "^5.3.1"
273257
natural-compare "^1.4.0"
274258
ts-api-utils "^2.0.1"
275259

276-
"@typescript-eslint/parser@8.24.1":
277-
version "8.24.1"
278-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
279-
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
260+
"@typescript-eslint/parser@8.26.1":
261+
version "8.26.1"
262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
263+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
280264
dependencies:
281-
"@typescript-eslint/scope-manager" "8.24.1"
282-
"@typescript-eslint/types" "8.24.1"
283-
"@typescript-eslint/typescript-estree" "8.24.1"
284-
"@typescript-eslint/visitor-keys" "8.24.1"
265+
"@typescript-eslint/scope-manager" "8.26.1"
266+
"@typescript-eslint/types" "8.26.1"
267+
"@typescript-eslint/typescript-estree" "8.26.1"
268+
"@typescript-eslint/visitor-keys" "8.26.1"
285269
debug "^4.3.4"
286270

287-
"@typescript-eslint/scope-manager@8.24.1":
288-
version "8.24.1"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
290-
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
271+
"@typescript-eslint/scope-manager@8.26.1":
272+
version "8.26.1"
273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
274+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
291275
dependencies:
292-
"@typescript-eslint/types" "8.24.1"
293-
"@typescript-eslint/visitor-keys" "8.24.1"
276+
"@typescript-eslint/types" "8.26.1"
277+
"@typescript-eslint/visitor-keys" "8.26.1"
294278

295-
"@typescript-eslint/type-utils@8.24.1":
296-
version "8.24.1"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
298-
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
279+
"@typescript-eslint/type-utils@8.26.1":
280+
version "8.26.1"
281+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
282+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
299283
dependencies:
300-
"@typescript-eslint/typescript-estree" "8.24.1"
301-
"@typescript-eslint/utils" "8.24.1"
284+
"@typescript-eslint/typescript-estree" "8.26.1"
285+
"@typescript-eslint/utils" "8.26.1"
302286
debug "^4.3.4"
303287
ts-api-utils "^2.0.1"
304288

305-
"@typescript-eslint/types@8.24.1":
306-
version "8.24.1"
307-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
308-
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
289+
"@typescript-eslint/types@8.26.1":
290+
version "8.26.1"
291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
292+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
309293

310-
"@typescript-eslint/typescript-estree@8.24.1":
311-
version "8.24.1"
312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
313-
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
294+
"@typescript-eslint/typescript-estree@8.26.1":
295+
version "8.26.1"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
297+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
314298
dependencies:
315-
"@typescript-eslint/types" "8.24.1"
316-
"@typescript-eslint/visitor-keys" "8.24.1"
299+
"@typescript-eslint/types" "8.26.1"
300+
"@typescript-eslint/visitor-keys" "8.26.1"
317301
debug "^4.3.4"
318302
fast-glob "^3.3.2"
319303
is-glob "^4.0.3"
320304
minimatch "^9.0.4"
321305
semver "^7.6.0"
322306
ts-api-utils "^2.0.1"
323307

324-
"@typescript-eslint/utils@8.24.1":
325-
version "8.24.1"
326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
327-
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
308+
"@typescript-eslint/utils@8.26.1":
309+
version "8.26.1"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
311+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
328312
dependencies:
329313
"@eslint-community/eslint-utils" "^4.4.0"
330-
"@typescript-eslint/scope-manager" "8.24.1"
331-
"@typescript-eslint/types" "8.24.1"
332-
"@typescript-eslint/typescript-estree" "8.24.1"
314+
"@typescript-eslint/scope-manager" "8.26.1"
315+
"@typescript-eslint/types" "8.26.1"
316+
"@typescript-eslint/typescript-estree" "8.26.1"
333317

334-
"@typescript-eslint/visitor-keys@8.24.1":
335-
version "8.24.1"
336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
337-
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
318+
"@typescript-eslint/visitor-keys@8.26.1":
319+
version "8.26.1"
320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
321+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
338322
dependencies:
339-
"@typescript-eslint/types" "8.24.1"
323+
"@typescript-eslint/types" "8.26.1"
340324
eslint-visitor-keys "^4.2.0"
341325

342326
"@vue/eslint-config-prettier@^10.2.0":
@@ -2224,14 +2208,14 @@ typed-array-length@^1.0.7:
22242208
possible-typed-array-names "^1.0.0"
22252209
reflect.getprototypeof "^1.0.6"
22262210

2227-
typescript-eslint@^8.24.1:
2228-
version "8.24.1"
2229-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.24.1.tgz#ce85d791392608a2a9f80c4b2530a214d16a2a47"
2230-
integrity sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==
2211+
typescript-eslint@^8.25.0:
2212+
version "8.26.1"
2213+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.1.tgz#d17a638a7543bc535157b83cdf5876513c71493b"
2214+
integrity sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==
22312215
dependencies:
2232-
"@typescript-eslint/eslint-plugin" "8.24.1"
2233-
"@typescript-eslint/parser" "8.24.1"
2234-
"@typescript-eslint/utils" "8.24.1"
2216+
"@typescript-eslint/eslint-plugin" "8.26.1"
2217+
"@typescript-eslint/parser" "8.26.1"
2218+
"@typescript-eslint/utils" "8.26.1"
22352219

22362220
typescript@^5.7.2:
22372221
version "5.7.3"

0 commit comments

Comments
 (0)