Skip to content

Commit

Permalink
Build(deps): Bump the bundler-all group with 2 updates (#3771)
Browse files Browse the repository at this point in the history
Bumps the bundler-all group with 2 updates:
[minitest](https://github.com/minitest/minitest) and
[zeitwerk](https://github.com/fxn/zeitwerk).

Updates `minitest` from 5.21.2 to 5.22.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's
changelog</a>.</em></p>
<blockquote>
<p>=== 5.22.0 / 2024-02-05</p>
<ul>
<li>
<p>1 minor enhancement:</p>
<ul>
<li>Added &quot;did you mean&quot; output if your --name filter matches
nothing. (tenderlove)</li>
</ul>
</li>
<li>
<p>2 bug fixes:</p>
<ul>
<li>Big cleanup of test filtering. Much prettier / more functional.</li>
<li>Fix situation where Assertion#location can't find the location.
(pftg)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/minitest/minitest/commit/6138c39636f02f7d54ec13b4713891ed56308a46"><code>6138c39</code></a>
prepped for release</li>
<li><a
href="https://github.com/minitest/minitest/commit/ebb468c81c0eea069234127bd6a101c84e955872"><code>ebb468c</code></a>
+ Added &quot;did you mean&quot; output if your --name filter matches
nothing. (tenderl...</li>
<li><a
href="https://github.com/minitest/minitest/commit/ef839657fe46ecda4f46a6c0fdc670a361374080"><code>ef83965</code></a>
- Big cleanup of test filtering. Much prettier / more functional.</li>
<li><a
href="https://github.com/minitest/minitest/commit/194a70aaff09cb8dc6132da3e012f47e3854dbb4"><code>194a70a</code></a>
- Fix situation where Assertion#location can't find the location.
(pftg)</li>
<li>See full diff in <a
href="https://github.com/minitest/minitest/compare/v5.21.2...v5.22.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `zeitwerk` from 2.6.12 to 2.6.13
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md">zeitwerk's
changelog</a>.</em></p>
<blockquote>
<h2>2.6.13 (6 february 2024)</h2>
<ul>
<li>
<p>There is a new experimental null inflector that simply returns its
input
unchanged:</p>
<pre lang="ruby"><code>loader.inflector = Zeitwerk::NullInflector.new
</code></pre>
<p>Projects using this inflector are expected to define their constants
in files
and directories with names exactly matching them:</p>
<pre><code>User.rb       -&gt; User
HTMLParser.rb -&gt; HTMLParser
Admin/Role.rb -&gt; Admin::Role
</code></pre>
<p>Please see its
<a
href="https://github.com/fxn/zeitwerk#zeitwerknullinflector">documentation</a>
for
further details.</p>
</li>
<li>
<p>Documentation improvements.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fxn/zeitwerk/commit/0b6477fafda528f01e88a7529128e1f6f955d6ab"><code>0b6477f</code></a>
Ready for 2.6.13</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/0c20583be900e91238081542e3833dfe9be20a1f"><code>0c20583</code></a>
Document null inflector and case-insensitive file systems</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/0f006a878eb5a88835c53fc180584cd09f745250"><code>0f006a8</code></a>
Add test coverage for symlinks and for_gem</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/798ccdbecbb67197ee9befef3f19c0bf93b87561"><code>798ccdb</code></a>
Merge pull request <a
href="https://redirect.github.com/fxn/zeitwerk/issues/286">#286</a> from
m-nakamura145/update-actions-checkout</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/f3cca26dca9f258a149d0de1daccc9f2eeab5cce"><code>f3cca26</code></a>
Bump actions/checkout</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/7daca616ff12f4e8eaf7a36649c4ca78082aa154"><code>7daca61</code></a>
Revise the conceptual translation of for_gem</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/94e83ee90e14eee69a151a7b63e44bb58ade3ba3"><code>94e83ee</code></a>
Delete comment in Kernel#require decoration</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/a7201b3d756f341a1d823cf4e7d34ff623e1b17d"><code>a7201b3</code></a>
Merge pull request <a
href="https://redirect.github.com/fxn/zeitwerk/issues/279">#279</a> from
stevenharman/typo_and_doc_tweeks</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/ff13527ca1fb7b1edcb92852dcec55bd13d257f4"><code>ff13527</code></a>
Fix small typo &amp; clarify some grammar in the docs</li>
<li><a
href="https://github.com/fxn/zeitwerk/commit/b82324bd03375e788f047d5b66fd429f78b4362b"><code>b82324b</code></a>
Merge pull request <a
href="https://redirect.github.com/fxn/zeitwerk/issues/278">#278</a> from
m-nakamura145/update-ci-matrix</li>
<li>Additional commits viewable in <a
href="https://github.com/fxn/zeitwerk/compare/v2.6.12...v2.6.13">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 <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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent fa30b36 commit cd65e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.2)
minitest (5.22.0)
nenv (0.3.0)
net-imap (0.4.10)
date
Expand Down Expand Up @@ -475,7 +475,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down

0 comments on commit cd65e32

Please sign in to comment.