Skip to content

Commit d5a056b

Browse files
authored
fix(deps): Update module github.com/bytedance/sonic to v1.11.2 (#163)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/bytedance/sonic](https://togithub.com/bytedance/sonic) | indirect | minor | `v1.10.2` -> `v1.11.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bytedance/sonic (github.com/bytedance/sonic)</summary> ### [`v1.11.2`](https://togithub.com/bytedance/sonic/releases/tag/v1.11.2) [Compare Source](https://togithub.com/bytedance/sonic/compare/v1.11.1...v1.11.2) #### Bugfix - \[[#&#8203;603](https://togithub.com/bytedance/sonic/issues/603)] fix:(ast) SortKeys(true) panic when not loaded-all **Full Changelog**: bytedance/sonic@v1.11.1...v1.11.2 ### [`v1.11.1`](https://togithub.com/bytedance/sonic/releases/tag/v1.11.1) [Compare Source](https://togithub.com/bytedance/sonic/compare/v1.11.0...v1.11.1) #### Feature - \[[#&#8203;594](https://togithub.com/bytedance/sonic/issues/594)] (ast) add new node method "IndexOrGetWithIdx" #### Bugfix - \[[#&#8203;601](https://togithub.com/bytedance/sonic/issues/601)] (ast) `Unset()` used physical index to `removePair` - \[[#&#8203;599](https://togithub.com/bytedance/sonic/issues/599)] (build) support build `rt` on non-amd64 env #### New Contributors - [@&#8203;Bisstocuz](https://togithub.com/Bisstocuz) made their first contribution in [https://github.com/bytedance/sonic/pull/594](https://togithub.com/bytedance/sonic/pull/594) **Full Changelog**: bytedance/sonic@v1.11.0...v1.11.1 ### [`v1.11.0`](https://togithub.com/bytedance/sonic/releases/tag/v1.11.0) [Compare Source](https://togithub.com/bytedance/sonic/compare/v1.10.2...v1.11.0) #### Feature - \[[#&#8203;590](https://togithub.com/bytedance/sonic/issues/590)] **support go1.22** - \[[#&#8203;558](https://togithub.com/bytedance/sonic/issues/558)] (encoder) allow the disabling of the newline in the encoder - \[[#&#8203;577](https://togithub.com/bytedance/sonic/issues/577)] (ast) always copy once after top `Get` #### Bugfix - \[[#&#8203;540](https://togithub.com/bytedance/sonic/issues/540)] (encoder) checked if a interface is empty by its value field instead of type field - \[[#&#8203;544](https://togithub.com/bytedance/sonic/issues/544)] (ast) didn't pass non-exist value when call `Node.Interface()` - \[[#&#8203;547](https://togithub.com/bytedance/sonic/issues/547)] (decoder) didn't fully reuse buffer memory - \[[#&#8203;569](https://togithub.com/bytedance/sonic/issues/569)] (ast) `Set` on non-object node unexpectedly - \[[#&#8203;571](https://togithub.com/bytedance/sonic/issues/571)] (ast) implement soft delete for `Unset()`. - **Break change** : `Unset()`'s behavior will be compatible with versions <= 1.9.x, while being incompatible with versions on 1.10.x #### Optimization - \[[#&#8203;550](https://togithub.com/bytedance/sonic/issues/550)] (decoder) refactor streaming decoder to fully use buffer - \[[#&#8203;545](https://togithub.com/bytedance/sonic/issues/545)] eliminate race test errors - \[[#&#8203;552](https://togithub.com/bytedance/sonic/issues/552)] (loader) use lockfree to register new modules #### New Contributors - [@&#8203;felix021](https://togithub.com/felix021) made their first contribution in [https://github.com/bytedance/sonic/pull/552](https://togithub.com/bytedance/sonic/pull/552) - [@&#8203;testwill](https://togithub.com/testwill) made their first contribution in [https://github.com/bytedance/sonic/pull/557](https://togithub.com/bytedance/sonic/pull/557) - [@&#8203;elee1766](https://togithub.com/elee1766) made their first contribution in [https://github.com/bytedance/sonic/pull/558](https://togithub.com/bytedance/sonic/pull/558) **Full Changelog**: bytedance/sonic@v1.10.2...v1.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 78a3015 commit d5a056b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/aymerick/douceur v0.2.0 // indirect
3333
github.com/bahlo/generic-list-go v0.2.0 // indirect
3434
github.com/buger/jsonparser v1.1.1 // indirect
35-
github.com/bytedance/sonic v1.10.2 // indirect
35+
github.com/bytedance/sonic v1.11.2 // indirect
3636
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
3737
github.com/chenzhuoyu/iasm v0.9.1 // indirect
3838
github.com/cloudquery/cloudquery-api-go v1.7.5 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
4848
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
4949
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
5050
github.com/bytedance/sonic v1.10.0-rc/go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM=
51-
github.com/bytedance/sonic v1.10.2 h1:GQebETVBxYB7JGWJtLBi07OVzWwt+8dWA00gEVW2ZFE=
52-
github.com/bytedance/sonic v1.10.2/go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4=
51+
github.com/bytedance/sonic v1.11.2 h1:ywfwo0a/3j9HR8wsYGWsIWl2mvRsI950HyoxiBERw5A=
52+
github.com/bytedance/sonic v1.11.2/go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4=
5353
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
5454
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
5555
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d h1:77cEq6EriyTZ0g/qfRdp61a3Uu/AWrgIq2s0ClJV1g0=

0 commit comments

Comments
 (0)