Skip to content

Commit a0312d2

Browse files
authored
Dependency Updates 20250402
1 parent 5dcb384 commit a0312d2

File tree

3 files changed

+82
-71
lines changed

3 files changed

+82
-71
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ androidxFragmentKtx = "1.8.6"
4040
# https://developer.android.com/jetpack/androidx/releases/media
4141
androidxMedia = "1.7.0"
4242
# https://developer.android.com/jetpack/androidx/releases/media3
43-
androidxMedia3 = "1.5.1"
43+
androidxMedia3 = "1.6.0"
4444
# https://developer.android.com/jetpack/androidx/releases/preference
4545
androidxPreferenceKtx = "1.2.1"
4646
# https://developer.android.com/jetpack/androidx/releases/recyclerview
@@ -85,7 +85,7 @@ junitJupiter = "5.12.1"
8585
junitPlatformLauncher = "1.12.1"
8686
# https://github.com/JetBrains/kotlin/releases/
8787
kotlin = '2.1.20'
88-
kotlinxSerializationJson = "1.8.0"
88+
kotlinxSerializationJson = "1.8.1"
8989
ktlintGradlePlugin = "12.2.0"
9090
leakcanaryAndroid = "2.14"
9191
lint = '31.9.1'
@@ -97,7 +97,7 @@ mockk = "1.13.17"
9797
nanohttpd = "2.3.1"
9898
okhttp = "4.12.0"
9999
# https://github.com/protocolbuffers/protobuf/releases
100-
protobufKotlinLite = "4.30.1"
100+
protobufKotlinLite = "4.30.2"
101101
# ../AnkiDroid/robolectricDownload.gradle may need changes - read instructions in that file
102102
robolectric = "4.14.1"
103103
searchpreference = "2.7.2"

tools/localization/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@eslint/eslintrc": "^3.3.1",
2828
"@eslint/js": "^9.23.0",
2929
"@types/jest": "^29.5.14",
30-
"@types/node": "^22.13.13",
31-
"@typescript-eslint/eslint-plugin": "^8.27.0",
32-
"@typescript-eslint/parser": "^8.27.0",
30+
"@types/node": "^22.13.14",
31+
"@typescript-eslint/eslint-plugin": "^8.28.0",
32+
"@typescript-eslint/parser": "^8.28.0",
3333
"eslint": "^9.23.0",
3434
"eslint-config-prettier": "^10.1.1",
3535
"eslint-config-standard": "^17.1.0",
3636
"eslint-plugin-import": "^2.31.0",
37-
"eslint-plugin-n": "^17.16.2",
37+
"eslint-plugin-n": "^17.17.0",
3838
"eslint-plugin-promise": "^7.2.1",
3939
"globals": "^16.0.0",
4040
"jest": "^29.7.0",

tools/localization/yarn.lock

Lines changed: 75 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ __metadata:
402402
languageName: node
403403
linkType: hard
404404

405-
"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.4.1":
405+
"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
406406
version: 4.4.1
407407
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
408408
dependencies:
@@ -413,6 +413,17 @@ __metadata:
413413
languageName: node
414414
linkType: hard
415415

416+
"@eslint-community/eslint-utils@npm:^4.5.0":
417+
version: 4.5.1
418+
resolution: "@eslint-community/eslint-utils@npm:4.5.1"
419+
dependencies:
420+
eslint-visitor-keys: "npm:^3.4.3"
421+
peerDependencies:
422+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
423+
checksum: 10c0/b520ae1b7bd04531a5c5da2021071815df4717a9f7d13720e3a5ddccf5c9c619532039830811fcbae1c2f1c9d133e63af2435ee69e0fc0fabbd6d928c6800fb2
424+
languageName: node
425+
linkType: hard
426+
416427
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.12.1":
417428
version: 4.12.1
418429
resolution: "@eslint-community/regexpp@npm:4.12.1"
@@ -1073,12 +1084,12 @@ __metadata:
10731084
languageName: node
10741085
linkType: hard
10751086

