Commit 1c504fe
authored
Build(deps): Bump sidekiq from 7.3.7 to 7.3.8 (#739)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.7 to 7.3.8.
<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>7.3.8</h2>
<ul>
<li>Fix dead tag links <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6554">#6554</a></li>
<li>Massive Web UI performance improvement, some pages up to 15x faster
<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6555">#6555</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/71fbcd82fbbc7db6db83e21e58879ebb6ad35d18"><code>71fbcd8</code></a>
Use File::NULL</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/9e1810a66304f9e8f98d81a6d542ebd04ff14ad7"><code>9e1810a</code></a>
Revert "Adjust batch pagination, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6577">#6577</a>"</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/1528704a4543cd9ce3ab57002a5dbb7706112b1c"><code>1528704</code></a>
Revert "remove bad merge contents"</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/6bd2e2bab60c60f0e243125231cff3a52407006f"><code>6bd2e2b</code></a>
remove bad merge contents</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d927e77d3269c3ff41b81850b9738fa7d06a34a4"><code>d927e77</code></a>
Adjust batch pagination, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6577">#6577</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/4203f28b7e3468dff5742a745a42cf344830ad52"><code>4203f28</code></a>
Preload AJ adapter so we can always find S::AJ::Wrapper base class</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/4635012e160ed1760e3f0dafb00ed27dc6d3849a"><code>4635012</code></a>
remove broken type cache</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/69b72231ae148966187bd788c7cfd3d828efe1b5"><code>69b7223</code></a>
changes</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/ad341579fb4e3f4505f89f40b5b824da9f005c8b"><code>ad34157</code></a>
Web UI Tuning (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6555">#6555</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/8d550722c3c990c21ee0b426c48f5acdde7498b2"><code>8d55072</code></a>
bump</li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v7.3.7...v7.3.8">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 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>2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
| 614 | + | |
| 615 | + | |
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
| |||
737 | 738 | | |
738 | 739 | | |
739 | 740 | | |
740 | | - | |
| 741 | + | |
741 | 742 | | |
742 | 743 | | |
743 | 744 | | |
| |||
0 commit comments