chore(deps): Bump i18next-parser to 9.4.0 to fix pre-commit hook (#12307)

i18next-parser 8.13.0 used a default import for cheerio, which broke
when cheerio dropped its default export. 9.x switched to a namespace
import. Pin the parser's transitive i18next to ^23.16.8 so plural keys
continue to be emitted in compatibilityJSON v3 format expected by the
runtime (i18next 22.5.1).
This commit is contained in:
Tom Moor
2026-05-09 13:53:45 -04:00
committed by GitHub
parent 7ff1c84530
commit 2cb47aa421
2 changed files with 163 additions and 155 deletions
+3 -2
View File
@@ -357,7 +357,7 @@
"concurrently": "^8.2.2",
"discord-api-types": "^0.38.46",
"husky": "^8.0.3",
"i18next-parser": "^8.13.0",
"i18next-parser": "^9.4.0",
"ioredis-mock": "^8.13.1",
"lint-staged": "^16.4.0",
"msw": "^2.14.2",
@@ -389,7 +389,8 @@
"ip-address@npm:10.1.0": "^10.2.0",
"minimatch@npm:9.0.1": "9.0.9",
"lodash@npm:4.17.21": "^4.18.1",
"lodash-es@npm:4.17.23": "^4.18.1"
"lodash-es@npm:4.17.23": "^4.18.1",
"i18next-parser/i18next": "^23.16.8"
},
"version": "1.7.1",
"packageManager": "yarn@4.11.0"