1076-
"@types/node@npm:^22.13.13":
1077-
version: 22.13.13
1078-
resolution: "@types/node@npm:22.13.13"
1087+
"@types/node@npm:^22.13.14":
1088+
version: 22.13.14
1089+
resolution: "@types/node@npm:22.13.14"
10791090
dependencies:
10801091
undici-types: "npm:~6.20.0"
1081-
checksum: 10c0/daf792ba5dcff1316abf4b33680f94b792f8d54d6ae495efc8929531e0ba1284a248d29aab117d2259f9280284d986ad5799b193b0516e2b926d713aab835f7d
1092+
checksum: 10c0/fa2ab5b8277bfbcc86c42e46a3ea9871b0d559894cc9d955685d17178c9499f0b1bf03d1d1ea8d92ef2dda818988f4035acb8abf9dc15423a998fa56173ab804
10821093
languageName: node
10831094
linkType: hard
10841095

@@ -1114,15 +1125,15 @@ __metadata:
11141125
languageName: node
11151126
linkType: hard
11161127

1117-
"@typescript-eslint/eslint-plugin@npm:^8.27.0":
1118-
version: 8.27.0
1119-
resolution: "@typescript-eslint/eslint-plugin@npm:8.27.0"
1128+
"@typescript-eslint/eslint-plugin@npm:^8.28.0":
1129+
version: 8.28.0
1130+
resolution: "@typescript-eslint/eslint-plugin@npm:8.28.0"
11201131
dependencies:
11211132
"@eslint-community/regexpp": "npm:^4.10.0"
1122-
"@typescript-eslint/scope-manager": "npm:8.27.0"
1123-
"@typescript-eslint/type-utils": "npm:8.27.0"
1124-
"@typescript-eslint/utils": "npm:8.27.0"
1125-
"@typescript-eslint/visitor-keys": "npm:8.27.0"
1133+
"@typescript-eslint/scope-manager": "npm:8.28.0"
1134+
"@typescript-eslint/type-utils": "npm:8.28.0"
1135+
"@typescript-eslint/utils": "npm:8.28.0"
1136+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11261137
graphemer: "npm:^1.4.0"
11271138
ignore: "npm:^5.3.1"
11281139
natural-compare: "npm:^1.4.0"
@@ -1131,64 +1142,64 @@ __metadata:
11311142
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
11321143
eslint: ^8.57.0 || ^9.0.0
11331144
typescript: ">=4.8.4 <5.9.0"
1134-
checksum: 10c0/95bbab011bfe51ca657ff346e4c6cac25652c88e5188a5e74d14372dba45c3d7aa713f4c90f80ebc885d77a8be89e131e8b77c096145c90da6c251a475b125fc
1145+
checksum: 10c0/f01b7d231b01ec2c1cc7c40599ddceb329532f2876664a39dec9d25c0aed4cfdbef3ec07f26bac357df000d798f652af6fdb6a2481b6120e43bfa38f7c7a7c48
11351146
languageName: node
11361147
linkType: hard
11371148

1138-
"@typescript-eslint/parser@npm:^8.27.0":
1139-
version: 8.27.0
1140-
resolution: "@typescript-eslint/parser@npm:8.27.0"
1149+
"@typescript-eslint/parser@npm:^8.28.0":
1150+
version: 8.28.0
1151+
resolution: "@typescript-eslint/parser@npm:8.28.0"
11411152
dependencies:
1142-
"@typescript-eslint/scope-manager": "npm:8.27.0"
1143-
"@typescript-eslint/types": "npm:8.27.0"
1144-
"@typescript-eslint/typescript-estree": "npm:8.27.0"
1145-
"@typescript-eslint/visitor-keys": "npm:8.27.0"
1153+
"@typescript-eslint/scope-manager": "npm:8.28.0"
1154+
"@typescript-eslint/types": "npm:8.28.0"
1155+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
1156+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11461157
debug: "npm:^4.3.4"
11471158
peerDependencies:
11481159
eslint: ^8.57.0 || ^9.0.0
11491160
typescript: ">=4.8.4 <5.9.0"
1150-
checksum: 10c0/2ada98167ca5a474544fada7658d7c8d54ea4dfdd692e3d30d18b5531e50d7308a5b09d23dca651f9fe841f96075ccd18643431f4b61d0e4e7e7ccde888258e8
1161+
checksum: 10c0/4bde6887bbf3fe031c01e46db90f9f384a8cac2e67c2972b113a62d607db75e01db943601279aac847b9187960a038981814042cb02fd5aa27ea4613028f9313
11511162
languageName: node
11521163
linkType: hard
11531164

