Skip to content

Commit

Permalink
chore(ci): Ignore typescript-eslint 8 until we upgrade to eslint 9 (#…
Browse files Browse the repository at this point in the history
…1263)

The typescript-eslint packages released a breaking version with the focus on eslint 9. This ignores those updates until we are ready for eslint 9.

Ref #539
  • Loading branch information
blaine-arcjet authored Aug 5, 2024
1 parent b7f3a83 commit b089de2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ updates:
# TODO(#539): Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]
- dependency-name: "@typescript-eslint/parser"
versions: [">=8"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: [">=8"]

# Dependencies in our examples

Expand Down Expand Up @@ -379,6 +383,10 @@ updates:
# TODO(#539): Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]
- dependency-name: "@typescript-eslint/parser"
versions: [">=8"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: [">=8"]

- package-ecosystem: npm
directory: /examples/nodejs-express-rl
Expand Down Expand Up @@ -485,3 +493,7 @@ updates:
# TODO(#539): Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]
- dependency-name: "@typescript-eslint/parser"
versions: [">=8"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: [">=8"]

0 comments on commit b089de2

Please sign in to comment.