Skip to content

chore(deps): update dependency ty to >=0.0.2#183

Merged
tgrunnagle merged 2 commits intomainfrom
renovate/ty-0.x
Dec 18, 2025
Merged

chore(deps): update dependency ty to >=0.0.2#183
tgrunnagle merged 2 commits intomainfrom
renovate/ty-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
ty (changelog) >=0.0.1a35 -> >=0.0.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/ty (ty)

v0.0.2

Released on 2025-12-16.

This is the first Beta release of ty, which we're now ready to recommend to motivated users for
production use. See our blog post for more details.

LSP server
  • Improve display of completions to show actual insertion text (#​21988)
  • Improve highlighting of special type syntax in hovers (#​22005)
  • Improve syntax highlighting of constants (#​22006)
Core type checking
  • Infer precise types for isinstance(…) calls involving type variables (#​21999)
  • Infer TypeVar specializations for Callable types (#​21551)
  • Propagate classmethod-ness through decorators returning Callables (#​21958)
  • Improve rendering of default values for function args (#​22010)
  • Don't use implicit superclass annotation when converting a class constructor into a Callable (#​22011)
Other
  • Type checking performance improvement (#​22000)
Contributors

v0.0.1

Released on 2025-12-16.

Bug fixes
  • Fix panic for stringified comprehensions and boolean expressions in type expression (#​21967)
  • Avoid stack overflow when determining inferable typevars (#​21971)
  • Fix false-positive invalid-method-override diagnostic on method that uses Callable with a ParamSpec (#​21934)
  • Disallow explicit specialization of type variables themselves (#​21938)
  • Fix hover type on named expression ("walrus expression") targets (#​21952)
LSP server
  • Add "qualify ..." code fix for undefined references (#​21968)
  • Add new goto-definition targets on inlay hints (#​21950)
  • Remove invalid statement-keyword completions in for-statements (#​21979)
Core type checking
  • Add support for __qualname__ and other implicit class attributes (#​21966)
  • Emit a diagnostic when a frozen dataclass inherits a non-frozen dataclass and vice versa (#​21962)
  • Emit a diagnostic when a type variable with a default is followed by one without a default (#​21787)
  • Improve diagnostics for unsupported binary operations and unsupported augmented assignments (#​21947)
  • Improve check enforcing that an overloaded function must have an implementation (#​21978)
  • Use unqualified names for displays of TypeAliasTypes and unbound ParamSpecs/TypeVars (#​21960)
Performance
  • Speed up ty on Linux by using jemalloc (#​21975)
Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ty-0.x branch from cb1cee4 to 1be6ca3 Compare December 17, 2025 11:21
@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@tgrunnagle tgrunnagle merged commit 1a101bb into main Dec 18, 2025
6 checks passed
@tgrunnagle tgrunnagle deleted the renovate/ty-0.x branch December 18, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants