Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.19.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.19.1
Choose a head ref
  • 15 commits
  • 52 files changed
  • 11 contributors

Commits on Dec 30, 2024

  1. 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
    ronami authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    c27399b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. 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
    ronami authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    cde2f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7f5f8 View commit details
    Browse the repository at this point in the history
  3. 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
    kirkwaiblinger authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4f50f64 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade to ts-api-utils 2.0 (#10567)

    upgrade ts-api-utils
    kirkwaiblinger authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    3bacfa7 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [strict-boolean-expressions] remove remaining (un…

    …safe) autofixes (#10548)
    
    * remove SBE autofixes
    
    * bleh
    kirkwaiblinger authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4dbf48b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. 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
    y-hsgw authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    63b2d3e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. chore: update sponsors (#10595)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d63ea3b View commit details
    Browse the repository at this point in the history
  2. chore(eslint-plugin): use getConstraintInfo in no-unnecessary-templ…

    …ate-expression (#10578)
    
    Switches the `no-unnecessary-template-expression` rule to use
    `getConstraintInfo` internally.
    
    Related #10569
    43081j authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    c7154bf View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. 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
    mdm317 authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    82716b8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint-staged to v15.3.0 (#10608)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    5d7d7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    369211c View commit details
    Browse the repository at this point in the history
  4. fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] hand…

    …le literal types" (#10620)
    
    Revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal ty…"
    
    This reverts commit 82716b8.
    JoshuaKGoldberg authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    6e05e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dedb1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    328b7df View commit details
    Browse the repository at this point in the history
Loading