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.46.0

06 Oct 17:05
Compare
Choose a tag to compare
Loading

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
Assets2
Loading
Dmitriy-Frostoff and tkp12345 reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, kachkaev, and Gruak reacted with rocket emojiDmitriy-Frostoff and shinGangan reacted with eyes emoji
5 people reacted

v8.45.0

29 Sep 17:06
Compare
Choose a tag to compare
Loading

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, and andriyor 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
7 people reacted

v8.44.1

22 Sep 17:04
Compare
Choose a tag to compare
Loading

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, and tkp12345 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
7 people reacted

v8.44.0

15 Sep 17:04
Compare
Choose a tag to compare
Loading

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 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
6 people reacted

v8.43.0

08 Sep 17:04
Compare
Choose a tag to compare
Loading

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423,#11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @dbarabashh
  • @mainframev
  • @y-hsgw
  • @kirkwaiblinger
  • @mouse0429
dbarabashh, mainframev, and 3 other contributors
Loading
andriyor, Dmitriy-Frostoff, and 976520 reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff, 976520, and shinGangan reacted with rocket emojiDmitriy-Frostoff, 976520, and shinGangan reacted with eyes emoji
4 people reacted

v8.42.0

02 Sep 11:59
Compare
Choose a tag to compare
Loading

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @kirkwaiblinger
kirkwaiblinger
Loading
Dmitriy-Frostoff, Shinigami92, and LucasSantaCasa reacted with thumbs up emojishinGangan reacted with heart emojikachkaev, rivajunior, brysonbw, quentinmcq, Dmitriy-Frostoff, and Shinigami92 reacted with rocket emojiDmitriy-Frostoff, shinGangan, and Rudxain reacted with eyes emoji
9 people reacted

v8.41.0

25 Aug 17:17
Compare
Choose a tag to compare
Loading

8.41.0 (2025-08-25)

🚀 Features

  • tightentsconfigRootDir validation (#11463)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @kirkwaiblinger
kirkwaiblinger
Loading
Dmitriy-Frostoff reacted with thumbs up emojishinGangan reacted with heart emojiquentinmcq and Dmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff and shinGangan reacted with eyes emoji
3 people reacted

v8.40.0

18 Aug 17:20
Compare
Choose a tag to compare
Loading

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: exportplugin,parser, andconfigs that are compatible with bothdefineConfig() andtseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correctcalculateConfigForFile return type (#11451)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @kirkwaiblinger
  • @Gajdascz
kirkwaiblinger and Gajdascz
Loading
Dmitriy-Frostoff, error-four-o-four, Jmenache, quentinmcq, qadzek, and andreww2012 reacted with thumbs up emojirivajunior, Dmitriy-Frostoff, Jmenache, quentinmcq, and andreww2012 reacted with hooray emojishinGangan reacted with heart emojiDmitriy-Frostoff, Jmenache, and shinGangan reacted with rocket emojiDmitriy-Frostoff and shinGangan reacted with eyes emoji
8 people reacted

v8.39.1

11 Aug 17:21
Compare
Choose a tag to compare
Loading

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handlefile:// urls in stack trace when inferringtsconfigRootDir (#11464)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @kirkwaiblinger
kirkwaiblinger
Loading
Dmitriy-Frostoff, quentinmcq, and Jmenache reacted with thumbs up emojishinGangan reacted with heart emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff and shinGangan reacted with eyes emoji
4 people reacted

v8.39.0

04 Aug 17:26
Compare
Choose a tag to compare
Loading

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignorecheck option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add anunsafeObjectPattern message (#11403)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

Contributors

  • @43081j
  • @bradzacher
  • @nayounsang
  • @developer-bandi
43081j, bradzacher, and 2 other contributors
Loading
Dmitriy-Frostoff, vinattay, brysonbw, Gajdascz, Stevie-Ray, stage88, quentinmcq, and Jmenache reacted with thumbs up emojivinattay reacted with laugh emojivinattay reacted with hooray emojianotheri, Jerboas86, beaumontjonathan, thomas3577, andriyor, Dmitriy-Frostoff, vinattay, samchungy, HamoBoker, and quentinmcq reacted with heart emojirivajunior, patrykszwed, Dmitriy-Frostoff, and vinattay reacted with rocket emojiDmitriy-Frostoff and vinattay reacted with eyes emoji
17 people reacted
Previous13453536
Previous

[8]ページ先頭

©2009-2025 Movatter.jp