Skip to content

Update dependency updates#141

Merged
hofbi merged 2 commits into
masterfrom
renovate/dependency-updates
May 29, 2026
Merged

Update dependency updates#141
hofbi merged 2 commits into
masterfrom
renovate/dependency-updates

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 29, 2026

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
astral-sh/ruff-pre-commit repository patch v0.15.12v0.15.14 v0.15.15 age confidence
astral-sh/uv-pre-commit repository patch 0.11.130.11.16 0.11.17 age confidence
crate-ci/typos repository patch v1.46.1v1.46.2 v1.47.0 (+1) age confidence
ewhauser/shuck repository patch v0.0.40v0.0.41 age confidence
pre-commit/sync-pre-commit-deps repository patch v0.0.3v0.0.4 age confidence
rvben/rumdl-pre-commit repository minor v0.1.94v0.2.0 v0.2.3 (+2) age confidence
shuck-cli pre-commit-python patch ==0.0.40==0.0.41 age confidence
ty (changelog) pre-commit-python patch ==0.0.34==0.0.38 0.0.40 (+1) age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.15.14

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.14

v0.15.13

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.13

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.11.16

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.11.16

v0.11.15

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.11.15

v0.11.14

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.11.14

crate-ci/typos (crate-ci/typos)

v1.46.2

Compare Source

[1.46.2] - 2026-05-16

Fixes
  • Don't correct to criterias
  • Don't correct to replaceables
ewhauser/shuck (ewhauser/shuck)

v0.0.41

Compare Source

