Commit 8d73180
authored
build(deps-dev): bump actionview from 8.1.2.1 to 8.1.3 in the all-dependencies group (#233)
Bumps the all-dependencies group with 1 update:
[actionview](https://github.com/rails/rails).
Updates `actionview` from 8.1.2.1 to 8.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">actionview's
releases</a>.</em></p>
<blockquote>
<h2>8.1.3</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Fix <code>JSONGemCoderEncoder</code> to correctly serialize custom
object hash keys.</p>
<p>When hash keys are custom objects whose <code>as_json</code> returns
a Hash,
the encoder now calls <code>to_s</code> on the original key object
instead of
on the <code>as_json</code> result.</p>
<p>Before:
hash = {CustomKey.new(123) => "value"}
hash.to_json # => {"{:id=>123}":"value"}</p>
<p>After:
hash.to_json # => {"custom_123":"value"}</p>
<p><em>Dan Sharp</em></p>
</li>
<li>
<p>Fix inflections to better handle overlapping acronyms.</p>
<pre lang="ruby"><code>ActiveSupport::Inflector.inflections(:en) do
|inflect|
inflect.acronym "USD"
inflect.acronym "USDC"
end
<p>"USDC".underscore # => "usdc"<br />
</code></pre></p>
<p><em>Said Kaldybaev</em></p>
</li>
<li>
<p>Silence Dalli 4.0+ warning when using
<code>ActiveSupport::Cache::MemCacheStore</code>.</p>
<p><em>zzak</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>
<p>Fix Ruby 4.0 delegator warning when calling inspect on
attributes.</p>
<p><em>Hammad Khan</em></p>
</li>
<li>
<p>Fix <code>NoMethodError</code> when deserialising
<code>Type::Integer</code> objects marshalled under Rails 8.0.</p>
<p>The performance optimisation that replaced <code>@range</code> with
<code>@max</code>/<code>@min</code>
broke Marshal compatibility. Objects serialised under 8.0 (with
<code>@range</code>)
and deserialised under 8.1 (expecting
<code>@max</code>/<code>@min</code>) would crash with
<code>undefined method '<=' for nil</code> because
<code>Marshal.load</code> restores instance
variables without calling <code>initialize</code>.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md">actionview's
changelog</a>.</em></p>
<blockquote>
<h2>Rails 8.1.3 (March 24, 2026)</h2>
<ul>
<li>
<p>Fix encoding errors for string locals containing non-ASCII
characters.</p>
<p><em>Kataoka Katsuki</em></p>
</li>
<li>
<p>Fix collection caching to only forward <code>expires_in</code>
argument if explicitly set.</p>
<p><em>Pieter Visser</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/fa8f0812160665bff083a089d2bb2fc1817ea03e"><code>fa8f081</code></a>
Preparing for 8.1.3 release</li>
<li><a
href="https://github.com/rails/rails/commit/63cef3de3bd88d5973837ea268dc710e7dbf7b8e"><code>63cef3d</code></a>
Merge branch '8-1-sec' into 8-1-stable</li>
<li><a
href="https://github.com/rails/rails/commit/e598b9427876ba44bd62c48390e6568476b3f8f0"><code>e598b94</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/56906">#56906</a>
from kataokatsuki/fix-strict-locals-non-ascii-encoding</li>
<li><a
href="https://github.com/rails/rails/commit/c2ea79c21161de7eb271b2789fbed21dde504071"><code>c2ea79c</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/56891">#56891</a>
from pietervisser/fix-collection-caching-to-preserv...</li>
<li>See full diff in <a
href="https://github.com/rails/rails/compare/v8.1.2.1...v8.1.3">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments