Skip to content

Commit

Permalink
chore(deps): don't update @typescript-eslint/eslint-plugin and @types…
Browse files Browse the repository at this point in the history
…cript-eslint/parser (#5925)
  • Loading branch information
christian-bromann authored Aug 6, 2024
1 parent 90da726 commit 28f4d21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
matchPackageNames: ['eslint'],
allowedVersions: '<9.0.0',
},
{
// TODO(STENCIL-1274): Remove this block
// disable Eslint plugin updates until we have updated Eslint to v9
matchPackageNames: ['@typescript-eslint/eslint-plugin', '@typescript-eslint/parser'],
allowedVersions: '<8.0.0',
},
{
matchPackagePrefixes: ['@typescript-eslint'],
groupName: 'TypeScript-ESLint',
Expand Down

0 comments on commit 28f4d21

Please sign in to comment.