indykite / neo4j-graph-tool-core

Apache License 2.0
0 stars 0 forks source link

chore(deps): update everything #232

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Masterminds/semver/v3 v3.2.1 -> v3.3.0 age adoption passing confidence
github.com/goccy/go-json v0.10.2 -> v0.10.3 age adoption passing confidence
github.com/neo4j/neo4j-go-driver/v5 v5.20.0 -> v5.24.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 v2.17.3 -> v2.20.2 age adoption passing confidence
github.com/onsi/gomega v1.33.1 -> v1.34.2 age adoption passing confidence
github.com/spf13/viper v1.18.2 -> v1.19.0 age adoption passing confidence
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence
golang.org/x/text v0.15.0 -> v0.18.0 age adoption passing confidence

Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3) ### [`v3.3.0`](https://redirect.github.com/Masterminds/semver/releases/tag/v3.3.0) [Compare Source](https://redirect.github.com/Masterminds/semver/compare/v3.2.1...v3.3.0) #### What's Changed - Fix: bad package in README by [@​sdelicata](https://redirect.github.com/sdelicata) in [https://github.com/Masterminds/semver/pull/226](https://redirect.github.com/Masterminds/semver/pull/226) - Updating the GitHub Actions and versions of Go used by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/229](https://redirect.github.com/Masterminds/semver/pull/229) - Fix spelling in README by [@​robinschneider](https://redirect.github.com/robinschneider) in [https://github.com/Masterminds/semver/pull/222](https://redirect.github.com/Masterminds/semver/pull/222) - Adding go build cache to fuzz output by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/232](https://redirect.github.com/Masterminds/semver/pull/232) - Add caching to fuzz testing by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/234](https://redirect.github.com/Masterminds/semver/pull/234) - updating github actions by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/235](https://redirect.github.com/Masterminds/semver/pull/235) - feat: nil version equality by [@​KnutZuidema](https://redirect.github.com/KnutZuidema) in [https://github.com/Masterminds/semver/pull/213](https://redirect.github.com/Masterminds/semver/pull/213) - add >= and <= by [@​grosser](https://redirect.github.com/grosser) in [https://github.com/Masterminds/semver/pull/238](https://redirect.github.com/Masterminds/semver/pull/238) - doc: hyphen range constraint without whitespace by [@​johnnychen94](https://redirect.github.com/johnnychen94) in [https://github.com/Masterminds/semver/pull/216](https://redirect.github.com/Masterminds/semver/pull/216) - Removing reference to vert by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/245](https://redirect.github.com/Masterminds/semver/pull/245) - simplify StrictNewVersion by [@​grosser](https://redirect.github.com/grosser) in [https://github.com/Masterminds/semver/pull/241](https://redirect.github.com/Masterminds/semver/pull/241) - Updating the testing version of Go used by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/246](https://redirect.github.com/Masterminds/semver/pull/246) - bumping min version in go.mod based on what's tested by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/248](https://redirect.github.com/Masterminds/semver/pull/248) - Updating changelog for 3.3.0 by [@​mattfarina](https://redirect.github.com/mattfarina) in [https://github.com/Masterminds/semver/pull/249](https://redirect.github.com/Masterminds/semver/pull/249) #### New Contributors - [@​sdelicata](https://redirect.github.com/sdelicata) made their first contribution in [https://github.com/Masterminds/semver/pull/226](https://redirect.github.com/Masterminds/semver/pull/226) - [@​robinschneider](https://redirect.github.com/robinschneider) made their first contribution in [https://github.com/Masterminds/semver/pull/222](https://redirect.github.com/Masterminds/semver/pull/222) - [@​KnutZuidema](https://redirect.github.com/KnutZuidema) made their first contribution in [https://github.com/Masterminds/semver/pull/213](https://redirect.github.com/Masterminds/semver/pull/213) - [@​grosser](https://redirect.github.com/grosser) made their first contribution in [https://github.com/Masterminds/semver/pull/238](https://redirect.github.com/Masterminds/semver/pull/238) - [@​johnnychen94](https://redirect.github.com/johnnychen94) made their first contribution in [https://github.com/Masterminds/semver/pull/216](https://redirect.github.com/Masterminds/semver/pull/216) **Full Changelog**: https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0
goccy/go-json (github.com/goccy/go-json) ### [`v0.10.3`](https://redirect.github.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://redirect.github.com/goccy/go-json/compare/v0.10.2...v0.10.3) #### What's Changed - Add license for string processing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://redirect.github.com/goccy/go-json/pull/476) - fix: decode struct with pointer must be nil by [@​misyuari](https://redirect.github.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://redirect.github.com/goccy/go-json/pull/473) - fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@​lizixing](https://redirect.github.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://redirect.github.com/goccy/go-json/pull/479) - Fix custom map marshaling by [@​viewsharp](https://redirect.github.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://redirect.github.com/goccy/go-json/pull/505) - Use io package instead of ioutil package by [@​shamaton](https://redirect.github.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://redirect.github.com/goccy/go-json/pull/498) #### New Contributors - [@​misyuari](https://redirect.github.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://redirect.github.com/goccy/go-json/pull/473) - [@​lizixing](https://redirect.github.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://redirect.github.com/goccy/go-json/pull/479) - [@​viewsharp](https://redirect.github.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://redirect.github.com/goccy/go-json/pull/505) - [@​shamaton](https://redirect.github.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://redirect.github.com/goccy/go-json/pull/498) **Full Changelog**: https://github.com/goccy/go-json/compare/v0.10.2...v0.10.3
neo4j/neo4j-go-driver (github.com/neo4j/neo4j-go-driver/v5) ### [`v5.24.0`](https://redirect.github.com/neo4j/neo4j-go-driver/releases/tag/v5.24.0) [Compare Source](https://redirect.github.com/neo4j/neo4j-go-driver/compare/v5.23.1...v5.24.0) See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information. ### [`v5.23.1`](https://redirect.github.com/neo4j/neo4j-go-driver/releases/tag/v5.23.1) [Compare Source](https://redirect.github.com/neo4j/neo4j-go-driver/compare/v5.23.0...v5.23.1) See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information. ### [`v5.23.0`](https://redirect.github.com/neo4j/neo4j-go-driver/releases/tag/v5.23.0) [Compare Source](https://redirect.github.com/neo4j/neo4j-go-driver/compare/v5.22.0...v5.23.0) See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information. ### [`v5.22.0`](https://redirect.github.com/neo4j/neo4j-go-driver/releases/tag/v5.22.0) [Compare Source](https://redirect.github.com/neo4j/neo4j-go-driver/compare/v5.21.0...v5.22.0) See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information. ### [`v5.21.0`](https://redirect.github.com/neo4j/neo4j-go-driver/releases/tag/v5.21.0) [Compare Source](https://redirect.github.com/neo4j/neo4j-go-driver/compare/v5.20.0...v5.21.0) See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information.
onsi/ginkgo (github.com/onsi/ginkgo/v2) ### [`v2.20.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.2) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.1...v2.20.2) #### 2.20.2 Require Go 1.22+ ##### Maintenance - bump go to v1.22 \[[`a671816`](https://redirect.github.com/onsi/ginkgo/commit/a671816)] ### [`v2.20.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.20.0...v2.20.1) #### 2.20.1 ##### Fixes - make BeSpecEvent duration matcher more forgiving \[[`d6f9640`](https://redirect.github.com/onsi/ginkgo/commit/d6f9640)] ### [`v2.20.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.19.1...v2.20.0) #### 2.20.0 ##### Features - Add buildvcs flag \[[`be5ab95`](https://redirect.github.com/onsi/ginkgo/commit/be5ab95)] ##### Maintenance - Add update-deps to makefile \[[`d303d14`](https://redirect.github.com/onsi/ginkgo/commit/d303d14)] - bump all dependencies \[[`7a50221`](https://redirect.github.com/onsi/ginkgo/commit/7a50221)] ### [`v2.19.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.19.1) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1) #### 2.19.1 ##### Fixes - update supported platforms for race conditions \[[`63c8c30`](https://redirect.github.com/onsi/ginkgo/commit/63c8c30)] - \[build] Allow custom name for binaries. \[[`ff41e27`](https://redirect.github.com/onsi/ginkgo/commit/ff41e27)] ##### Maintenance - bump gomega \[[`76f4e0c`](https://redirect.github.com/onsi/ginkgo/commit/76f4e0c)] - Bump rexml from 3.2.6 to 3.2.8 in /docs ([#​1417](https://redirect.github.com/onsi/ginkgo/issues/1417)) \[[`b69c00d`](https://redirect.github.com/onsi/ginkgo/commit/b69c00d)] - Bump golang.org/x/sys from 0.20.0 to 0.21.0 ([#​1425](https://redirect.github.com/onsi/ginkgo/issues/1425)) \[[`f097741`](https://redirect.github.com/onsi/ginkgo/commit/f097741)] ### [`v2.19.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.19.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.18.0...v2.19.0) #### 2.19.0 ##### Features [Label Sets](https://onsi.github.io/ginkgo/#label-sets) allow for more expressive and flexible label filtering. ### [`v2.18.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.18.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.17.3...v2.18.0) #### 2.18.0 ##### Features - Add --slience-skips and --force-newlines \[[`f010b65`](https://redirect.github.com/onsi/ginkgo/commit/f010b65)] - fail when no tests were run and --fail-on-empty was set \[[`d80eebe`](https://redirect.github.com/onsi/ginkgo/commit/d80eebe)] ##### Fixes - Fix table entry context edge case \[[`42013d6`](https://redirect.github.com/onsi/ginkgo/commit/42013d6)] ##### Maintenance - Bump golang.org/x/tools from 0.20.0 to 0.21.0 ([#​1406](https://redirect.github.com/onsi/ginkgo/issues/1406)) \[[`fcf1fd7`](https://redirect.github.com/onsi/ginkgo/commit/fcf1fd7)] - Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 ([#​1399](https://redirect.github.com/onsi/ginkgo/issues/1399)) \[[`8bb14fd`](https://redirect.github.com/onsi/ginkgo/commit/8bb14fd)] - Bump golang.org/x/net from 0.24.0 to 0.25.0 ([#​1407](https://redirect.github.com/onsi/ginkgo/issues/1407)) \[[`04bfad7`](https://redirect.github.com/onsi/ginkgo/commit/04bfad7)]
onsi/gomega (github.com/onsi/gomega) ### [`v1.34.2`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.2) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.1...v1.34.2) #### 1.34.2 Require Go 1.22+ ##### Maintenance - bump ginkgo as well \[[`c59c6dc`](https://redirect.github.com/onsi/gomega/commit/c59c6dc)] - bump to go 1.22 - remove x/exp dependency \[[`8158b99`](https://redirect.github.com/onsi/gomega/commit/8158b99)] ### [`v1.34.1`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.1) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.34.0...v1.34.1) #### 1.34.1 ##### Maintenance - Use slices from exp/slices to keep golang 1.20 compat \[[`5e71dcd`](https://redirect.github.com/onsi/gomega/commit/5e71dcd)] ### [`v1.34.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.34.0) [Compare Source](https://redirect.github.com/onsi/gomega/compare/v1.33.1...v1.34.0) #### 1.34.0 ##### Features - Add RoundTripper method to ghttp.Server \[[`c549e0d`](https://redirect.github.com/onsi/gomega/commit/c549e0d)] ##### Fixes - fix incorrect handling of nil slices in HaveExactElements (fixes [#​771](https://redirect.github.com/onsi/gomega/issues/771)) \[[`878940c`](https://redirect.github.com/onsi/gomega/commit/878940c)] - issue\_765 - fixed bug in Hopcroft-Karp algorithm \[[`ebadb67`](https://redirect.github.com/onsi/gomega/commit/ebadb67)] ##### Maintenance - bump ginkgo \[[`8af2ece`](https://redirect.github.com/onsi/gomega/commit/8af2ece)] - Fix typo in docs \[[`123a071`](https://redirect.github.com/onsi/gomega/commit/123a071)] - Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 ([#​756](https://redirect.github.com/onsi/gomega/issues/756)) \[[`0e69083`](https://redirect.github.com/onsi/gomega/commit/0e69083)] - Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 ([#​755](https://redirect.github.com/onsi/gomega/issues/755)) \[[`2675796`](https://redirect.github.com/onsi/gomega/commit/2675796)] - Bump golang.org/x/net from 0.24.0 to 0.25.0 ([#​754](https://redirect.github.com/onsi/gomega/issues/754)) \[[`4160c0f`](https://redirect.github.com/onsi/gomega/commit/4160c0f)] - Bump github-pages from 230 to 231 in /docs ([#​748](https://redirect.github.com/onsi/gomega/issues/748)) \[[`892c303`](https://redirect.github.com/onsi/gomega/commit/892c303)]
spf13/viper (github.com/spf13/viper) ### [`v1.19.0`](https://redirect.github.com/spf13/viper/releases/tag/v1.19.0) [Compare Source](https://redirect.github.com/spf13/viper/compare/v1.18.2...v1.19.0) #### What's Changed ##### Bug Fixes πŸ› - fix!: hide struct binding behind a feature flag by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1720](https://redirect.github.com/spf13/viper/pull/1720) ##### Dependency Updates ⬆️ - build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1705](https://redirect.github.com/spf13/viper/pull/1705) - build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1703](https://redirect.github.com/spf13/viper/pull/1703) - build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1713](https://redirect.github.com/spf13/viper/pull/1713) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1711](https://redirect.github.com/spf13/viper/pull/1711) - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1722](https://redirect.github.com/spf13/viper/pull/1722) - build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1734](https://redirect.github.com/spf13/viper/pull/1734) - build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1731](https://redirect.github.com/spf13/viper/pull/1731) - build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1743](https://redirect.github.com/spf13/viper/pull/1743) - build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1742](https://redirect.github.com/spf13/viper/pull/1742) - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1739](https://redirect.github.com/spf13/viper/pull/1739) - build(deps): bump cachix/install-nix-action from 24 to 25 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1737](https://redirect.github.com/spf13/viper/pull/1737) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1751](https://redirect.github.com/spf13/viper/pull/1751) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1760](https://redirect.github.com/spf13/viper/pull/1760) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1761](https://redirect.github.com/spf13/viper/pull/1761) - build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1757](https://redirect.github.com/spf13/viper/pull/1757) - build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1759](https://redirect.github.com/spf13/viper/pull/1759) - build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1763](https://redirect.github.com/spf13/viper/pull/1763) - build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1774](https://redirect.github.com/spf13/viper/pull/1774) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1770](https://redirect.github.com/spf13/viper/pull/1770) - build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1776](https://redirect.github.com/spf13/viper/pull/1776) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1775](https://redirect.github.com/spf13/viper/pull/1775) - build(deps): bump cachix/install-nix-action from 25 to 26 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1778](https://redirect.github.com/spf13/viper/pull/1778) - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1767](https://redirect.github.com/spf13/viper/pull/1767) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1790](https://redirect.github.com/spf13/viper/pull/1790) - build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1789](https://redirect.github.com/spf13/viper/pull/1789) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1780](https://redirect.github.com/spf13/viper/pull/1780) - build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1793](https://redirect.github.com/spf13/viper/pull/1793) - chore: upgrade crypt by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1794](https://redirect.github.com/spf13/viper/pull/1794) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1788](https://redirect.github.com/spf13/viper/pull/1788) - build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1796](https://redirect.github.com/spf13/viper/pull/1796) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1804](https://redirect.github.com/spf13/viper/pull/1804) - build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1806](https://redirect.github.com/spf13/viper/pull/1806) - build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1807](https://redirect.github.com/spf13/viper/pull/1807) - build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1808](https://redirect.github.com/spf13/viper/pull/1808) - build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1813](https://redirect.github.com/spf13/viper/pull/1813) - build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1811](https://redirect.github.com/spf13/viper/pull/1811) - build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1817](https://redirect.github.com/spf13/viper/pull/1817) - build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1821](https://redirect.github.com/spf13/viper/pull/1821) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1822](https://redirect.github.com/spf13/viper/pull/1822) - build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1824](https://redirect.github.com/spf13/viper/pull/1824) - build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1828](https://redirect.github.com/spf13/viper/pull/1828) - build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1829](https://redirect.github.com/spf13/viper/pull/1829) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1844](https://redirect.github.com/spf13/viper/pull/1844) - build(deps): bump cachix/install-nix-action from 26 to 27 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1833](https://redirect.github.com/spf13/viper/pull/1833) - build(deps): bump actions/checkout from 4.1.4 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/viper/pull/1835](https://redirect.github.com/spf13/viper/pull/1835) ##### Other Changes - Update links to Golang Modules documentation by [@​tobb10001](https://redirect.github.com/tobb10001) in [https://github.com/spf13/viper/pull/1758](https://redirect.github.com/spf13/viper/pull/1758) - chore: add Go 1.22 support by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1762](https://redirect.github.com/spf13/viper/pull/1762) - fix [#​1700](https://redirect.github.com/spf13/viper/issues/1700): update tests to use local viper instance by [@​smukk9](https://redirect.github.com/smukk9) in [https://github.com/spf13/viper/pull/1791](https://redirect.github.com/spf13/viper/pull/1791) - Update references to bketelsen/crypt by [@​skitt](https://redirect.github.com/skitt) in [https://github.com/spf13/viper/pull/1842](https://redirect.github.com/spf13/viper/pull/1842) #### New Contributors - [@​tobb10001](https://redirect.github.com/tobb10001) made their first contribution in [https://github.com/spf13/viper/pull/1758](https://redirect.github.com/spf13/viper/pull/1758) - [@​smukk9](https://redirect.github.com/smukk9) made their first contribution in [https://github.com/spf13/viper/pull/1791](https://redirect.github.com/spf13/viper/pull/1791) - [@​skitt](https://redirect.github.com/skitt) made their first contribution in [https://github.com/spf13/viper/pull/1842](https://redirect.github.com/spf13/viper/pull/1842) **Full Changelog**: https://github.com/spf13/viper/compare/v1.18.1...v1.19.0

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 months ago

β„Ή Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.21 -> 1.23.1
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 -> v0.0.0-20240827171923-fa2c70bbbfe5
golang.org/x/crypto v0.23.0 -> v0.26.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.25.0 -> v0.28.0
golang.org/x/sys v0.20.0 -> v0.24.0
golang.org/x/tools v0.21.0 -> v0.24.0
deepsource-io[bot] commented 3 months ago

Here's the code health analysis summary for commits 490f0db..fbaa130. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Go LogoGoβœ… SuccessView Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.52%. Comparing base (490f0db) to head (fbaa130).

:exclamation: There is a different number of reports uploaded between BASE (490f0db) and HEAD (fbaa130). Click for more details.

HEAD has 1 upload less than BASE | Flag | BASE (490f0db) | HEAD (fbaa130) | |------|------|------| ||2|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #232 +/- ## =========================================== - Coverage 85.68% 55.52% -30.16% =========================================== Files 6 11 +5 Lines 971 1502 +531 =========================================== + Hits 832 834 +2 - Misses 123 653 +530 + Partials 16 15 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.