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

Releases: typescript-eslint/typescript-eslint

v8.48.0

24 Nov 17:04

Choose a tag to compare

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpfulaaa error message and changeanalyze to expectsProgram (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @fisker
  • @benmccann
  • @JamesHenry
  • @dbarabashh
  • @kirkwaiblinger
  • @nayounsang
  • @gen-ip-1
fisker, benmccann, and 5 other contributors
Assets2
Loading
Dmitriy-Frostoff reacted with thumbs up emojistianjensen, shinGangan, nayounsang, and Dmitriy-Frostoff reacted with heart emojiJulien-Marcou, shinGangan, Dmitriy-Frostoff, thomas3577, and bugcysg reacted with rocket emojishinGangan, vladpuz, and Dmitriy-Frostoff reacted with eyes emoji
8 people reacted

v8.47.0

17 Nov 17:05

Choose a tag to compare

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @bradzacher
bradzacher
Loading
thomas3577, robertIsaac, Julien-Marcou, Dmitriy-Frostoff, bugcysg, and gyurielf reacted with thumbs up emojiJulien-Marcou and Dmitriy-Frostoff reacted with hooray emojishinGangan, Dmitriy-Frostoff, and kirkwaiblinger reacted with heart emojiJulien-Marcou and Dmitriy-Frostoff reacted with rocket emojishinGangan, vladpuz, and Dmitriy-Frostoff reacted with eyes emoji
9 people reacted

v8.46.4

10 Nov 17:05

Choose a tag to compare

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006,#10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when bothprojectService andproject are set (#11333)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @undsoft
  • @MariaSolOs
  • @sushichan044
undsoft, MariaSolOs, and sushichan044
Loading
Dmitriy-Frostoff and souvik666 reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, davidepalazzo, and arlgnv reacted with rocket emojiDmitriy-Frostoff, vladpuz, and shinGangan reacted with eyes emoji
6 people reacted

v8.46.3

03 Nov 17:04

Choose a tag to compare

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722,#11723)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @undsoft
undsoft
Loading
Dmitriy-Frostoff reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff reacted with rocket emojivladpuz, tkp12345, Dmitriy-Frostoff, and shinGangan reacted with eyes emoji
4 people reacted

v8.46.2

20 Oct 17:04

Choose a tag to compare

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @fisker
fisker
Loading
Dmitriy-Frostoff, Jmenache, and Bardiamist reacted with thumbs up emojishinGangan, Jmenache, and thomas3577 reacted with heart emojiDmitriy-Frostoff and Jmenache reacted with rocket emojiDmitriy-Frostoff, shinGangan, and vladpuz reacted with eyes emoji
6 people reacted

v8.46.1

13 Oct 17:04

Choose a tag to compare

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanupTSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case.finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about ourversioning strategy andreleases on our website.

Loading
Dmitriy-Frostoff, bugcysg, Gruak, souvik666, and Jmenache reacted with thumbs up emojishinGangan and souvik666 reacted with heart emojiDmitriy-Frostoff, andriyor, and souvik666 reacted with rocket emojiDmitriy-Frostoff, vladpuz, shinGangan, and souvik666 reacted with eyes emoji
8 people reacted

v8.46.0

06 Oct 17:05

Choose a tag to compare

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848,#10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording aroundthis: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecatedexport imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbidabstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @fisker
  • @richardtorres314
  • @mainframev
  • @Mister-Hope
  • @kirkwaiblinger
  • @nayounsang
  • @peanutenthusiast
fisker, richardtorres314, and 5 other contributors
Loading
Dmitriy-Frostoff, tkp12345, bugcysg, and Jmenache reacted with thumbs up emojishinGangan and richardtorres314 reacted with heart emojiDmitriy-Frostoff, kachkaev, and Gruak reacted with rocket emojiDmitriy-Frostoff and shinGangan reacted with eyes emoji
8 people reacted

v8.45.0

29 Sep 17:06

Choose a tag to compare

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @thebolarin
  • @y-hsgw
thebolarin and y-hsgw
Loading
Dmitriy-Frostoff, methbkts, andriyor, and Jmenache reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, ValentinGurkov, andriyor, and thebolarin reacted with rocket emojiDmitriy-Frostoff, vladpuz, and shinGangan reacted with eyes emoji
8 people reacted

v8.44.1

22 Sep 17:04

Choose a tag to compare

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with nameconstructor (#11590)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @fisker
  • @kirkwaiblinger
fisker and kirkwaiblinger
Loading
Dmitriy-Frostoff, bugcysg, gaomingzhao666, tkp12345, and Jmenache reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, brysonbw, OrcnTester, gaomingzhao666, and shinGangan reacted with rocket emojiDmitriy-Frostoff, gaomingzhao666, and shinGangan reacted with eyes emoji
8 people reacted

v8.44.0

15 Sep 17:04

Choose a tag to compare

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @thebolarin
thebolarin
Loading
Dmitriy-Frostoff and Jmenache reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, ulrichstark, shinGangan, and OrcnTester reacted with rocket emojiDmitriy-Frostoff, vladpuz, shinGangan, and jongsung-bagelcode reacted with eyes emoji
7 people reacted
Previous13453637
Previous

[8]ページ先頭

©2009-2025 Movatter.jp