allure-ruby icon indicating copy to clipboard operation
allure-ruby copied to clipboard

Update solargraph requirement from ~> 0.52.0 to ~> 0.53.4

Open dependabot[bot] opened this issue 10 months ago • 1 comments

Updates the requirements on solargraph to permit the latest version.

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 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[bot] avatar Mar 31 '25 22:03 dependabot[bot]

Code Climate has analyzed commit bceadbe6 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 98.9% (0.0% change).

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Mar 31 '25 22:03 qlty-cloud-legacy[bot]