Bump ruby-lsp-rails from 0.3.7 to 0.3.8 #960

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.8 into main 2024-07-08 21:14:31 +08:00
dependabot[bot] commented 2024-07-08 15:10:09 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.7 to 0.3.8.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.8

What's Changed

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.7...v0.3.8

Commits
  • d30e709 Bump version to v0.3.8
  • b70c065 Update rbi for latest ruby-lsp (#405)
  • 5704d93 Recognize aliases for after_commit (#402)
  • 9be01d0 Prevent invalid ActiveRecord check against constant (#401)
  • 02c6014 Use NodeContext from RubyLSP to fix Definition targetting (#397)
  • 036cfd8 Update for Ruby LSP v0.17.2 (#399)
  • 97de460 Merge pull request #398 from Shopify/dependabot/bundler/minor-and-patch-3c2cc...
  • e9dfe07 Bump the minor-and-patch group with 2 updates
  • See full diff in compare view

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.7 to 0.3.8. <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.8</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Recognize aliases for <code>after_commit</code> by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/402">Shopify/ruby-lsp-rails#402</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Use NodeContext from RubyLSP to fix Definition targetting by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/397">Shopify/ruby-lsp-rails#397</a></li> <li>Prevent invalid ActiveRecord check against constant by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/401">Shopify/ruby-lsp-rails#401</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.7...v0.3.8">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.7...v0.3.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d30e7099fe64568366749469e35032d7b5ef0776"><code>d30e709</code></a> Bump version to v0.3.8</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/b70c065c7671f486bab8815e00ace4091341ee73"><code>b70c065</code></a> Update rbi for latest <code>ruby-lsp</code> (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/405">#405</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/5704d93c5b70a995160b3fd8a6cfb8c971bc2fed"><code>5704d93</code></a> Recognize aliases for <code>after_commit</code> (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/402">#402</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/9be01d0c201dbdb9b6c743a271527365f8543089"><code>9be01d0</code></a> Prevent invalid ActiveRecord check against constant (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/401">#401</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/02c6014d4957ad1be99a669108176336261d0deb"><code>02c6014</code></a> Use NodeContext from RubyLSP to fix Definition targetting (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/397">#397</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/036cfd8d1f67c64142c1cc8571f40a20dd944b64"><code>036cfd8</code></a> Update for Ruby LSP v0.17.2 (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/399">#399</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/97de4600bf119e1e0b8875655e23193ac05f7221"><code>97de460</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/398">#398</a> from Shopify/dependabot/bundler/minor-and-patch-3c2cc...</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/e9dfe07f5b24c3c39d3745efd7563a18718be1e4"><code>e9dfe07</code></a> Bump the minor-and-patch group with 2 updates</li> <li>See full diff in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.7...v0.3.8">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.7&new-version=0.3.8)](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.