-
-
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: v6.16.0
head repository: typescript-eslint/typescript-eslint
compare: v6.17.0
- 10 commits
- 50 files changed
- 8 contributors
Commits on Dec 26, 2023
-
docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken cod…
…e samples (#8135) * docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken code samples
Configuration menu - View commit details
-
Copy full SHA for cde4d4d - Browse repository at this point
Copy the full SHA cde4d4dView commit details
Commits on Dec 29, 2023
-
docs: modify examples for explicit-module-boundary-types (#7404)
* docs : modify examples for explicit-module-boundary-types * docs : update examples for explicit-module-boundary-types * docs: fix atx-style * docs: update code based on the request * docs: fix typo * docs: change case 3 to case 1
Configuration menu - View commit details
-
Copy full SHA for 5ad1b76 - Browse repository at this point
Copy the full SHA 5ad1b76View commit details -
feat(eslint-plugin): [switch-exhaustiveness-check] add an option to w…
…arn against a `default` case on an already exhaustive `switch` (#7539) * feat: switch-exhaustiveness-check checks for dangerous default case * fix: spelling * fix: comment * fix: docs * feat: allowDefaultCase option * fix: tests * fix: lint * fix: prettier * refactor: finish merge * fix: format * fix: lint * chore: update docs * chore: update docs * chore: format * fix: test * fix: tests * fix: tests * fix: tests * fix: test * fix: test * fix: tests * Update packages/eslint-plugin/src/rules/switch-exhaustiveness-check.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * fix: double options in docs * Update packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.md Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * feat: simplify code flow * Update packages/eslint-plugin/src/rules/switch-exhaustiveness-check.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * fix: grammar * Update packages/eslint-plugin/src/rules/switch-exhaustiveness-check.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * fix: wording on option * Update packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.md Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * docs: add playground link * Update packages/eslint-plugin/src/rules/switch-exhaustiveness-check.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * chore: add punctuation * Update packages/eslint-plugin/src/rules/switch-exhaustiveness-check.ts Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com> * chore: remove comment * refactor: rename option * fix: prettier * fix: lint * fix: tests * refactor: better metadata * fix: tests * refactor: rename interface * refactor: make interface readonly --------- Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Configuration menu - View commit details
-
Copy full SHA for 6a219bd - Browse repository at this point
Copy the full SHA 6a219bdView commit details -
feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (
#7897) * flag arrays of promises * remove comment * trying to trigger CI * Substantial simplification * add some grody test cases for generics * flip if/else * add detail to test case * switch to isArrayLikeType * Revert "switch to isArrayLikeType" This reverts commit 2afe794. * add checks for tuples * One more test case! * else if * Remove unnecessary whitespace * Remove invalid test case * Add to docs * Add test cases around array that's fine but tuple that isn't * tweaks
Configuration menu - View commit details
-
Copy full SHA for 5857356 - Browse repository at this point
Copy the full SHA 5857356View commit details -
chore(deps): update dependency typescript to v5.3.3 (#8129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb9d28c - Browse repository at this point
Copy the full SHA eb9d28cView commit details -
chore(deps): update dependency stylelint-order to v6.0.4 (#8128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9df266 - Browse repository at this point
Copy the full SHA c9df266View commit details -
chore(deps): update dependency eslint-plugin-import to v2.29.1 (#8125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d53f22e - Browse repository at this point
Copy the full SHA d53f22eView commit details -
chore(deps): update dependency @types/node to v20.10.5 (#8124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb5bac8 - Browse repository at this point
Copy the full SHA cb5bac8View commit details -
fix(eslint-plugin): [no-restricted-imports] prevent crash when `patte…
…rns` or `paths` in options are empty (#8108) * fix(eslint-plugin): [no-restricted-imports] prevent crash when patterns or paths are empty * Update packages/eslint-plugin/src/rules/no-restricted-imports.ts Co-authored-by: StyleShit <32631382+StyleShit@users.noreply.github.com> * refactor: explicit zero-length check * revert: "refactor: explicit zero-length check" --------- Co-authored-by: StyleShit <32631382+StyleShit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 675e987 - Browse repository at this point
Copy the full SHA 675e987View commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e566a5d - Browse repository at this point
Copy the full SHA e566a5dView 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 v6.16.0...v6.17.0