Skip to content

Commit 28f4d21

Browse files
chore(deps): don't update @typescript-eslint/eslint-plugin and @typescript-eslint/parser (#5925)
1 parent 90da726 commit 28f4d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
matchPackageNames: ['eslint'],
7373
allowedVersions: '<9.0.0',
7474
},
75+
{
76+
// TODO(STENCIL-1274): Remove this block
77+
// disable Eslint plugin updates until we have updated Eslint to v9
78+
matchPackageNames: ['@typescript-eslint/eslint-plugin', '@typescript-eslint/parser'],
79+
allowedVersions: '<8.0.0',
80+
},
7581
{
7682
matchPackagePrefixes: ['@typescript-eslint'],
7783
groupName: 'TypeScript-ESLint',

0 commit comments

Comments
 (0)