debtcollective / membership

💰 Member dues and Donations platform
https://membership.debtcollective.org
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

chore(deps-dev): bump solargraph from 0.40.4 to 0.45.0 #596

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps solargraph from 0.40.4 to 0.45.0.

Changelog

Sourced from solargraph's changelog.

0.45.0 - May 23, 2022

  • Basic support for RSpec #describe and #it
  • fix: domain can complete private method (#490)
  • Update README.md (#533)
  • Doc: update readme.md for add solargraph support (#536)
  • Process DASGN node in Ruby 3
  • File.open core fill
  • replace with_unbundled_env with with_original_env (#489)
  • Require specific version of gem (#509)
  • Support URIs prefixed with single slashed file scheme (#529)
  • Fix typo in README.md (#549)
  • details on config behavior (#556)
  • Consider overloads in arity checks
  • ENV core fill for Hash-like methods (#537)
  • Fix string ranges with substitutions (#463)

0.44.3 - January 22, 2022

  • TypeChecker validates aliased namespaces (#497)
  • Always use reference YARD tags when resolving param types (#515) (#516)
  • Skip method aliases in strict type checking

0.44.2 - November 23, 2021

  • Scope local variables in class_eval blocks (#503)
  • Fix invalid UTF-8 in node comments (#504)

0.44.1 - November 18, 2021

  • Chain nil safety navigation operator (#420)
  • Update closure and context for class_eval receiver (#487)
  • SourceMap::Mapper handles invalid byte sequences (#474)
  • Special handle var= references, which may use as var = (have space) (#498)
  • Rebind define_method to self (#494)

0.44.0 - September 27, 2021

  • Allow opening parenthesis, space, and comma when using Diff::LCS (#465)
  • Support textDocument/documentHighlight
  • Library#references_from performs shallow matches

0.43.3 - September 25, 2021

  • Avoid Dir.chdir in Bundler processes (#481)
  • Check stdlib for gems with empty yardocs
  • Library#maybe_map checks for source in workspace

0.43.2 - September 23, 2021

  • Synchronize server requests (#461)

0.43.1 - September 20, 2021

  • Complete nested namespaces in open gates
  • SourceMap::Mapper reports filename for encoding errors (#474)
  • Handle request on a specific thread, and cancel completion when there has newer completion request (#459)
  • Fix namespace links generated by views/_method.erb (#472)

... (truncated)

Commits


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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #596 (5d47858) into development (5c0252e) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #596   +/-   ##
============================================
  Coverage        92.54%   92.54%           
============================================
  Files               94       94           
  Lines             2254     2254           
============================================
  Hits              2086     2086           
  Misses             168      168           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c0252e...5d47858. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #612.