Bump ruby-lsp-rails from 0.3.3 to 0.3.5 #605

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.5 into main 2024-04-08 19:27:34 +08:00
dependabot[bot] commented 2024-04-08 15:47:04 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.3 to 0.3.5.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.5

What's Changed

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.4...v0.3.5

v0.3.4

What's Changed

Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.3...v0.3.4

Commits
  • 6b07e1d Bump version to v0.3.5
  • d6ebc03 Merge pull request #324 from Shopify/fix-code-lens
  • 2e0647d Remove duplication from README (#323)
  • 5f4e2bb Don't push group id to stack when encountering non-test classes
  • 25f1189 Merge pull request #322 from Shopify/dependabot/bundler/minor-and-patch-4dadb...
  • 45709c6 Bump the minor-and-patch group with 5 updates
  • a27a502 Remove dependency on Rails (#320)
  • 4767aac Adjust gemspec files (#321)
  • e868d3c Bump version to v0.3.4
  • 4e50add Merge pull request #318 from Shopify/display-code-lens-conditionally
  • 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.3.3 to 0.3.5. <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.5</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>Don't push group id to stack when encountering non-test classes by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/324">Shopify/ruby-lsp-rails#324</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Remove dependency on Rails by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/320">Shopify/ruby-lsp-rails#320</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.4...v0.3.5">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.4...v0.3.5</a></p> <h2>v0.3.4</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Implement document symbol for associations by <a href="https://github.com/aryan-soni"><code>@​aryan-soni</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/293">Shopify/ruby-lsp-rails#293</a></li> <li>Change symbol appearance for Rails macros by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/294">Shopify/ruby-lsp-rails#294</a></li> <li>Add definitions for Rails callbacks by <a href="https://github.com/aryan-soni"><code>@​aryan-soni</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/297">Shopify/ruby-lsp-rails#297</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Ensure output printed during boot doesn't break LSP when starting by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/310">Shopify/ruby-lsp-rails#310</a></li> <li>Only display code lens when the test framework is rails by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/318">Shopify/ruby-lsp-rails#318</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Set default CI timeout by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/308">Shopify/ruby-lsp-rails#308</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jenshenny"><code>@​jenshenny</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/306">Shopify/ruby-lsp-rails#306</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.3...v0.3.4">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.3...v0.3.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/6b07e1daef4b455bc2fbbbed492d9fd60de681ee"><code>6b07e1d</code></a> Bump version to v0.3.5</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d6ebc0376f1ded29fcc4c4713b303616ad5defdc"><code>d6ebc03</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/324">#324</a> from Shopify/fix-code-lens</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/2e0647de4856bce820be716f2b68081410156b04"><code>2e0647d</code></a> Remove duplication from README (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/323">#323</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/5f4e2bb8478833660c48eab154b0baf1eaee45c2"><code>5f4e2bb</code></a> Don't push group id to stack when encountering non-test classes</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/25f1189c60da3224991ae5e72626e6f562bd65fa"><code>25f1189</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/322">#322</a> from Shopify/dependabot/bundler/minor-and-patch-4dadb...</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/45709c64d39e558814645cf4e6abdece17ed645e"><code>45709c6</code></a> Bump the minor-and-patch group with 5 updates</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/a27a5023ad030f926c0633613f44f9d7acc1213b"><code>a27a502</code></a> Remove dependency on Rails (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/320">#320</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/4767aacff54fe1367e1a12d7b6a6193cf189dcce"><code>4767aac</code></a> Adjust gemspec files (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/321">#321</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/e868d3cfa09c21779c8611e4efa66586ffcfb20f"><code>e868d3c</code></a> Bump version to v0.3.4</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/4e50adde7ab9ee5fbeb107f9717887959ee285d8"><code>4e50add</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/318">#318</a> from Shopify/display-code-lens-conditionally</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.3...v0.3.5">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.3&new-version=0.3.5)](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.