Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/go-co-op/gocron from 1.35.0 to 1.35.3 (#671
) Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.35.0 to 1.35.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p> <blockquote> <h2>v1.35.3</h2> <h2>What's Changed</h2> <ul> <li>main branch renamed to v1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/593">#593</a>) by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/594">go-co-op/gocron#594</a></li> <li>fix: set multi-weekdays bug about issue-590 by <a href="https://github.com/XiXiangFiles"><code>@XiXiangFiles</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/592">go-co-op/gocron#592</a></li> <li>Avoid allocations with <code>(*regexp.Regexp).MatchString</code> by <a href="https://github.com/Juneezee"><code>@Juneezee</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/602">go-co-op/gocron#602</a></li> <li>Bump github.com/google/uuid from 1.3.1 to 1.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/604">go-co-op/gocron#604</a></li> <li>fix(scheduler): ensure negative intervals given to <code>Every</code> return an immediate error <a href="https://redirect.github.com/go-co-op/gocron/issues/600">#600</a> by <a href="https://github.com/husam-e"><code>@husam-e</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/603">go-co-op/gocron#603</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Juneezee"><code>@Juneezee</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/602">go-co-op/gocron#602</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3">https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3</a></p> <h2>v1.35.2</h2> <h2>What's Changed</h2> <ul> <li>Revert "fix: setting weeks interval greater than 1 with a weekday, scheduling too early by <a href="https://github.com/XiXiangFiles"><code>@XiXiangFiles</code></a>" by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/591">go-co-op/gocron#591</a> <ul> <li>This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2">https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2</a></p> <h2>v1.35.1</h2> <h2>What's Changed</h2> <ul> <li>fix: setting weeks interval greater than 1 with a weekday, scheduling too early by <a href="https://github.com/XiXiangFiles"><code>@XiXiangFiles</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/588">go-co-op/gocron#588</a></li> <li>fix concurrent access to jobs map by <a href="https://github.com/JohnRoesler"><code>@JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/589">go-co-op/gocron#589</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/XiXiangFiles"><code>@XiXiangFiles</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/588">go-co-op/gocron#588</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1">https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-co-op/gocron/commit/9993f76735d8960fb302c659cd392d6f1d26452f"><code>9993f76</code></a> fix(scheduler): ensure negative intervals given to <code>Every</code> return an immediat...</li> <li><a href="https://github.com/go-co-op/gocron/commit/912b4a71cd3f2a663bb5227bde3cdb4b69ac6070"><code>912b4a7</code></a> Bump github.com/google/uuid from 1.3.1 to 1.4.0 (<a href="https://redirect.github.com/go-co-op/gocron/issues/604">#604</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/12cfd7aaea743d105cbd350919748b02ed14af51"><code>12cfd7a</code></a> Avoid allocations with <code>(*regexp.Regexp).MatchString</code> (<a href="https://redirect.github.com/go-co-op/gocron/issues/602">#602</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/93a954c26fbe721c6a6e96203530caf0a6aae054"><code>93a954c</code></a> Update FUNDING.yml</li> <li><a href="https://github.com/go-co-op/gocron/commit/5f95210255ef0158acc4f1d6f187ee7332660130"><code>5f95210</code></a> fix: set multi-weekdays bug about issue-590 (<a href="https://redirect.github.com/go-co-op/gocron/issues/592">#592</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/cda6e1ca8b6d1487c8ac9b5804fc6868833041a9"><code>cda6e1c</code></a> main branch renamed to v1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/593">#593</a>) (<a href="https://redirect.github.com/go-co-op/gocron/issues/594">#594</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/0f6d92638abd8498fd5412d3d9fb1ba301da3769"><code>0f6d926</code></a> Revert "fix: scheduler error when using every() func not following setting pr...</li> <li><a href="https://github.com/go-co-op/gocron/commit/e287edfdcd6011808bff6999b5518264ec0dabb9"><code>e287edf</code></a> fix concurrent access to jobs map (<a href="https://redirect.github.com/go-co-op/gocron/issues/589">#589</a>)</li> <li><a href="https://github.com/go-co-op/gocron/commit/207a7135661ea3a95d190e3e2454d8845311e289"><code>207a713</code></a> fix: scheduler error when using every() func not following setting problem (#...</li> <li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.3">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.35.0&new-version=1.35.3)](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>
- Loading branch information