Skip to content

build(deps-dev): bump solargraph from 0.51.2 to 0.53.4#4285

Merged
philippthun merged 2 commits intomainfrom
dependabot/bundler/solargraph-0.53.4
Apr 10, 2025
Merged

build(deps-dev): bump solargraph from 0.51.2 to 0.53.4#4285
philippthun merged 2 commits intomainfrom
dependabot/bundler/solargraph-0.53.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps solargraph from 0.51.2 to 0.53.4.

Changelog

Sourced from solargraph's changelog.

0.53.4 - March 30, 2025

  • [regression] Restore 'Unresolved call' typecheck for stdlib objects (#849)
  • Lazy dynamic rebinding (#851)
  • Restore fill for Class#allocate (#848)
  • [regression] Ensure YardMap gems have return type for Class.new (#850)
  • Create implicit .new pins in namespace method queries (#853)

0.53.3 - March 29, 2025

  • Remove redundant core fills (#824, #841)
  • Resolve self type in variable assignments (#839)
  • Eliminate splat-related false-alarms in strict typechecking (#840)
  • Dynamic block binding with yieldreceiver (#842)
  • Resolve generics by descending through context type (#847)

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)

... (truncated)

Commits
  • 390a1b7 Release 0.53.3
  • 743d94d Create implicit .new pins in namespace method queries (#853)
  • 98a3cbe [regression] Ensure YardMap gems have return type for Class<T>.new (#850)
  • 4c7472b Restore fill for Class#allocate (#848)
  • 9d8dd8f Lazy dynamic rebinding (#851)
  • d80265f [regression] Restore 'Unresolved call' typecheck for stdlib objects (#849)
  • 767a5fc Release 0.53.3
  • 2712171 Resolve generics by descending through context type (#847)
  • b821355 Dynamic block binding with yieldreceiver (#842)
  • 2e7d4d3 Eliminate splat-related false-alarms in strict typechecking (#840)
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 31, 2025
philippthun
philippthun previously approved these changes Apr 8, 2025
@philippthun philippthun self-requested a review April 8, 2025 06:52
@philippthun
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [solargraph](https://github.com/castwide/solargraph) from 0.51.2 to 0.53.4.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.51.2...v0.53.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/solargraph-0.53.4 branch from ed7be8a to 1f56f7f Compare April 8, 2025 11:59
@philippthun philippthun merged commit 4a1ba35 into main Apr 10, 2025
8 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/solargraph-0.53.4 branch April 10, 2025 06:47
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Apr 10, 2025
Changes in cloud_controller_ng:

- build(deps): bump golang.org/x/net in /.devcontainer/images/mockserver
    PR: cloudfoundry/cloud_controller_ng#4262
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- Fix flaky reoccurring job test
    PR: cloudfoundry/cloud_controller_ng#4257
    Author: Sven Krieger <37476281+svkrieger@users.noreply.github.com>

Dependency updates in cloud_controller_ng:

- build(deps): bump sequel from 5.90.0 to 5.91.0
    PR: cloudfoundry/cloud_controller_ng#4292
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump express from 5.0.1 to 5.1.0 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4288
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.18.4 to 1.18.7
    PR: cloudfoundry/cloud_controller_ng#4287
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump mime-types from 3.6.1 to 3.6.2
    PR: cloudfoundry/cloud_controller_ng#4277
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.18.3 to 1.18.4 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4275
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump cf-uaa-lib from 4.0.8 to 4.0.9
    PR: cloudfoundry/cloud_controller_ng#4227
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump fog-openstack from 1.1.4 to 1.1.5
    PR: cloudfoundry/cloud_controller_ng#4271
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump solargraph from 0.51.2 to 0.53.4
    PR: cloudfoundry/cloud_controller_ng#4285
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump httpclient from 2.8.3 to 2.9.0
    PR: cloudfoundry/cloud_controller_ng#4233
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant