Bump sidekiq-cron from 2.2.0 to 2.3.0 #2261

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/sidekiq-cron-2.3.0 into main 2025-05-20 01:39:41 +08:00
dependabot[bot] commented 2025-05-19 15:44:47 +08:00 (Migrated from github.com)

Bumps sidekiq-cron from 2.2.0 to 2.3.0.

Release notes

Sourced from sidekiq-cron's releases.

v2.3.0

What's Changed

Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0

Changelog

Sourced from sidekiq-cron's changelog.

2.3.0

Commits
  • ff25c54 Prepare new release v2.3.0 🚀 (#559)
  • 3f2a3b6 Update readme to show the correct method name (#558)
  • bcbeba5 Rework namespaces feature (#552)
  • 20e8f24 Fix test-related RuboCop offenses (#555)
  • 8bff226 Fix invalid README.md ruby code snippet (#553)
  • 3ddec96 Fix missing default namespace if namespaces are explicitly provided (#551)
  • de14dbd Load schedule file within sidekiq callback (#550)
  • 2a4e333 Allow for sidekiq embedded configuration (#549)
  • c189162 Fix deprecation warning for using raw params in WEB extension (#547)
  • See full diff in compare view

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)
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ondrejbartas/sidekiq-cron/releases">sidekiq-cron's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <h2>What's Changed</h2> <ul> <li>Fix deprecation warning for using raw <code>params</code> in WEB extension by <a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/547">sidekiq-cron/sidekiq-cron#547</a></li> <li>Allow for sidekiq embedded configuration by <a href="https://github.com/tttffff"><code>@​tttffff</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/549">sidekiq-cron/sidekiq-cron#549</a></li> <li>Load schedule file within sidekiq callback by <a href="https://github.com/tttffff"><code>@​tttffff</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/550">sidekiq-cron/sidekiq-cron#550</a></li> <li>Fix missing default namespace if namespaces are explicitly provided by <a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/551">sidekiq-cron/sidekiq-cron#551</a></li> <li>Fix test-related RuboCop offenses by <a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/555">sidekiq-cron/sidekiq-cron#555</a></li> <li>Rework namespaces feature by <a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/552">sidekiq-cron/sidekiq-cron#552</a></li> <li>Update readme to show the correct method name. by <a href="https://github.com/tttffff"><code>@​tttffff</code></a> in <a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/558">sidekiq-cron/sidekiq-cron#558</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0">https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md">sidekiq-cron's changelog</a>.</em></p> <blockquote> <h2>2.3.0</h2> <ul> <li><strong>WARNING</strong> The default value for <code>available_namespaces</code> has changed from <code>nil</code> to <code>[default_namespace]</code>. Please refer to the <a href="https://github.com/sidekiq-cron/sidekiq-cron/blob/master/README.md#migrating-to-23">migration guide</a> for further details (<a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/552">sidekiq-cron/sidekiq-cron#552</a>)</li> <li>Fix deprecation warning for using raw params in WEB extension (<a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/547">sidekiq-cron/sidekiq-cron#547</a>)</li> <li>Allow for sidekiq embedded configuration (<a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/549">sidekiq-cron/sidekiq-cron#549</a>)</li> <li>Load schedule file within sidekiq callback (<a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/550">sidekiq-cron/sidekiq-cron#550</a>)</li> <li>Fix missing default namespace if namespaces are explicitly provided (<a href="https://redirect.github.com/sidekiq-cron/sidekiq-cron/pull/551">sidekiq-cron/sidekiq-cron#551</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/ff25c54ef2717597d5ea7ebadab3c73ff598a8a2"><code>ff25c54</code></a> Prepare new release v2.3.0 🚀 (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/559">#559</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/3f2a3b6e0c6f79c0d0aac28aa159268c06fb9000"><code>3f2a3b6</code></a> Update readme to show the correct method name (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/558">#558</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/bcbeba5785cdb9dc3ad2edee60f904e99da16b56"><code>bcbeba5</code></a> Rework namespaces feature (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/552">#552</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/20e8f246cbe1d8007b7a99b645f6cecd9d246756"><code>20e8f24</code></a> Fix test-related RuboCop offenses (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/555">#555</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/8bff226a226d0220de2f0751a305587ab2fc0cdb"><code>8bff226</code></a> Fix invalid README.md ruby code snippet (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/553">#553</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/3ddec961f7ebed6aeacc80482206919310627dab"><code>3ddec96</code></a> Fix missing default namespace if namespaces are explicitly provided (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/551">#551</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/de14dbd5626c75ec62ce46c4bb206b62296c9098"><code>de14dbd</code></a> Load schedule file within sidekiq callback (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/550">#550</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/2a4e333a717144be7cd800ef54aa2ed7ed62bfab"><code>2a4e333</code></a> Allow for sidekiq embedded configuration (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/549">#549</a>)</li> <li><a href="https://github.com/sidekiq-cron/sidekiq-cron/commit/c189162aa33876581b3d626a03c1388064e7150d"><code>c189162</code></a> Fix deprecation warning for using raw <code>params</code> in WEB extension (<a href="https://redirect.github.com/ondrejbartas/sidekiq-cron/issues/547">#547</a>)</li> <li>See full diff in <a href="https://github.com/ondrejbartas/sidekiq-cron/compare/v2.2.0...v2.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sidekiq-cron&package-manager=bundler&previous-version=2.2.0&new-version=2.3.0)](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>
Sign in to join this conversation.