chore(deps): update dependency steep to v2#265
Merged
github-actions[bot] merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #265 +/- ##
=======================================
Coverage 99.50% 99.50%
=======================================
Files 31 31
Lines 808 808
=======================================
Hits 804 804
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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:
"~> 1.9"→"~> 2.0"Release Notes
soutaro/steep (steep)
v2.0.0Compare Source
Summary
Steep 2.0 introduces three major new features.
check(inline: true)can now have RBS type declarations written directly in Ruby code. Supports method types,attr_*, instance variables, constants, mixins, inheritance, and more, with editor integration for completion, hover, and go-to-definition.steep servercommand: A daemon server that persists the RBS environment. By connecting to the daemon duringsteep check, it skips RBS environment setup and speeds up type checking.steep querycommand: Query type information from the daemon server.steep query hoverretrieves hover information andsteep query definitionretrieves definition locations, making type information accessible outside of editors.In addition, this release includes many improvements such as type narrowing for
block_given?, type checking arbitrary expressions with thesteep checkwith-eoption, and Prism parser introduction for Ruby 3.4+.Type checker core
(#2211)
Locator::Inline(#1815)attr_***Inline RBS type declaration (#1800)RedundantIgnoreCommentdiagnostic (#1670)SteepfileDSL to support inline RBS declaration (#1602)Commandline tool
Add
steep query definition NAMEcommand (#2208)Add
steep query hovercommand for querying type info from daemon (#2206)Handle special characters in path when globbing (#2203)
Add daemon server for persistent RBS environment (#2080)
Fix
steep checkwith inline source paths (#2182)Don't use
logger.fatalfor non-fatal info (#2158)Add -e flag to steep check for type checking arbitrary expressions (#2102)
Language server
Process.warmupbefore refork (#1665)Miscellaneous
mutex_mdependency (#2106)rbsgem from git repository (#2068)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.