Bump ruby-lsp-rails from 0.3.27 to 0.3.29 #1617

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.29 into main 2025-01-14 01:20:04 +08:00
dependabot[bot] commented 2025-01-13 15:58:50 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.27 to 0.3.29.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.29

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.28...v0.3.29

v0.3.28

What's Changed

Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.27...v0.3.28

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 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)
Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails) from 0.3.27 to 0.3.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Shopify/ruby-lsp-rails/releases">ruby-lsp-rails's releases</a>.</em></p> <blockquote> <h2>v0.3.29</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>Prevent IOError occurrences in the logger thread by <a href="https://github.com/vinistock"><code>@​vinistock</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/554">Shopify/ruby-lsp-rails#554</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.28...v0.3.29">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.28...v0.3.29</a></p> <h2>v0.3.28</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Remove redundant Railtie by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/535">Shopify/ruby-lsp-rails#535</a></li> <li>Add glyph for 'Run' code lenses by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/544">Shopify/ruby-lsp-rails#544</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Support migration output messages containing multibyte characters by <a href="https://github.com/louim"><code>@​louim</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/542">Shopify/ruby-lsp-rails#542</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Completion for Active Record .where queries by <a href="https://github.com/ChallaHalla"><code>@​ChallaHalla</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/526">Shopify/ruby-lsp-rails#526</a></li> <li>Update for Ruby LSP v0.23 by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/550">Shopify/ruby-lsp-rails#550</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ChallaHalla"><code>@​ChallaHalla</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/526">Shopify/ruby-lsp-rails#526</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.27...v0.3.28">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.27...v0.3.28</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/8d3721876b9af1d5ea8669f83f1fd9729c966a4a"><code>8d37218</code></a> Bump version to v0.3.29</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/c0ceaa7a6320304ddac20edda38a7255f673cccc"><code>c0ceaa7</code></a> Prevent IOError occurrences in the logger thread (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/554">#554</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/67016585f34f4bedd6a471541eada1dc2673e744"><code>6701658</code></a> Bump version to v0.3.28</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d42ba9674172e5b35ed7255df3a2e06b3bcd1d04"><code>d42ba96</code></a> Update for Ruby LSP v0.23 (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/550">#550</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/906212cfe3b03c76b22281fba05ff54c58baa0c3"><code>906212c</code></a> Completion for Active Record .where queries (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/526">#526</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/44f8c29c9ae2029b04e52262306bf597ff9fde9b"><code>44f8c29</code></a> Add glyph for 'Run' code lenses (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/544">#544</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/955dc27e44c015f5839a438d37b03a64f2cb1642"><code>955dc27</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/542">#542</a> from missive/bugfix/content-length-multibyte</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/94f00248b85879d3405304f5b202dbc270c0e3ed"><code>94f0024</code></a> Support messages containing multibyte characters</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/e28e268fbdcc5f75ec5193a7cc0b385fcbdeca7c"><code>e28e268</code></a> Remove redundant Railtie (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/535">#535</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/14d6bbd6e7c4c30319ff1afcfd49f248f082565f"><code>14d6bbd</code></a> Remove invalid comment from shim (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/534">#534</a>)</li> <li>See full diff in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.27...v0.3.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby-lsp-rails&package-manager=bundler&previous-version=0.3.27&new-version=0.3.29)](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>
Sign in to join this conversation.