Skip to content

Commit 2884b71

Browse files
committed
chore: skip angular-eslint@22 until our next major
1 parent 20bf07f commit 2884b71

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
enabled: false,
2222
},
2323
},
24-
// i18next major version - let's wait until our next major
24+
// postponed few packages to next major
2525
{
2626
packageNames: ['i18next'],
2727
allowedVersions: '< 26.0.0',
@@ -30,6 +30,10 @@
3030
packageNames: ['react-i18next'],
3131
allowedVersions: '< 17.0.0',
3232
},
33+
{
34+
packageNames: ['angular-eslint'],
35+
allowedVersions: '< 22.0.0',
36+
},
3337
// postponed the following npm packages to next major, since they now require NodeJS: ^22.22.2 || ^24.15.0 || >=26.0.0
3438
{
3539
packageNames: ['npm-run-all2'],

0 commit comments

Comments
 (0)