Bump ruby-lsp-rails from 0.3.2 to 0.3.3 #549

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/ruby-lsp-rails-0.3.3 into main 2024-03-18 23:32:46 +08:00
dependabot[bot] commented 2024-03-18 15:57:14 +08:00 (Migrated from github.com)

Bumps ruby-lsp-rails from 0.3.2 to 0.3.3.

Release notes

Sourced from ruby-lsp-rails's releases.

v0.3.3

What's Changed

Enhancements

🐛 Bug Fixes

🛠 Other Changes

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

Commits
  • 46b97ce Bump version to v0.3.3
  • 641ab1e Fix nilable param runtime type check in server (#290)
  • cc80b4e Update features list (#288)
  • d1ed636 Merge pull request #283 from Shopify/as/document-symbol-validations
  • d349619 Update document symbol test names to be less specific
  • d1e3786 Implement document symbol for validations
  • 0b46033 Ensure call nodes for callbacks are only processed for instantiations
  • cbcf869 Merge pull request #287 from Shopify/dependabot/bundler/minor-and-patch-13100...
  • c0771c5 Fix new RuboCop violations
  • e4a7b47 Bump the minor-and-patch group with 5 updates
  • 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.2 to 0.3.3. <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.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Integrate document symbol for 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/280">Shopify/ruby-lsp-rails#280</a></li> <li>Implement document symbols for validations 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/283">Shopify/ruby-lsp-rails#283</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Specifically handle the case where bin/rails is not found by <a href="https://github.com/st0012"><code>@​st0012</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/284">Shopify/ruby-lsp-rails#284</a></li> <li>Fix nilable param runtime type check in server by <a href="https://github.com/vinistock"><code>@​vinistock</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/290">Shopify/ruby-lsp-rails#290</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Add reloading for schema changes by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/282">Shopify/ruby-lsp-rails#282</a></li> <li>Use <code>$stderr.puts</code> instead of <code>warn</code> by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/285">Shopify/ruby-lsp-rails#285</a></li> <li>Update README for Runner approach by <a href="https://github.com/andyw8"><code>@​andyw8</code></a> in <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/pull/275">Shopify/ruby-lsp-rails#275</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.2...v0.3.3">https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.2...v0.3.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/46b97ce05ab26cd2764a17b38b455d1148add36f"><code>46b97ce</code></a> Bump version to v0.3.3</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/641ab1e756611451a91cd13a3b697eabf7ec687f"><code>641ab1e</code></a> Fix nilable param runtime type check in server (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/290">#290</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/cc80b4e284b6b53d3678b44f202f102bece1eb7d"><code>cc80b4e</code></a> Update features list (<a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/288">#288</a>)</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d1ed6360ba0223e952f0f54a0ea229e0b47fe874"><code>d1ed636</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/283">#283</a> from Shopify/as/document-symbol-validations</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d3496191881e6dc4cfd9c4fb5d3b33226ecc0bb7"><code>d349619</code></a> Update document symbol test names to be less specific</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/d1e37868202ab492e269825ed46407c075600b8e"><code>d1e3786</code></a> Implement document symbol for validations</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/0b460337a1f6b2c970d4abb95bfb95e5f3886cd6"><code>0b46033</code></a> Ensure call nodes for callbacks are only processed for instantiations</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/cbcf86959037bc858bda5de6c8e50e12990306aa"><code>cbcf869</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/ruby-lsp-rails/issues/287">#287</a> from Shopify/dependabot/bundler/minor-and-patch-13100...</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/c0771c59c0d230ef08a2acdff01da93555bbf26a"><code>c0771c5</code></a> Fix new RuboCop violations</li> <li><a href="https://github.com/Shopify/ruby-lsp-rails/commit/e4a7b4703dd7ff1a04db0d2fec9e2389a2abbf60"><code>e4a7b47</code></a> Bump the minor-and-patch group with 5 updates</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/ruby-lsp-rails/compare/v0.3.2...v0.3.3">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.2&new-version=0.3.3)](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.