We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bf07f commit 2884b71Copy full SHA for 2884b71
1 file changed
.github/renovate.json5
@@ -21,7 +21,7 @@
21
enabled: false,
22
},
23
24
- // i18next major version - let's wait until our next major
+ // postponed few packages to next major
25
{
26
packageNames: ['i18next'],
27
allowedVersions: '< 26.0.0',
@@ -30,6 +30,10 @@
30
packageNames: ['react-i18next'],
31
allowedVersions: '< 17.0.0',
32
33
+ {
34
+ packageNames: ['angular-eslint'],
35
+ allowedVersions: '< 22.0.0',
36
+ },
37
// postponed the following npm packages to next major, since they now require NodeJS: ^22.22.2 || ^24.15.0 || >=26.0.0
38
39
packageNames: ['npm-run-all2'],
0 commit comments