Bump sidekiq from 8.0.3 to 8.0.4 #2330

Closed
dependabot[bot] wants to merge 1 commits from dependabot/bundler/sidekiq-8.0.4 into main
dependabot[bot] commented 2025-06-02 15:57:21 +08:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps sidekiq from 8.0.3 to 8.0.4.

Changelog

Sourced from sidekiq's changelog.

8.0.4

  • Adjust Rails integration for various edge cases [6713]
  • Flush job iteration state when an error is raised #6704
  • Update Accept-Language parsing in Web UI #6721
  • Remove fixed-width in Web UI #6686
  • Adjust CSRF middleware ordering #6688
  • Support proxies when POSTing profiles to profiler.firefox.com #6687
  • Dont swallow NoMethodErrors in CurrentAttributes #6685
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 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 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-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sidekiq](https://github.com/sidekiq/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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sidekiq&package-manager=bundler&previous-version=8.0.3&new-version=8.0.4)](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 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 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) </details>
dependabot[bot] commented 2025-06-09 21:54:04 +08:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.