1154-
"@typescript-eslint/scope-manager@npm:8.27.0":
1155-
version: 8.27.0
1156-
resolution: "@typescript-eslint/scope-manager@npm:8.27.0"
1165+
"@typescript-eslint/scope-manager@npm:8.28.0":
1166+
version: 8.28.0
1167+
resolution: "@typescript-eslint/scope-manager@npm:8.28.0"
11571168
dependencies:
1158-
"@typescript-eslint/types": "npm:8.27.0"
1159-
"@typescript-eslint/visitor-keys": "npm:8.27.0"
1160-
checksum: 10c0/d87daeffb81f4e70f168c38f01c667713bda71c4545e28fcdf0792378fb3df171894ef77854c5c1a5e5a22c784ee1ccea2dd856b5baf825840710a6a74c14ac9
1169+
"@typescript-eslint/types": "npm:8.28.0"
1170+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
1171+
checksum: 10c0/f3bd76b3f54e60f1efe108b233b2d818e44ecf0dc6422cc296542f784826caf3c66d51b8acc83d8c354980bd201e1d9aa1ea01011de96e0613d320c00e40ccfd
11611172
languageName: node
11621173
linkType: hard
11631174

1164-
"@typescript-eslint/type-utils@npm:8.27.0":
1165-
version: 8.27.0
1166-
resolution: "@typescript-eslint/type-utils@npm:8.27.0"
1175+
"@typescript-eslint/type-utils@npm:8.28.0":
1176+
version: 8.28.0
1177+
resolution: "@typescript-eslint/type-utils@npm:8.28.0"
11671178
dependencies:
1168-
"@typescript-eslint/typescript-estree": "npm:8.27.0"
1169-
"@typescript-eslint/utils": "npm:8.27.0"
1179+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
1180+
"@typescript-eslint/utils": "npm:8.28.0"
11701181
debug: "npm:^4.3.4"
11711182
ts-api-utils: "npm:^2.0.1"
11721183
peerDependencies:
11731184
eslint: ^8.57.0 || ^9.0.0
11741185
typescript: ">=4.8.4 <5.9.0"
1175-
checksum: 10c0/f38cdc660ebcb3b71496182b9ea52301ab08a4f062558aa7061a5f0b759ae3e8f68ae250a29e74251cb52c6c56733d7dabed7002b993544cbe0933bb75d67a57
1186+
checksum: 10c0/b8936edc2153bf794efba39bfb06393a228217830051767360f4b691fed7c82f3831c4fc6deac6d78b90a58596e61f866c17eaee9dd793c3efda3ebdcf5a71d8
11761187
languageName: node
11771188
linkType: hard
11781189

1179-
"@typescript-eslint/types@npm:8.27.0":
1180-
version: 8.27.0
1181-
resolution: "@typescript-eslint/types@npm:8.27.0"
1182-
checksum: 10c0/9c5f2ba816a9baea5982feeadebe4d19f4df77ddb025a7b2307f9e1e6914076b63cbad81f7f915814e64b4d915052cf27bd79ce3e5a831340cb5ab244133941b
1190+
"@typescript-eslint/types@npm:8.28.0":
1191+
version: 8.28.0
1192+
resolution: "@typescript-eslint/types@npm:8.28.0"
1193+
checksum: 10c0/1f95895e20dac1cf063dc93c99142fd1871e53be816bcbbee93f22a05e6b2a82ca83c20ce3a551f65555910aa0956443a23268edbb004369d0d5cb282d13c377
11831194
languageName: node
11841195
linkType: hard
11851196

1186-
"@typescript-eslint/typescript-estree@npm:8.27.0":
1187-
version: 8.27.0
1188-
resolution: "@typescript-eslint/typescript-estree@npm:8.27.0"
1197+
"@typescript-eslint/typescript-estree@npm:8.28.0":
1198+
version: 8.28.0
1199+
resolution: "@typescript-eslint/typescript-estree@npm:8.28.0"
11891200
dependencies:
1190-
"@typescript-eslint/types": "npm:8.27.0"
1191-
"@typescript-eslint/visitor-keys": "npm:8.27.0"
1201+
"@typescript-eslint/types": "npm:8.28.0"
1202+
"@typescript-eslint/visitor-keys": "npm:8.28.0"
11921203
debug: "npm:^4.3.4"
11931204
fast-glob: "npm:^3.3.2"
11941205
is-glob: "npm:^4.0.3"
@@ -1197,32 +1208,32 @@ __metadata:
11971208
ts-api-utils: "npm:^2.0.1"
11981209
peerDependencies:
11991210
typescript: ">=4.8.4 <5.9.0"
1200-
checksum: 10c0/c04d602825ff2a7b2a89746a68b32f7052fb4ce3d2355d1f4e6f43fd064f17c3b44fb974c98838a078fdebdc35152d2ab0af34663dfca99db7a790bd3fc5d8ac
1211+
checksum: 10c0/97a91c95b1295926098c12e2d2c2abaa68994dc879da132dcce1e75ec9d7dee8187695eaa5241d09cbc42b5e633917b6d35c624e78e3d3ee9bda42d1318080b6
12011212
languageName: node
12021213
linkType: hard
12031214

1204-
"@typescript-eslint/utils@npm:8.27.0":
1205-
version: 8.27.0
1206-
resolution: "@typescript-eslint/utils@npm:8.27.0"
1215+
"@typescript-eslint/utils@npm:8.28.0":
1216+
version: 8.28.0
1217+
resolution: "@typescript-eslint/utils@npm:8.28.0"
12071218
dependencies:
12081219
"@eslint-community/eslint-utils": "npm:^4.4.0"
1209-
"@typescript-eslint/scope-manager": "npm:8.27.0"
1210-
"@typescript-eslint/types": "npm:8.27.0"
1211-
"@typescript-eslint/typescript-estree": "npm:8.27.0"
1220+
"@typescript-eslint/scope-manager": "npm:8.28.0"
1221+
"@typescript-eslint/types": "npm:8.28.0"
1222+
"@typescript-eslint/typescript-estree": "npm:8.28.0"
12121223
peerDependencies:
12131224
eslint: ^8.57.0 || ^9.0.0
12141225
typescript: ">=4.8.4 <5.9.0"
1215-
checksum: 10c0/dcfd5f2c17f1a33061e3ec70d0946ff23a4238aabacae3d85087165beccedf84fb8506d30848f2470e3b60ab98b230aef79c6e8b4c5d39648a37ac559ac5b1e0
1226+
checksum: 10c0/d3425be7f86c1245a11f0ea39136af681027797417348d8e666d38c76646945eaed7b35eb8db66372b067dee8b02a855caf2c24c040ec9c31e59681ab223b59d
12161227
languageName: node
12171228
linkType: hard
12181229

