Skip to content

Commit 7cfc1d8

Browse files
committed
⬆️(i18n) i18next-parser to 9.0.2
i18next-parser had a compatibility issue with a dependency (cheerio). The last version fixed this issue, plus fixed another issue about a configuration problem. We can now remove it from the renovate ignore list.
1 parent 86fdbea commit 7cfc1d8

File tree

3 files changed

+304
-508
lines changed

3 files changed

+304
-508
lines changed

renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
"enabled": false,
1414
"groupName": "ignored js dependencies",
1515
"matchManagers": ["npm"],
16-
"matchPackageNames": [
17-
"fetch-mock",
18-
"node",
19-
"node-fetch",
20-
"i18next-parser",
21-
"eslint"
22-
]
16+
"matchPackageNames": ["fetch-mock", "node", "node-fetch", "eslint"]
2317
}
2418
]
2519
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "*",
1616
"eslint-config-impress": "*",
1717
"eslint-plugin-import": "2.29.1",
18-
"i18next-parser": "8.8.0",
18+
"i18next-parser": "9.0.2",
1919
"jest": "29.7.0",
2020
"ts-jest": "29.2.5",
2121
"typescript": "*",

0 commit comments

Comments
 (0)