Features
  • formatter: expose format command by default (#​1059) (33283da)
  • formatter: restore shell formatter (#​1053) (e62dd71)
  • linter: add C016 stray control keyword rule (#​1042) (3a7949c)
  • linter: add C162 extra masked returns (f66409a)
  • linter: add K006 rm rootish target rule (e6a8b37)
  • linter: add K007 chmod sensitive path rule (aa16519)
  • linter: add K008 fork bomb pattern rule (c30c38f)
  • linter: add S078 shebang shell policy rule (0a89e43)
  • linter: add S079 shebang form policy rule (e648253)
  • linter: add S080 script size threshold rule (3f5e6d9)
  • linter: add S081 file description rule (f21518e)
  • linter: add S082 todo format rule (174fbd8)
  • linter: add S083 missing function doc rule (e72640d)
  • linter: add S084 function doc content rule (#​1040) (68bec68)
  • linter: add S085 main entrypoint rule (#​1041) (a39cbb4)
  • linter: fix c-style arithmetic diagnostics (#​1002) (d0d8f9f)
  • linter: fix ssh local expansion diagnostics (#​1001) (8991782)
  • linter: fix suspect closing quote diagnostics (#​1007) (eefbe2d)
  • linter: implement C016 stray closing keyword (#​1009) (e6dfe43)
  • linter: implement C023 leading zero arithmetic (#​1010) (75a44af)
  • linter: implement C024 assignment spacing (#​1011) (0ca833d)
  • linter: implement C027 bare done word (#​1012) (a394aa1)
  • linter: implement C031 bracket close spacing (#​1013) (9acbae6)
  • linter: implement C032 jammed test bracket (#​1014) (dab0380)
  • linter: implement C033 indented heredoc close (98b68aa)
  • linter: implement C034 unterminated if (62f6c89)
  • linter: implement C044 bare glob command path (8f2a5bb)
  • linter: implement C045 diff marker line (5c80793)
  • linter: implement C049 tautology chain (#​1019) (6b4e94f)
  • linter: implement C051 duplicate redirect (29883ee)
  • linter: implement C052 assign special zero (763e6a8)
  • linter: implement C053 spacey assign (04e0f9e)
  • linter: implement C158 implicit globals (8a6ba6e)
  • linter: implement C159 mutable globals (b0da635)
  • linter: implement C160 unanchored source paths (31d3df2)
  • linter: implement C161 function call ordering (a46ae1f)
  • linter: implement rule-local autofixes (#​1000) (f63f18b)
  • server: add document symbols (#​1045) (e05f65e)
  • server: add LSP editor features (#​1052) (923f249)
  • server: add semantic symbol hover (#​1050) (29be31f)
  • server: add workspace symbols (#​1046) (bc82227)
  • server: cache document analysis for LSP requests (#​1051) (ec1e1e7)
Bug Fixes
Performance
Reverts
Documentation
Refactor
pre-commit/sync-pre-commit-deps (pre-commit/sync-pre-commit-deps)

v0.0.4

Compare Source

rvben/rumdl-pre-commit (rvben/rumdl-pre-commit)

v0.2.0

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.2.0

v0.1.96

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.1.96

v0.1.95

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.1.95

astral-sh/ty (ty)

v0.0.38

Compare Source

Released on 2026-05-19.

Bug fixes
  • Fix panic in enum literal during cycle recovery (#​25237)
  • Fix panic from lazy NewType base expansion during cycle recovery (#​25234)
  • Fix class-body global lookup before class binding (#​25224)
  • Handle aliased dict fallbacks in TypedDict unions (#​25241)
  • Ignore _generate_next_value_ with custom construction hooks (#​25210)
LSP server
  • Fix find references for except handlers (#​25231)
  • Preserve delimiters when folding expressions (#​24999)
  • Use incremental file walk on .gitignore changes (#​25183)
Core type checking
  • Add first-class support for enum complements (#​24961)
  • Allow known non-field writes on frozen dataclass subclasses (#​25087)
  • Ignore generic specialization in layout compatibility checks (#​25178)
  • Preserve short-circuit bindings in all condition consumers (#​25160)
  • Support class decorators (#​25091)
  • Support custom _generate_next_value_ methods in enums (#​25196)
Contributors

v0.0.37

Compare Source

Released on 2026-05-16.

Bug fixes
  • Avoid unsound not in narrowing (#​25161)
  • Fix async iteration over narrowed typevars (#​25155)
  • Fix panic in double-inference for single starred positional TypedDict (#​25176)
  • Fix panic in disjoint base check (#​25187)
  • Fix panic in recursive binary inference (#​25189)
  • Fix panic in cyclic __new__ (#​25185)
  • Fix panic in reveal_protocol, reveal_mro, etc. with keyword arguments (#​25179)
  • Fix panic in imported overload definition (#​25168)
LSP server
  • Don't show argument inlay for case-insensitive matches or prefix/suffixes (#​25174)
  • Reduce CPU usage of the LSP when switching between large changesets (#​25142)
Core type checking
  • Avoid enforcing __new__ with custom metaclasses (#​25180)
  • Make overload public type reachability-aware (#​25171)
  • Only specialized types of generic class instances should influence variance (#​25124)
  • Preserve ParamSpec argument context through wrapper calls (#​24934)
  • Support partially specialized type context for collection literals (#​24506)
Contributors

v0.0.36

Compare Source

Released on 2026-05-14.

Bug fixes
  • Fix Go To-Definition for self-imported submodules (#​25106)
  • Fix ClassVar[Self] assignment checks for class objects (#​24657)
  • Fix attribute access on Callable-bounded TypeVars (#​24793)
  • Fix panic from TypedDict schema cycle with Self fields (#​25094)
  • Fix panic from accessing args[0] for static_assert (#​25149)
  • Fix panic from non-name walrus target access (#​25121)
  • Fix singleton classification for runtime typing objects (#​25099)
  • Guard self-referential TypeOf recursion in generic callables (#​24668)
  • Preserve lexical ParamSpec scope for returned Callable annotations (#​24909)
  • Preserve walrus bindings through negated short-circuit conditions (#​25163)
  • Run full iteration analysis on narrowed typevars (#​25143)
LSP server
  • Classify TypeVar semantic tokens as type parameters (#​24891)
  • Emit folding ranges for an entire block (#​25113)
  • Respect the includeDeclaration request parameter (#​24960)
  • Support TypedDict key completions in incomplete, anonymous contexts (#​25147)
Performance
  • Bound loop-header analysis for large loops (#​24972)
  • Convert inference hash maps to boxed slices on finish (#​25102)
Core type checking
  • Add support for sentinel values (PEP 661) (#​25082)
  • Hoist path assignment implication checks (#​25107)
  • Preserve TypedDict keys through dict unpacking (#​24523)
  • Treat custom enum __new__ values as dynamic (#​25136)
Contributors

v0.0.35

Compare Source

Released on 2026-05-10.

Bug fixes
  • Allow ParamSpec specialization through unioned generic classes (#​24826)
  • Fix cross-file find-references for keyword arguments (#​25043)
  • Fix comparison between negative and positive literal integers (#​25023)
  • Reject dataclass decorator parameters based on supported Python version (#​25029)
LSP server
  • Adjust start of block folding range to preserve visible header for character-precise LSP clients. (#​24917)
  • Emit folding ranges from the language server for multi-line block headers. (#​24978)
  • Skip global search for references if identifier is not externally visible (#​25033)
  • Speed-up find-references by using multithreading for cross-file searches (#​25042)
CLI
  • Include severity in JUnit diagnostics (#​25080)
Core type checking
  • Check non-generic overload implementations (#​24936)
  • Expand support for narrowing within walruses (#​24968)
  • Filter overloads based on return type for ParamSpec mapping (#​24769)
  • Improve support for recursive types (#​24773)
  • Include TypedDict type context when inferring mixed constructors (#​25039)
  • Include TypedDict type context when inferring string keys (#​25037)
  • Preserve NewType and TypeAliasType in implicit aliases (#​25072)
  • Provide type cntext for generator expression yields (#​25069)
  • Provide type context for boolean operands (#​25070)
  • Selectively promote a union of homogeneous fixed-length tuples to a single variadic tuple (#​24705)
  • Support narrowing on __class__ checks (#​24997)
  • Use more precise exception types when catching a union (#​25076)
Diagnostics
  • Include error context for overload consistency diagnostics (#​24950)
Performance
  • Cache results in desperate module resolution (#​24977)
  • Lazily initialize builder when transforming a union type (#​24929)
  • Project reachability constraints before narrowing (#​24982)
  • Skip parameter accumulation for object variadics (#​24976)
Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/dependency-updates branch from 711e636 to f4a2dd2 Compare May 29, 2026 15:36
Comment thread .pre-commit-config.yaml Outdated
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented May 29, 2026

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.

@hofbi hofbi merged commit 521013a into master May 29, 2026
12 checks passed
@hofbi hofbi deleted the renovate/dependency-updates branch May 29, 2026 15:49
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.

1 participant