Bump ruby-lsp-rails from 0.3.11 to 0.3.12 #1081

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.12 into main 2024-08-13 08:33:49 +08:00
dependabot[bot] commented 2024-08-12 15:42:11 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.11 to 0.3.12.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.12

What's Changed

Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.11...v0.3.12

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.11 to 0.3.12. <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.12</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add concern indexing enhancement by <a href="https://github.com/vinistock"><code>@​vinistock</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/422">Shopify/ruby-lsp-rails#422</a></li> <li>Add association augmentations by <a href="https://github.com/vinistock"><code>@​vinistock</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/423">Shopify/ruby-lsp-rails#423</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Rescue <code>IOError</code> during shutdown by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/414">Shopify/ruby-lsp-rails#414</a></li> <li>Fix <code>NullClient#send_notification</code> by <a href="https://github.com/amomchilov"><code>@​amomchilov</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/426">Shopify/ruby-lsp-rails#426</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Update docs for improved Definition behaviour by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/376">Shopify/ruby-lsp-rails#376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/amomchilov"><code>@​amomchilov</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/426">Shopify/ruby-lsp-rails#426</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.11...v0.3.12">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.11...v0.3.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/74a54d40f4b31acf920c3e3405a0f9c7f3ea7b48"><code>74a54d4</code></a> Bump version to v0.3.12</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/bfa36143232803f7f94dc4f8de54e44ad62d7e1a"><code>bfa3614</code></a> Add association augmentations (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/423">#423</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/00b6b4c4795c812d4af2860aae42865ddf2aa938"><code>00b6b4c</code></a> Add concern indexing enhancement (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/422">#422</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/fda0716576f3f59eaec647892c0e2a0b30e85de8"><code>fda0716</code></a> Upgrade Ruby to 3.3.4 (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/431">#431</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/51f9f95cc6377199c44c7ac70722c371b972af79"><code>51f9f95</code></a> Bump ruby-lsp dependency to v0.17.11 (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/428">#428</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/9cfc64d937116512b6cec4d324d857752d7122c0"><code>9cfc64d</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/426">#426</a> from Shopify/Alex/fix-NullClient-crasher</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/180ca757f93971cb5bdda3b54de1c9b09b2bd203"><code>180ca75</code></a> Misc. improvements</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/07a4d9631bd9387f11e1747c9892be4065622f16"><code>07a4d96</code></a> Fix <code>NullClient#send_notification</code> crash</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/12f8d0d2391e510c090c45b4513543733c895dc9"><code>12f8d0d</code></a> Add tests for NullClient</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d55243dfd3accd8decbe8bf58a6fc96a64ad869d"><code>d55243d</code></a> Rescue <code>IOError</code> during shutdown (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/414">#414</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.11...v0.3.12">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.11&new-version=0.3.12)](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.