Skip to content

DEPS: Bump actionview from 8.0.4 to 8.0.5#61

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/actionview-8.0.5
Open

DEPS: Bump actionview from 8.0.4 to 8.0.5#61
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/actionview-8.0.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps actionview from 8.0.4 to 8.0.5.

Bumps [actionview](https://github.com/rails/rails) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md)
- [Commits](rails/rails@v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: actionview
  dependency-version: 8.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

PR body updated to plaintext for easier squash-merging. Original body content below:


Bumps actionview from 8.0.4 to 8.0.5.

Release notes

Sourced from actionview's releases.

8.0.5

Active Support

  • Fix inflections to better handle overlapping acronyms.

    ActiveSupport::Inflector.inflections(:en) do |inflect|
      inflect.acronym "USD"
      inflect.acronym "USDC"
    end
    "USDC".underscore # => "usdc"

    Said Kaldybaev

  • Silence Dalli 4.0+ warning when using ActiveSupport::Cache::MemCacheStore.

    zzak

  • Make delegate and delegate_missing_to work in BasicObject subclasses.

    Rafael Mendonça França

  • Fix ActiveSupport::Inflector.humanize with international characters.

    ActiveSupport::Inflector.humanize("áÉÍÓÚ")  # => "Áéíóú"
    ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"

    Jose Luis Duran

Active Model

  • No changes.

Active Record

  • Fix insert_all and upsert_all log message when called on anonymous classes.

    Gabriel Sobrinho

  • Respect ActiveRecord::SchemaDumper.ignore_tables when dumping SQLite virtual tables.

    Hans Schnedlitz

  • Restore previous instrumenter after execute_or_skip

... (truncated)

Commits
  • eb126bb Preparing for 8.0.5 release
  • f7fe4a5 Merge branch '8-0-sec' into 8-0-stable
  • a79efed Preparing for 8.0.4.1 release
  • ac7979b Update changelog
  • c79a07d Skip blank attribute names in Action View tag helpers
  • 853e56d Merge pull request #56906 from kataokatsuki/fix-strict-locals-non-ascii-encoding
  • f64c3d0 Merge pull request #56891 from pietervisser/fix-collection-caching-to-preserv...
  • 0a8792a Merge pull request #56389 from bogdan/semantic-file-input-accept
  • ea29cee Merge pull request #56316 from shivabhusal/support-closing_parenthesis-in-nex...
  • 950d80c Merge pull request #56270 from Saidbek/fix-multiline-strict-locals-parsing
  • See full diff 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants