Update dependency steep to '~> 2.1.0' - #900
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/steep-2.x
branch
from
September 5, 2026 13:15
9eb7be9 to
1da7f74
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 2.0.0'→'~> 2.1.0'Release Notes
soutaro/steep (steep)
v2.1.0Compare Source
Steep 2.1 opens the running server to commands other than the editor's.
steep langservernow bindsthe per-project UNIX socket that
steep serverserves, sosteep checkandsteep queryreach thelanguage server the editor is already running instead of needing a daemon of their own, and the new
steep query diagnosticsreads the diagnostics that server has already computed rather than startinga type check of its own. Both are aimed at tools that edit files on disk and want fast feedback,
coding agents in particular.
The type checker gains support for Ruby 3.4's
itblock parameter, and RBS is updated to 4.2.0.Type checker core
Hash::_Pair(#2253)itblock parameter (#2238)UnreachableBranchon==against literal supertype (Symbol/Integer/String) (#2223)Commandline tool
steep query definitionfrom hanging on inline sources (#2276)steep query diagnostics(#2274)Miscellaneous
bin/steep-check.rbfor the current API (#2270)Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.