Skip to content

Commit 5cc5770

Browse files
dependabot[bot]MishaKavclaude
authored
chore(deps): bump typescript to 6.0.2 and eslint to 10.2.0 (#504)
- Bump typescript ^5.9.3 -> ^6.0.2 - Bump eslint ^9.39.4 -> ^10.2.0 - Replace @typescript-eslint/eslint-plugin and @typescript-eslint/parser with unified typescript-eslint package - Add @eslint/js and globals as explicit devDependencies (no longer transitive in ESLint 10) - Remove eslint-plugin-github (peer-deps blocked ESLint 10; was registered but contributed zero rules) - Drop deprecated baseUrl from tsconfig.json (removed in TS 7) Co-authored-by: Misha Kav <misha.kav@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1db54d3 commit 5cc5770

5 files changed

Lines changed: 372 additions & 2889 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import eslint from '@eslint/js'
22
import tseslint from 'typescript-eslint'
33
import jestPlugin from 'eslint-plugin-jest'
4-
import githubPlugin from 'eslint-plugin-github'
54
import prettierPlugin from 'eslint-plugin-prettier'
65
import globals from 'globals'
76

@@ -34,7 +33,6 @@ export default [
3433
plugins: {
3534
'@typescript-eslint': tseslint.plugin,
3635
jest: jestPlugin,
37-
github: githubPlugin,
3836
prettier: prettierPlugin
3937
},
4038
rules: {

0 commit comments

Comments
 (0)