Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update view_component requirement from >= 3.3, < 3.8 to >= 3.3, < 3.9 (…
…#477) Updates the requirements on [view_component](https://github.com/viewcomponent/view_component) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/viewcomponent/view_component/releases">view_component's releases</a>.</em></p> <blockquote> <h2>v3.8.0</h2> <ul> <li> <p>Use correct value for the <code>config.action_dispatch.show_exceptions</code> config option for edge Rails.</p> <p><em>Cameron Dutro</em></p> </li> <li> <p>Remove unsupported versions of Rails & Ruby from CI matrix.</p> <p><em>Reegan Viljoen</em></p> </li> <li> <p>Raise error when uncountable slot names are used in <code>renders_many</code></p> <p><em>Hugo Chantelauze</em> <em>Reegan Viljoen</em></p> </li> <li> <p>Replace usage of <code>String#ends_with?</code> with <code>String#end_with?</code> to reduce the dependency on ActiveSupport core extensions.</p> <p><em>halo</em></p> </li> <li> <p>Don't add ActionDispatch::Static middleware unless <code>public_file_server.enabled</code>.</p> <p><em>Daniel Gonzalez</em> <em>Reegan Viljoen</em></p> </li> <li> <p>Resolve an issue where slots starting with <code>call</code> would cause a <code>NameError</code></p> <p><em>Blake Williams</em></p> </li> <li> <p>Add <code>use_helper</code> API.</p> <p><em>Reegan Viljoen</em></p> </li> <li> <p>Fix bug where the <code>Rails</code> module wasn't being searched from the root namespace.</p> <p><em>Zenéixe</em></p> </li> <li> <p>Fix bug where <code>#with_request_url</code>, set the incorrect <code>request.fullpath</code>.</p> <p><em>Nachiket Pusalkar</em></p> </li> <li> <p>Allow setting method when using the <code>with_request_url</code> test helper.</p> <p><em>Andrew Duthie</em></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md">view_component's changelog</a>.</em></p> <blockquote> <h2>3.8.0</h2> <ul> <li> <p>Use correct value for the <code>config.action_dispatch.show_exceptions</code> config option for edge Rails.</p> <p><em>Cameron Dutro</em></p> </li> <li> <p>Remove unsupported versions of Rails & Ruby from CI matrix.</p> <p><em>Reegan Viljoen</em></p> </li> <li> <p>Raise error when uncountable slot names are used in <code>renders_many</code></p> <p><em>Hugo Chantelauze</em> <em>Reegan Viljoen</em></p> </li> <li> <p>Replace usage of <code>String#ends_with?</code> with <code>String#end_with?</code> to reduce the dependency on ActiveSupport core extensions.</p> <p><em>halo</em></p> </li> <li> <p>Don't add ActionDispatch::Static middleware unless <code>public_file_server.enabled</code>.</p> <p><em>Daniel Gonzalez</em> <em>Reegan Viljoen</em></p> </li> <li> <p>Resolve an issue where slots starting with <code>call</code> would cause a <code>NameError</code></p> <p><em>Blake Williams</em></p> </li> <li> <p>Add <code>use_helper</code> API.</p> <p><em>Reegan Viljoen</em></p> </li> <li> <p>Fix bug where the <code>Rails</code> module wasn't being searched from the root namespace.</p> <p><em>Zenéixe</em></p> </li> <li> <p>Fix bug where <code>#with_request_url</code>, set the incorrect <code>request.fullpath</code>.</p> <p><em>Nachiket Pusalkar</em></p> </li> <li> <p>Allow setting method when using the <code>with_request_url</code> test helper.</p> <p><em>Andrew Duthie</em></p> </li> </ul> <h2>3.7.0</h2> <ul> <li> <p>Support Rails 7.1 in CI.</p> <p><em>Reegan Viljoen</em> <em>Cameron Dutro</em></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ViewComponent/view_component/commit/ab99379aff5bce602c9086e9b47a4d7f39b82a8a"><code>ab99379</code></a> release 3.8.0 (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1921">#1921</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/acdf36eb5d31bf2abb1d8233a9857d5f29e40706"><code>acdf36e</code></a> Fix show_exceptions setting for Rails main (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1920">#1920</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/e017e8ec4bc566f0b790c1e8202ee7f70cd37bde"><code>e017e8e</code></a> Bump slim from 5.1.1 to 5.2.0 (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1907">#1907</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/1f3463f5789b693a2c7dbdacefdd030efbda48bc"><code>1f3463f</code></a> Bump standard from 1.31.2 to 1.32.0 (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1908">#1908</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/c5d3cfb56622277577cec77f10634772bf59370a"><code>c5d3cfb</code></a> Bump net-imap from 0.4.4 to 0.4.5 (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1914">#1914</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/bfee458016a21bea3234bb76e74e0b481124663d"><code>bfee458</code></a> Remove support for unsupported versions of ruby and rails (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1898">#1898</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/1680c6f2af8ecd81f003723f8e109adf095cc31c"><code>1680c6f</code></a> Raise error uncountable slot names in plural slots (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1904">#1904</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/13a4722e8ace035bd4c20f1c1b572f0daa0f5079"><code>13a4722</code></a> Fix invalid rubocop errors (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1896">#1896</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/0820ce829b0519bbc1573df6001a36750d322e2d"><code>0820ce8</code></a> Use native String#end_with?, not the Rails wrapper (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1905">#1905</a>)</li> <li><a href="https://github.com/ViewComponent/view_component/commit/00cdde88e7b9d45e557edd70fd4839b32276a744"><code>00cdde8</code></a> Don't add ActionDispatch::Static middleware continued (<a href="https://redirect.github.com/viewcomponent/view_component/issues/1892">#1892</a>)</li> <li>Additional commits viewable in <a href="https://github.com/viewcomponent/view_component/compare/v3.3.0...v3.8.0">compare view</a></li> </ul> </details> <br /> 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>
- Loading branch information