Bump the all-gomod group across 2 directories with 5 updates - #114
Merged
Conversation
Bumps the all-gomod group with 4 updates in the / directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [modernc.org/sqlite](https://gitlab.com/cznic/sqlite), [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [modernc.org/libc](https://gitlab.com/cznic/libc). Bumps the all-gomod group with 4 updates in the /tests directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [modernc.org/sqlite](https://gitlab.com/cznic/sqlite), [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [modernc.org/libc](https://gitlab.com/cznic/libc). Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.12.0...v1.12.1) Updates `modernc.org/sqlite` from 1.56.0 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) Updates `github.com/sirupsen/logrus` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.10.0...v1.10.1) Updates `modernc.org/libc` from 1.75.3 to 1.75.4 - [Commits](https://gitlab.com/cznic/libc/compare/v1.75.3...v1.75.4) Updates `modernc.org/memory` from 1.12.0 to 1.12.1 - [Commits](https://gitlab.com/cznic/memory/compare/v1.12.0...v1.12.1) Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.12.0...v1.12.1) Updates `modernc.org/sqlite` from 1.56.0 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) Updates `github.com/sirupsen/logrus` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.10.0...v1.10.1) Updates `modernc.org/libc` from 1.75.3 to 1.75.4 - [Commits](https://gitlab.com/cznic/libc/compare/v1.75.3...v1.75.4) Updates `modernc.org/memory` from 1.12.0 to 1.12.1 - [Commits](https://gitlab.com/cznic/memory/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/libc dependency-version: 1.75.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/memory dependency-version: 1.12.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/libc dependency-version: 1.75.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-gomod - dependency-name: modernc.org/memory dependency-version: 1.12.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-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 all-gomod group with 4 updates in the / directory: github.com/stretchr/testify, modernc.org/sqlite, github.com/sirupsen/logrus and modernc.org/libc.
Bumps the all-gomod group with 4 updates in the /tests directory: github.com/stretchr/testify, modernc.org/sqlite, github.com/sirupsen/logrus and modernc.org/libc.
Updates
github.com/stretchr/testifyfrom 1.12.0 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.50358d0echange yaml library to go.yaml.in/yaml/v3Updates
modernc.org/sqlitefrom 1.56.0 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
6e86ac4doc.go, CHANGELOG.md: promote freebsd/386, freebsd/arm and netbsd/amd6447d0960Merge branch 'driver-registration' into 'master'9ed2aadCHANGELOG.md: document the per-Driver registration methods20e2e17sqlite: let a caller-constructed Driver register its own functions, collation...15039fdall_test: make TestConnectionHook survive -count>1224fef6all_test: drop a trailing space gofmt flags50ee6ddvendor_libs: handle a deduplicated libsqlite3/libsqlite_vec checkout15ca503licensing: ship the sqlite-vec MIT notice, normalize the license names69cd3caGOVERNANCE.md: add Ian Chechin as maintainer198be3call_test: tolerate a cgo-less toolchain in the recursive -race checkUpdates
github.com/sirupsen/logrusfrom 1.10.0 to 1.10.1Release notes
Sourced from github.com/sirupsen/logrus's releases.
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
8b673a9Merge pull request #1583 from thaJeztah/release_1.10.10b920adMerge pull request #1584 from thaJeztah/more_coverage5e20694TextFormatter: cover nil pointer method receivers8312732update changelog for v1.10.1e987a40Merge pull request #1582 from thaJeztah/panic_handler17d574bTextFormatter: recover panics from Error and String methods134c80fMerge pull request #1579 from thaJeztah/err_handling7350f42logger: WithError: wrap logger.WithError for consistencyb3369d2entry: allow function-backed error fields1080083Merge pull request #1578 from thaJeztah/err_handling_testsUpdates
modernc.org/libcfrom 1.75.3 to 1.75.4Commits
af7aea2modernc.org/libc: linux_loong64b auto generateb87db6amodernc.org/libc: s390x auto generate285c0e6modernc.org/libc: riscv64 auto generate96b02a3modernc.org/libc: pi32 auto generate4ce234bmodernc.org/libc: ppc64le auto generate3cf187dmodernc.org/libc: e5-1650 auto generate64bc35bmodernc.org/libc: pi64 auto generateab5b03emodernc.org/libc: nuc64 auto generatedba23eanuc64: auto depsUpdates
modernc.org/memoryfrom 1.12.0 to 1.12.1Commits
bb3d993agree mmapSize with the platform's mapping granularitybd52c28windows: decommit retained regions via MEM_DECOMMIT38f7932collapse the A/B scaffolding into constantsb447515don't re-madvise the region at the hot-window boundary56fccbaEXPERIMENT: decommit retained regions instead of holding them resident6c05f8aupdate CLAUDE.md for pooled retention and slab batching2bbe2e7acquire slab regions in batches of 16e8bac90retain freed regions in a bounded pool for reuseUpdates
github.com/stretchr/testifyfrom 1.12.0 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.50358d0echange yaml library to go.yaml.in/yaml/v3Updates
modernc.org/sqlitefrom 1.56.0 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.