build(deps): bump the angular group across 1 directory with 4 updates#27
Merged
Merged
Conversation
Bumps the angular group with 4 updates in the / directory: [github.com/bytedance/sonic](https://github.com/bytedance/sonic), [github.com/cloudwego/hertz](https://github.com/cloudwego/hertz), [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) and [github.com/stretchr/testify](https://github.com/stretchr/testify). Updates `github.com/bytedance/sonic` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@v1.14.0...v1.14.1) Updates `github.com/cloudwego/hertz` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/cloudwego/hertz/releases) - [Commits](cloudwego/hertz@v0.10.1...v0.10.2) Updates `github.com/getkin/kin-openapi` from 0.132.0 to 0.133.0 - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.132.0...v0.133.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/bytedance/sonic dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: github.com/cloudwego/hertz dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.133.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: angular - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: angular ... Signed-off-by: dependabot[bot] <support@github.com>
SmilingPixel
approved these changes
Sep 8, 2025
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 angular group with 4 updates in the / directory: github.com/bytedance/sonic, github.com/cloudwego/hertz, github.com/getkin/kin-openapi and github.com/stretchr/testify.
Updates
github.com/bytedance/sonicfrom 1.14.0 to 1.14.1Release notes
Sourced from github.com/bytedance/sonic's releases.
Commits
53b981bfeat: show JSON trace when panic (#848)908af5dfix: compilation error withGOEXPERIMENT=jsonv2(#847)76b66f0opt: optimize encode and ast node (#845)a09ee02doc: comments documenting declarations mismatch (#840)52f9a01chore: fix comments about code generate (#839)d99cd2afix: unmarshal single escaped chars with string option tag (#837)dbee9fefix(vm): fix decode json contains \u0000 char (#836)94282dcfix: bugs when encoding.TextMarshaler key is integer types or nil pointer (#831)61d086dfix: fix range check for uint32 in jit (#833)b8300f0fix(encoder): not panic for unsupported map-key type (#826)Updates
github.com/cloudwego/hertzfrom 0.10.1 to 0.10.2Release notes
Sourced from github.com/cloudwego/hertz's releases.
Commits
6ddc7aechore: release v0.10.2 (#1414)efc6807Merge branch 'main' into release-v0.10.279e0ab8chore: update version v0.10.2b8b72f5refactor(protocol): faster appendHeaderValue (#1395)4b40fa1fix(tagexpr): prevent stack overflow with pb unexported fields (#1413)6e07744refactor(hz): fix filepath and path misuse (#1411)f1c4f5dfeat(protocol/sse): add SetMaxBufferSize for fixing bufio.ErrTooLong (#1409)55f984cfix(hz): check duplicating register by full statement instead of package path...f713950fix(hz): wrongly match method without matching service first (#1397)6b143defix: close conn if unexpected buffered data due to malformed response (#1396)Updates
github.com/getkin/kin-openapifrom 0.132.0 to 0.133.0Release notes
Sourced from github.com/getkin/kin-openapi's releases.
Commits
2baea3dopenapi2conv: preserve x-fields when converting from v2 to v3 (#1092)59b018cSome coding style fixes and cleaning up (#1093)a33c5f8openapi3filter: support primitive parsing for individual text like parts in m...e00a340openapi3: preserve all validation errors for allOf (#1087)6acf92bopenapi3filter: use FileBodyDecoder if the format is specified as binary (#1088)4358c4afeat: add support for RFC 7396 application/merge-patch+json (#1084)d72d75bopenapi3: resolve refs in parameter examples (#1086)2de45f7openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr (#1033)783206bopenapi3: fix ineffectual caching of compiled regexps (#1076)90fb641openapi2conv: Set externalDocs for Operations (#1070)Updates
github.com/stretchr/testifyfrom 1.10.0 to 1.11.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
2a57335Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912Backport #1786 to release/1.11b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilterDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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