Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 7 updates #42

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the all group with 7 updates:

Package From To
github.com/bytedance/sonic 1.10.2 1.11.2
github.com/chenzhuoyu/iasm 0.9.0 0.9.1
github.com/go-playground/validator/v10 10.17.0 10.18.0
github.com/klauspost/cpuid/v2 2.2.6 2.2.7
golang.org/x/crypto 0.18.0 0.19.0
golang.org/x/net 0.20.0 0.21.0
golang.org/x/sys 0.16.0 0.17.0

Updates github.com/bytedance/sonic from 1.10.2 to 1.11.2

Release notes

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

v1.11.2

Bugfix

  • #603 fix:(ast) SortKeys(true) panic when not loaded-all

Full Changelog: bytedance/sonic@v1.11.1...v1.11.2

v1.11.1

Feature

  • #594 (ast) add new node method "IndexOrGetWithIdx"

Bugfix

  • #601 (ast) Unset() used physical index to removePair
  • #599 (build) support build rt on non-amd64 env

New Contributors

Full Changelog: bytedance/sonic@v1.11.0...v1.11.1

v1.11.0

Feature

  • #590 support go1.22
  • #558 (encoder) allow the disabling of the newline in the encoder
  • #577 (ast) always copy once after top Get

Bugfix

  • #540 (encoder) checked if a interface is empty by its value field instead of type field
  • #544 (ast) didn't pass non-exist value when call Node.Interface()
  • #547 (decoder) didn't fully reuse buffer memory
  • #569 (ast) Set on non-object node unexpectedly
  • #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

  • #550 (decoder) refactor streaming decoder to fully use buffer
  • #545 eliminate race test errors
  • #552 (loader) use lockfree to register new modules

New Contributors

Full Changelog: bytedance/sonic@v1.10.2...v1.11.0

v1.11.0-rc.2

Feature

  • #577 Get() will always COPY returned JSON from input JSON bytes, in order to reduce the possibility of OOM when caching ast.Node.

... (truncated)

Commits

Updates github.com/chenzhuoyu/iasm from 0.9.0 to 0.9.1

Commits

Updates github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.18.0

What Changed?

Updated all dependencies to address dependant alerts, #1205 and #1220

Commits

Updates github.com/klauspost/cpuid/v2 from 2.2.6 to 2.2.7

Release notes

Sourced from github.com/klauspost/cpuid/v2's releases.

v2.2.7

What's Changed

New Contributors

Full Changelog: klauspost/cpuid@v2.2.6...v2.2.7

Commits

Updates golang.org/x/crypto from 0.18.0 to 0.19.0

Commits

Updates golang.org/x/net from 0.20.0 to 0.21.0

Commits
  • 73d21fd go.mod: update golang.org/x dependencies
  • 643fd16 html: fix SOLIDUS '/' handling in attribute parsing
  • 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing
  • b2208d0 internal/quic/qlog: fix typo
  • 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway
  • 07e05fd http2: remove suspicious uint32->v conversion in frame code
  • 26b646e quic: avoid deadlock in Endpoint.Close
  • See full diff in compare view

Updates golang.org/x/sys from 0.16.0 to 0.17.0

Commits
  • 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString
  • 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile"
  • 628365d windows: support nil done parameter in ReadFile and WriteFile
  • bef1bd8 unix: move mksyscall regexp to package level variables
  • 5710a32 unix/linux: update Linux kernel to 6.7
  • b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above
  • c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ
  • f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed
  • 0d9df52 unix: add more SECCOMP constants
  • See full diff 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 all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.10.2` | `1.11.2` |
| [github.com/chenzhuoyu/iasm](https://github.com/chenzhuoyu/iasm) | `0.9.0` | `0.9.1` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.17.0` | `10.18.0` |
| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.6` | `2.2.7` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.19.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.16.0` | `0.17.0` |


Updates `github.com/bytedance/sonic` from 1.10.2 to 1.11.2
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.10.2...v1.11.2)

Updates `github.com/chenzhuoyu/iasm` from 0.9.0 to 0.9.1
- [Commits](chenzhuoyu/iasm@v0.9.0...v0.9.1)

Updates `github.com/go-playground/validator/v10` from 10.17.0 to 10.18.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.17.0...v10.18.0)

Updates `github.com/klauspost/cpuid/v2` from 2.2.6 to 2.2.7
- [Release notes](https://github.com/klauspost/cpuid/releases)
- [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml)
- [Commits](klauspost/cpuid@v2.2.6...v2.2.7)

Updates `golang.org/x/crypto` from 0.18.0 to 0.19.0
- [Commits](golang/crypto@v0.18.0...v0.19.0)

Updates `golang.org/x/net` from 0.20.0 to 0.21.0
- [Commits](golang/net@v0.20.0...v0.21.0)

Updates `golang.org/x/sys` from 0.16.0 to 0.17.0
- [Commits](golang/sys@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/bytedance/sonic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/chenzhuoyu/iasm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/klauspost/cpuid/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Mar 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@jakecoffman jakecoffman deleted the dependabot/go_modules/all-68143d88e9 branch March 29, 2024 21:11
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.

None yet

1 participant