1219-
"@typescript-eslint/visitor-keys@npm:8.27.0":
1220-
version: 8.27.0
1221-
resolution: "@typescript-eslint/visitor-keys@npm:8.27.0"
1230+
"@typescript-eslint/visitor-keys@npm:8.28.0":
1231+
version: 8.28.0
1232+
resolution: "@typescript-eslint/visitor-keys@npm:8.28.0"
12221233
dependencies:
1223-
"@typescript-eslint/types": "npm:8.27.0"
1234+
"@typescript-eslint/types": "npm:8.28.0"
12241235
eslint-visitor-keys: "npm:^4.2.0"
1225-
checksum: 10c0/d86fd4032db07123816aab3a6b8b53f840387385ab2a4d8f96b22fc76b5438fb27ac8dc42b63caf23f3d265c33e9075dbf1ce8d31f939df12f5cd077d3b10295
1236+
checksum: 10c0/245a78ed983fe95fbd1b0f2d4cb9e9d1d964bddc0aa3e3d6ab10c19c4273855bfb27d840bb1fd55deb7ae3078b52f26592472baf6fd2c7019a5aa3b1da974f35
12261237
languageName: node
12271238
linkType: hard
12281239

@@ -1299,16 +1310,16 @@ __metadata:
12991310
"@eslint/eslintrc": "npm:^3.3.1"
13001311
"@eslint/js": "npm:^9.23.0"
13011312
"@types/jest": "npm:^29.5.14"
1302-
"@types/node": "npm:^22.13.13"
1303-
"@typescript-eslint/eslint-plugin": "npm:^8.27.0"
1304-
"@typescript-eslint/parser": "npm:^8.27.0"
1313+
"@types/node": "npm:^22.13.14"
1314+
"@typescript-eslint/eslint-plugin": "npm:^8.28.0"
1315+
"@typescript-eslint/parser": "npm:^8.28.0"
13051316
axios: "npm:^1.8.4"
13061317
dotenv: "npm:^16.4.7"
13071318
eslint: "npm:^9.23.0"
13081319
eslint-config-prettier: "npm:^10.1.1"
13091320
eslint-config-standard: "npm:^17.1.0"
13101321
eslint-plugin-import: "npm:^2.31.0"
1311-
eslint-plugin-n: "npm:^17.16.2"
1322+
eslint-plugin-n: "npm:^17.17.0"
13121323
eslint-plugin-promise: "npm:^7.2.1"
13131324
extract-zip: "npm:^2.0.1"
13141325
globals: "npm:^16.0.0"
@@ -2349,11 +2360,11 @@ __metadata:
23492360
languageName: node
23502361
linkType: hard
23512362

2352-
"eslint-plugin-n@npm:^17.16.2":
2353-
version: 17.16.2
2354-
resolution: "eslint-plugin-n@npm:17.16.2"
2363+
"eslint-plugin-n@npm:^17.17.0":
2364+
version: 17.17.0
2365+
resolution: "eslint-plugin-n@npm:17.17.0"
23552366
dependencies:
2356-
"@eslint-community/eslint-utils": "npm:^4.4.1"
2367+
"@eslint-community/eslint-utils": "npm:^4.5.0"
23572368
enhanced-resolve: "npm:^5.17.1"
23582369
eslint-plugin-es-x: "npm:^7.8.0"
23592370
get-tsconfig: "npm:^4.8.1"
@@ -2363,7 +2374,7 @@ __metadata:
23632374
semver: "npm:^7.6.3"
23642375
peerDependencies:
23652376
eslint: ">=8.23.0"
2366-
checksum: 10c0/25a77159b363814384b141d6f74b2c2e5787c58756c936f5547c01cb0e3b28f7ca4f32d77fe4214af6f1359dd35693380921395cdfc14c72595d89117ab92e9a
2377+
checksum: 10c0/ac6b2e2bbdc8f49a84be1bf1add8a412093a56fe95e8820610ecd5185fa00a348197a06fe3fe36080c09dc5d5a8f0f4f543cb3cf193265ace3fd071a79a07e88
23672378
languageName: node
23682379
linkType: hard
23692380

0 commit comments

Comments
 (0)