Skip to content

Commit

Permalink
Upgrade typescript-eslint to version that supports TypeScript 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Nov 25, 2024
1 parent f9fab52 commit 5c0c490
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/calm-cameras-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@vue-storefront/eslint-config-integrations": patch
"@vue-storefront/eslint-config": patch
---

[CHANGED] Update typescript-eslint to version that supports the new TypeScript 5.7
2 changes: 1 addition & 1 deletion engineering-toolkit/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-perfectionist": "3.9.1",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-flat-config-utils": "0.4.0",
"typescript-eslint": "8.13.0",
"typescript-eslint": "8.16.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-playwright": "2.0.1",
"eslint-plugin-import": "2.31.0",
Expand Down
4 changes: 2 additions & 2 deletions engineering-toolkit/integrations-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.10",
"@typescript-eslint/parser": "^8.10",
"@typescript-eslint/eslint-plugin": "^8.16",
"@typescript-eslint/parser": "^8.16",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
Expand Down

0 comments on commit 5c0c490

Please sign in to comment.