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.61.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.62.0
- 11commits
- 46files changed
- 11contributors
Commits on Jul 4, 2023
docs: added announcing-typescript-eslint-v6 blog post (#7156)
* docs: added announcing-typescript-eslint-v6 blog post* Mention hasFullTypeInformation* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Added diff patches* Moved a few points around, and added exports section* Fix for check-spelling---------Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
Commits on Jul 7, 2023
chore: update sponsors (#7169)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
Commits on Jul 8, 2023
feat(eslint-plugin): [prefer-nullish-coalescing] add `ignorePrimitive…
…s` option (#6487)* issue-4906 - prefer-nullish-coalescing enhancment* remove comment* add doc* CR: sort keys* CR: import once* CR: remove unncessary "as const"* CR: Fix markdown lint rule* CR: Use binary OR to simplify loop* CR: More positive test cases - Literal types (true, 1, etc.) - Template literals (`hello${string}`) - Bigints (1n) - Combinations of the types (boolean | string | ...), etc.* CR: mixed* CR: remove implied line* CR: Move the note up* prettier fixz* Fix coverage, ts didn't know it has a default so it's not optional* CR1: Remove redundant check* CR2: Remove redundant check for the type-system* Add bigint option* markdown too* Fixed union test and JSON.stringify(ignorePrimitives)* flattening map* flattening map 2* add examples to docs
Omri Luzon authoredJul 8, 2023 fix(eslint-plugin): [prefer-includes] escape special characters (#7161)
fix: escape special characters#7145
Max10240 authoredJul 8, 2023 fix(eslint-plugin): [comma-spacing] allow no space after trailing com…
…ma in objects and arrays (#6938)* feat(eslint-plugin):[comma-spacing]allow no space after trailing comma in objects and arrays* feat(eslint-plugin):[comma-spacing]add test cases
islandryu authoredJul 8, 2023 chore(deps): update dependency @types/debug to v4.1.8 (#7072)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authoredJul 8, 2023 chore: update contributors (#7152)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
chore(deps): update dependency eslint-plugin-unicorn to v46.0.1 (#7023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authoredJul 8, 2023 docs: be more explicit about what restrict-template-expressions restr…
…icts (#7009)* docs: be more explicit about what restrict-template-expressions restricts* Update packages/eslint-plugin/docs/rules/restrict-template-expressions.mdCo-authored-by: Joshua Chen <sidachen2003@gmail.com>* stringification is totally a word---------Co-authored-by: Josh Goldberg ✨ <me@joshuakgoldberg.com>Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
Commits on Jul 9, 2023
fix(eslint-plugin): replace auto-fix of class literal property style …
…rule with suggestion (#7054)* Complete sentence documenting turning on parserOptions.project* fix: replace auto-fix with suggestion* test: adapt tests to expect suggestion rather than output from auto-fix* fix: add return type* Revert "Complete sentence documenting turning on parserOptions.project"This reverts commita05601f.* Replace text with suggestion* Replace both suggestion messages* Formatting* yarn format---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
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.61.0...v5.62.0
Uh oh!
There was an error while loading.Please reload this page.