Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit af84420

Browse files
Bump github.com/adhocore/gronx from 1.7.0 to 1.8.1 (#7578)
Bumps [github.com/adhocore/gronx](https://github.com/adhocore/gronx) from 1.7.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adhocore/gronx/releases">github.com/adhocore/gronx's releases</a>.</em></p> <blockquote> <h2>Version v1.8.1</h2> <h2>What's Changed</h2> <ul> <li>Ctrl+C does not wait when tasker <strong>binary</strong> is running as daemon by <a href="https://github.com/adhocore"><code>@​adhocore</code></a> in <a href="https://redirect.github.com/adhocore/gronx/pull/41">adhocore/gronx#41</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/adhocore/gronx/compare/v1.8.0...v1.8.1">https://github.com/adhocore/gronx/compare/v1.8.0...v1.8.1</a></p> <h2>Version v1.8.0 (DOM/DOW intersection/union, Fix iteration order for next/prev)</h2> <h2>What's Changed</h2> <ul> <li>Fix bump segments iteration order and day of month/week intersection/union handling by <a href="https://github.com/codenem"><code>@​codenem</code></a> in <a href="https://redirect.github.com/adhocore/gronx/pull/35">adhocore/gronx#35</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/codenem"><code>@​codenem</code></a> made their first contribution in <a href="https://redirect.github.com/adhocore/gronx/pull/35">adhocore/gronx#35</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/adhocore/gronx/compare/v1.7.0...v1.8.0">https://github.com/adhocore/gronx/compare/v1.7.0...v1.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adhocore/gronx/commit/b2e2c14e8723f0c1236b32cc7be45f323a8fd59f"><code>b2e2c14</code></a> test: update tests</li> <li><a href="https://github.com/adhocore/gronx/commit/0bde39ab526c193a2ff52125b35e5e02c399aa42"><code>0bde39a</code></a> fix(tasker): support everysecond tag, run exec.Cmd with own pgid</li> <li><a href="https://github.com/adhocore/gronx/commit/1d16ec1a47fd422fc23a1d93fbe4a97b850019b3"><code>1d16ec1</code></a> refactor(next): move bumpReverse to prev.go</li> <li><a href="https://github.com/adhocore/gronx/commit/5b1f7419974f73a087c3bc510bbd1ac3fb5e2022"><code>5b1f741</code></a> refactor(gronx): New gives pointer, use global checker for validity</li> <li><a href="https://github.com/adhocore/gronx/commit/a3c4721d4c5707ed28c5cd0538a35d30432b98c3"><code>a3c4721</code></a> chore: add AddTag comment</li> <li><a href="https://github.com/adhocore/gronx/commit/f720d7e84271741766210da00ce1972f15cfbc18"><code>f720d7e</code></a> refactor: split bump and rework intersect variable assignment</li> <li><a href="https://github.com/adhocore/gronx/commit/745b4485c462c723fe21c8c5a937bd3b7c51e098"><code>745b448</code></a> test: add test cases</li> <li><a href="https://github.com/adhocore/gronx/commit/57d49c252de58bba905c82a9cb8f21ed0313ce95"><code>57d49c2</code></a> refactor(validator): remove unreachable return statement</li> <li><a href="https://github.com/adhocore/gronx/commit/f122d50c773d13c12a0b79483686ace28c826ac5"><code>f122d50</code></a> fix(next,gronx): day of week / day of month can be intersection or union</li> <li><a href="https://github.com/adhocore/gronx/commit/1d36e13717c81ef68c1236b308c3838ce48eaf02"><code>1d36e13</code></a> fix(validator): months do not start from 0</li> <li>Additional commits viewable in <a href="https://github.com/adhocore/gronx/compare/v1.7.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/adhocore/gronx&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ae2720 commit af84420

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
carvel.dev/vendir v0.40.0
1010
github.com/DATA-DOG/go-sqlmock v1.5.2
1111
github.com/Masterminds/semver/v3 v3.2.1
12-
github.com/adhocore/gronx v1.7.0
12+
github.com/adhocore/gronx v1.8.1
1313
github.com/ahmetb/go-linq/v3 v3.2.0
1414
github.com/bufbuild/connect-go v1.10.0
1515
github.com/bufbuild/connect-grpchealth-go v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5
8383
github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=
8484
github.com/Microsoft/hcsshim v0.11.4/go.mod h1:smjE4dvqPX9Zldna+t5FG3rnoHhaB7QYxPRqGcpAD9w=
8585
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
86-
github.com/adhocore/gronx v1.7.0 h1:J4+OUsKY9u61nBtaoZs6AZkDCMOvc1Y4jgopxX7HtZg=
87-
github.com/adhocore/gronx v1.7.0/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg=
86+
github.com/adhocore/gronx v1.8.1 h1:F2mLTG5sB11z7vplwD4iydz3YCEjstSfYmCrdSm3t6A=
87+
github.com/adhocore/gronx v1.8.1/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg=
8888
github.com/ahmetb/go-linq/v3 v3.2.0 h1:BEuMfp+b59io8g5wYzNoFe9pWPalRklhlhbiU3hYZDE=
8989
github.com/ahmetb/go-linq/v3 v3.2.0/go.mod h1:haQ3JfOeWK8HpVxMtHHEMPVgBKiYyQ+f1/kLZh/cj9U=
9090
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)