deps(gomod): bump the patch-and-minor group with 8 updates#35
Merged
Conversation
Bumps the patch-and-minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.5` | `5.3.0` | | [github.com/go-telegram/bot](https://github.com/go-telegram/bot) | `1.20.0` | `1.21.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.50.1` | `1.51.0` | | [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) | `0.34.2` | `0.34.3` | | [github.com/ncruces/go-sqlite3-wasm/v2](https://github.com/ncruces/go-sqlite3-wasm) | `2.4.35301` | `2.5.35301` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.14.1` | `1.15.0` | | [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.11.0` | `1.12.0` | | [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.72.3` | `1.72.5` | Updates `github.com/go-chi/chi/v5` from 5.2.5 to 5.3.0 - [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.2.5...v5.3.0) Updates `github.com/go-telegram/bot` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/go-telegram/bot/releases) - [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md) - [Commits](go-telegram/bot@v1.20.0...v1.21.0) Updates `modernc.org/sqlite` from 1.50.1 to 1.51.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.50.1...v1.51.0) Updates `github.com/ncruces/go-sqlite3` from 0.34.2 to 0.34.3 - [Release notes](https://github.com/ncruces/go-sqlite3/releases) - [Commits](ncruces/go-sqlite3@v0.34.2...v0.34.3) Updates `github.com/ncruces/go-sqlite3-wasm/v2` from 2.4.35301 to 2.5.35301 - [Commits](ncruces/go-sqlite3-wasm@v2.4.35301...v2.5.35301) Updates `github.com/rogpeppe/go-internal` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](rogpeppe/go-internal@v1.14.1...v1.15.0) Updates `github.com/tetratelabs/wazero` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](wazero/wazero@v1.11.0...v1.12.0) Updates `modernc.org/libc` from 1.72.3 to 1.72.5 - [Commits](https://gitlab.com/cznic/libc/compare/v1.72.3...v1.72.5) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: github.com/go-telegram/bot dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: modernc.org/sqlite dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: github.com/ncruces/go-sqlite3 dependency-version: 0.34.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: github.com/ncruces/go-sqlite3-wasm/v2 dependency-version: 2.5.35301 dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: github.com/rogpeppe/go-internal dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: github.com/tetratelabs/wazero dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: modernc.org/libc dependency-version: 1.72.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-and-minor ... 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 patch-and-minor group with 8 updates:
5.2.55.3.01.20.01.21.01.50.11.51.00.34.20.34.32.4.353012.5.353011.14.11.15.01.11.01.12.01.72.31.72.5Updates
github.com/go-chi/chi/v5from 5.2.5 to 5.3.0Release notes
Sourced from github.com/go-chi/chi/v5's releases.
... (truncated)
Commits
3b17157feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)818fdcffix: set Request.Pattern from RoutePattern() (#1097)f975af0Fix typo in Route doc comment (#1073)4ef87eamiddleware: fix httpFancyWriter.ReadFrom double-counting bytes with Tee (#1085)a54874fBump minimum Go to 1.23, always use request.Pattern (#1048)3328d4dApply the stringscutprefix modernizer (#1051)be60b2eSimplify chi.walk with slices.Concat (#1053)a36a925Remove last uses of io/ioutil (#1054)7d93ee3add go 1.26 to ci (#1052)903cff2Propagate inline middlewares across mounted subrouters (#1049)Updates
github.com/go-telegram/botfrom 1.20.0 to 1.21.0Release notes
Sourced from github.com/go-telegram/bot's releases.
Changelog
Sourced from github.com/go-telegram/bot's changelog.
Commits
007aa4bchangelog7867c29feat: Support Bot API 9.6 & 10.0, multipart fixes — closes #279 #280, fixes #...Updates
modernc.org/sqlitefrom 1.50.1 to 1.51.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
a5f439bCHANGELOG.md: fix release tag41e77beCHANGELOG.md: document #121827df98gofmt -l -s -w vtab/*.go0d384cbMerge branch 'feat/vtab-volatile-args-opt-in' into 'master'06e06d5extend VolatileArgs opt-in to vtab Filter and Updater Insert/Update2486abdHACKING.md, CLAUDE.md: this repo is not auto-tagged, tagging is manuald808a8fCHANGELOG.md: document #120fac1cabMerge branch 'feat/volatile-args-opt-in' into 'master'569614caddress review: empty-BLOB shape parity + re-entrancy note905960cadd FunctionImpl.VolatileArgs opt-in for zero-copy TEXT/BLOB argsUpdates
github.com/ncruces/go-sqlite3from 0.34.2 to 0.34.3Release notes
Sourced from github.com/ncruces/go-sqlite3's releases.
Commits
b7dd234Deps.c5396f1Reflect.89efb65Driver scanning API (#377)a2be335Typo.Updates
github.com/ncruces/go-sqlite3-wasm/v2from 2.4.35301 to 2.5.35301Commits
8e12e24Regenfbc9cbeAdd build_cli.sh to build a native sqlite3 CLI with same opts as Wasm (#5)Updates
github.com/rogpeppe/go-internalfrom 1.14.1 to 1.15.0Release notes
Sourced from github.com/rogpeppe/go-internal's releases.
Commits
8b1dcd4goproxytest: make .mod and .info files optional02e5dd4goproxytest: add overlay capability (#304)3030644internal/vcs: remove SYSTEMROOT workaround for Windowsa4c00dcgoproxytest: handle /@latestendpoint19311e8all: go fix ./...74d1312test on Go 1.25 and 1.26aa1b1e2goproxytest: add Setup (#303)5223efftestscript: protect against no-op uses of cmpee70938testscript: rewind last block if it was not in errora4ecbfbtestscript: add a non-failing block to the end of logging testsUpdates
github.com/tetratelabs/wazerofrom 1.11.0 to 1.12.0Release notes
Sourced from github.com/tetratelabs/wazero's releases.
Commits
2ab480bRemove SQLite (#2502)2c14bbffeat: typed function references spec (#2497)475a1f8fix: compilation cache should store catch clause table (EH) (#2498)a3374cfrefactor: wasm.ValueType as type definition + widening (uint64) (#2495)8755611arm64: fix relocation bug when number of args > 8 (#2492)e6dd6c0Update golang.org/x/sys (#2493)2bbd517Fix fd_prestat_get integer overflow on 32-bit platforms (#2491)bfb20e0feat: exception handling spec (#2489)5cb4bb3Revert "Added f4 to community/users.md" (#2490)1dc02f0Added f4 to community/users.md (#2485)Updates
modernc.org/libcfrom 1.72.3 to 1.72.5Commits
862b2a9builder.json += freebsd/{386,arm}, updates sqlite!119243b968Merge branch 'freebsd' into 'master'a058ba0libc_freebsd.go: make 32-bit FreeBSD arches (386, arm) compile1ead916modernc.org/libc: ppc64le auto generate0c653b7modernc.org/libc: s390x auto generated5055d0modernc.org/libc: e5-1650 auto generatef91c822fix buildcc37c0cmodernc.org/libc: riscv64 auto generate1f61b03modernc.org/libc: pi32 auto generate77946efmodernc.org/libc: pi64 auto generateDependabot 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