Skip to content

chore(deps-dev): bump the dev-tooling group with 2 updates - #67

Merged
mowi12 merged 1 commit into
mainfrom
dependabot/uv/dev-tooling-e6b04009ab
Jun 2, 2026
Merged

chore(deps-dev): bump the dev-tooling group with 2 updates#67
mowi12 merged 1 commit into
mainfrom
dependabot/uv/dev-tooling-e6b04009ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-tooling group with 2 updates: ruff and ty.

Updates ruff from 0.15.12 to 0.15.15

Release notes

Sourced from ruff's releases.

0.15.15

Release Notes

Released on 2026-05-28.

Preview features

  • Fix Markdown closing fence handling (#25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#22560)

Bug fixes

  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)

Performance

  • Avoid redundant TokenValue drops in the lexer (#25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#25354)
  • Use ThinVec in AST to shrink Stmt (#25361)

Documentation

  • Fix line-length example for --config option (#25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#25286)
  • [mccabe] Improve example (C901) (#25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#25288)
  • [refurb] Document FURB192 exception change for empty sequences (#25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#25289)

Formatter

  • Fix formatting of lambdas nested within f-strings (#25398)

Server

  • Return code action for codeAction/resolve requests that contain no or no valid URL (#25365)

Other changes

  • Expand semantic syntax errors for invalid walruses (#25415)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.15

Released on 2026-05-28.

Preview features

  • Fix Markdown closing fence handling (#25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#22560)

Bug fixes

  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)

Performance

  • Avoid redundant TokenValue drops in the lexer (#25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#25354)
  • Use ThinVec in AST to shrink Stmt (#25361)

Documentation

  • Fix line-length example for --config option (#25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#25286)
  • [mccabe] Improve example (C901) (#25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#25288)
  • [refurb] Document FURB192 exception change for empty sequences (#25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#25289)

Formatter

  • Fix formatting of lambdas nested within f-strings (#25398)

Server

  • Return code action for codeAction/resolve requests that contain no or no valid URL (#25365)

Other changes

  • Expand semantic syntax errors for invalid walruses (#25415)

Contributors

... (truncated)

Commits
  • db5aa0a Bump 0.15.15 (#25431)
  • 366fe21 [ty] Improve diagnostics for syntax errors in forward annotations (#25158)
  • e2e1e64 [ty] Remove excess capacity from more Salsa cached collections (#25411)
  • 1bd77e1 [ty] Use diagnostic message as tie breaker when sorting (#25424)
  • 7e1bc1e Add agent skills for working on ty (#25422)
  • 574e107 Expand semantic syntax errors for invalid walruses (#25415)
  • 4a7ca06 [ty] Display docs for matching parameter when hovering over the name of an ar...
  • 5432709 Refine a few agents instructions (#25423)
  • 3cb09eb [ty] Support typing.TypeForm (#25334)
  • c8cd59f [ty] Infer class attributes assigned by metaclass initialization (#25342)
  • Additional commits viewable in compare view

Updates ty from 0.0.34 to 0.0.41

Release notes

Sourced from ty's releases.

0.0.41

Release Notes

Released on 2026-05-31.

Bug fixes

  • Avoid panic for deferred dataclass field annotations (#25444)
  • Avoid panic from cycle in function decorator inference (#25475)
  • Ignore rejected assignments for synthesized bindings (#25340)
  • Infer bool for not applied to dynamic values (#25445)
  • Use diagnostic message as tie-breaker when sorting (#25424)

LSP server

  • Add call hierarchy support (#25338)
  • Add function parentheses completion (#25305)
  • Display docs for matching parameter when hovering over the name of an argument passed by keyword (#25283)
  • Document completeFunctionParentheses editor setting (#3513)

Diagnostics

  • Introduce opt-in missing-override-decorator rule (#25111)
  • Improve diagnostics for syntax errors in forward annotations (#25158)
  • Improve diagnostic for failed assignment to a Callable type (#25308)

Core type checking

  • Narrow bound method overloads by receiver (#24707)
  • Add disjointness for protocol method members (#25315)
  • Avoid treating metaclass declarations as populated values (#25432)
  • Use TypeForm in ty_extensions (#25421)

Performance

  • Avoid storing redundant reachability indexes (#25453)
  • Compact retained semantic arrays (#25454)
  • Remove excess capacity from more Salsa cached collections (#25411)
  • Use compact sets for more immutable fields (#25476)
  • Use ThinVec for sparse kwargs bindings (#25457)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.41

Released on 2026-05-31.

Bug fixes

  • Avoid panic for deferred dataclass field annotations (#25444)
  • Avoid panic from cycle in function decorator inference (#25475)
  • Ignore rejected assignments for synthesized bindings (#25340)
  • Infer bool for not applied to dynamic values (#25445)
  • Use diagnostic message as tie-breaker when sorting (#25424)

LSP server

  • Add call hierarchy support (#25338)
  • Add function parentheses completion (#25305)
  • Display docs for matching parameter when hovering over the name of an argument passed by keyword (#25283)
  • Document completeFunctionParentheses editor setting (#3513)

Diagnostics

  • Introduce opt-in missing-override-decorator rule (#25111)
  • Improve diagnostics for syntax errors in forward annotations (#25158)
  • Improve diagnostic for failed assignment to a Callable type (#25308)

Core type checking

  • Narrow bound method overloads by receiver (#24707)
  • Add disjointness for protocol method members (#25315)
  • Avoid treating metaclass declarations as populated values (#25432)
  • Use TypeForm in ty_extensions (#25421)

Performance

  • Avoid storing redundant reachability indexes (#25453)
  • Compact retained semantic arrays (#25454)
  • Remove excess capacity from more Salsa cached collections (#25411)
  • Use compact sets for more immutable fields (#25476)
  • Use ThinVec for sparse kwargs bindings (#25457)

Contributors

... (truncated)

Commits
  • 41bb0d2 Bump version to 0.0.41 (#3601)
  • c690a49 Document completeFunctionParentheses editor setting (#3513)
  • 85c5e32 Document that call hierarchy is now supported (#3582)
  • e118dd0 docs: Add typeHierarchy support in LSP feature reference (#3382)
  • aa20b16 minor changelog nits for the latest release (#3560)
  • 7b95bc2 Bump version to 0.0.40 (#3554)
  • 54c7498 Update prek dependencies (#3546)
  • 0d8540a docs: set Eglot :language-id so ty works with python-base-mode (#3532)
  • 8f1cee0 scripts/update_schemastore: add text=True to git revision check_output calls ...
  • 32b654a docs: add Flycheck note to Emacs editor integration (#3528)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-tooling group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty).


Updates `ruff` from 0.15.12 to 0.15.15
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.12...0.15.15)

Updates `ty` from 0.0.34 to 0.0.41
- [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.34...0.0.41)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: ty
  dependency-version: 0.0.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Updates or changes to project dependencies label Jun 1, 2026
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

🚀 Performance Benchmark Results

mr-manager startup benchmark summary
created_at: 2026-06-01T19:23:26.630085+00:00
scan_root: /home/runner/work/_temp/benchmark-fixtures
configured_runs_per_start_type: 10

Version references:
- v0.0.1: v0.0.1
- v0.0.2: v0.0.2
- v0.0.3: v0.0.3
- v1.0.0: v1.0.0
- v1.0.1: v1.0.1
- dependabot/uv/dev-tooling-e6b04009ab (current): c74c6db5f673

Per-version timings:
version                                        start  runs  mean_ms  median_ms  p95_ms  avg_repos
-------------------------------------------------------------------------------------------------
v0.0.1                                         cold     10     3.01       3.01    3.05       50.0
v0.0.2                                         cold     10     3.51       3.51    3.54       50.0
v0.0.2                                         warm     10     0.43       0.43    0.45       50.0
v0.0.3                                         cold     10     3.53       3.52    3.62       50.0
v0.0.3                                         warm     10     0.45       0.44    0.50       50.0
v1.0.0                                         cold     10     3.24       3.25    3.31       50.0
v1.0.0                                         warm     10     0.18       0.18    0.19       50.0
v1.0.1                                         cold     10     3.23       3.21    3.33       50.0
v1.0.1                                         warm     10     0.18       0.18    0.20       50.0
dependabot/uv/dev-tooling-e6b04009ab (current  cold     10     3.18       3.16    3.24       50.0
dependabot/uv/dev-tooling-e6b04009ab (current  warm     10     0.18       0.18    0.20       50.0

Warm-vs-cold speedup:
- v0.0.2: 8.20x faster warm start (87.8% less startup time)
- v0.0.3: 7.94x faster warm start (87.4% less startup time)
- v1.0.0: 17.89x faster warm start (94.4% less startup time)
- v1.0.1: 17.64x faster warm start (94.3% less startup time)
- dependabot/uv/dev-tooling-e6b04009ab (current): 17.33x faster warm start (94.2% less startup time)```
<!-- thollander/actions-comment-pull-request "benchmark_results" -->

@mowi12
mowi12 merged commit 3462ce9 into main Jun 2, 2026
5 checks passed
@mowi12
mowi12 deleted the dependabot/uv/dev-tooling-e6b04009ab branch June 2, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates or changes to project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant