Skip to content

Commit

Permalink
[ESLint] Update dependencies and remove unnecessary packages.d.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Jul 25, 2024
1 parent dd85bdc commit 017e428
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 86 deletions.
7 changes: 7 additions & 0 deletions .changeset/six-toes-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@putstack/eslint-config-typescript': minor
---

Bump typescript-eslint to 8.0.0-alpha.54, eslint-plugin-unicorn to 55.0.0 and eslint-plugin-sonarjs to 1.0.4

eslint-plugin-unicorn now ships with types letting us remove the last entry in packages.d.ts.
12 changes: 0 additions & 12 deletions packages.d.ts

This file was deleted.

12 changes: 6 additions & 6 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
],
"dependencies": {
"@eslint/js": "9.7.0",
"@typescript-eslint/utils": "8.0.0-alpha.49",
"@typescript-eslint/utils": "8.0.0-alpha.54",
"eslint-plugin-depend": "0.9.0",
"eslint-plugin-perfectionist": "3.0.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "54.0.0",
"typescript-eslint": "8.0.0-alpha.49"
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unicorn": "55.0.0",
"typescript-eslint": "8.0.0-alpha.54"
},
"devDependencies": {
"@types/eslint__js": "8.42.3"
},
"peerDependencies": {
"eslint": ">=9.7.0",
"typescript": ">=5"
"eslint": "^9.7.0",
"typescript": "^5"
},
"scripts": {
"build": "tsup"
Expand Down
140 changes: 72 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 017e428

Please sign in to comment.