Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2025

Bumps the go-deps group with 3 updates in the / directory: github.com/99designs/gqlgen, github.com/expr-lang/expr and golang.org/x/oauth2.

Updates github.com/99designs/gqlgen from 0.17.84 to 0.17.85

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.85

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.84...v0.17.85

Commits
  • 763f5a2 release v0.17.85
  • ae50bd3 chore(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 (#3964)
  • 16e7c05 chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 (#3965)
  • 7d694f3 chore(deps-dev): bump @​apollo/client in /integration (#3962)
  • b3d3b30 chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#3963)
  • 08634f2 chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 in /_examples (#3967)
  • 54213d3 chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3968)
  • bdd1218 chore(deps): bump robherley/go-test-action from 0.6.0 to 0.7.1 (#3969)
  • bef5abf fix(codegen): correctly unmarshal slice of input object mapped to map[string]...
  • 47d55c1 chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#3959)
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.6 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.46.0

Commits
  • 19acf81 go.mod: update golang.org/x dependencies
  • 3a1c6b4 x509roots/fallback: update bundle
  • f4602e4 ssh/agent: fix flaky test by ensuring a writeable home directory
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0

Commits

Updates golang.org/x/sys from 0.38.0 to 0.39.0

Commits
  • 08e5482 unix: fix out of bounds memory access in tests
  • 4f4f1c6 Revert "cpu: add HPDS, LOR, PAN detection for arm64"
  • ca63116 unix: add IOCTL_MEI_* constants
  • a4199c0 unix: fix definition of Statvfs_t for netbsd-arm.
  • See full diff in compare view

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

Commits

Updates google.golang.org/protobuf from 1.36.10 to 1.36.11

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 go-deps group with 3 updates in the / directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/expr-lang/expr](https://github.com/expr-lang/expr) and [golang.org/x/oauth2](https://github.com/golang/oauth2).


Updates `github.com/99designs/gqlgen` from 0.17.84 to 0.17.85
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.84...v0.17.85)

Updates `github.com/expr-lang/expr` from 1.17.6 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.6...v1.17.7)

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

Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0
- [Commits](golang/oauth2@v0.33.0...v0.34.0)

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

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

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.85
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/term
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 27, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-c1f3217683 branch December 27, 2025 21:00
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 size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant