Skip to content

build(deps-dev): bump solargraph from 0.51.2 to 0.53.2 #4279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps solargraph from 0.51.2 to 0.53.2.

Changelog

Sourced from solargraph's changelog.

0.53.2 - March 27, 2025

  • Fix a self-type-related false-positive in strict typechecking (#834)
  • DocMap fetches gem dependencies (#835)
  • Use configured command path to spawn solargraph processes (#837)

0.53.1 - March 26, 2025

  • Reject nil requires in live code (#831)
  • RbsMap adds mixins to current namespace (#832)

0.53.0 - March 25, 2025

  • Fix crash on generic methods (#762)
  • Add more type annotations to the codebase (#763 et al.)
  • Address remaining typecheck issues at 'typed' level and add CI task (#764)
  • Fix crash during strict typechecking (#766)
  • DeepInference: Fix some bugs, add docs, refactor (#767)
  • Include "self type" methods like Enumerable#each from RBS files (#769)
  • Handle RBS global, module alias, class variable and class instance variable declarations (#770)
  • Add support for generic includes via RBS (#773)
  • Handle parsing tuples of tuples in tags (#775)
  • Retire the RubyVM parser (#776)
  • Improve block handling in signature selection (#780)
  • Require Ruby >= 3 (#791)
  • Cache YARD and RBS (#781)
    • Language server generates gem documentation in the background
  • Fix bug handling Array(A, B) syntax while resolving generics (#784)
  • Fix typeDefinitions for neovim (#792)
  • Infer block-pass symbols (#793)
  • Add #to_rbs methods to pins, use for better .inspect() output (#789)
  • Remove deprecated commands (#790)
  • Add :if support to NodeChainer for if statements as lvalues (#805)
  • Fix ApiMap::Cache (#806)
  • Map mixins from RBS (#808)
  • Fix issue with wrong signature selection by call with block node (#815)
  • Keep gem pins in memory (#811)
  • Refactor gems command (#816)
  • Use return type of literal blocks in inference (#818)
  • Insert Module methods (#820)
  • Revise documentation formatting (#823)

0.52.0 - February 28, 2025

  • Chains resolve identical names with different contexts (#679)
  • Handle symbol tags in method tag values (#744)
  • Infer more specific Array types when possible (#745)
  • Handle interpolated symbol literals (#747)
  • Handle combined conditions, else clauses in case statements (#746)
  • fix: support find require xxx.rb in local workspace. (#722)
  • Don't require redundant attribute @​return and @​param tags (#748)
  • Use @​yieldreturn tags for type inference (#749)
  • Fix type annotations identified at 'typed' level (#750)
  • Support RBS class aliases (#751)

... (truncated)

Commits
  • 1f8a6f7 Release 0.53.2
  • bc560e1 Use configured command path to spawn solargraph processes (#837)
  • b4d2530 DocMap fetches gem dependencies (#835)
  • 02010f5 Fix a self-type-related false-positive in strict typechecking (#834)
  • 0e82bbd Release 0.53.1
  • c3e711a RbsMap adds mixins to current namespace (#832)
  • ec50781 Reject nil requires in live code (#831)
  • ecf1a33 Merge branch 'v0.53.0-readme'
  • 4a0b0e2 Rescue exceptions in docstring parsing (#830)
  • 578d06b Add annotations needed for strict typechecking of solargraph code (#828)
  • 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.51.2 to 0.53.2.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.51.2...v0.53.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #4285.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/bundler/solargraph-0.53.2 branch March 31, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants