Skip to content

Update typescript-eslint 8.59.0 β†’ 8.59.1 (patch)#663

Merged
guibranco merged 1 commit intomainfrom
depfu/update/npm/typescript-eslint-8.59.1
Apr 28, 2026
Merged

Update typescript-eslint 8.59.0 β†’ 8.59.1 (patch)#663
guibranco merged 1 commit intomainfrom
depfu/update/npm/typescript-eslint-8.59.1

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Apr 28, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ typescript-eslint (8.59.0 β†’ 8.59.1)

Sorry, we couldn't find anything useful about this release.

↗️ @​typescript-eslint/eslint-plugin (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/parser (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/scope-manager (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/type-utils (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Release Notes

8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❀️ Thank You

See GitHub Releases for more information.

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/types (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Release Notes

8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❀️ Thank You

See GitHub Releases for more information.

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/typescript-estree (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/utils (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Release Notes

8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❀️ Thank You

See GitHub Releases for more information.

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ @​typescript-eslint/visitor-keys (indirect, 8.59.0 β†’ 8.59.1) Β· Repo Β· Changelog

Release Notes

8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❀️ Thank You

See GitHub Releases for more information.

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.

@depfu depfu Bot added the depfu label Apr 28, 2026
@guibranco guibranco enabled auto-merge (squash) April 28, 2026 18:40
@gstraccini gstraccini Bot added the β˜‘οΈ auto-merge Automatic merging of pull requests (gstraccini-bot) label Apr 28, 2026
@github-actions github-actions Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 28, 2026
Copy link
Copy Markdown
Owner

@guibranco guibranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by gstraccini[bot]

@gstraccini gstraccini Bot added the πŸ€– bot Automated processes or integrations label Apr 28, 2026
@guibranco
Copy link
Copy Markdown
Owner

@depfu merge

@github-actions
Copy link
Copy Markdown

Infisical secrets check: βœ… No secrets leaked!

πŸ’» Scan logs
2026-04-28T18:40:52Z INF scanning for exposed secrets...
6:40PM INF 577 commits scanned.
2026-04-28T18:40:53Z INF scan completed in 685ms
2026-04-28T18:40:53Z INF no leaks found

@sonarqubecloud
Copy link
Copy Markdown

@guibranco guibranco merged commit 8c7bd46 into main Apr 28, 2026
13 of 14 checks passed
@guibranco guibranco deleted the depfu/update/npm/typescript-eslint-8.59.1 branch April 28, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

β˜‘οΈ auto-merge Automatic merging of pull requests (gstraccini-bot) πŸ€– bot Automated processes or integrations depfu size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant