Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps ty from 0.0.1a25 to 0.0.1a28.

Release notes

Sourced from ty's releases.

0.0.1-alpha.28

Release Notes

Released on 2025-11-25.

Bug fixes

  • Fix panic for unclosed string literal in type annotation position (#21592)

LSP server

  • Improve go-to-definition and add go-to-definition for inlay hints (#21545, #21546, #21544, #21616, #21548)
  • Implement go-to-type for inlay type hints (#21533)
  • Add "remove unused ignore comment" code action (#21582)
  • Don't suggest completions that aren't subclasses of BaseException after raise (#21571)
  • Implement double click to insert inlay hint (#21600)
  • Fix edge cases for autocomplete suppressions in variable bindings (#21576)
  • Implement docstring rendering to markdown (#21550)
  • Support string annotations (#21577)
  • Improve import detection for completions and support from ...<CURSOR> completions (#21547)
  • Improve handling of hover/goto on imports (#21572)
  • Don't allow edits of some more invalid syntax types in inlay hints (#21621)
  • Resolve applicable overloads for hover on an overloaded function call (#21417)
  • Consistently add the DEFINITION modifier when computing semantic tokens (#21521)
  • Suppress autocomplete suggestions during variable binding (#21549)

CLI

  • Exit with code 2 if there's any IO error (#21508)

Other changes

  • Add hint about resolved Python version when a user attempts to import a member added on a newer version (#21615)
  • Attach subdiagnostics to unresolved-import errors for relative imports as well as absolute imports (#21554)
  • Avoid expression re-inference for diagnostics (#21267)
  • Check method definitions on subclasses for Liskov violations (#21436)
  • Eagerly evaluate types.UnionType elements as type expressions (#21531)
  • Extend Liskov checks to also cover classmethods and staticmethods (#21598)
  • Fix rendering of unused suppression diagnostic (#21580)
  • Implement typing.override (#21627)
  • Improve concise diagnostics for invalid exceptions when a user catches a tuple of objects (#21578)
  • Improve debug messages when imports fail (#21555)
  • Improve diagnostics when NotImplemented is called (#21523)
  • Improve diagnostics when a submodule is not available as an attribute on a module-literal type (#21561)
  • Improve several "Did you mean?" suggestions (#21597)

... (truncated)

Changelog

Sourced from ty's changelog.

Changelog

0.0.1-alpha.28

Released on 2025-11-25.

Bug fixes

  • Fix panic for unclosed string literal in type annotation position (#21592)

LSP server

  • Improve go-to-definition and add go-to-definition for inlay hints (#21545, #21546, #21544, #21616, #21548)
  • Implement go-to-type for inlay type hints (#21533)
  • Add "remove unused ignore comment" code action (#21582)
  • Don't suggest completions that aren't subclasses of BaseException after raise (#21571)
  • Implement double click to insert inlay hint (#21600)
  • Fix edge cases for autocomplete suppressions in variable bindings (#21576)
  • Implement docstring rendering to markdown (#21550)
  • Support string annotations (#21577)
  • Improve import detection for completions and support from ...<CURSOR> completions (#21547)
  • Improve handling of hover/goto on imports (#21572)
  • Don't allow edits of some more invalid syntax types in inlay hints (#21621)
  • Resolve applicable overloads for hover on an overloaded function call (#21417)
  • Consistently add the DEFINITION modifier when computing semantic tokens (#21521)
  • Suppress autocomplete suggestions during variable binding (#21549)

CLI

  • Exit with code 2 if there's any IO error (#21508)

Other changes

  • Add hint about resolved Python version when a user attempts to import a member added on a newer version (#21615)
  • Attach subdiagnostics to unresolved-import errors for relative imports as well as absolute imports (#21554)
  • Avoid expression re-inference for diagnostics (#21267)
  • Check method definitions on subclasses for Liskov violations (#21436)
  • Eagerly evaluate types.UnionType elements as type expressions (#21531)
  • Extend Liskov checks to also cover classmethods and staticmethods (#21598)
  • Fix rendering of unused suppression diagnostic (#21580)
  • Implement typing.override (#21627)
  • Improve concise diagnostics for invalid exceptions when a user catches a tuple of objects (#21578)
  • Improve debug messages when imports fail (#21555)
  • Improve diagnostics when NotImplemented is called (#21523)
  • Improve diagnostics when a submodule is not available as an attribute on a module-literal type (#21561)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ty](https://github.com/astral-sh/ty) from 0.0.1a25 to 0.0.1a28.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.1-alpha.25...0.0.1-alpha.28)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.1a28
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Updates to project dependencies. Automatically applied to dependabot PRs. label Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates to project dependencies. Automatically applied to dependabot PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant