Skip to content

Update dependency steep to '~> 2.1.0' - #900

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

Update dependency steep to '~> 2.1.0'#900
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/steep-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
steep (changelog) '~> 2.0.0''~> 2.1.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)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • 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 enabled auto-merge September 3, 2026 09:43
@renovate

renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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/line/line-bot-sdk-ruby/Gemfile.lock
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...

Could not find compatible versions

Because steep >= 2.1.0 depends on rbs ~> 4.2
  and Gemfile depends on rbs ~> 4.0.0,
  steep >= 2.1.0 cannot be used.
So, because Gemfile depends on steep ~> 2.1.0,
  version solving has failed.

@renovate
renovate Bot force-pushed the renovate/steep-2.x branch from 9eb7be9 to 1da7f74 Compare September 5, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants