Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

chore(deps)(deps): bump the minor-and-patch group across 1 directory with 31 updates#59

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/minor-and-patch-cf9fcb8487
Open

chore(deps)(deps): bump the minor-and-patch group across 1 directory with 31 updates#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/minor-and-patch-cf9fcb8487

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the minor-and-patch group with 15 updates in the / directory:

Package From To
github.com/PuerkitoBio/goquery 1.10.3 1.11.0
github.com/chromedp/chromedp 0.14.0 0.14.2
github.com/gin-gonic/gin 1.10.1 1.11.0
github.com/swaggo/gin-swagger 1.6.0 1.6.1
github.com/alecthomas/chroma/v2 2.19.0 2.21.1
github.com/bytedance/sonic 1.14.0 1.14.2
github.com/charmbracelet/colorprofile 0.3.1 0.4.1
github.com/charmbracelet/x/cellbuf 0.0.13 0.0.14
github.com/gabriel-vasile/mimetype 1.4.9 1.4.12
github.com/go-openapi/jsonpointer 0.21.1 0.22.4
github.com/go-openapi/jsonreference 0.21.0 0.21.4
github.com/go-openapi/spec 0.21.0 0.22.3
github.com/go-playground/validator/v10 10.27.0 10.30.1
github.com/ugorji/go/codec 1.3.0 1.3.1
github.com/yuin/goldmark 1.7.13 1.7.16

Updates github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.11.0

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

Commits
  • d3e3ce5 Merge pull request #534 from PuerkitoBio/mna-prepare-1.11
  • 9841a36 Update readme for 1.11 release
  • 469d4ea Merge pull request #533 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • a03654e Bump golang.org/x/net from 0.43.0 to 0.47.0
  • faf16ca Merge pull request #523 from PuerkitoBio/dependabot/github_actions/actions/ch...
  • 4c1c718 Update test matrix to run on Go 1.24 and 1.25
  • 62bfb67 Bump actions/checkout from 4 to 5
  • e314281 Merge pull request #525 from PuerkitoBio/dependabot/github_actions/actions/se...
  • 0961921 Bump actions/setup-go from 5 to 6
  • 695fbfd Merge pull request #522 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • Additional commits viewable in compare view

Updates github.com/chromedp/chromedp from 0.14.0 to 0.14.2

Commits
  • 7d3ca79 Revert to previous target creation logic
  • 422fa06 fix(allocator): Set --enable-unsafe-swiftshader with --disable-gpu
  • See full diff in compare view

Updates github.com/gin-gonic/gin from 1.10.1 to 1.11.0

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.11.0

Changelog

Features

  • 6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (#3904) (@​guonaihong)
  • 4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (#4190) (@​takanuva15)
  • 9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (#3633) (@​CC11001100)
  • fb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (#4240) (@​Narita-1095305)
  • f05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (#4048) (@​takanuva15)
  • 3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (#3986) (@​slowhigh)
  • 24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (#3970) (#3971) (@​bruceNu1l)
  • 8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (#3939) (@​joeig)
  • 71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (#4053) (@​sunshineplan)
  • 3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (#3210) (@​thinkerou)
  • 4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (#1432) (#2857) (@​wssccc)
  • dbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added AbortWithStatusPureJSON() in Context (#4290) (@​ddevsr)
  • 688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (#3391) (@​timandy)

Bug fixes

  • 8fb3136664254d7c592127f00d52849caba18a67: Revert "fix(time): binding time with empty value (#4103)" (#4245) (@​appleboy)
  • e737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193) (@​revevide)
  • 4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (#3966) (@​RedCrazyGhost)
  • 36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (#3413) (@​hktalent)
  • e0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (#3969) (@​adrianosela)
  • dd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (#4266) (@​vdusart)
  • b38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (#4232) (@​OrkhanAlikhanov)
  • 28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (#4047) (@​ahmadSaeedGoda)
  • 626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (#4003) (@​phsym)
  • 7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (#1580) (@​kplachkov)
  • c677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (#3961) (@​thinkerou)
  • 3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (#4222) (@​eduardo-ax)
  • 674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (#4103) (@​ksw2000)
  • ea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (#4077) (@​kingcanfish)
  • 8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (#3987) (@​bound2)
  • 7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (#4234) (@​yashgorana)
  • 5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (#4299) (@​suwakei)

Enhancements

  • 40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is http.MaxBytesError (#4227) (@​ItalyPaleAle)
  • f875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (#4087) (@​appleboy)
  • e7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (#4351) (@​dependabot[bot])
  • afa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (#4216) (@​dependabot[bot])
  • 255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (#4208) (@​dependabot[bot])
  • 545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (#4289) (@​dependabot[bot])
  • c3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (#4052) (@​dependabot[bot])
  • cf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (#4212) (@​dependabot[bot])
  • bb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (#4197) (@​dependabot[bot])
  • 61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (#4250) (@​dependabot[bot])
  • b7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (#4281) (@​dependabot[bot])
  • 077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (#4328) (@​dependabot[bot])
  • 46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#4347) (@​dependabot[bot])
  • a6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (#4268) (@​dependabot[bot])
  • cc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (#4013) (@​dependabot[bot])

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.11.0

Features

  • feat(gin): Experimental support for HTTP/3 using quic-go/quic-go (#3210)
  • feat(form): add array collection format in form binding (#3986), add custom string slice for form tag unmarshal (#3970)
  • feat(binding): add BindPlain (#3904)
  • feat(fs): Export, test and document OnlyFilesFS (#3939)
  • feat(binding): add support for unixMilli and unixMicro (#4190)
  • feat(form): Support default values for collections in form binding (#4048)
  • feat(context): GetXxx added support for more go native types (#3633)

Enhancements

  • perf(context): optimize getMapFromFormData performance (#4339)
  • refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • refactor(render): remove headers parameter from writeHeader (#4353)
  • refactor(context): simplify "GetType()" functions (#4080)
  • refactor(slice): simplify SliceValidationError Error method (#3910)
  • refactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (#4181)
  • refactor(context): refactor context handling and improve test robustness (#4066)
  • refactor(binding): use strings.Cut to replace strings.Index (#3522)
  • refactor(context): add an optional permission parameter to SaveUploadedFile (#4068)
  • refactor(context): verify URL is Non-nil in initQueryCache() (#3969)
  • refactor(context): YAML judgment logic in Negotiate (#3966)
  • tree: replace the self-defined 'min' to official one (#3975)
  • context: Remove redundant filepath.Dir usage (#4181)

Bug Fixes

  • fix: prevent middleware re-entry issue in HandleContext (#3987)
  • fix(binding): prevent duplicate decoding and add validation in decodeToml (#4193)
  • fix(gin): Do not panic when handling method not allowed on empty tree (#4003)
  • fix(gin): data race warning for gin mode (#1580)
  • fix(context): verify URL is Non-nil in initQueryCache() (#3969)
  • fix(context): YAML judgment logic in Negotiate (#3966)
  • fix(context): check handler is nil (#3413)
  • fix(readme): fix broken link to English documentation (#4222)
  • fix(tree): Keep panic infos consistent when wildcard type build faild (#4077)

Build process updates / CI

  • ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • ci: support Go 1.25 in CI/CD (#4341)
  • build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • ci: add Go version 1.24 to GitHub Actions (#4154)
  • build: update Gin minimum Go version to 1.21 (#3960)
  • ci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (#4010, #4091, #4090)
  • ci(lint): update workflows and improve test request consistency (#4126)

... (truncated)

Commits
  • 6ad6205 docs(changelog): upgrade Gin to v1.11.0 and add release notes (#4361)
  • 7858527 docs(changelog): update release notes for Gin v1.10.1 (#4360)
  • cb000f5 ci: integrate Trivy vulnerability scanning into CI workflow (#4359)
  • 2119046 ci: support Go 1.25 (#4341)
  • da372fc build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (#4342)
  • e198f6e refactor(render): remove headers parameter from writeHeader (#4353)
  • cca98d2 chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (#4356)
  • 9b1e353 refactor(tree): replace string(/) with "/" in node.insertChild (#4354)
  • f9bd00a perf(context): optimize getMapFromFormData performance (#4339)
  • 28172fa chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (#4346)
  • Additional commits viewable in compare view

Updates github.com/swaggo/gin-swagger from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/swaggo/gin-swagger's releases.

v1.6.1

Changelog

  • 19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • 76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (#324)
  • aa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (#291)
  • 08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (#280)
Commits
  • 2b8554d chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#293)
  • 08e4a92 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#270)
  • 7d89702 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (#298)
  • 76a92d5 Update Go versions in CI workflow (#324)
  • 19f4300 Allow to enable Proof Key for Code Exachange (PKCE) (#271)
  • aa92a0a Update ReadMe (#291)
  • 3b4340f move css and js to seperate files (#280)
  • See full diff in compare view

Updates golang.org/x/term from 0.33.0 to 0.37.0

Commits
  • 1231d54 go.mod: update golang.org/x dependencies
  • 3475bc8 term: fix some comments
  • 3a0828a go.mod: update golang.org/x dependencies
  • 1a11b45 go.mod: update golang.org/x dependencies
  • d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
  • a35244d go.mod: update golang.org/x dependencies
  • 4f53e0c term: allow multi-line bracketed paste to not create single line with verbati...
  • 27f29d8 term: remove duplicate flag and add comment on windows
  • See full diff in compare view

Updates github.com/alecthomas/chroma/v2 from 2.19.0 to 2.21.1

Release notes

Sourced from github.com/alecthomas/chroma/v2's releases.

v2.21.1

Changelog

  • 0fe6941 fix(styles): use kebab-case for style name in Aura Theme variants (#1183)
  • 2408917 chore(deps): update all non-major dependencies (#1178)
  • b527a28 Update lexer lox (#1175)

v2.21.0

Changelog

  • 26a0cc1 feat(styles): add Aura Theme primary variants (#1177)
  • fc10487 Fix (D): multiline comments (#1173)
  • aec4bfc Add support for Device tree (#1172)
  • 8ea696b chore(deps): update actions/checkout action to v6 (#1167)
  • a40a9d3 chore(deps): update dependency binaryen to v125 (#1168)
  • 5486d21 chore(deps): update all non-major dependencies (#1164)
  • 42c2aa1 Add helper script to generate supported langs markdown table (#1170)
  • e799618 chore(deps): update actions/checkout digest to 93cb6ef (#1163)
  • 6b58845 Add Ashen style (#1169)
  • 8b8574c Add Protocol Buffer Text Format Language (txtpb) (#1165)
  • c07ef4b chore(deps): update all non-major dependencies (#1160)
  • 3b5a164 Add lexer for WebAssembly Text Format (#1161)
  • 84d187e github style: background should be grey (#1159)
  • 60e616c Add an alias for Starlark and match *.star files (#1158)
  • 6e68adb chore(deps): update all non-major dependencies (#1157)
  • 9297a7c chore(deps): update all non-major dependencies (#1155)
  • 1074a2a fix(Kotlin): Number literals (#1139)
  • 9c8da0f chore(deps): update all non-major dependencies (#1153)
  • fa92e28 Add file extensions for systemd units using Podman Quadlet (#1151)
  • 57823f0 Add Kakoune lexer (#1150)
  • 1c5b8cb chore(deps): update all non-major dependencies (#1149)
  • c688d92 feat: add support for C3 (#1148)
  • ba111b7 chore(deps): update all non-major dependencies (#1147)
  • b05fcfb tango: Don't underline whitespace (#1146)
  • daa879b chore(deps): update all non-major dependencies (#1141)
  • a5dc086 Add argparse to pygemnts2chroma_xml.py script (#1140)
  • 3f991b1 chore(deps): update dependency binaryen to v124 (#1138)
  • 0ae5ef0 chore(deps): update all non-major dependencies (#1137)
  • 8f9e82f Update Core lexer to adjust for removed keyword enum (#1136)
  • 685ad2c Update Core lexer to adjust for removed keyword const (#1134)
  • e9ffd5a fix: don't emit empty tail tokens (#1121)
  • 4e1403e Add lexer for Ring Language (#1133)
  • 66a939a Add lexer for Game Boy Development System ASM. (#1117)
  • 2984b60 chore(deps): update all non-major dependencies (#1132)
  • 260fa90 update css.xml with current properties (#1130)
  • 70521cf Modelica language support alecthomas/chroma#1122 (#1129)
  • 09cd573 update css.xml for current grid gap properties (#1128)
  • 339bd37 Fixed **free analysis in RPGLE (#1116)
  • ff52be8 chore(deps): update actions/checkout action to v5 (#1127)
  • 254ca83 Update Core lexer to incorporate change of keyword from use to import (#1124)
  • 2d9c0d1 chore(deps): update all non-major dependencies (#1123)
  • bd10a05 moar has been renamed to moor (#1125)

... (truncated)

Commits

Updates github.com/bytedance/sonic from 1.14.0 to 1.14.2

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.14.2

What's Changed

New Contributors

Full Changelog: bytedance/sonic@v1.14.1...v1.14.2

v1.14.1

What's Changed

New Contributors

Full Changelog: bytedance/sonic@v1.14.0...v1.14.1

Commits

Updates github.com/bytedance/sonic/loader from 0.3.0 to 0.4.0

Commits

Updates github.com/charmbracelet/colorprofile from 0.3.1 to 0.4.1

Release notes

Sourced from github.com/charmbracelet/colorprofile's releases.

v0.4.1

Changelog


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.4.0

Changelog

New!

  • c95540949db5684ad9b52049eb18c6b9d2d538cc: feat(examples): add colors example demonstrating ANSI color map (@​aymanbagabas)
  • 45f1520f09a38a7691f2247077a1522238b5a7e0: feat: introduce Unknown profile and rename Ascii to ASCII with an alias (@​aymanbagabas)

Fixed

  • e0c1e605bb8a97cc99e15164c94acb17e3a4b469: fix(examples): colors: display color codes for basic and indexed colors (@​aymanbagabas)
  • d34a48e3fa4c98b480f9f61da392fbafd11f7cff: fix: catch unknown profile values in Writer.Write (@​aymanbagabas)
  • 0df1d611721222959340a6377605d446aa79ae6b: fix: lint deprecated style methods (@​aymanbagabas)
  • b05d98270f9ed40a5cdcdda7196193e80f961bac: fix: lint profile conversion fallthrough (@​aymanbagabas)

Other stuff

  • 5fc8acc14027fd2d7c22b97827c3f06b867f4aeb: ci: sync golangci-lint config (#65) (@​github-actions[bot])

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.3.3

Changelog

New!

  • 08c61d2e1491954272c7fcf2fef236cabff84d5a: feat: enhance tc support detection (#60) (@​aymanbagabas)

Other stuff

  • 1c12d76645302e11c376785de409bb88d41da336: ci: sync dependabot config (#54) (@​charmcli)
  • 88232a34a974ec59e18f7e6038cf09e513782c72: ci: sync dependabot config (#57) (@​charmcli)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.3.2

Changelog

Bug fixes

  • 561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (@​aymanbagabas)

Documentation updates

  • 44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (#47) (@​bashbunni)

Other work

  • 8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (#44) (@​charmcli)

... (truncated)

Commits
  • 7aec26c chore: bump dependencies
  • 16f42a7 chore: add benchmark subtests for different color profiles
  • e0c1e60 fix(examples): colors: display color codes for basic and indexed colors
  • 0df1d61 fix: lint deprecated style methods
  • d34a48e fix: catch unknown profile values in Writer.Write
  • b05d982 fix: lint profile conversion fallthrough
  • 45f1520 feat: introduce Unknown profile and rename Ascii to ASCII with an alias
  • 748f55c chore(examples): update go.mod and go.sum to use latest dependencies
  • c955409 feat(examples): add colors example demonstrating ANSI color map
  • 5fc8acc ci: sync golangci-lint config (#65)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/ansi from 0.9.3 to 0.11.3

Commits
  • 5cb9121 chore(ansi): add test for nil colors in Style
  • 274a282 fix(ansi): add nil case guards for color functions
  • b3d4d1e chore(deps): bump the all group across 1 directory with 2 updates (#688)
  • 596eb15 feat(etag): add Matches
  • 76b0bc3 Merge remote-tracking branch 'origin/main'
  • 8ca2b06 fix: examples
  • 3be0d41 feat: add etag pkg (#689)
  • b34105f ci: update scripts/builds for setup-go@v6
  • 9f73bfd chore(deps): bump actions/checkout from 5 to 6 in the all group (#681)
  • 1b539e4 chore(deps): bump the all group in /mosaic with 2 updates (#615)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/cellbuf from 0.0.13 to 0.0.14

Commits
  • 6ab3070 fix(cellbuf): update ansi, colorprofile (#632)
  • 1721587 chore(vt): update to match ansi/modes.go changes
  • f827500 feat(vt): implement Terminal interface for Emulator and SafeEmulator
  • f8facc7 fix(vt): use Write method in WriteString
  • efd1648 chore(deps): bump golang.org/x/sys in /xpty in the all group (#642)
  • ec6d1e9 chore(deps): bump the all group in /input with 2 updates (#640)
  • aa269cf chore(deps): bump github.com/charmbracelet/x/ansi (#639)
  • 45c93cc chore(deps): bump the all group in /sshkey with 2 updates (#621)
  • 2117aa0 chore(deps): bump the all group in /cellbuf with 2 updates (#638)
  • e788482 chore(deps): bump golang.org/x/sys in /term in the all group (#636)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/term from 0.2.1 to 0.2.2

Commits
  • d941777 feat(ansi): add cursor and mouse pointer shape sequences
  • 57c5431 chore(deps): update bubbletea to v0.27 (#161)
  • 2c0e84d chore(term): go mod tidy
  • 61a8baf feat(input): update kitty keyboard flag name
  • See full diff in compare view

Updates github.com/cloudwego/base64x from 0.1.5 to 0.1.6

Release notes

Sourced from github.com/cloudwego/base64x's releases.

v0.1.6

What's Changed

Full Changelog: cloudwego/base64x@v0.1.5...v0.1.6

Commits
  • b1a6643 chore: upgrade sonic/loader to v0.3.0 (Description has been truncated

…with 31 updates

Bumps the minor-and-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.3` | `1.11.0` |
| [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp) | `0.14.0` | `0.14.2` |
| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.1` | `1.11.0` |
| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.19.0` | `2.21.1` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.14.0` | `1.14.2` |
| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.3.1` | `0.4.1` |
| [github.com/charmbracelet/x/cellbuf](https://github.com/charmbracelet/x) | `0.0.13` | `0.0.14` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.9` | `1.4.12` |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.21.1` | `0.22.4` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.0` | `0.21.4` |
| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.21.0` | `0.22.3` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.27.0` | `10.30.1` |
| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.13` | `1.7.16` |



Updates `github.com/PuerkitoBio/goquery` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.10.3...v1.11.0)

Updates `github.com/chromedp/chromedp` from 0.14.0 to 0.14.2
- [Release notes](https://github.com/chromedp/chromedp/releases)
- [Commits](chromedp/chromedp@v0.14.0...v0.14.2)

Updates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.10.1...v1.11.0)

Updates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/swaggo/gin-swagger/releases)
- [Commits](swaggo/gin-swagger@v1.6.0...v1.6.1)

Updates `golang.org/x/term` from 0.33.0 to 0.37.0
- [Commits](golang/term@v0.33.0...v0.37.0)

Updates `github.com/alecthomas/chroma/v2` from 2.19.0 to 2.21.1
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](alecthomas/chroma@v2.19.0...v2.21.1)

Updates `github.com/bytedance/sonic` from 1.14.0 to 1.14.2
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.14.0...v1.14.2)

Updates `github.com/bytedance/sonic/loader` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@loader/v0.3.0...loader/v0.4.0)

Updates `github.com/charmbracelet/colorprofile` from 0.3.1 to 0.4.1
- [Release notes](https://github.com/charmbracelet/colorprofile/releases)
- [Commits](charmbracelet/colorprofile@v0.3.1...v0.4.1)

Updates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.11.3
- [Commits](charmbracelet/x@ansi/v0.9.3...ansi/v0.11.3)

Updates `github.com/charmbracelet/x/cellbuf` from 0.0.13 to 0.0.14
- [Commits](charmbracelet/x@cellbuf/v0.0.13...cellbuf/v0.0.14)

Updates `github.com/charmbracelet/x/term` from 0.2.1 to 0.2.2
- [Commits](charmbracelet/x@ansi/v0.2.1...ansi/v0.2.2)

Updates `github.com/cloudwego/base64x` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/cloudwego/base64x/releases)
- [Commits](cloudwego/base64x@v0.1.5...v0.1.6)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.9 to 1.4.12
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.9...v1.4.12)

Updates `github.com/go-openapi/jsonpointer` from 0.21.1 to 0.22.4
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.21.1...v0.22.4)

Updates `github.com/go-openapi/jsonreference` from 0.21.0 to 0.21.4
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v0.21.0...v0.21.4)

Updates `github.com/go-openapi/spec` from 0.21.0 to 0.22.3
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.21.0...v0.22.3)

Updates `github.com/go-playground/validator/v10` from 10.27.0 to 10.30.1
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.27.0...v10.30.1)

Updates `github.com/lucasb-eyer/go-colorful` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.2.0...v1.3.0)

Updates `github.com/mattn/go-runewidth` from 0.0.16 to 0.0.19
- [Commits](mattn/go-runewidth@v0.0.16...v0.0.19)

Updates `github.com/ugorji/go/codec` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/ugorji/go/releases)
- [Commits](ugorji/go@codec/v1.3.0...codec/v1.3.1)

Updates `github.com/yuin/goldmark` from 1.7.13 to 1.7.16
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.13...v1.7.16)

Updates `golang.org/x/arch` from 0.19.0 to 0.20.0
- [Commits](golang/arch@v0.19.0...v0.20.0)

Updates `golang.org/x/crypto` from 0.40.0 to 0.46.0
- [Commits](golang/crypto@v0.40.0...v0.46.0)

Updates `golang.org/x/mod` from 0.26.0 to 0.30.0
- [Commits](golang/mod@v0.26.0...v0.30.0)

Updates `golang.org/x/net` from 0.42.0 to 0.47.0
- [Commits](golang/net@v0.42.0...v0.47.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](golang/sync@v0.16.0...v0.19.0)

Updates `golang.org/x/sys` from 0.34.0 to 0.39.0
- [Commits](golang/sys@v0.34.0...v0.39.0)

Updates `golang.org/x/text` from 0.27.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.27.0...v0.32.0)

Updates `golang.org/x/tools` from 0.35.0 to 0.39.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.35.0...v0.39.0)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.9

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/chromedp/chromedp
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/gin-gonic/gin
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/swaggo/gin-swagger
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/term
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.21.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/bytedance/sonic
  dependency-version: 1.14.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/bytedance/sonic/loader
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/colorprofile
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/x/cellbuf
  dependency-version: 0.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/x/term
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/cloudwego/base64x
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/ugorji/go/codec
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.7.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/arch
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/tools
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Labels

The following labels could not be found: automated, dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant