-
-
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: v5.41.0
head repository: typescript-eslint/typescript-eslint
compare: v5.42.0
- 20 commits
- 88 files changed
- 11 contributors
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3bd38ca - Browse repository at this point
Copy the full SHA 3bd38caView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1eaae09 - Browse repository at this point
Copy the full SHA 1eaae09View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 67744db - Browse repository at this point
Copy the full SHA 67744dbView commit details
Commits on Oct 25, 2022
-
feat(website): Add a happy message to playground output pane when no …
Configuration menu - View commit details
-
Copy full SHA for c4e0d86 - Browse repository at this point
Copy the full SHA c4e0d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ddcc9a - Browse repository at this point
Copy the full SHA 8ddcc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8794fd3 - Browse repository at this point
Copy the full SHA 8794fd3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fcf3f9d - Browse repository at this point
Copy the full SHA fcf3f9dView commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2019c2f - Browse repository at this point
Copy the full SHA 2019c2fView commit details -
feat(scope-manager): ignore ECMA version (#5881)
* feat(scope-manager): ignore ECMA version * Remove much more * Fix WebLinter lint
Configuration menu - View commit details
-
Copy full SHA for 3b8d449 - Browse repository at this point
Copy the full SHA 3b8d449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee81df - Browse repository at this point
Copy the full SHA 2ee81dfView commit details
Commits on Oct 27, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for a0c8285 - Browse repository at this point
Copy the full SHA a0c8285View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 344322a - Browse repository at this point
Copy the full SHA 344322aView commit details
Commits on Oct 29, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for d806bda - Browse repository at this point
Copy the full SHA d806bdaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 891b087 - Browse repository at this point
Copy the full SHA 891b087View commit details
Commits on Oct 30, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 8ed7219 - Browse repository at this point
Copy the full SHA 8ed7219View commit details
Commits on Oct 31, 2022
-
chore: update sponsors (#5905)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5414194 - Browse repository at this point
Copy the full SHA 5414194View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1f14c03 - Browse repository at this point
Copy the full SHA 1f14c03View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0520d53 - Browse repository at this point
Copy the full SHA 0520d53View commit details -
fix(ast-spec): add TSQualifiedName to TypeNode union (#5906)
* fix(ast-spec): add TSQualifiedName to TypeNode union * fix rule with missing type
Configuration menu - View commit details
-
Copy full SHA for 5c316c1 - Browse repository at this point
Copy the full SHA 5c316c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5e9ea - Browse repository at this point
Copy the full SHA 1e5e9eaView 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 v5.41.0...v5.42.0