Commit 69eac8f
authored
build(deps): bump view_component from 4.0.1 to 4.0.2 (#269)
Bumps [view_component](https://github.com/viewcomponent/view_component)
from 4.0.1 to 4.0.2.
<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>v4.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix double rendering issue for partials that yield by <a
href="https://github.com/camertron"><code>@camertron</code></a> in <a
href="https://redirect.github.com/ViewComponent/view_component/pull/2424">ViewComponent/view_component#2424</a></li>
<li>Share the view context in tests by <a
href="https://github.com/camertron"><code>@camertron</code></a> in <a
href="https://redirect.github.com/ViewComponent/view_component/pull/2410">ViewComponent/view_component#2410</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ViewComponent/view_component/compare/v4.0.1...v4.0.2">https://github.com/ViewComponent/view_component/compare/v4.0.1...v4.0.2</a></p>
</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>4.0.2</h2>
<ul>
<li>
<p>Share the view context in tests to prevent out-of-order rendering
issues for certain advanced use-cases, eg. testing instances of Rails'
<code>FormBuilder</code>.</p>
</li>
<li>
<p>Fix double rendering issue for partials that yield.</p>
<p><em>Cameron Dutro</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ViewComponent/view_component/commit/4bbea1caaec79c15c1d98cf4f7fb31d5c22aa7b7"><code>4bbea1c</code></a>
Merge pull request <a
href="https://redirect.github.com/viewcomponent/view_component/issues/2430">#2430</a>
from ViewComponent/release-4-0-2</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/b1ab0d398c15048458facf469104daebc4faa40a"><code>b1ab0d3</code></a>
Update lockfiles</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/408e8d3572f8074644924c5c10ce1515ff4fda6a"><code>408e8d3</code></a>
release 4.0.2</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/26c2798c52de1b9051e98ee3553aa0e97c12e7f0"><code>26c2798</code></a>
Merge pull request <a
href="https://redirect.github.com/viewcomponent/view_component/issues/2410">#2410</a>
from ViewComponent/shared_view_context_in_test_helpers</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/851b096eb79e28bc69d789e82339f17ed405b8e0"><code>851b096</code></a>
Merge branch 'shared_view_context_in_test_helpers' of
github.com:ViewComponen...</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/f3df76539705e7800b45b9776cd44ca818a11cec"><code>f3df765</code></a>
Fix build for ruby HEAD</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/69f3fd7a094be6c3ffe0e8efa28c4dfa4801048e"><code>69f3fd7</code></a>
Merge branch 'main' into shared_view_context_in_test_helpers</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/a755f3ccd7b32010470c2e8e5bdb3489205478b3"><code>a755f3c</code></a>
Merge pull request <a
href="https://redirect.github.com/viewcomponent/view_component/issues/2424">#2424</a>
from ViewComponent/fix_partial_with_yield</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/bc7f8b45080fc1d6792cd5d9d1fef58ab5c9a764"><code>bc7f8b4</code></a>
Woops, fix changelog</li>
<li><a
href="https://github.com/ViewComponent/view_component/commit/e2cefa9c018ab4b2f43c47e0a84b0c12c51aa81b"><code>e2cefa9</code></a>
Woops, fix changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/viewcomponent/view_component/compare/v4.0.1...v4.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
0 commit comments