Bump ruby-lsp-rails from 0.4.0 to 0.4.1 #2165

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.4.1 into main 2025-04-29 02:57:51 +08:00
dependabot[bot] commented 2025-04-28 17:18:47 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.4.0 to 0.4.1.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.4.1

What's Changed

Enhancements

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.4.0...v0.4.1

Commits
  • 3bee798 Bump version to v0.4.1
  • 7c81248 Merge pull request #596 from Shopify/ar/command-resolution
  • a39dd2a Document reason for normalizing test names
  • 9d04fcb Fix test compatibility with Windows paths
  • 00067a2 Normalize Rails test names for proper test discovery
  • be302df Add test command resolution
  • f17a66b Merge pull request #591 from Shopify/ar/discoverTests-support
  • 88ee59c Discover tests with an empty name
  • b2df3b6 Add support for Rails syntax style test discovery
  • bdc8f93 Enable experimental RBS assertions
  • Additional commits viewable 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.4.0 to 0.4.1. <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.4.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add test discovery support for ActiveSupport declarative syntax by <a href="https://github.com/alexcrocha"><code>@​alexcrocha</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/591">Shopify/ruby-lsp-rails#591</a></li> <li>Add Rails test command resolution by <a href="https://github.com/alexcrocha"><code>@​alexcrocha</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/596">Shopify/ruby-lsp-rails#596</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Display index and foreign key details when hovering over a model by <a href="https://github.com/rogancodes"><code>@​rogancodes</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/588">Shopify/ruby-lsp-rails#588</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rogancodes"><code>@​rogancodes</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/588">Shopify/ruby-lsp-rails#588</a></li> <li><a href="https://github.com/alexcrocha"><code>@​alexcrocha</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/592">Shopify/ruby-lsp-rails#592</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.4.0...v0.4.1">https://github.com/Shopify/ruby-lsp-rails/compare/v0.4.0...v0.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/3bee798eef49e0ccac5496c8e4bd746ee4ab253f"><code>3bee798</code></a> Bump version to v0.4.1</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/7c81248cc8895681bdd28217b4f907e313c0cba5"><code>7c81248</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/596">#596</a> from Shopify/ar/command-resolution</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/a39dd2ae23dc4360ebc092f94966ae1b8c2df2c5"><code>a39dd2a</code></a> Document reason for normalizing test names</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/9d04fcb9a9735f21dff30dbb078b3e951dc904cd"><code>9d04fcb</code></a> Fix test compatibility with Windows paths</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/00067a2adf92b4d36bd0c813b0b29a6da0566832"><code>00067a2</code></a> Normalize Rails test names for proper test discovery</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/be302df44ae68795662899397aab3b04bfd4c8ca"><code>be302df</code></a> Add test command resolution</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/f17a66ba57d82bd91b87bafbb972a51c51e6af7f"><code>f17a66b</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/591">#591</a> from Shopify/ar/discoverTests-support</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/88ee59cb32df6c3d5b91b85e428d85060068ea76"><code>88ee59c</code></a> Discover tests with an empty name</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/b2df3b64640fd8e6511f9dcc1fbdcf180aff147c"><code>b2df3b6</code></a> Add support for Rails syntax style test discovery</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/bdc8f9391bbb5265c772a5321c3dc50ba671bff0"><code>bdc8f93</code></a> Enable experimental RBS assertions</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.4.0...v0.4.1">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.4.0&new-version=0.4.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>
Sign in to join this conversation.