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

fix(deps): update module github.com/gin-contrib/static to v1 #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gin-contrib/static v0.0.1 -> v1.1.2 age adoption passing confidence

Release Notes

gin-contrib/static (github.com/gin-contrib/static)

v1.1.2

Compare Source

Changelog

Enhancements
Build process updates

v1.1.1

Compare Source

Changelog

Enhancements
  • 1bfc746 chore: update external dependencies to latest versions

v1.1.0

Compare Source

Changelog

Features
  • faf596e feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
  • 9ae1c0d feat: Implement embed folder and a better organisation
  • 7e4680a feat: Implement embed folder and a better organisation
  • acf41a9 feat: enhance static file serving capabilities
Bug fixes
  • 45b3e72 fix(lint): should be written without leading space
Enhancements
  • cd3f75b chore(CD): enable goreleaser config.
  • 0874496 chore(CI): add go1.20 version
  • a7b3745 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • f82b50d chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • b99f153 chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 92f1410 chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 9bd6c69 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • 4f067b5 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
  • 33b0a22 chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
  • f12c8a9 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • a476d0b chore(deps): bump github/codeql-action from 1 to 2
  • 76c2495 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 8c4fd21 chore(github): upgrade action package.
  • a99fa6d chore(lint): add golang lint config
  • f6388b3 chore(lint): upgrade /golangci-lint to v1.43.0
  • db264bd chore: Add go 1.19 and upgrade lint version to v1.49
  • 7cf53f6 chore: add go1.16 version
  • d361912 chore: fix lint
  • ad4c6b0 chore: refactor Lint Configuration for Go Project
  • 9f124f7 chore: refactor example directory structure
  • 4cbe726 chore: rename example to _example
  • 651b99a chore: switch travis to github actions.
  • 2a746de chore: update GitHub Actions versions in workflow files
  • ad67ad1 chore: update GitHub actions and dependencies
  • f07e37c chore: update dependencies and Go version
  • 111c2d5 chore: update gin to v1.7.4
  • a16b37a chore: upgrade checkout version to v3
Others
  • 8d999d6 Fix example link in README.md
  • cd34821 chore(CI/CD): add dependabot
  • 4779c44 chore(CI/CD): remove macos-latest testing
  • ebb0d39 ci: Update travis.yml go 1.16 required
  • a2c0537 ci: update CI workflows and dependencies
  • 48e0d07 ci: update Go versions and CI workflows
  • 5d1b16d doc: Update use embedmd (include file in .md)
  • 21b6603 style: refactor tests and update CI configurations
  • e3221e7 test: improve reliability of file operations
  • 6e6360c test: refactor tests and cleanup imports

v1.0.0

Compare Source

Changelog

Features
  • ec0f82b feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
Bug fixes
  • 80d4aac fix(lint): should be written without leading space
Enhancements
  • 42d57cf chore(CD): enable goreleaser config.
  • 6f6aff6 chore(CI): add go1.20 version
  • 7caa1c1 chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • 2374c7c chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 8f793dc chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 1d0cf2c chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 0faa4fd chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • f17fd95 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
  • e1129d3 chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
  • 97f0937 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • 03995b8 chore(deps): bump github/codeql-action from 1 to 2
  • 4807237 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 61acef3 chore(github): upgrade action package.
  • 7756450 chore(lint): add golang lint config
  • 0b63c38 chore(lint): upgrade /golangci-lint to v1.43.0
  • 3035101 chore: Add go 1.19 and upgrade lint version to v1.49
  • 268e788 chore: fix lint
  • aa17ccf chore: refactor Lint Configuration for Go Project
  • dfd14e7 chore: switch travis to github actions.
  • eaf6a9f chore: update GitHub Actions versions in workflow files
  • 1ff8cd1 chore: update GitHub actions and dependencies
  • 2958f15 chore: update dependencies and Go version
  • 95ad899 chore: update gin to v1.7.4
  • e54fe28 chore: upgrade checkout version to v3
Others
  • e87c665 Fix example link in README.md
  • 60e123d Merge pull request #​26 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 5e00928 Merge pull request #​29 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
  • f071c1a Merge pull request #​30 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • 6787702 Merge pull request #​31 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 730373a Merge pull request #​32 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • ae09b2e Merge pull request #​33 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.2
  • eac955b Merge pull request #​34 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 90ad359 Merge pull request #​35 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.3
  • dbe4f68 Merge pull request #​36 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • efaf9c2 Merge pull request #​37 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 1e2ad02 Merge pull request #​39 from ianlyons/patch-1
  • 5d022b2 chore(CI/CD): add dependabot
  • 256d14c chore(CI/CD): remove macos-latest testing
  • 670c639 ci: update CI workflows and dependencies
  • 9e163ee ci: update Go versions and CI workflows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

ti-chi-bot bot commented Apr 16, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wuhuizuo for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot requested a review from purelind April 16, 2024 03:34
@ti-chi-bot ti-chi-bot bot requested a review from wuhuizuo April 16, 2024 03:34
@ti-chi-bot ti-chi-bot bot added the size/L label Apr 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-gin-contrib-static-1.x branch 2 times, most recently from ce6a28f to 45034d9 Compare April 16, 2024 09:27
@wuhuizuo
Copy link
Contributor

/review

@renovate renovate bot force-pushed the renovate/github.com-gin-contrib-static-1.x branch from 45034d9 to 992166c Compare May 5, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant