Bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the /_examples/configuration/viper directory: github.com/go-viper/mapstructure/v2. Bumps the go_modules group with 1 update in the /_examples/graphql/schema-first directory: github.com/go-viper/mapstructure/v2.
Updates github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0
Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
v2.4.0
What's Changed
- refactor: replace interface{} with any by
@sagikazarmarkin go-viper/mapstructure#115- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by
@dependabot[bot] in go-viper/mapstructure#114- Generic tests by
@sagikazarmarkin go-viper/mapstructure#118- Fix godoc reference link in README.md by
@peczenyjin go-viper/mapstructure#107- feat: add StringToTimeLocationHookFunc to convert strings to *time.Location by
@ErfanMomeniiiin go-viper/mapstructure#117- feat: add back previous StringToSlice as a weak function by
@sagikazarmarkin go-viper/mapstructure#119New Contributors
@ErfanMomeniiimade their first contribution in go-viper/mapstructure#117Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
@dependabotin go-viper/mapstructure#46- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabotin go-viper/mapstructure#47- [enhancement] Add check for
reflect.ValueinComposeDecodeHookFuncby@mahadzaryab1in go-viper/mapstructure#52- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by
@dependabotin go-viper/mapstructure#51- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by
@dependabotin go-viper/mapstructure#50- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by
@dependabotin go-viper/mapstructure#55- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by
@dependabotin go-viper/mapstructure#58- ci: add Go 1.24 to the test matrix by
@sagikazarmarkin go-viper/mapstructure#74- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by
@dependabotin go-viper/mapstructure#72- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
@dependabotin go-viper/mapstructure#76- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by
@dependabotin go-viper/mapstructure#78- feat: add decode hook for netip.Prefix by
@tklauserin go-viper/mapstructure#85- Updates by
@sagikazarmarkin go-viper/mapstructure#86- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabotin go-viper/mapstructure#87- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabotin go-viper/mapstructure#93- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabotin go-viper/mapstructure#92- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by
@dependabotin go-viper/mapstructure#97- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin go-viper/mapstructure#96- Update README.md by
@peczenyjin go-viper/mapstructure#90- Add omitzero tag. by
@Crystalix007in go-viper/mapstructure#98- Use error structs instead of duplicated strings by
@m1k1oin go-viper/mapstructure#102- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by
@dependabotin go-viper/mapstructure#101- feat: add common error interface by
@sagikazarmarkin go-viper/mapstructure#105- update linter by
@sagikazarmarkin go-viper/mapstructure#106- Feature allow unset pointer by
@rostislavedin go-viper/mapstructure#80New Contributors
@tklausermade their first contribution in go-viper/mapstructure#85@peczenyjmade their first contribution in go-viper/mapstructure#90@Crystalix007made their first contribution in go-viper/mapstructure#98@rostislavedmade their first contribution in go-viper/mapstructure#80Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0
Commits
b9794a5Merge pull request #119 from go-viper/string-to-weak-slice17cdcb0feat: add back previous StringToSlice as a weak function3caca36Merge pull request #117 from ErfanMomeniii/main9a861bcMerge pull request #107 from peczenyj/patch-286ed5b5refactor: updateace5b4echore: add interface any linter1a4f1aeMerge pull request #118 from go-viper/generic-testsa268909fix: lint17f1fd4test: add more commentsb48c856test: expand tests- Additional commits viewable in compare view
Updates github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0
Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
v2.4.0
What's Changed
- refactor: replace interface{} with any by
@sagikazarmarkin go-viper/mapstructure#115- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by
@dependabot[bot] in go-viper/mapstructure#114- Generic tests by
@sagikazarmarkin go-viper/mapstructure#118- Fix godoc reference link in README.md by
@peczenyjin go-viper/mapstructure#107- feat: add StringToTimeLocationHookFunc to convert strings to *time.Location by
@ErfanMomeniiiin go-viper/mapstructure#117- feat: add back previous StringToSlice as a weak function by
@sagikazarmarkin go-viper/mapstructure#119New Contributors
@ErfanMomeniiimade their first contribution in go-viper/mapstructure#117Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
@dependabotin go-viper/mapstructure#46- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
@dependabotin go-viper/mapstructure#47- [enhancement] Add check for
reflect.ValueinComposeDecodeHookFuncby@mahadzaryab1in go-viper/mapstructure#52- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by
@dependabotin go-viper/mapstructure#51- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by
@dependabotin go-viper/mapstructure#50- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by
@dependabotin go-viper/mapstructure#55- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by
@dependabotin go-viper/mapstructure#58- ci: add Go 1.24 to the test matrix by
@sagikazarmarkin go-viper/mapstructure#74- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by
@dependabotin go-viper/mapstructure#72- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
@dependabotin go-viper/mapstructure#76- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by
@dependabotin go-viper/mapstructure#78- feat: add decode hook for netip.Prefix by
@tklauserin go-viper/mapstructure#85- Updates by
@sagikazarmarkin go-viper/mapstructure#86- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabotin go-viper/mapstructure#87- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabotin go-viper/mapstructure#93- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabotin go-viper/mapstructure#92- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by
@dependabotin go-viper/mapstructure#97- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabotin go-viper/mapstructure#96- Update README.md by
@peczenyjin go-viper/mapstructure#90- Add omitzero tag. by
@Crystalix007in go-viper/mapstructure#98- Use error structs instead of duplicated strings by
@m1k1oin go-viper/mapstructure#102- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by
@dependabotin go-viper/mapstructure#101- feat: add common error interface by
@sagikazarmarkin go-viper/mapstructure#105- update linter by
@sagikazarmarkin go-viper/mapstructure#106- Feature allow unset pointer by
@rostislavedin go-viper/mapstructure#80New Contributors
@tklausermade their first contribution in go-viper/mapstructure#85@peczenyjmade their first contribution in go-viper/mapstructure#90@Crystalix007made their first contribution in go-viper/mapstructure#98@rostislavedmade their first contribution in go-viper/mapstructure#80Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0
Commits
b9794a5Merge pull request #119 from go-viper/string-to-weak-slice17cdcb0feat: add back previous StringToSlice as a weak function3caca36Merge pull request #117 from ErfanMomeniii/main9a861bcMerge pull request #107 from peczenyj/patch-286ed5b5refactor: updateace5b4echore: add interface any linter1a4f1aeMerge pull request #118 from go-viper/generic-testsa268909fix: lint17f1fd4test: add more commentsb48c856test: expand tests- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.