Skip to content

chore(deps): update dependency steep to v2.1.0 - #304

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/steep-2.x-lockfile
Aug 27, 2026
Merged

chore(deps): update dependency steep to v2.1.0#304
renovate[bot] merged 1 commit into
mainfrom
renovate/steep-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
steep (changelog) 2.0.02.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: (UTC)

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

Copilot AI balanced review requested due to automatic review settings August 27, 2026 18:23
@renovate
renovate Bot requested a review from a team as a code owner August 27, 2026 18:23
@renovate
renovate Bot enabled auto-merge (squash) August 27, 2026 18:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.50%. Comparing base (b333985) to head (405b38a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          31       31           
  Lines         808      808           
=======================================
  Hits          804      804           
  Misses          4        4           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonathannorris
jonathannorris force-pushed the renovate/steep-2.x-lockfile branch from a89ce1f to 405b38a Compare August 27, 2026 20:16
@renovate
renovate Bot merged commit 1c771b5 into main Aug 27, 2026
22 of 24 checks passed
@renovate
renovate Bot deleted the renovate/steep-2.x-lockfile branch August 27, 2026 20:17
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