Skip to content

chore(deps): update dependency steep to v2 - #33

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/steep-2.x
Open

chore(deps): update dependency steep to v2#33
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/steep-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
steep (changelog) "~> 1.6""~> 2.0" age confidence

Release Notes

soutaro/steep (steep)

v2.1.0

Compare Source

Steep 2.1 opens the running server to commands other than the editor's. steep langserver now binds
the per-project UNIX socket that steep server serves, so steep check and steep query reach the
language server the editor is already running instead of needing a daemon of their own, and the new
steep query diagnostics reads the diagnostics that server has already computed rather than starting
a 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 it block parameter, and RBS is updated to 4.2.0.

Type checker core
  • Infer tuple types for array literals against pair interface hints like Hash::_Pair (#​2253)
  • Accept a type alias as the type of a lambda's block parameter (#​2263)
  • Build expensive log tags only when something is logged (#​2271)
  • Accept block-pass arguments for optional blocks (#​2261)
  • feat: support the it block parameter (#​2238)
  • Fix UnreachableBranch on == against literal supertype (Symbol / Integer / String) (#​2223)
Commandline tool
  • Stop steep query definition from hanging on inline sources (#​2276)
  • Serve steep query/check through the language server's UNIX socket (#​2273)
  • Add steep query diagnostics (#​2274)
  • Point the Steepfile template, README and CLAUDE.md at rbs collection (#​2269)
Miscellaneous
  • Update RBS to 4.2.0 (#​2277)
  • Fix bin/steep-check.rb for the current API (#​2270)
  • Update RBS to 4.2.0.pre.1 (#​2267)
  • Fix Ruby warnings printed while running tests (#​2266)
  • Run test subprocesses outside the parent Bundler env (#​2225)

v2.0.0

Compare Source

Summary

Steep 2.0 introduces three major new features.

  • Inline RBS Declaration (Experimental): Files configured with 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 server command: A daemon server that persists the RBS environment. By connecting to the daemon during steep check, it skips RBS environment setup and speeds up type checking.
  • steep query command: Query type information from the daemon server. steep query hover retrieves hover information and steep query definition retrieves 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 the steep check with -e option, and Prism parser introduction for Ruby 3.4+.

Type checker core
  • Handle RBS library syntax error
    (#​2211)
  • Fix literal type hints to unwrap nil (#​2205)
  • Fix array literal type inference with union tuple hint (#​2096)
  • Fix union narrowing in the else branch (#​2101)
  • feat: type narrowing for block_given? (#​2186)
  • Support @​type var annotations in ensure blocks to suppress type errors (#​2194)
  • Fix ancestor error diagnostics reporting in library RBS files (#​2198)
  • Allow yield in methods with untyped parameters (#​2193)
  • Prepare for Ruby 3.4+ syntax support by introducing Prism parser (#​1845)
  • Trigger full type checking when type signature of inline RBS declaration is changed (#​1829)
  • Support inline class/module alias declaration (#​1819)
  • Fix Locator::Inline (#​1815)
  • Support inline constant declaration (#​1814)
  • Support instance variable declaration (#​1812)
  • Support inheritance (#​1809)
  • attr_*** Inline RBS type declaration (#​1800)
  • Implement inline mixin (#​1788)
  • Provide workspace symbols feature for inline declarations (#​1741)
  • Fix splat/kwsplat param typing without name (#​1731)
  • Fix empty comment error (#​1730)
  • Type check service supports inline type declarations (#​1728)
  • Fix redundant ignore comment (#​1722)
  • Add RedundantIgnoreComment diagnostic (#​1670)
  • Update project and Steepfile DSL to support inline RBS declaration (#​1602)
  • Setup inline rbs integration (#​1585)
Commandline tool
  • Add steep query definition NAME command (#​2208)

  • Add steep query hover command 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 check with inline source paths (#​2182)

  • Don't use logger.fatal for non-fatal info (#​2158)

  • Add -e flag to steep check for type checking arbitrary expressions (#​2102)

Language server
  • Fix goto-definition in inline source files (#​2192)
  • Support completion and signature help for inline type annotations (#​2191)
  • Implement completion for type names in inline RBS comments (#​1777)
  • Small bug fixes for goto inline definition (#​1775)
  • Goto definition into inline declaration (#​1774)
  • Implement goto definition from inline RBS types (#​1773)
  • Implement hover for Inline RBS types (#​1771)
  • Refactor hover content classes (#​1742)
  • Call Process.warmup before refork (#​1665)
Miscellaneous

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 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.

@damacus

damacus commented Aug 28, 2026

Copy link
Copy Markdown

Need to update rbs

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