-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: typescript-eslint/typescript-eslint
base: v8.19.0
head repository: typescript-eslint/typescript-eslint
compare: v8.19.1
- 15 commits
- 52 files changed
- 11 contributors
Commits on Dec 30, 2024
-
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437
) * initial implementation * add missing test * undo unrelated change * also cover [].toString() * refactor * respect the ignoredTypeNames option * update existing tests to use a helper for checking arrays, and change faulty tests to not check against the {} type * don't use a test helper for creating tests dynamically * remove unnecessary check
Configuration menu - View commit details
-
Copy full SHA for c27399b - Browse repository at this point
Copy the full SHA c27399bView commit details
Commits on Dec 31, 2024
-
fix(eslint-plugin): [no-shadow] report correctly on parameters of fun…
…ctions declared with the `declare` keyword (#10543) * initial implementation * filter out only parameters * remove redundant test * simplify test * fix the implementation to respect the 'ignoreFunctionTypeParameterNameValueShadow' flag * add TSConstructSignatureDeclaration * also TSConstructorType
Configuration menu - View commit details
-
Copy full SHA for cde2f97 - Browse repository at this point
Copy the full SHA cde2f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7f5f8 - Browse repository at this point
Copy the full SHA 4e7f5f8View commit details -
docs: [return-await] make the rule no longer an extension of ESLint n…
…o-return-await (#10421) * make return-await standalone * when not to use it * terser
Configuration menu - View commit details
-
Copy full SHA for 4f50f64 - Browse repository at this point
Copy the full SHA 4f50f64View commit details -
chore: upgrade to ts-api-utils 2.0 (#10567)
upgrade ts-api-utils
Configuration menu - View commit details
-
Copy full SHA for 3bacfa7 - Browse repository at this point
Copy the full SHA 3bacfa7View commit details -
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (un…
…safe) autofixes (#10548) * remove SBE autofixes * bleh
Configuration menu - View commit details
-
Copy full SHA for 4dbf48b - Browse repository at this point
Copy the full SHA 4dbf48bView commit details
Commits on Jan 2, 2025
-
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand prope…
…rty in an object expression (#10550) * fix: doesn't report on shorthand property * test: add test * test: add valid test
Configuration menu - View commit details
-
Copy full SHA for 63b2d3e - Browse repository at this point
Copy the full SHA 63b2d3eView commit details
Commits on Jan 3, 2025
-
chore: update sponsors (#10595)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d63ea3b - Browse repository at this point
Copy the full SHA d63ea3bView commit details -
chore(eslint-plugin): use
getConstraintInfo
in no-unnecessary-templ…Configuration menu - View commit details
-
Copy full SHA for c7154bf - Browse repository at this point
Copy the full SHA c7154bfView commit details
Commits on Jan 6, 2025
-
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal ty…
…pes (#10523) * fix : add case when cast type is a template literal or a union type. * avoid using cast the word cast * delete useless noFormat * review: simplify logic
Configuration menu - View commit details
-
Copy full SHA for 82716b8 - Browse repository at this point
Copy the full SHA 82716b8View commit details -
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d7d7b5 - Browse repository at this point
Copy the full SHA 5d7d7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369211c - Browse repository at this point
Copy the full SHA 369211cView commit details -
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] hand…
Configuration menu - View commit details
-
Copy full SHA for 6e05e56 - Browse repository at this point
Copy the full SHA 6e05e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dedb1c - Browse repository at this point
Copy the full SHA 5dedb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 328b7df - Browse repository at this point
Copy the full SHA 328b7dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.19.0...v8.19.1