Skip to content

Commit febcddb

Browse files
Bump ruby-lsp from 0.22.0 to 0.22.1 (#4090)
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.22.0 to 0.22.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Shopify/ruby-lsp/releases">ruby-lsp's releases</a>.</em></p> <blockquote> <h1>v0.22.1</h1> <h2>✨ Enhancements</h2> <ul> <li>Support <code>private_class_method</code> in the indexer (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/2858">Shopify/ruby-lsp#2858</a>) by <a href="https://github.com/kcdragon"><code>@​kcdragon</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Retry composing bundle if it's modified during setup (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/2890">Shopify/ruby-lsp#2890</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> <li>Create textDocument/documentSymbol to instance variables using shorthand assignment (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/2834">Shopify/ruby-lsp#2834</a>) by <a href="https://github.com/vinibispo"><code>@​vinibispo</code></a></li> </ul> <h2>📦 Other Changes</h2> <ul> <li>Use <code>field</code> instead of <code>variable</code> for instance variable symbol kinds (<a href="https://redirect.github.com/Shopify/ruby-lsp/pull/2898">Shopify/ruby-lsp#2898</a>) by <a href="https://github.com/vinistock"><code>@​vinistock</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp/commit/03b980bfa8c567996b333182d69efff2428954eb"><code>03b980b</code></a> Make <code>enabled_feature?</code> return true when all flags are enabled (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2900">#2900</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/4a05b2cfc63de397d51f65fb4016b68711c13495"><code>4a05b2c</code></a> Limit supported client schemes to file and git (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2889">#2889</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/d719b86e161e81e226d6c4235971291fccd7338a"><code>d719b86</code></a> Fix enabled feature flags object composition (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2899">#2899</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/3d95b9775ce1ad701b89b85713381bd30e7c16b2"><code>3d95b97</code></a> Use <code>field</code> instead of <code>variable</code> for instance variable symbol kinds (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2898">#2898</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/15841f6726675ba7445adc20e3a3f0ed0a0c3a89"><code>15841f6</code></a> Create textDocument/documentSymbol to instance variables using shorthand assi...</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/4d807c7edaf0b41ced24693b04f7bf1ebb2fe21a"><code>4d807c7</code></a> Support <code>private_class_method</code> in the indexer (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2858">#2858</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/5a36d78f3d96cac3d027013703d2a65040444429"><code>5a36d78</code></a> Retry composing bundle if it's modified during setup (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2890">#2890</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp/commit/fc2d91cfaba708ee380aafb6fe0a86e80ad0b00d"><code>fc2d91c</code></a> Bump version to v0.22.1 (<a href="https://redirect.github.com/Shopify/ruby-lsp/issues/2888">#2888</a>)</li> <li>See full diff in <a href="https://github.com/Shopify/ruby-lsp/compare/v0.22.0...v0.22.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby-lsp&package-manager=bundler&previous-version=0.22.0&new-version=0.22.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 533473e commit febcddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ GEM
429429
rubocop-rspec (~> 3, >= 3.0.1)
430430
ruby-graphviz (1.2.5)
431431
rexml
432-
ruby-lsp (0.22.0)
432+
ruby-lsp (0.22.1)
433433
language_server-protocol (~> 3.17.0)
434434
prism (>= 1.2, < 2.0)
435435
rbs (>= 3, < 4)
@@ -474,7 +474,7 @@ GEM
474474
sitemap_generator (6.3.0)
475475
builder (~> 3.0)
476476
smart_properties (1.17.0)
477-
sorbet-runtime (0.5.11647)
477+
sorbet-runtime (0.5.11663)
478478
sprockets (4.2.1)
479479
concurrent-ruby (~> 1.0)
480480
rack (>= 2.2.4, < 4)

0 commit comments

Comments
 (0)