Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ty (changelog) ==0.0.9==0.0.10 age adoption passing confidence

Release Notes

astral-sh/ty (ty)

v0.0.10

Compare Source

Released on 2026-01-07.

Bug fixes
  • Fix stack overflow due to too small stack size (#​22433)
  • Fix stale semantic tokens after opening the same document with new content (#​22414)
  • Fix handling of ParamSpec in overloaded functions (#​22416)
  • Fix comparisons and arithmetic with NewTypes of float (#​22105)
  • Fix several issues with unannotated function return types (#​22425)
  • Fix handling of subclasses in Callables (#​22411)
LSP server
  • Add support for explicit markdown code fences in docstring rendering (#​22373, #​22408)
  • Offer completions for T when a value has type Unknown | T (#​22436)
  • Sort keyword argument completions higher (#​22297)
Core type checking
  • Add support for @total_ordering (#​22181, #​22183)
  • Better simplification of intersections of tuples (#​22094)
  • Support comparisons between variable-length tuples (#​21824)
  • Emit diagnostics for method definitions and other invalid statements in TypedDict class bodies (#​22351)
  • Improve type-narrowing in calls to len() (#​22330)
CLI
Configuration
  • include = ["myscript"] will now check myscript even though it doesn't have a Python extension (#​22243)
Performance
  • Optimize intersections with a single negated element (#​22344)
  • Optimize negated types (#​22402)
Documentation
  • Link to Callable __name__ FAQ directly from unresolved-attribute diagnostic (#​22437)
Contributors

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. labels Jan 9, 2026
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.60%. Comparing base (4b26e31) to head (ccca332).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1305   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files           6        6           
  Lines         767      767           
  Branches       83       83           
=======================================
  Hits          764      764           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

@liudger liudger merged commit 8917f26 into main Jan 9, 2026
23 checks passed
@renovate renovate bot deleted the renovate/ty-0.x branch January 9, 2026 07:24
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants