Skip to content

Commit

Permalink
deps: typescript ~5.7.0 (#1750)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sam Chung <[email protected]>
Co-authored-by: samchungy <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 894752b commit 1cb4b77
Show file tree
Hide file tree
Showing 8 changed files with 422 additions and 98 deletions.
7 changes: 7 additions & 0 deletions .changeset/eight-poems-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'eslint-config-skuba': minor
---

deps: typescript-eslint 8.16

This bumps typescript-eslint to ^8.16.0 to support TypeScript 5.7
7 changes: 7 additions & 0 deletions .changeset/renovate-3e578ff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'skuba': minor
---

deps: TypeScript 5.7

This major release includes breaking changes. See the [TypeScript 5.7](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/) announcement for more information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"tsconfig-paths": "^4.0.0",
"tsconfig-seek": "2.0.0",
"tsx": "^4.16.2",
"typescript": "~5.6.0",
"typescript": "~5.7.0",
"validate-npm-package-name": "^6.0.0",
"zod": "^3.22.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-skuba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"eslint-config-seek": "^14.0.1",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-yml": "^1.14.0",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.16.0"
},
"devDependencies": {
"eslint": "^9.11.1",
"typescript": "~5.6.0"
"typescript": "~5.7.0"
},
"peerDependencies": {
"eslint": ">=9.11.1",
Expand Down
1 change: 0 additions & 1 deletion packages/skuba-dive/eslint.config.js

This file was deleted.

3 changes: 3 additions & 0 deletions packages/skuba-dive/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import eslintConfig from 'eslint-config-skuba';

export default eslintConfig;
Loading

0 comments on commit 1cb4b77

Please sign in to comment.