Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps solargraph from 0.54.4 to 0.57.0.

Changelog

Sourced from solargraph's changelog.

0.57.0 - September 16, 2025

  • Support ActiveSupport::Concern pattern for class methods (#948)
  • More CI checks (#996)
  • Linting / type annotation fixes (#999)
  • Avoid overlapping chdir calls in multiple threads (#1007)
  • Fix kwarg generation in ApiMap::SourceToYard (#1003)
  • Enable Steep typechecking of Solargraph code (#1004)
  • Fix convention requires (#1008)
  • Plugin Util: Add Combination Priority (#1010)
  • [regression] Fix crash while typechecking files with Struct use (#1031)
  • Remove yard reference from gemfile (#1033)
  • Allow newer RBS gem versions, exclude incompatible ones (#995)
  • Look for external requires before cataloging bench (#1021)
  • Remove Library#folding_ranges (#904)
  • Complain in strong type-checking if an @​sg-ignore line is not needed (#1011)
  • Document a log level env variable (#894)
  • Fix hole in type checking evaluation (#1009)
  • Improve typechecking error message (#1014)
  • Internal strict type-checking fixes (#1013)
  • Reproduce and fix a ||= (or-asgn) evaluation issue (#1017)
  • Define closure for Pin::Symbol, for completeness (#1027)
  • Fix 'all!' config to reporters (#1018)
  • Fix DocMap.all_rbs_collection_gems_in_memory return type (#1037)
  • Fix RuboCop linting errors in regular expressions (#1038)
  • Resolve class aliases via Constant pins (#1029)
  • Speed-up LSP completion response times (#1035)
  • Revert "Resolve class aliases via Constant pins (#1029)" (#1041)
  • Avoid stack errors when resolving method aliases (#1040)
  • [regression] Refine order of object convention method pins (#1036)
  • Fix crash while generating activesupport pins (#1043)
  • Type annotation improvements (#1016)
  • Resolve class aliases via Constant pins (#1048)
  • Understand "Parser::AST::Node < AST::Node" in RBS (#1060)
  • Factor out require_paths logic to its own class (#1062)
  • Fix type errors found in strong typechecking (#1045)
  • Run plugin specs separately for perf insights (#1046)
  • Run specs from solargraph-rails configured against current code in CI (#892)
  • Fix Convention/Plugin pins not being updated on file change (#1028)
  • Fix solargraph-rails check (#1073)
  • Flow sensitive typing handles x.is_a? without an argument (#1070)
  • Refactor reference pin handling (#1058)

0.56.2 - July 29, 2025

  • Add support for Ruby Data.define (#970)
  • Ensure that pin locations are always populated (#965)
  • Improve struct support (#992)
  • Include Rakefile, Gemfile, and gemspec files in config by default (#984)
  • Use Open3 to cache gemspecs (#1000)
  • Eager load node processors (#1002)

... (truncated)

Commits
  • 9c707a2 Release 0.57.0
  • e3fe016 Refactor reference pin handling (#1058)
  • 04ec473 Flow sensitive typing handles x.is_a? without an argument (#1070)
  • fc8fbe9 Fix solargraph-rails check (#1073)
  • 262ae8e Fix Convention/Plugin pins not being updated on file change (#1028)
  • a821774 Run specs from solargraph-rails configured against current code in CI (#892)
  • 487381c Run plugin specs separately for perf insights (#1046)
  • a090bd4 Fix type errors found in strong typechecking (#1045)
  • 956924c Factor out require_paths logic to its own class (#1062)
  • cc4bd4c Understand "Parser::AST::Node < AST::Node" in RBS (#1060)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solargraph](https://github.com/castwide/solargraph) from 0.54.4 to 0.57.0.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.54.4...v0.57.0)

---
updated-dependencies:
- dependency-name: solargraph
  dependency-version: 0.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to project dependencies or external dependencies. ruby Pull requests that update ruby code labels Sep 17, 2025
Copy link

coderabbitai bot commented Sep 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to project dependencies or external dependencies. ruby Pull requests that update ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants