Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v8.42.0
Choose a base ref
Loading
...
head repository:typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v8.43.0
Choose a head ref
Loading
  • 20commits
  • 135files changed
  • 14contributors

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    9ea09a5View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    eb4ecd8View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e4146View commit details
    Browse the repository at this point in the history
  3. fix(type-utils): add union type support to TypeOrValueSpecifier (#11526)

    * feat: enhance typeMatchesSpecifier to handle union types* test: add tests* fix: update typeMatchesSpecifier to require all union types to match* test: add tests
    @y-hsgw
    y-hsgw authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    2ec83b9View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [no-non-null-assertion] do not suggest optional c…

    …hain on LHS of assignment (#11489)* fix: disable suggestion when non-null assertion is used as an assignee* test: add tests* chore: fix lint errors* test: remove noFormat* test: fix test output* chore: fix lint* test: fix test output* test: fix test output---------Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    @y-hsgw@kirkwaiblinger
    y-hsgw andkirkwaiblinger authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    08e242cView commit details
    Browse the repository at this point in the history
  5. fix(rule-tester): normalize paths before checking if they escape cwd (#…

    …11525)* fix(rule-tester): normalize paths before checking if they escape cwd* added test cases---------Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    @dbarabashh@kirkwaiblinger
    dbarabashh andkirkwaiblinger authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    9529ac1View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42cf79eView commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9679282View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9975aaView commit details
    Browse the repository at this point in the history
  9. fix(scope-manager): exclude Program from DefinitionBase node types (#…

    …11469)* fix: exclude Program from DefinitionBase node types* fix eslint* Add NodeWithParent type---------Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
    @dbarabashh@kirkwaiblinger
    dbarabashh andkirkwaiblinger authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    c068a4fView commit details
    Browse the repository at this point in the history
  10. fix(eslint-plugin): [no-unnecessary-type-conversion] only report ~~ o…

    …n integer literal types (#11517)Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    @mouse0429@JoshuaKGoldberg
    mouse0429 andJoshuaKGoldberg authoredSep 3, 2025
    Configuration menu
    Copy the full SHA
    f0e64ebView commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    f77a31dView commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. fix(typescript-estree): match filenames starting with a period when u…

    …sing glob in allowDefaultProject (#11537)/* fix(typescript-estree): match filenames starting with a period when using glob in allowDefaultProjectSigned-off-by: Nicolas Le Cam <niko.lecam@gmail.com>* Update packages/typescript-estree/tests/lib/useProgramFromProjectService.test.tsCo-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>---------Signed-off-by: Nicolas Le Cam <niko.lecam@gmail.com>Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    @KuSh@JoshuaKGoldberg
    KuSh andJoshuaKGoldberg authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    f780c1dView commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [no-floating-promises] allowForKnownSafeCalls now…

    … supports function names (fixes#11423) (#11430)* Chore: add test cases for no-floating-promises allowForKnownSafeCalls optionAdd test cases to verify that function name-based allowForKnownSafeCallsconfiguration works correctly for locally defined async functions.* Fix: no-floating-promises allowForKnownSafeCalls not working for function names (#11423)The allowForKnownSafeCalls option was only checking type-based matchingand not value-based matching, causing function name specifications like["myAsyncFunction"] to be ignored. Now properly checks both value andtype matching using valueMatchesSomeSpecifier.* Chore: update docs and snapshots for no-floating-promises fix- Remove skipValidation from allowForKnownSafeCalls example- Update test snapshots after fixing function name matching* refactor: rename isKnownSafePromiseReturn -> isKnownSafePromiseCall
    @976520
    976520 authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    5d15bc2View commit details
    Browse the repository at this point in the history
  3. chore: enable ESLint no-useless-rename rule on project (#11576)

    chore: enable no-useless-rename rule on projectSigned-off-by: Nicolas Le Cam <niko.lecam@gmail.com>
    @KuSh
    KuSh authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    b44fde8View commit details
    Browse the repository at this point in the history
  4. docs: mark rules that are frozen on rules index page (#11467)

    * feat: mark these rule as frozen* docs: add section for frozen* docs: show snowflake for frozen rule in rule table* docs: section for frozen info in the rule* chore: generate config* feat: add frozen property at docs meta data* Revert "feat: mark these rule as frozen"This reverts commit3447143.* feat: mark these rule as frozen with frozen property* Revert "chore: generate config"This reverts commit081c034.* docs: mark as frozen with emoji on rule docs* fix: lint* fix: use inline flex* refactor: JSDoc more info* Update packages/utils/src/ts-eslint/Rule.ts---------Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    @nayounsang@JoshuaKGoldberg
    nayounsang andJoshuaKGoldberg authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    8154204View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [no-deprecated] should report deprecated exports …

    …and reexports (#11359)* fix(eslint-plugin): add support of exports/reexports to no-deprecated rule* Disable an introduced lint complaint---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @mainframev@JoshuaKGoldberg
    mainframev andJoshuaKGoldberg authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    d8ca5efView commit details
    Browse the repository at this point in the history
  6. fix(eslint-plugin): [prefer-return-this-type] don't report an error w…

    …hen returning a union type that includes a classType (#11432)* fix: Add logic when returning a union type.* test: add test* Math.random()---------Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    @mdm317@JoshuaKGoldberg
    mdm317 andJoshuaKGoldberg authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    bd8ed8dView commit details
    Browse the repository at this point in the history
  7. feat(typescript-estree): disallow empty type parameter/argument lists (

    …#11563)* disallow empty type parameter/argument list* whoops, other case* make error range neat
    @kirkwaiblinger
    kirkwaiblinger authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    4f44a6eView commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef9173cView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp