build(deps): bump the linter-testdata group across 3 directories with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by ldez
dependencies go linter: testdata
Bumps the linter-testdata group with 1 update in the /pkg/golinters/arangolint/testdata directory: github.com/arangodb/go-driver/v2.
Bumps the linter-testdata group with 1 update in the /pkg/golinters/ginkgolinter/testdata directory: github.com/onsi/gomega.
Bumps the linter-testdata group with 1 update in the /pkg/golinters/protogetter/testdata directory: google.golang.org/grpc.
Updates github.com/arangodb/go-driver/v2 from 2.1.3 to 2.1.4
Commits
e082d30ensure tests clean up the resources they create in the test flow (#689)e58e3cfGT-586 Foxx API support in V2 (#685)05836fdGT-588 Import API support in V2 (#684)1867bd3OAS-10935 Get Raw JSON bytes from query cursor (#683)ea2f3abOAS-10877 Update CVE golang 1.23 (#682)36c04eaBump golang.org/x/net from 0.36.0 to 0.38.0 in /v2 (#679)74fe4a6OAS-10870 go driver conflict error should expose the name of a field that vio...9993f28OAS-10816 set properties does not allow removing a computed value in go drive...257739bBump golang.org/x/net from 0.33.0 to 0.36.0 in /v2 (#673)c6975bdFix spelling and remove obsolete code comments (#671)- Additional commits viewable in compare view
Updates github.com/onsi/gomega from 1.37.0 to 1.38.0
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.38.0
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits
c1237dfv1.38.036bbf72support [] in IgnoringTopFunction function signatures (#851)4ee7ed0gstruct handles extra unexported fields529d408Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846)acd1f55Fix typobae65a0Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835)8dda91fBump nokogiri from 1.18.4 to 1.18.8 in /docs (#842)212d812Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843)59bd7f9Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839)328c729Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834)- Additional commits viewable in compare view
Updates google.golang.org/grpc from 1.73.0 to 1.74.2
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.74.2
New Features
- grpc: introduce new
DialOptionsandServerOptions(WithStaticStreamWindowSize,WithStaticConnWindowSize,StaticStreamWindowSize,StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
- balancer: add
ExitIdlemethod toBalancerinterface. Earlier, implementing this method was optional. (#8367)Behavior Changes
- xds: Remove the
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUESTenvironment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)
- Special Thanks:
@atollena- server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#8439)
Bug Fixes
- googledirectpath: avoid logging the error message
Attempt to set a bootstrap configuration...when creating multiple directpath channels. (#8419)Performance Improvements
- transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#8361)
- transport: reduce heap allocations by re-using
mem.Readerobjects. (#8360)Documentation
- examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#8388)
- Special Thanks:
@vinothkumarr227Release 1.74.1
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
Commits
e9e00cbChange version to 1.74.2 (#8470)bd7cb0aChange version to 1.74.2-dev (#8461)002a22cChange version to 1.74.1 (#8455)6e8e7e4Retract v1.74.0 and v1.74.1 (#8457)48c9e4dChange version to 1.74.1-dev (#8408)b8b6cffChange version to 1.74.0 (#8407)077e2c3Cherry-pick #8411, #8419, #8422, #8445 and #8451 to v1.74.x (#8454)b34f845server: allow 0s grpc-timeout header values, as java is known to be able to s...1787f94xdsclient: export genericResourceTypeDecoder (#8406)15299ccxdsclient: make a function to return the supported resource type implementati...- 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 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
Pull Request Statistics
1
6
+33
-33
Package Dependencies
github.com/arangodb/go-driver/v2
go
2.1.3 → 2.1.4
Patch
Technical Details
| ID: | 4428622 |
| UUID: | 2712913940 |
| Node ID: | PR_kwDOB-BgJc6hs8gU |
| Host: | GitHub |
| Repository: | golangci/golangci-lint |
| Merge State: | Unknown |