chore(deps): bump the minor-and-patch group with 7 updates - #722
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-and-patch group with 7 updates#722dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/beevik/etree](https://github.com/beevik/etree) | `1.7.0` | `1.7.1` | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.3.1` | `5.3.2` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.49` | `1.14.50` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.2.1` | `7.3.0` | | [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.33.1` | `0.34.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` | Updates `github.com/beevik/etree` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/beevik/etree/releases) - [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md) - [Commits](beevik/etree@v1.7.0...v1.7.1) Updates `github.com/go-chi/chi/v5` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.1...v5.3.2) Updates `github.com/mattn/go-sqlite3` from 1.14.49 to 1.14.50 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.49...v1.14.50) Updates `github.com/minio/minio-go/v7` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.2.1...v7.3.0) Updates `github.com/prometheus/alertmanager` from 0.33.1 to 0.34.0 - [Release notes](https://github.com/prometheus/alertmanager/releases) - [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md) - [Commits](prometheus/alertmanager@v0.33.1...v0.34.0) Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) Updates `google.golang.org/grpc` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.0...v1.83.1) --- updated-dependencies: - dependency-name: github.com/beevik/etree dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/prometheus/alertmanager dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: google.golang.org/grpc dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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 minor-and-patch group with 7 updates:
1.7.01.7.15.3.15.3.21.14.491.14.507.2.17.3.00.33.10.34.01.11.11.12.11.83.01.83.1Updates
github.com/beevik/etreefrom 1.7.0 to 1.7.1Release notes
Sourced from github.com/beevik/etree's releases.
Changelog
Sourced from github.com/beevik/etree's changelog.
Commits
17e6ce6Release v1.7.1e1824d7Improve efficiency of Element.Text and Element.TailUpdates
github.com/go-chi/chi/v5from 5.3.1 to 5.3.2Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
3893906fix(middleware): reject catch-all compress wildcards "/" and "/*" (#1156)9b6ddcdDon't duplicate methods in Allow: header for 405 responses (#1029)29164f0fix: don't drop handlers that collide with a Mount()/Route() pattern (#1148)bc02284docs: deployment recipe + verify checklist for ClientIPFromXFFTrustedProxies ...60ecea5feat(middleware): add text/markdown, text/csv, text/vtt to default compressib...Updates
github.com/mattn/go-sqlite3from 1.14.49 to 1.14.50Release notes
Sourced from github.com/mattn/go-sqlite3's releases.
Commits
58c8e14Merge pull request #1446 from 0xCarbon/fix/vtable-destroy-handlee27b5e9fix: keep vtab handle registered when xDestroy failsf9fc7aaMerge pull request #1443 from mattn/add-release-workflowa93a209Fail closed on release lookup errors and serialize runs per tag485f31fAdd workflow to create releases on tag push9415230Merge pull request #1441 from mattn/fix-json-example-scan88a4797Handle NULL and BLOB values in json example ScanUpdates
github.com/minio/minio-go/v7from 7.2.1 to 7.3.0Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
ce0e323update lib version to v7.3.02f55211rdma: build against libs3rdma, and fix the size guard's off-by-one (#2283)1e3d492feat: propagate caller context through credential providers (#2275)e7b0801Add AIStor Lifecycle Compression (#2281)b15d168build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#2280)d1e1ecdfix: return delete-marker ObjectInfo from StatObject alongside the error (#2273)f230068fix: declare aws-chunked content encoding on streaming uploads (#2277)90530cfAdd end-to-end checksum verification on GetObject (#2272)a4c24f9build(deps): bump the actions group with 2 updates (#2279)28bece5rdma: reject buffers over the 4 GiB cuObject registration limit (#2278)Updates
github.com/prometheus/alertmanagerfrom 0.33.1 to 0.34.0Release notes
Sourced from github.com/prometheus/alertmanager's releases.
Changelog
Sourced from github.com/prometheus/alertmanager's changelog.
Commits
085f0efRelease v0.34.0 (#5453)55d0d79build(deps-dev): bump the testing group across 1 directory with 4 updates (#5...865dcf4build(deps-dev): bump the vite group across 1 directory with 2 updates (#5424)0f8855cbuild(deps): bump github.com/oklog/ulid/v2 from 2.1.1 to 2.1.2 (#5434)5d2efffbuild(deps): bump the react group across 1 directory with 5 updates (#5444)b9914e6build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#5420)5cd990fbuild(deps): bump@tanstack/react-queryfrom 5.101.2 to 5.101.4 in /ui/mantin...e9a6078Synchronize common files from prometheus/prometheus (#5439)a5a81c0build(deps-dev): bump postcss from 8.5.16 to 8.5.25 in /ui/mantine-ui in the ...5f33ec5build(deps): bump github.com/prometheus/client_golang from 1.23.2 to 1.24.1 (...Updates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderUpdates
google.golang.org/grpcfrom 1.83.0 to 1.83.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
1550d9eChange version to 1.83.1 (#9336)ebba6f3Cherry-pick #9258 and #9332 into v1.83.x (#9335)8cfeca0Cherry-pick #9331 to v1.83.x (#9333)dec6951Change version to 1.83.1-dev (#9229)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