[PR #938] [MERGED] Bump github.com/spf13/cast from 1.5.1 to 1.7.0 #932

Closed
opened 2026-03-02 06:10:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/938
Author: @dependabot[bot]
Created: 10/26/2024
Status: Merged
Merged: 10/29/2024
Merged by: @kamikazechaser

Base: masterHead: dependabot/go_modules/github.com/spf13/cast-1.7.0


📝 Commits (1)

  • 6cd07bc Bump github.com/spf13/cast from 1.5.1 to 1.7.0

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -4)

📄 Description

⚠️ 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 github.com/spf13/cast from 1.5.1 to 1.7.0.

Release notes

Sourced from github.com/spf13/cast's releases.

v1.7.0

What's Changed

Full Changelog: https://github.com/spf13/cast/compare/v1.6.0...v1.7.0

v1.6.0

What's Changed

Full Changelog: https://github.com/spf13/cast/compare/v1.5.1...v1.6.0

Commits
  • 6e0c3ab Support some commonly used Float64 interfaces
  • 6c5f3fc github: Bump versions
  • 48ddde5 Bump Go version in go.mod to 1.19
  • b09a6f8 deps: update to github.com/frankban/quicktest v1.14.6
  • 268227c github: Replace the test workflow with the one used in Afero
  • e9ba3ce Merge pull request #190 from spf13/updates
  • 9d37e3a ci: fix dependabot config
  • a441ac7 ci: pin actions versions, fix checkout order
  • 9c5e91d docs: update badges
  • c49a664 ci: rename ci.yml to ci.yaml
  • Additional commits viewable 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/938 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/spf13/cast-1.7.0` --- ### 📝 Commits (1) - [`6cd07bc`](https://github.com/hibiken/asynq/commit/6cd07bc235ec01eb9771b1ed935679dc5d6c04e7) Bump github.com/spf13/cast from 1.5.1 to 1.7.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -4) </details> ### 📄 Description [//]: # (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 [github.com/spf13/cast](https://github.com/spf13/cast) from 1.5.1 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cast/releases">github.com/spf13/cast's releases</a>.</em></p> <blockquote> <h2>v1.7.0</h2> <h2>What's Changed</h2> <ul> <li>Misc improvements by <a href="https://github.com/bep"><code>@​bep</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/221">spf13/cast#221</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cast/compare/v1.6.0...v1.7.0">https://github.com/spf13/cast/compare/v1.6.0...v1.7.0</a></p> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/setup-go from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/180">spf13/cast#180</a></li> <li>Bump github.com/frankban/quicktest from 1.14.4 to 1.14.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/185">spf13/cast#185</a></li> <li>Updates by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/190">spf13/cast#190</a></li> <li>deps/update20231128 by <a href="https://github.com/bep"><code>@​bep</code></a> in <a href="https://redirect.github.com/spf13/cast/pull/205">spf13/cast#205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cast/compare/v1.5.1...v1.6.0">https://github.com/spf13/cast/compare/v1.5.1...v1.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cast/commit/6e0c3abdfe6a2d4df3c91ebf847f984c78eeba25"><code>6e0c3ab</code></a> Support some commonly used Float64 interfaces</li> <li><a href="https://github.com/spf13/cast/commit/6c5f3fcc57021ee456bf05950b8873ddce320776"><code>6c5f3fc</code></a> github: Bump versions</li> <li><a href="https://github.com/spf13/cast/commit/48ddde5701366ade1d3aba346e09bb58430d37c6"><code>48ddde5</code></a> Bump Go version in go.mod to 1.19</li> <li><a href="https://github.com/spf13/cast/commit/b09a6f848f3307169a850e0e7aba3f8d8f968f3f"><code>b09a6f8</code></a> deps: update to github.com/frankban/quicktest v1.14.6</li> <li><a href="https://github.com/spf13/cast/commit/268227c9f7c9caa4c227c4001aaffbd14523b490"><code>268227c</code></a> github: Replace the test workflow with the one used in Afero</li> <li><a href="https://github.com/spf13/cast/commit/e9ba3ce83919192b29c67da5bec158ce024fdcdb"><code>e9ba3ce</code></a> Merge pull request <a href="https://redirect.github.com/spf13/cast/issues/190">#190</a> from spf13/updates</li> <li><a href="https://github.com/spf13/cast/commit/9d37e3a907a640b82bdc982a6552dcf75585ec9d"><code>9d37e3a</code></a> ci: fix dependabot config</li> <li><a href="https://github.com/spf13/cast/commit/a441ac7fbeff168d44482441383651d69e470195"><code>a441ac7</code></a> ci: pin actions versions, fix checkout order</li> <li><a href="https://github.com/spf13/cast/commit/9c5e91d8042c506f0af7b62e9272d1ff699f55d6"><code>9c5e91d</code></a> docs: update badges</li> <li><a href="https://github.com/spf13/cast/commit/c49a664d4bcb3fb4d771565b836e205609b14e18"><code>c49a664</code></a> ci: rename ci.yml to ci.yaml</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cast/compare/v1.5.1...v1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cast&package-manager=go_modules&previous-version=1.5.1&new-version=1.7.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#932
No description provided.