Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps github.com/stretchr/testify from 1.9.0 to 1.10.0.

Release notes

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

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 25, 2024
@github-actions
Copy link

Code Coverage


github.com/hyperscale-stack/validator/color_validator.go:19:		NewColorValidator		100.0%
github.com/hyperscale-stack/validator/color_validator.go:23:		Validate			100.0%
github.com/hyperscale-stack/validator/email_validator.go:22:		NewEmailValidator		100.0%
github.com/hyperscale-stack/validator/email_validator.go:34:		Validate			100.0%
github.com/hyperscale-stack/validator/email_validator_options.go:13:	EmailTimeout			100.0%
github.com/hyperscale-stack/validator/input.go:20:			NewInputValidator		100.0%
github.com/hyperscale-stack/validator/input.go:26:			validateField			100.0%
github.com/hyperscale-stack/validator/input.go:43:			ValidateMap			100.0%
github.com/hyperscale-stack/validator/input.go:55:			ValidateValues			100.0%
github.com/hyperscale-stack/validator/password_validator.go:26:		NewPasswordValidator		100.0%
github.com/hyperscale-stack/validator/password_validator.go:45:		Validate			100.0%
github.com/hyperscale-stack/validator/password_validator.go:64:		checkPassword			100.0%
github.com/hyperscale-stack/validator/string_length_validator.go:24:	NewStringLengthValidator	100.0%
github.com/hyperscale-stack/validator/string_length_validator.go:34:	Validate			100.0%
github.com/hyperscale-stack/validator/uuid_validator.go:18:		NewUUIDValidator		100.0%
github.com/hyperscale-stack/validator/uuid_validator.go:22:		Validate			100.0%
total:									(statements)			100.0%

Pusher: @euskadi31, Action: pull_request, Workflow: Go

@github-actions
Copy link

Benchmark


goos: linux
goarch: amd64
pkg: github.com/hyperscale-stack/validator
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkColorValidator-4                	10030122	       120.3 ns/op	       0 B/op	       0 allocs/op
BenchmarkEmailValidator-4                	    4698	    251916 ns/op	    3976 B/op	      49 allocs/op
BenchmarkInputValidatorMap-4             	 8591916	       139.0 ns/op	      48 B/op	       1 allocs/op
BenchmarkInputValidatorValues-4          	 6009925	       198.8 ns/op	      80 B/op	       3 allocs/op
BenchmarkPasswordValidator-4             	 6379953	       188.2 ns/op	       0 B/op	       0 allocs/op
BenchmarkStringLengthValidatorMin-4      	 9114950	       131.9 ns/op	      64 B/op	       2 allocs/op
BenchmarkStringLengthValidatorMax-4      	428086927	         2.792 ns/op	       0 B/op	       0 allocs/op
BenchmarkStringLengthValidatorMinMax-4   	429927286	         2.795 ns/op	       0 B/op	       0 allocs/op
BenchmarkUUIDValidatorString-4           	38426601	        31.90 ns/op	       0 B/op	       0 allocs/op
BenchmarkUUIDValidatorBytes-4            	45566928	        24.88 ns/op	      16 B/op	       1 allocs/op
PASS
ok  	github.com/hyperscale-stack/validator	13.532s

Pusher: @euskadi31, Action: pull_request, Workflow: Go

@euskadi31 euskadi31 merged commit 02b9fdf into master Nov 28, 2024
1 check passed
@euskadi31 euskadi31 deleted the dependabot/go_modules/github.com/stretchr/testify-1.10.0 branch November 28, 2024 20:47
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12075267017

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 12075265769: 0.0%
Covered Lines: 151
Relevant Lines: 151

💛 - Coveralls

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.

2 participants