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/multitemplate from 0.0.0-20211002122701-e9e3201b87a0 to 1.0.0 #1510

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/gin-contrib/multitemplate from 0.0.0-20211002122701-e9e3201b87a0 to 1.0.0.

Release notes

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

v1.0.0

Changelog

Features

  • 2a09875 feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
  • ea49057 feat(embed): Implement template loading from embedded filesystem (#48)
  • 13b7778 feat(go): support go module

Bug fixes

  • 7fe72ec fix: go mod sum file
  • f37b7de fix: golang ci lint

Enhancements

  • 6d07ad6 chore(CD): enable goreleaser config.
  • 45920c9 chore(CI): add go1.20 version
  • 3e397ee chore(CI): remove v1.10 and add v1.14 in go
  • 8de806f chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • 4bafddb chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • be21e5a chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 0de5de8 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • f06fd4e chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3
  • f25e25e chore(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5
  • ea09e48 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • eb19714 chore(deps): bump github/codeql-action from 1 to 2
  • 5ac7559 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 0520a26 chore(github): upgrade action package.
  • 8a3ac50 chore(lint): upgrade /golangci-lint to v1.43.0
  • 8c2a844 chore: Add go 1.19 and upgrade lint version to v1.49
  • 811b268 chore: add env for go1.12
  • 813432f chore: add go1.12 support
  • b0f455f chore: add go1.15.x
  • b3f4caa chore: fix lint
  • 88754b2 chore: switch travis to github actions.
  • 5f8f48f chore: update GitHub Actions workflows to latest versions
  • 5bc92fc chore: update dependencies and Go version
  • ad33eb4 chore: update gin to v1.7.4
  • e2ee59f chore: upgrade checkout version to v3
  • 95dee0d chore: upgrade gin to v1.5.0
  • 4955c93 chore: upgrade gin to v1.6.3
  • bba2ccf chore: upgrade to go 1.13 (#25)
  • 666a730 chore: upgrade travis config format

Others

  • d155fda Add 1.10 testing version
  • 41d1d62 Add advanced example source code (#15)
  • 753bf91 Add from string templates with functions (#4)
  • 5799bbb Add golang 1.11.x version.
  • 0620287 Add multiple base templates example source code
  • bbc6daf Fix example in README.md (#5)
  • 92ae355 Hot reloading with multitemplates (#11)
  • 26d06d5 Initial commit
  • 542ef92 Merge pull request #21 from caitinggui/master
  • cde8ca8 Merge pull request #34 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • eae677c Merge pull request #38 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7

... (truncated)

Commits

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/gin-contrib/multitemplate](https://github.com/gin-contrib/multitemplate) from 0.0.0-20211002122701-e9e3201b87a0 to 1.0.0.
- [Release notes](https://github.com/gin-contrib/multitemplate/releases)
- [Changelog](https://github.com/gin-contrib/multitemplate/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/multitemplate/commits/v1.0.0)

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

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 Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #1525.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gin-contrib/multitemplate-1.0.0 branch May 6, 2024 19:39
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.

None yet

0 participants