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

chore(deps): bump github.com/gin-contrib/expvar from 0.0.1 to 1.0.1 #1504

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/gin-contrib/expvar from 0.0.1 to 1.0.1.

Release notes

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

v1.0.1

Changelog

Enhancements

  • 4e4030a chore: update third-party dependencies to latest versions

Others

  • 390123d ci: update GitHub Actions workflows to use latest versions and configurations

v1.0.0

Changelog

Features

  • b6ab31a feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL

Enhancements

  • fa5f8b8 chore(CD): enable goreleaser config.
  • 3efe466 chore(CI): add go1.20 version
  • f041450 chore(CI): remove v1.10 and add v1.14 in go
  • b1b5209 chore(CI): update cache
  • 22c7881 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • d8e62e5 chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 8e0c808 chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 6ae4cb8 chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.7.1
  • e6b483c chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • c09588c chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5
  • a93d404 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • e9a4545 chore(deps): bump github/codeql-action from 1 to 2
  • c56cd1b chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 314bb8f chore(github): upgrade action package.
  • 5e4e870 chore: Add go 1.19 and upgrade lint version to v1.49
  • b6ae8c7 chore: add go1.15.x
  • e0514d0 chore: refine CI/CD pipeline and update Go version
  • b00ffc6 chore: remove embedmd checker
  • e753658 chore: support cache and lint. (#4)
  • 653a62c chore: switch travis to github actions. (#3)
  • f0cabfa chore: update GitHub Actions versions in workflows
  • 49ccb15 chore: update badge
  • 776a55b chore: update dependencies and Go version
  • 310bdd4 chore: upgrade checkout version to v3
  • 9264c23 chore: upgrade gin to v1.5.0
  • 630c04c chore: upgrade gin to v1.6.3
  • beec6d3 chore: upgrade golangci-lint to v1.42.0
  • 34c5619 chore: upgrade to go 1.13 (#2)

Others

  • aed94db Merge pull request #10 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • 26d7a5d Merge pull request #11 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
  • 28ad21b Merge pull request #12 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 7511622 Merge pull request #13 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • af380e7 Merge pull request #14 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 5828d51 Merge pull request #15 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.2
  • df680b0 Merge pull request #16 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • d5e7e95 Merge pull request #17 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 0c8c8c8 Merge pull request #5 from gin-contrib/dependabot/github_actions/github/codeql-action-2

... (truncated)

Commits
  • 4e4030a chore: update third-party dependencies to latest versions
  • 390123d ci: update GitHub Actions workflows to use latest versions and configurations
  • 776a55b chore: update dependencies and Go version
  • e0514d0 chore: refine CI/CD pipeline and update Go version
  • ceb19a9 ci: refactor CI/CD workflows and dependencies
  • 9336054 ci: update GitHub Action version to v3 in codeql.yml file
  • f0cabfa chore: update GitHub Actions versions in workflows
  • 3efe466 chore(CI): add go1.20 version
  • 5e4e870 chore: Add go 1.19 and upgrade lint version to v1.49
  • d5e7e95 Merge pull request #17 from gin-contrib/dependabot/go_modules/github.com/stre...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 25, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gin-contrib/expvar-1.0.1 branch from 747c781 to 4165287 Compare March 31, 2024 18:14
Bumps [github.com/gin-contrib/expvar](https://github.com/gin-contrib/expvar) from 0.0.1 to 1.0.1.
- [Release notes](https://github.com/gin-contrib/expvar/releases)
- [Changelog](https://github.com/gin-contrib/expvar/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/expvar@v0.0.1...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/expvar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gin-contrib/expvar-1.0.1 branch from 4165287 to a342583 Compare March 31, 2024 18:24
@vcastellm vcastellm merged commit 25376bb into main Mar 31, 2024
2 checks passed
@vcastellm vcastellm deleted the dependabot/go_modules/github.com/gin-contrib/expvar-1.0.1 branch March 31, 2024 21:57
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.

1 participant