This repository was archived by the owner on Oct 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 174fb75
authored
Bump the minor-updates group with 2 updates (#411)
Bumps the minor-updates group with 2 updates:
[sidekiq](https://github.com/sidekiq/sidekiq) and
[rubocop](https://github.com/rubocop/rubocop).
Updates `sidekiq` from 8.0.3 to 8.0.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.4</h2>
<ul>
<li>Adjust Rails integration for various edge cases [6713]</li>
<li>Flush job iteration state when an error is raised <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6704">#6704</a></li>
<li>Update Accept-Language parsing in Web UI <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6721">#6721</a></li>
<li>Remove fixed-width in Web UI <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6686">#6686</a></li>
<li>Adjust CSRF middleware ordering <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6688">#6688</a></li>
<li>Support proxies when POSTing profiles to profiler.firefox.com <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6687">#6687</a></li>
<li>Dont swallow NoMethodErrors in CurrentAttributes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6685">#6685</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/aee9da68706536fcacbaad069794644f027c3278"><code>aee9da6</code></a>
update changes</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/772bd519deb0582d45ad3c59a028cc9275d7c617"><code>772bd51</code></a>
Update /stats to be storage name independent, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6723">#6723</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/5a7ee5c8972bc141a572a4a70dc43aba13a3ff53"><code>5a7ee5c</code></a>
fix: We should load rails if rails engine is defined for rspec (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6713">#6713</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/5a38c38b4bb245cf5df210b28ebdc7e90d148998"><code>5a38c38</code></a>
Update Accept-Language header locale matching (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6721">#6721</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/4d805754d82f33522db68e5c6dee22b0e73a7ef5"><code>4d80575</code></a>
word wrap code snippets, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6716">sidekiq/sidekiq#6716</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/e5ba0ec77552d7d02152a38cb448608686fcb07a"><code>e5ba0ec</code></a>
Flush iterable cursor when exception raised (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6704">#6704</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/8455e42c2edab88c5bdf9e14ea37d0842f2ca6f0"><code>8455e42</code></a>
fix name, links</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/e2231e0c5610fec25b1cc94918332a55aa9bb2cf"><code>e2231e0</code></a>
Add upgrade notes for ent 8, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6699">#6699</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/b647e3adfe28be3bdefd90aabc345eeb46202591"><code>b647e3a</code></a>
Only require what is necessary from <code>cgi</code> (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6702">#6702</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/ce7fb694ff6243d9a57847a9cc82e6cd3687ed3b"><code>ce7fb69</code></a>
Remove fixed width in Web UI, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6686">#6686</a></li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v8.0.3...v8.0.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop` from 1.75.7 to 1.75.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop v1.75.8</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14191">#14191</a>:
Fix <code>Lint/FloatComparison</code> cop to detect floating-point
number comparisons in <code>case</code> statements. (<a
href="https://github.com/daisuke"><code>@daisuke</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14209">#14209</a>:
Fix an error for <code>Style/RedundantFormat</code> with invalid format
arguments. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14200">#14200</a>:
Fix false positives for <code>Style/DefWithParentheses</code> when using
endless method definition with empty parentheses and a space before
<code>=</code>. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14197">#14197</a>:
Fix infinite loop error for <code>EnforcedStyle:
with_fixed_indentation</code> of <code>Layout/ArgumentAlignment</code>
and <code>EnforcedStyle: consistent</code> of
<code>Layout/FirstArgumentIndentation</code> and
<code>Layout/HashAlignment</code>. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14204">#14204</a>:
Fix <code>Layout/EmptyLinesAroundAccessModifier</code> cop error on
trailing access modifier. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14198">#14198</a>:
Fix <code>Lint/DuplicateMethods</code> cop error on <code>to</code>
option is dynamically generated and <code>prefix</code> is enabled. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14199">#14199</a>:
Fix wrong autocorrection for <code>Style/MapToHash</code> with
destructuring argument. (<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14050">#14050</a>:
Modify condition for <code>rubocop:todo</code> EOL comment. (<a
href="https://github.com/jonas054"><code>@jonas054</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.75.8 (2025-05-28)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14191">#14191</a>:
Fix <code>Lint/FloatComparison</code> cop to detect floating-point
number comparisons in <code>case</code> statements. ([<a
href="https://github.com/daisuke"><code>@daisuke</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14209">#14209</a>:
Fix an error for <code>Style/RedundantFormat</code> with invalid format
arguments. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14200">#14200</a>:
Fix false positives for <code>Style/DefWithParentheses</code> when using
endless method definition with empty parentheses and a space before
<code>=</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14197">#14197</a>:
Fix infinite loop error for <code>EnforcedStyle:
with_fixed_indentation</code> of <code>Layout/ArgumentAlignment</code>
and <code>EnforcedStyle: consistent</code> of
<code>Layout/FirstArgumentIndentation</code> and
<code>Layout/HashAlignment</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14204">#14204</a>:
Fix <code>Layout/EmptyLinesAroundAccessModifier</code> cop error on
trailing access modifier. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14198">#14198</a>:
Fix <code>Lint/DuplicateMethods</code> cop error on <code>to</code>
option is dynamically generated and <code>prefix</code> is enabled. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14199">#14199</a>:
Fix wrong autocorrection for <code>Style/MapToHash</code> with
destructuring argument. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14050">#14050</a>:
Modify condition for <code>rubocop:todo</code> EOL comment. ([<a
href="https://github.com/jonas054"><code>@jonas054</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/38333dcec9987d31e4f0d18a1938237cc8aa8c4a"><code>38333dc</code></a>
Cut 1.75.8</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6649f393028c9aa9d4ced7cc5c2bbb4e57f6eaed"><code>6649f39</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/cfb07167bf41bb1d3bc80a14cc51ba5dffcb5bc9"><code>cfb0716</code></a>
Fix wrong autocorrection for Style/MapToHash with destructuring
argument</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/81aab639f3ab34f96854b341541ac3fb8b9af304"><code>81aab63</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14197">#14197</a>]
Fix infinite loop error for
<code>Layout/FirstArgumentIndentation</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/0258e0bddd0b45410ae088af85e99553542f82b2"><code>0258e0b</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13194">#13194</a>]
Detect case statement in FloatComparison (<a
href="https://redirect.github.com/rubocop/rubocop/issues/14191">#14191</a>)</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/fb36825de92c31004f215850aa583c581365f0f4"><code>fb36825</code></a>
Fix an error for <code>Style/RedundantFormat</code> with invalid format
arguments</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/c72ae6d9f864800e715d10fd57c21e1ff193c2f9"><code>c72ae6d</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14208">#14208</a>
from Earlopain/better-debug-errors</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/b3a47ca5f2f84aa862ff108cab56c5af88b8111c"><code>b3a47ca</code></a>
Show better message on error with --debug</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/080c90965bb48c781d0d33032a8e74bcc12b227d"><code>080c909</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14050">#14050</a>]
Modify condition for EOL comment</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/cdda4b27d6473f7e519f8baa570102933b115e2c"><code>cdda4b2</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14203">#14203</a>
from viralpraxis/fix-codespell-rake-task-when-not-f...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.75.7...v1.75.8">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4fa838e commit 174fb75Copy full SHA for 174fb75
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
0 commit comments