Skip to content

Update solargraph requirement from ~> 0.53.4 to ~> 0.54.0#590

Merged
andrcuns merged 1 commit intomasterfrom
dependabot/bundler/solargraph-tw-0.54.0
Apr 15, 2025
Merged

Update solargraph requirement from ~> 0.53.4 to ~> 0.54.0#590
andrcuns merged 1 commit intomasterfrom
dependabot/bundler/solargraph-tw-0.54.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Updates the requirements on solargraph to permit the latest version.

Changelog

Sourced from solargraph's changelog.

0.54.0 - April 14, 2025

  • Add support for simple block argument destructuring (#821)
  • Benchmark the typecheck command (#852)
  • Send Gem Caching Progress Notifications to LSP Clients (#855)
  • [breaking] Fix more complex_type_spec.rb cases (#813)
  • Mass assignment support - e.g., a, b = ['1', '2'] (#843)
  • Memoize result of Chain#infer (#857)
  • Ignore malformed mixins and overloads (#862)
  • Drop Parser::ParserGem::ClassMethods#returns_from_node (#866)
  • Refactor TypeChecker#argument_problems_for for type safety (#867)
  • Specify more type behavior for variable reassignment (#863)
  • One-step source synchronization (#871)
  • Show cache progress in shell commands (#874)
  • Fix miscellaneous scan errors (#875)
  • Synchronous libraries (#876)
  • Fix parsing of Set#classify method signature from RBS (#878)
  • Sync Library#diagnose (#882)
  • Doesn't false-alarm over splatted non-final args in typechecking (#883)
  • Remove accidental inclusion of Module's methods in objects (#884)
  • Remove another splat-related false alarm in strict typechecking (#889)
  • Change require path warn to debug (#897)

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)

... (truncated)

Commits
  • ec0b1a2 Release 0.54.0
  • b709a75 Change require path warn to debug (#897)
  • a1ede5b Remove another splat-related false alarm in strict typechecking (#889)
  • 6295d23 Add internal type annotations for strict typechecking (#881)
  • 6a63fe3 Remove accidental inclusion of Module's methods in objects (#884)
  • cd89284 Doesn't false-alarm over splatted non-final args in typechecking (#883)
  • c93655f Sync Library#diagnose (#882)
  • 91f2359 Disable rbs_collection (#880)
  • 4a6e903 Fix parsing of Set#classify method signature from RBS (#878)
  • 4f500f8 Synchronous libraries (#876)
  • 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)

Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.53.4...v0.54.0)

---
updated-dependencies:
- dependency-name: solargraph
  dependency-version: 0.54.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from andrcuns April 14, 2025 22:23
@dependabot dependabot bot added the dev:dependencies Development dependencies label Apr 14, 2025
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 5b76b6e 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.2% change).

View more on Code Climate.

@andrcuns andrcuns merged commit cebbae5 into master Apr 15, 2025
14 checks passed
@andrcuns andrcuns deleted the dependabot/bundler/solargraph-tw-0.54.0 branch April 15, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev:dependencies Development dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant