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 ticker group with 7 updates #301

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ticker group with 7 updates:

Package From To
github.com/gin-contrib/cors 1.5.0 1.7.1
github.com/gin-contrib/size 0.0.0-20220102055520-f75bacbc2df3 1.0.0
github.com/stretchr/testify 1.8.4 1.9.0
golang.org/x/crypto 0.20.0 0.21.0
gorm.io/driver/mysql 1.5.4 1.5.6
gorm.io/driver/postgres 1.5.6 1.5.7
gorm.io/gorm 1.25.7-0.20240204074919-46816ad31dde 1.25.7

Updates github.com/gin-contrib/cors from 1.5.0 to 1.7.1

Release notes

Sourced from github.com/gin-contrib/cors's releases.

v1.7.1

Changelog

Enhancements

  • 71a48a2 chore: update third-party dependencies to latest versions

Others

  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage

v1.7.0

Changelog

Bug fixes

  • 7f30a1f fix: improve error handling and test robustness

Enhancements

  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin context (#140)

Others

  • 4447aeb refactor: refactor request handling and improve CORS checks

v1.6.0

Changelog

Features

  • eac6c48 feat(schema): allow usage of custom schemas (#139)

Bug fixes

Enhancements

  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows

Others

  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#144)
  • d5002f2 test: refactor tests and update CI configurations
Commits
  • 71a48a2 chore: update third-party dependencies to latest versions
  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage
  • 4447aeb refactor: refactor request handling and improve CORS checks
  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin c...
  • 7f30a1f fix: improve error handling and test robustness
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • d5002f2 test: refactor tests and update CI configurations
  • eac6c48 feat(schema): allow usage of custom schemas (#139)
  • 27b723a fixe(domain): wildcard parse bug (#106)
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/size from 0.0.0-20220102055520-f75bacbc2df3 to 1.0.0

Release notes

Sourced from github.com/gin-contrib/size's releases.

v1.0.0

Changelog

Features

  • fd79f55 feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
  • f112c6c feat: add govendor
  • 0441132 feat: enable go module
  • 3926445 feat: initial

Enhancements

  • 44dc10a chore(CD): enable goreleaser config.
  • e14a140 chore(CI): add go1.20 version
  • 24aa35f chore(CI): remove v1.10 and add v1.14 in go
  • f5f3392 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.8.1
  • 4b6cd4e chore(deps): bump github/codeql-action from 1 to 2
  • 7196560 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • bb7ecea chore(github): upgrade action package.
  • c5a150d chore(go): upgrade to 1.13 (#6)
  • f75bacb chore(lint): add golang lint config
  • a4427a6 chore(lint): upgrade /golangci-lint to v1.43.0
  • 0fc0bc8 chore: Add go 1.19 and upgrade lint version to v1.49
  • dc71752 chore: add go1.15.x
  • fcea5e9 chore: fix lint
  • 0d401cc chore: migrate travis to github actions
  • 8e1e61f chore: refactor linter settings and file structure
  • 5008592 chore: update GitHub Actions versions in relevant files
  • 8b63644 chore: update dependencies and packages versions
  • e0f46cc chore: update dependencies and version for improved functionality
  • b0dc883 chore: upgrade checkout version to v3
  • 745aacc chore: upgrade gin to v1.5.0
  • e0be654 chore: upgrade gin to v1.6.3
  • 530e723 chore: upgrade gin to v1.7.4
  • dd4cd8d chore: upgrade golangci-lint to v1.42.1
  • 37b334d chore: upgrade travis config format

Others

  • 8b00caf Add 1.10 version
  • 161dc59 Change to RequestSizeLimiter & better tests (#4)
  • bf7de1d Initial commit
  • f6422c2 Merge pull request #13 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 5ce645f Merge pull request #16 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • f5a6507 Merge pull request #18 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 76b079a add 1.11.x golang version
  • f8b4345 add go1.16
  • 3f81e03 chore(CI/CD): add dependabot
  • b632aaf chore(CI/CD): remove macos-latest testing
  • 56c4a56 ci: update GitHub Actions configurations across workflows
  • b150cfc ci: update GitHub Actions workflow to use codeql-action/init@v3
  • 4c208e0 correct example in readme (#9)
  • 6d03d1b fix missing import and package name in docs and example (#3)
  • 573c050 fix tests (#1)
  • 6fb8220 remove 1.7 from travis
  • 9254f29 support go1.12

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

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

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

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

Commits
  • 7067223 go.mod: update golang.org/x dependencies
  • 0d2316b ssh/test: work around for TestCiphers failures on macOS
  • See full diff in compare view

Updates gorm.io/driver/mysql from 1.5.4 to 1.5.6

Commits
  • 9d1b8d6 Fix insert id order for mariadb
  • d848c69 Fix set time field's precision to 0
  • e724f92 only trim paired single-quotes for column.DefaultValue (#143)
  • 739f97b feat: map mysql error 1451 to gorm error (#145)
  • See full diff in compare view

Updates gorm.io/driver/postgres from 1.5.6 to 1.5.7

Commits

Updates gorm.io/gorm from 1.25.7-0.20240204074919-46816ad31dde to 1.25.7

Commits

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 ticker group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.5.0` | `1.7.1` |
| [github.com/gin-contrib/size](https://github.com/gin-contrib/size) | `0.0.0-20220102055520-f75bacbc2df3` | `1.0.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.20.0` | `0.21.0` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.4` | `1.5.6` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.6` | `1.5.7` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.7-0.20240204074919-46816ad31dde` | `1.25.7` |


Updates `github.com/gin-contrib/cors` from 1.5.0 to 1.7.1
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.5.0...v1.7.1)

Updates `github.com/gin-contrib/size` from 0.0.0-20220102055520-f75bacbc2df3 to 1.0.0
- [Release notes](https://github.com/gin-contrib/size/releases)
- [Changelog](https://github.com/gin-contrib/size/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/size/commits/v1.0.0)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

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

Updates `gorm.io/driver/mysql` from 1.5.4 to 1.5.6
- [Commits](go-gorm/mysql@v1.5.4...v1.5.6)

Updates `gorm.io/driver/postgres` from 1.5.6 to 1.5.7
- [Commits](go-gorm/postgres@v1.5.6...v1.5.7)

Updates `gorm.io/gorm` from 1.25.7-0.20240204074919-46816ad31dde to 1.25.7
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.7)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ticker
- dependency-name: github.com/gin-contrib/size
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ticker
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ticker
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ticker
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ticker
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ticker
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ticker
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from 0x46616c6b as a code owner April 1, 2024 04:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2024
@systemli systemli bot merged commit d90f10f into main Apr 1, 2024
4 checks passed
@systemli systemli bot deleted the dependabot/go_modules/ticker-84a4ef1f33 branch April 1, 2024 04:26
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.

0 participants