Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v5.41.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.42.0
- 20commits
- 88files changed
- 11contributors
Commits on Oct 24, 2022
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 authoredOct 24, 2022 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.mdCo-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Resolved a few docs comments* A few test fixes* Remove period* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Link to FAQ article* Reordered docs, and updated testsCo-authored-by: Andrew Churchill <chu.andrew.8@gmail.com>Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
Commits on Oct 25, 2022
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 reviewCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
chore: document and refactor 'extra' to 'parserSettings' (#5834)
JoshuaKGoldberg authoredOct 25, 2022 chore(website): fix renamed Sponsorship docs link (#5882)
JoshuaKGoldberg authoredOct 25, 2022 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.mdCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Oct 26, 2022
chore: add auto-canary release for v6 (#5883)
JoshuaKGoldberg authoredOct 26, 2022 feat(scope-manager): ignore ECMA version (#5881)
* feat(scope-manager): ignore ECMA version* Remove much more* Fix WebLinter lint
JoshuaKGoldberg authoredOct 26, 2022 Revert "feat(scope-manager): ignore ECMA version" (#5888)
JoshuaKGoldberg authoredOct 26, 2022
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
JoshuaKGoldberg authoredOct 27, 2022 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>
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 themfix examples and --Isolatedmodules explain* feat: add two tapsone 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 commentCo-authored-by: Josh Goldberg <me@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
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>
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
yeonjuan authoredOct 30, 2022
Commits on Oct 31, 2022
chore: update sponsors (#5905)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
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 authoredOct 31, 2022 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 reviewCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>* address comments* oopsCo-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
fix(ast-spec): add TSQualifiedName to TypeNode union (#5906)
* fix(ast-spec): add TSQualifiedName to TypeNode union* fix rule with missing type
bradzacher authoredOct 31, 2022 - typescript-eslint[bot] committed
Oct 31, 2022
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
Uh oh!
There was an error while loading.Please reload this page.