Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the gomod-update group across 1 directory with 3 updates #115

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2025

Bumps the gomod-update group with 3 updates in the / directory: github.com/spf13/viper, github.com/wissance/stringFormatter and google.golang.org/api.

Updates github.com/spf13/viper from 1.20.0 to 1.20.1

Release notes

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

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

Commits
  • 9568cfc fix: config type check when loading any config
  • fd05140 fix(config): get config type from v.configType or config file ext
  • See full diff in compare view

Updates github.com/wissance/stringFormatter from 1.3.0 to 1.4.1

Release notes

Sourced from github.com/wissance/stringFormatter's releases.

Release v1.4.1

Finally we could pass typed slice ([]int, []string, []float64 and other standard typs) not only []any{} if Format and FormatComplex methods with {0:L} format specifier and typed is rather fast (see picture below): image

Release v1.4.0

Added:

  1. Utility function SliceToString that allows to convert string of any type and mixed items into string with selectable separator between them
  2. L format option to add slices in formatting string i.e. "This is a list(slice) test: {0:L-}", with the slice []any{"s1", "s2", "s3"} produces the following line This is a list(slice) test: s1-s2-s3 . Such option available in both Format and FormatComplex methods
  3. According to benchmark tests formatting slice via sf from 50 to 250 percent faster then with fmt slice2str_benchmarks
Commits

Updates google.golang.org/api from 0.226.0 to 0.228.0

Release notes

Sourced from google.golang.org/api's releases.

v0.228.0

0.228.0 (2025-03-25)

Features

Bug Fixes

  • googleapi: Add JSON array support to CheckResponseWithBody (#3075) (ffcba91)

v0.227.0

0.227.0 (2025-03-19)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.228.0 (2025-03-25)

Features

Bug Fixes

  • googleapi: Add JSON array support to CheckResponseWithBody (#3075) (ffcba91)

0.227.0 (2025-03-19)

Features

Commits

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 <dependency name> major version will 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 version will 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

…dates

Bumps the gomod-update group with 3 updates in the / directory: [github.com/spf13/viper](https://github.com/spf13/viper), [github.com/wissance/stringFormatter](https://github.com/wissance/stringFormatter) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/spf13/viper` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.20.0...v1.20.1)

Updates `github.com/wissance/stringFormatter` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/wissance/stringFormatter/releases)
- [Commits](Wissance/stringFormatter@v1.3.0...v1.4.1)

Updates `google.golang.org/api` from 0.226.0 to 0.228.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.226.0...v0.228.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/wissance/stringFormatter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 30, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 14154487935

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 4.808%

Totals Coverage Status
Change from base Build 14116042472: 0.0%
Covered Lines: 203
Relevant Lines: 4222

💛 - Coveralls

@franklinkim franklinkim merged commit e7967d1 into main Mar 31, 2025
2 of 3 checks passed
@franklinkim franklinkim deleted the dependabot/go_modules/gomod-update-6182f5bb77 branch March 31, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants