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: v5.41.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: v5.42.0
Choose a head ref
  • 20 commits
  • 88 files changed
  • 11 contributors

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    3bd38ca View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [member-ordering] add natural sort order (#5662)

    * [WIP] feat(eslint-plugin): [member-ordering] add natural sort order
    
    * Fix yarn.lock and split option on case sensitivity
    
    * Document it too
    
    * Remove last todos
    
    * Move member-ordering sub-tests into sub-dirs
    JoshuaKGoldberg authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1eaae09 View commit details
    Browse the repository at this point in the history
  3. feat(typescript-estree): clarify docs and error for program project w…

    …ithout matching TSConfig (#5762)
    
    * feat(typescript-estree): clarify docs and error for program project without matching TSConfig
    
    * lil cspell nit
    
    * Update docs/linting/TROUBLESHOOTING.md
    
    Co-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    
    * Resolved a few docs comments
    
    * A few test fixes
    
    * Remove period
    
    * Apply suggestions from code review
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    
    * Link to FAQ article
    
    * Reordered docs, and updated tests
    
    Co-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    3 people authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    67744db View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. feat(website): Add a happy message to playground output pane when no …

    …errors or AST (#5868) (#5873)
    
    * feat(website): Add a happy message to playground output pane when no errors or AST (#5868)
    
    * Apply suggestions from code review
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    sviat9440 and JoshuaKGoldberg authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c4e0d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddcc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8794fd3 View commit details
    Browse the repository at this point in the history
  4. docs: Mention wide globs performance implications in monorepos docs a…

    …nd parser README (#5864)
    
    * docs: Mention wide globs performance implications in monorepos docs and parser readme
    
    * Update docs/linting/typed-linting/MONOREPOS.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    adnanhashmi09 and JoshuaKGoldberg authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    fcf3f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    2019c2f View commit details
    Browse the repository at this point in the history
  2. feat(scope-manager): ignore ECMA version (#5881)

    * feat(scope-manager): ignore ECMA version
    
    * Remove much more
    
    * Fix WebLinter lint
    JoshuaKGoldberg authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3b8d449 View commit details
    Browse the repository at this point in the history
  3. Revert "feat(scope-manager): ignore ECMA version" (#5888)

    Revert "feat(scope-manager): ignore ECMA version (#5881)"
    
    This reverts commit 3b8d449.
    JoshuaKGoldberg authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2ee81df View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. feat(eslint-plugin) [sort-type-union-intersection-members] rename to …

    …sort-type-constituents (#5879)
    
    * feat(eslint-plugin) [sort-type-union-intersection-members] rename to sort-type-constituents
    
    * Sigh, test rename
    
    * Added back rule, with replacedBy
    
    * Fixed up rules exports
    JoshuaKGoldberg authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a0c8285 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): enable react/jsx-curly-brace-presence lint rule i…

    …n website package (#5894)
    
    Add 'react/jsx-curly-brace-presence': 'error'
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    shogohida and JoshuaKGoldberg authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    344322a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. feat(eslint-plugin): [no-invalid-void-type] better report message for…

    … void used as a constituent inside a function return type (#5274)
    
    * feat: update repository
    
    * remove duplicate examples
    
    * feat:add about re-exporting --isolatedModules in When Not To Use It
    
    * feat: add exmaples
    
    * fix: remove duplicate examples in correct
    
    * fix:correct words
    
    * fix: fix space-between
    
    * fix: fix code
    
    * fix: fix code space
    
    * fix: check error
    
    * fix:missed examples
    
    * feat: read review and fix them
    
    fix examples and --Isolatedmodules explain
    
    * feat: add two taps
    
    one is correct, another is incorrect
    
    * fix: add <!--tabs-->
    
    * feat: fix explaination about `isolatedmodules`
    
    * fix: fix explain about `isolatedModules`
    
    * fis: modify When no to use it
    
    * fix: revert change log
    
    * fix: add lint
    
    * fix:  add lint
    
    * add: fix code
    
    * fix:fix docs splits
    
    * feat: add lint
    
    * Update packages/eslint-plugin/docs/rules/consistent-type-exports.md
    
    * feat:change error message better
    
    * fix:separating message and made types about union
    
    * fix: separate error message
    
    * fix:fix mistake type
    
    * fix:fix typo
    
    * fix:fix error message in case of union
    
    * fix:fix error message in InvalidVoidForUnion
    
    * fix: add logic about union
    
    * feat: add test case
    
    * Switched change to just enhance error message
    
    * oops comment
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    3 people authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    d806bda View commit details
    Browse the repository at this point in the history
  2. fix(typescript-estree): don't allow single-run unless we're in type-a…

    …ware linting mode (#5893)
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    bradzacher and JoshuaKGoldberg authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    891b087 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. fix(eslint-plugin): [no-extra-parens] handle type assertion in extend…

    …s clause (#5901)
    
    * fix(eslint-plugin): [no-extra-parens] handle type assertion in extends clause
    
    * Add test cases
    
    * Handle class expression
    
    * Add test cases
    yeonjuan authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8ed7219 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. chore: update sponsors (#5905)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5414194 View commit details
    Browse the repository at this point in the history
  2. docs(eslint-plugin): [consistent-type-imports] make a note about `par…

    …serOptions.emitDecoratorMetadata` (#5904)
    
    * docs(eslint-plugin): [consistent-type-imports] make a note about `parserOptions.emitDecoratorMetadata`
    
    * Update consistent-type-imports.md
    
    * Update consistent-type-imports.md
    
    * Update consistent-type-imports.md
    
    * Update consistent-type-imports.md
    bradzacher authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1f14c03 View commit details
    Browse the repository at this point in the history
  3. feat(utils): add RuleTester API for top-level dependency constraints (

    #5896)
    
    * feat(utils): add `RuleTester` API for top-level dependency constraints
    
    * Apply suggestions from code review
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    * address comments
    
    * oops
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    bradzacher and JoshuaKGoldberg authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0520d53 View commit details
    Browse the repository at this point in the history
  4. fix(ast-spec): add TSQualifiedName to TypeNode union (#5906)

    * fix(ast-spec): add TSQualifiedName to TypeNode union
    
    * fix rule with missing type
    bradzacher authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5c316c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e5e9ea View commit details
    Browse the repository at this point in the history
Loading