⬆️ Bump the gomod-deps group across 1 directory with 5 updates#633
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
⬆️ Bump the gomod-deps group across 1 directory with 5 updates#633dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the gomod-deps group with 4 updates in the / directory: [github.com/arran4/golang-ical](https://github.com/arran4/golang-ical), [github.com/labstack/echo-contrib](https://github.com/labstack/echo-contrib), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `github.com/arran4/golang-ical` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/arran4/golang-ical/releases) - [Commits](arran4/golang-ical@v0.3.2...v0.3.3) Updates `github.com/labstack/echo-contrib` from 0.17.4 to 0.50.1 - [Release notes](https://github.com/labstack/echo-contrib/releases) - [Commits](labstack/echo-contrib@v0.17.4...v0.50.1) Updates `github.com/labstack/echo/v4` from 4.14.0 to 4.15.0 - [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.0) Updates `golang.org/x/oauth2` from 0.34.0 to 0.35.0 - [Commits](golang/oauth2@v0.34.0...v0.35.0) Updates `google.golang.org/api` from 0.258.0 to 0.269.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.258.0...v0.269.0) --- updated-dependencies: - dependency-name: github.com/arran4/golang-ical dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-deps - dependency-name: github.com/labstack/echo-contrib dependency-version: 0.50.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: golang.org/x/oauth2 dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: google.golang.org/api dependency-version: 0.269.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1c8e33c to
30b169b
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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-deps group with 4 updates in the / directory: github.com/arran4/golang-ical, github.com/labstack/echo-contrib, golang.org/x/oauth2 and google.golang.org/api.
Updates
github.com/arran4/golang-icalfrom 0.3.2 to 0.3.3Release notes
Sourced from github.com/arran4/golang-ical's releases.
Commits
3cef482Merge pull request #124 from edds/allow-properties-after-componentse117db9Fix tests for WithUnknownPropertyHandler migrationb55b780Update tests to use new unknown property handler8d5c561Use of fallback call back functions via a type switched varidict arg effectiv...e44e014Merge pull request #125 from arran4/refactor-setgeo-generics-6807043029383642851c14752eMerge branch 'master' into refactor-setgeo-generics-680704302938364285132ee934Merge pull request #128 from arran4/fix-ci-macos-runner-2346303038533016701a9d94afMerge branch 'master' into fix-ci-macos-runner-23463030385330167018179c01Refactor SetGeo to use generics7a2a790Merge pull request #127 from arran4/parse-component-switch-types-470948247571...Updates
github.com/labstack/echo-contribfrom 0.17.4 to 0.50.1Release notes
Sourced from github.com/labstack/echo-contrib's releases.
Commits
10a7ed0Update deps6d55282Retract v0.50.0 release6c28e2bUpdate deps (#139)109512bUpdate deps (last one did not update to latest) (#132)Updates
github.com/labstack/echo/v4from 4.14.0 to 4.15.0Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
... (truncated)
Commits
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 test9fe43f7fix Rate limiter disallows fractional rates1b5122adocument things to reduce false positivesUpdates
golang.org/x/oauth2from 0.34.0 to 0.35.0Commits
89ff2e1google: add safer credentials JSON loading options.Updates
google.golang.org/apifrom 0.258.0 to 0.269.0Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
312ac01chore(main): release 0.268.1 (#3513)7565f1cfeat(all): auto-regenerate discovery clients (#3512)2a249cefix(generator): handle preview version pkg name (#3511)26ea889chore(all): update all (#3498)5b078d9chore(main): release 0.268.0 (#3503)20c1e0ffeat(all): auto-regenerate discovery clients (#3509)20fbcc1feat(all): auto-regenerate discovery clients (#3508)e9015ccfeat(all): auto-regenerate discovery clients (#3507)cc5baecfeat: update to go 1.26 (#3504)cda923afeat(all): auto-regenerate discovery clients (#3506)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 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