You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
4162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Versions

1345
417

8.29.0

Diff
jameshenry
published 8.29.0 •

Changelog

Source

8.29.0 (2025-03-31)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#11000)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#10961)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
  • eslint-plugin: support arbitrary extensions in definition files (#10957)
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)

❤️ Thank You

  • Dima Barabash @dbarabashh
  • Kim Sang Du @developer-bandi
  • Olivier Zalmanski @OlivierZal
  • Ronen Amiel
  • Yannick Decat @mho22
  • zyoshoka @zyoshoka

You can read about our versioning strategy and releases on our website.

jameshenry
published 8.28.1-alpha.2 •
jameshenry
published 8.28.1-alpha.1 •
jameshenry
published 8.28.1-alpha.0 •
jameshenry
published 8.28.0 •

Changelog

Source

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

  • Olivier Zalmanski @OlivierZal
  • Yannick Decat @mho22

You can read about our versioning strategy and releases on our website.

jameshenry
published 8.27.1-alpha.2 •
jameshenry
published 8.27.1-alpha.1 •
jameshenry
published 8.27.1-alpha.0 •
jameshenry
published 8.27.0 •

Changelog

Source

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

🩹 Fixes

  • deps: update eslint monorepo to v9.22.0 (#10952)
  • typescript-estree: fix span start for decorated AssignmentPattern function parameter (#10939)

❤️ Thank You

  • ntnyq @ntnyq
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

jameshenry
published 8.26.2-alpha.9 •