Skip to content

chore(deps): update dependency steep to v2#25

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 17, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
steep (changelog) '~> 1.10''~> 2.0' age adoption passing confidence

Release Notes

soutaro/steep (steep)

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: (in timezone Asia/Tokyo)

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 17, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Writing lockfile to /tmp/renovate/repos/github/poporonnet/mruby_io_types/Gemfile.lock
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...

Could not find compatible versions

Because steep >= 2.0.0 depends on rbs ~> 4.0
  and rubocop-on-rbs < 2.0.0.dev depends on rbs ~> 3.5,
  steep >= 2.0.0 is incompatible with rubocop-on-rbs < 2.0.0.dev.
So, because Gemfile depends on rubocop-on-rbs ~> 1.8
  and Gemfile depends on steep ~> 2.0,
  version solving has failed.

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.

0 participants