Skip to content

Bump view_component from 4.1.1 to 4.5.0#3971

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/view_component-4.5.0
Open

Bump view_component from 4.1.1 to 4.5.0#3971
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/view_component-4.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps view_component from 4.1.1 to 4.5.0.

Release notes

Sourced from view_component's releases.

4.5.0

  • Fix initialization ordering issue causing missing asset errors in Sprockets.

    Cameron Dutro

4.4.0

  • Fix segfaults when Ruby coverage is enabled.

    George Holborn, Joel Hawksley

  • Add protocol parameter to with_request_url test helper to enable testing with HTTPS protocol.

    Joel Hawksley

4.3.0

  • Fix load order issues for 3rd-party template handlers.

    Cameron Dutro

  • Fix segfault when Ruby coverage is enabled with Rails 8.1 ERB templates.

    George Holborn

  • Automatically merge dependabot PRs.

    Joel Hawksley

  • Use Ruby 4.0.0 in CI and dev.

    Joel Hawksley

4.2.0

  • Fix translation scope resolution in deeply nested component blocks (3+ levels). Translations called inside deeply nested slot blocks using renders_many/renders_one were incorrectly resolving to an intermediate component's scope instead of the partial's scope where the block was defined. The fix captures the virtual path at block definition time and restores it during block execution, ensuring translations always resolve relative to where the block was created regardless of nesting depth.

    Nathaniel Watts

  • Allow render_inline with Nokogiri::HTML5 to parse more arbitrary content including bare table content otherwise illegal fragments like <td>.

    Jonathan Rochkind

  • Remove known issue from docs as ActiveScaffold is now compatible with ViewComponent.

    David Löwenfels

  • Add test to document the current behavior for resolving relative translation keys within partial blocks. When rendering a partial, relative translation keys are resolved relative to the partial's own path rather than the caller’s path. This test ensures that this behavior remains consistent.

    Oussama Hilal

  • Allow I18n calls in render?.

... (truncated)

Changelog

Sourced from view_component's changelog.

4.5.0

  • Fix initialization ordering issue causing missing asset errors in Sprockets.

    Cameron Dutro

4.4.0

  • Fix segfaults when Ruby coverage is enabled.

    George Holborn, Joel Hawksley

  • Add protocol parameter to with_request_url test helper to enable testing with HTTPS protocol.

    Joel Hawksley

4.3.0

  • Fix load order issues for 3rd-party template handlers.

    Cameron Dutro

  • Fix segfault when Ruby coverage is enabled with Rails 8.1 ERB templates.

    George Holborn

  • Automatically merge dependabot PRs.

    Joel Hawksley

  • Use Ruby 4.0.0 in CI and dev.

    Joel Hawksley

4.2.0

  • Fix translation scope resolution in deeply nested component blocks (3+ levels). Translations called inside deeply nested slot blocks using renders_many/renders_one were incorrectly resolving to an intermediate component's scope instead of the partial's scope where the block was defined. The fix captures the virtual path at block definition time and restores it during block execution, ensuring translations always resolve relative to where the block was created regardless of nesting depth.

    Nathaniel Watts

  • Allow render_inline with Nokogiri::HTML5 to parse more arbitrary content including bare table content otherwise illegal fragments like <td>.

    Jonathan Rochkind

  • Remove known issue from docs as ActiveScaffold is now compatible with ViewComponent.

    David Löwenfels

  • Add test to document the current behavior for resolving relative translation keys within partial blocks. When rendering a partial, relative translation keys are resolved relative to the partial's own path rather than the caller’s path. This test ensures that this behavior remains consistent.

... (truncated)

Commits

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 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)

@dependabot dependabot bot added bundler Gemfile dependencies dependencies Pull requests that update a dependency file skip changeset Pull requests that don't change the library output labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 10:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
@dependabot dependabot bot requested a review from liuliu-dev March 1, 2026 10:04
@dependabot dependabot bot added skip changeset Pull requests that don't change the library output bundler Gemfile dependencies labels Mar 1, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2026

⚠️ No Changeset found

Latest commit: 9de4552

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/bundler/view_component-4.5.0 branch from 1b36c9f to ee45a50 Compare March 2, 2026 17:40
Bumps [view_component](https://github.com/viewcomponent/view_component) from 4.1.1 to 4.5.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v4.1.1...v4.5.0)

---
updated-dependencies:
- dependency-name: view_component
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/view_component-4.5.0 branch from ee45a50 to 9de4552 Compare March 3, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bundler Gemfile dependencies dependencies Pull requests that update a dependency file skip changeset Pull requests that don't change the library output

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants