build(deps): bump the gomod group across 1 directory with 4 updates#113
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump the gomod group across 1 directory with 4 updates#113dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the gomod group with 4 updates in the / directory: [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery), [github.com/fatih/color](https://github.com/fatih/color), [github.com/labstack/echo/v4](https://github.com/labstack/echo) and [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils). Updates `github.com/PuerkitoBio/goquery` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](PuerkitoBio/goquery@v1.11.0...v1.12.0) Updates `github.com/fatih/color` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.18.0...v1.19.0) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.1 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.14.0...v4.15.1) Updates `sigs.k8s.io/release-utils` from 0.12.2 to 0.12.3 - [Release notes](https://github.com/kubernetes-sigs/release-utils/releases) - [Commits](kubernetes-sigs/release-utils@v0.12.2...v0.12.3) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/fatih/color dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: sigs.k8s.io/release-utils dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 4 updates in the / directory: github.com/PuerkitoBio/goquery, github.com/fatih/color, github.com/labstack/echo/v4 and sigs.k8s.io/release-utils.
Updates
github.com/PuerkitoBio/goqueryfrom 1.11.0 to 1.12.0Release notes
Sourced from github.com/PuerkitoBio/goquery's releases.
Commits
401642bUpdate readme to prepare for 1.12 releaseafd9326Merge pull request #540 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...f799f78Bump golang.org/x/net from 0.50.0 to 0.52.0805d7b1Update CI to 1.25 and 1.267dc7e64Merge pull request #538 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...3020ebbBump golang.org/x/net from 0.49.0 to 0.50.0ee4bcdbMerge pull request #537 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...f3bc303Bump golang.org/x/net from 0.48.0 to 0.49.00f22828Merge pull request #536 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...68de6a1Bump golang.org/x/net from 0.47.0 to 0.48.0Updates
github.com/fatih/colorfrom 1.18.0 to 1.19.0Release notes
Sourced from github.com/fatih/color's releases.
Commits
ca25f6eMerge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-61205984Bump actions/setup-go from 5 to 65715c20Merge pull request #269 from UnSubble/main2f6e200Merge branch 'main' into mainf72ec94Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6848e633Merge branch 'main' into main4c2cd34Add tests7f812f0Bump actions/checkout from 4 to 6b7fc9f9Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...239a88fBump dominikh/staticcheck-action from 1.3.1 to 1.4.0Updates
github.com/labstack/echo/v4from 4.14.0 to 4.15.1Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
... (truncated)
Commits
6f3a84aMerge pull request #2905 from aldas/v4_crsf_token_fallback24fa4d0CSRF: support older token-based CSRF protection handler that want to render t...482bb46v4.15.0 changelogd0f9d1eCRSF with Sec-Fetch-Site=same-site falls back to legacy tokenf3fc618CRSF with Sec-Fetch-Site checks4dcb9b4licence headerscbc0ac1Add PathParam(Or)/QueryParam(Or)/FormParam(Or) generic functions6b14f4eAdd Context.Get generic functions321530ddisable test - returns different error under Windowsc8abd9fdisable flaky testUpdates
sigs.k8s.io/release-utilsfrom 0.12.2 to 0.12.3Release notes
Sourced from sigs.k8s.io/release-utils's releases.
Commits
97fe534Merge pull request #167 from puerco/bump-ko11254e8Bump ko to 0.18.14399ec1Merge pull request #166 from kubernetes-sigs/dependabot/go_modules/all-a2c59b...1fca68cbuild(deps): bump github.com/sirupsen/logrus in the all group7e56f68Merge pull request #164 from kubernetes-sigs/dependabot/docker/all-711e1845b7be48f19Merge pull request #163 from kubernetes-sigs/dependabot/github_actions/action...f7341a3build(deps): bump golang from 1.25.4 to 1.25.5 in the all groupf74c412build(deps): bump actions/checkout in the actions group7ecd440Merge pull request #162 from kubernetes-sigs/dependabot/go_modules/all-f0625c...f838842build(deps): bump github.com/spf13/cobra in the all groupDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions