-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Insights: typescript-eslint/typescript-eslint
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v8.40.0
published
Aug 18, 2025
24 Pull requests merged by 3 people
-
chore: remove typings for
eslint-plugin-import
#11524 merged
Aug 22, 2025 -
chore(deps): update dependency @swc/core to v1.13.3
#11481 merged
Aug 19, 2025 -
chore(deps): update dependency typedoc-plugin-markdown to v4.8.1
#11513 merged
Aug 19, 2025 -
chore(deps): update dependency markdownlint-cli to ^0.45.0
#11509 merged
Aug 19, 2025 -
chore(deps): update dependency stylelint to v16.23.1
#11510 merged
Aug 19, 2025 -
chore(deps): update dependency webpack to v5.101.1
#11511 merged
Aug 19, 2025 -
chore(deps): update vitest monorepo to v3.2.4
#11512 merged
Aug 19, 2025 -
chore(deps): update dependency @eslint/compat to v1.3.2
#11480 merged
Aug 19, 2025 -
chore(deps): update dependency knip to v5.62.0
#11508 merged
Aug 19, 2025 -
chore(deps): update dependency globals to v16.3.0
#11507 merged
Aug 19, 2025 -
chore(deps): update dependency eslint-plugin-perfectionist to v4.15.0
#11502 merged
Aug 19, 2025 -
chore(deps): update dependency eslint-plugin-regexp to v2.10.0
#11503 merged
Aug 19, 2025 -
chore(deps): update dependency eslint-plugin-jsdoc to v50.8.0
#11501 merged
Aug 19, 2025 -
chore: skip failing tests to fix CI
#11505 merged
Aug 19, 2025 -
chore(deps): update dependency eslint-plugin-import to v2.32.0
#11499 merged
Aug 18, 2025 -
chore(deps): update dependency cspell to v9.2.0
#11498 merged
Aug 18, 2025 -
fix: resolve type error in eslint config
#11500 merged
Aug 18, 2025 -
chore(deps): update dependency @types/node to v22.17.1
#11483 merged
Aug 18, 2025 -
chore(deps): update dependency @vitest/eslint-plugin to v1.3.4
#11484 merged
Aug 18, 2025 -
fix(deps): update dependency prettier to v3.6.2
#11496 merged
Aug 18, 2025 -
chore(deps): update babel monorepo
#11174 merged
Aug 18, 2025 -
feat: tighten
tsconfigRootDir
validation#11463 merged
Aug 18, 2025 -
fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invalid keys in EnumMember)
#11493 merged
Aug 18, 2025 -
chore: fix prettier typo blocking CI
#11488 merged
Aug 18, 2025
5 Pull requests opened by 5 people
-
feat(typescript-estree): forbid invalid keys in `EnumMember`
#11497 opened
Aug 18, 2025 -
docs: fix links pointing to netlify
#11506 opened
Aug 19, 2025 -
fix(eslint-plugin): [no-unnecessary-type-conversion] only report ~~ on integer literal types
#11517 opened
Aug 20, 2025 -
docs: add parserOptions note to Type Checking
#11523 opened
Aug 22, 2025 -
fix(rule-tester): normalize paths before checking if they escape cwd
#11525 opened
Aug 23, 2025
9 Issues closed by 4 people
-
Enhancement: [prefer-regexp-exec] option or rule for preferring `string.match` over `regexp.exec`
#11434 closed
Aug 20, 2025 -
Enhancement: [@typescript-eslint/no-explicit-any] add ignoreGenericParameters
#11515 closed
Aug 20, 2025 -
Repo: separate test cases with describe block in `packages/eslint-plugin/tests/rules/no-unused-vars`
#11369 closed
Aug 20, 2025 -
Revisit #5954: Rule proposal: no-unsafe-readonly-mutable-assignment
#11422 closed
Aug 20, 2025 -
Enhancement: [no-floating-promises] Add option to ignore catches
#11421 closed
Aug 20, 2025 -
Bug: [restrict-template-expressions] customizing severity or options loses the strictTypeChecked options
#11462 closed
Aug 19, 2025 -
Enhancement: should throw if invalid `tsconfigRootDir` is provided
#11460 closed
Aug 18, 2025 -
Bug: `project: true` doesn't permit trailing pathsep in `tsconfigRootDir`
#11413 closed
Aug 18, 2025 -
Repo: Use absolute `tsconfigRootDir`s in tests
#11414 closed
Aug 18, 2025
12 Issues opened by 10 people
-
Enhancement: [no-explicit-any] Add option to allow `any` in satisfies operator
#11522 opened
Aug 21, 2025 -
Bug: [no-base-to-string] ignoredTypeNames should match on the type name without generics
#11521 opened
Aug 21, 2025 -
Bug: [no-base-to-string] should check if superclass is ignored
#11520 opened
Aug 21, 2025 -
Bug: Argument type CompatibleConfigArray is not assignable to parameter type InfiniteDepthConfigWithExtends
#11519 opened
Aug 21, 2025 -
Enhancement: [no-unnecessary-condition] Option to only enable 'optional chain' related checks
#11518 opened
Aug 20, 2025 -
Bug: Property 'plugins' does not exist on type 'CompatibleConfig'
#11516 opened
Aug 20, 2025 -
Docs: "Projects With Type Checking" missing `parserOptions`
#11514 opened
Aug 20, 2025 -
Bug: `@types/node` aliased types don't match `typeOrValueSpecifier`
#11504 opened
Aug 19, 2025 -
Enhancement: forbid invalid keys in `EnumMember`
#11495 opened
Aug 18, 2025 -
Enhancement: Match filenames starting with a period when using glob in allowDefaultProject
#11494 opened
Aug 18, 2025 -
Docs: release notes link to netlify.app
#11492 opened
Aug 18, 2025
24 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix(parser): error when both `projectService` and `project` are set
#11333 commented on
Aug 22, 2025 • 10 new comments -
fix(eslint-plugin): [no-unused-vars] no `is assigned a value but only used as a type` error when it has a same name in export statement
#11322 commented on
Aug 17, 2025 • 3 new comments -
feat(eslint-plugin): [no-unused-private-class-members] new extension rule
#10913 commented on
Aug 23, 2025 • 3 new comments -
fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members
#11490 commented on
Aug 19, 2025 • 0 new comments -
fix(eslint-plugin): [no-non-null-assertion] wrong suggestion on left-hand side of an assignment
#11489 commented on
Aug 22, 2025 • 0 new comments -
fix(deps): update eslint monorepo to v9.33.0
#11482 commented on
Aug 19, 2025 • 0 new comments -
fix(utils): grammar
#11471 commented on
Aug 20, 2025 • 0 new comments -
fix(scope-manager): exclude Program from DefinitionBase node types
#11469 commented on
Aug 22, 2025 • 0 new comments -
fix(eslint-plugin): [consistent-type-exports] fix declaration shadowing
#11457 commented on
Aug 20, 2025 • 0 new comments -
feat(eslint-plugin): [no-unused-vars] add a default-off option to autofix remove unused imports
#11243 commented on
Aug 18, 2025 • 0 new comments -
chore(deps): update codecov/codecov-action action to v5
#11158 commented on
Aug 20, 2025 • 0 new comments -
chore(deps): update dependency history to v5
#11152 commented on
Aug 19, 2025 • 0 new comments -
fix(deps): update docusaurus monorepo to ~3.8.0
#10897 commented on
Aug 19, 2025 • 0 new comments -
Dependency Dashboard
#6687 commented on
Aug 22, 2025 • 0 new comments -
Docs: [no-base-to-string] erroneously refers to regular expressions
#11420 commented on
Aug 21, 2025 • 0 new comments -
Bug: [indent] Maximum call stack size exceeded
#11455 commented on
Aug 20, 2025 • 0 new comments -
Bug: rule-tester still crashes on (non-normalized) relative paths that are not inside cwd
#11476 commented on
Aug 20, 2025 • 0 new comments -
Docs: Not all reported problems of `no-redeclare` are covered by TypeScript
#11461 commented on
Aug 20, 2025 • 0 new comments -
Bug: [only-throw-error] TypeOrValueSpecifier does not handle union
#11452 commented on
Aug 20, 2025 • 0 new comments -
Enhancement: Move `PropertyDefinition.typeAnnotation` to `PropertyDefinition.key.typeAnnotation`?
#11321 commented on
Aug 20, 2025 • 0 new comments -
Bug: Parser should error when both `projectService` and `project` are set
#11319 commented on
Aug 20, 2025 • 0 new comments -
Bug: `base` config should have TS `files`.
#11291 commented on
Aug 20, 2025 • 0 new comments -
Enhancement: [no-unused-vars] support explicit resource management
#11424 commented on
Aug 19, 2025 • 0 new comments -
Enhancement: [prefer-for-of] Add autofix / fix suggestions
#11336 commented on
Aug 18, 2025 • 0 new comments