Skip to content

build(deps): bump the angular group across 1 directory with 4 updates#27

Merged
SmilingPixel merged 1 commit into
mainfrom
dependabot/go_modules/angular-7ac38a2e4a
Sep 10, 2025
Merged

build(deps): bump the angular group across 1 directory with 4 updates#27
SmilingPixel merged 1 commit into
mainfrom
dependabot/go_modules/angular-7ac38a2e4a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2025

Copy link
Copy Markdown
Contributor

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/sonic from 1.14.0 to 1.14.1

Release notes

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

v1.14.1

What's Changed

New Contributors

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

Commits
  • 53b981b feat: show JSON trace when panic (#848)
  • 908af5d fix: compilation error with GOEXPERIMENT=jsonv2 (#847)
  • 76b66f0 opt: optimize encode and ast node (#845)
  • a09ee02 doc: comments documenting declarations mismatch (#840)
  • 52f9a01 chore: fix comments about code generate (#839)
  • d99cd2a fix: unmarshal single escaped chars with string option tag (#837)
  • dbee9fe fix(vm): fix decode json contains \u0000 char (#836)
  • 94282dc fix: bugs when encoding.TextMarshaler key is integer types or nil pointer (#831)
  • 61d086d fix: fix range check for uint32 in jit (#833)
  • b8300f0 fix(encoder): not panic for unsupported map-key type (#826)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/hertz from 0.10.1 to 0.10.2

Release notes

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

v0.10.2

What's Changed

Feature

Refactor

Fix

Chore

New Contributors

Full Changelog: cloudwego/hertz@v0.10.1...v0.10.2

Commits
  • 6ddc7ae chore: release v0.10.2 (#1414)
  • efc6807 Merge branch 'main' into release-v0.10.2
  • 79e0ab8 chore: update version v0.10.2
  • b8b72f5 refactor(protocol): faster appendHeaderValue (#1395)
  • 4b40fa1 fix(tagexpr): prevent stack overflow with pb unexported fields (#1413)
  • 6e07744 refactor(hz): fix filepath and path misuse (#1411)
  • f1c4f5d feat(protocol/sse): add SetMaxBufferSize for fixing bufio.ErrTooLong (#1409)
  • 55f984c fix(hz): check duplicating register by full statement instead of package path...
  • f713950 fix(hz): wrongly match method without matching service first (#1397)
  • 6b143de fix: close conn if unexpected buffered data due to malformed response (#1396)
  • Additional commits viewable in compare view

Updates github.com/getkin/kin-openapi from 0.132.0 to 0.133.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.133.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.132.0...v0.133.0

Commits
  • 2baea3d openapi2conv: preserve x-fields when converting from v2 to v3 (#1092)
  • 59b018c Some coding style fixes and cleaning up (#1093)
  • a33c5f8 openapi3filter: support primitive parsing for individual text like parts in m...
  • e00a340 openapi3: preserve all validation errors for allOf (#1087)
  • 6acf92b openapi3filter: use FileBodyDecoder if the format is specified as binary (#1088)
  • 4358c4a feat: add support for RFC 7396 application/merge-patch+json (#1084)
  • d72d75b openapi3: resolve refs in parameter examples (#1086)
  • 2de45f7 openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr (#1033)
  • 783206b openapi3: fix ineffectual caching of compiled regexps (#1076)
  • 90fb641 openapi2conv: Set externalDocs for Operations (#1070)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 8, 2025
@SmilingPixel
SmilingPixel merged commit 994c6ee into main Sep 10, 2025
2 checks passed
@SmilingPixel
SmilingPixel deleted the dependabot/go_modules/angular-7ac38a2e4a branch September 10, 2025 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant