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

build(deps): bump github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2 #4971

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/Crocmagnon/fatcontext from 0.4.0 to 0.5.2.

Release notes

Sourced from github.com/Crocmagnon/fatcontext's releases.

v0.5.2

Summary

  • Fix: set minimum go version to 1.22.0 instead of 1.22.6 (#20 - @​ldez)

Changelog

  • 878219998895eb1d965599a7add1592defef3663 [pre-commit.ci] pre-commit autoupdate
  • 25eb4fa74b521ad6392f3f7408826182e5d08ee5 chore: ignore binary
  • 4526c31d1d698304bc6b64c2fbe657c6e8c65031 fix: use mon go1.22.0

v0.5.1

Changelog

  • 4410b65005bd5c6170573eb79dffce60f66ed5b2 doc: update linter description

v0.5.0

Summary

  • Detect fat contexts in function literals (#18 - @​venkycode)
  • Update dependencies
  • Add support for go 1.23
  • Drop support for go 1.21

Changelog

  • be0aa70f239f152b453d19237b912ff6733e1606 Detect nested contexts in function literals (#18)
  • 46a445090de94d115e08b086480ab89710b7aa20 Merge pull request #16 from Crocmagnon/dependabot/go_modules/golang.org/x/tools-0.23.0
  • 0be9888cea0cc94844d88c11a37f24ab7a6337bd Merge pull request #17 from Crocmagnon/pre-commit-ci-update-config
  • ab55c271f990a7ccc4b9c40a81ab83abd28ed098 [pre-commit.ci] pre-commit autoupdate
  • 3df83da91f92613af2a1eb033352eef09e28f0a4 build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0
  • 77afd2461688c5124c6136ca30fd7a3df0ee3555 cd: always run all test jobs
  • a80e8ddef6b985bfbd9103c1812edd5f56fb57ac cd: test with 1.23rc2
  • 021f1b4ed6bfec3f8fab9afa3c1576e8bdb532c2 cd: use go1.23 for golangci-lint
  • 2e1ec44b798069fec61c4bb11db6f0c938337395 drop support for go 1.21, and test against released go 1.23
  • 0d2c4019d419d6287fd1f1351b1562550afaace5 update go.mod to 1.22
  • 90afb8d3fae26ac02dc10c0e332b63922fda7482 update readme
Commits
  • 25eb4fa chore: ignore binary
  • 4526c31 fix: use mon go1.22.0
  • 8782199 [pre-commit.ci] pre-commit autoupdate
  • 4410b65 doc: update linter description
  • 90afb8d update readme
  • 021f1b4 cd: use go1.23 for golangci-lint
  • be0aa70 Detect nested contexts in function literals (#18)
  • 0d2c401 update go.mod to 1.22
  • 77afd24 cd: always run all test jobs
  • 2e1ec44 drop support for go 1.21, and test against released go 1.23
  • 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/Crocmagnon/fatcontext](https://github.com/Crocmagnon/fatcontext) from 0.4.0 to 0.5.2.
- [Release notes](https://github.com/Crocmagnon/fatcontext/releases)
- [Changelog](https://github.com/Crocmagnon/fatcontext/blob/master/.goreleaser.yaml)
- [Commits](Crocmagnon/fatcontext@v0.4.0...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Sep 1, 2024
@ldez ldez added linter: update version Update version of linter blocked: until next minor Will be a part of the next minor release of golangci-lint labels Sep 1, 2024
@ldez ldez self-requested a review September 1, 2024 11:45
@ldez ldez force-pushed the dependabot/go_modules/github.com/Crocmagnon/fatcontext-0.5.2 branch from c631125 to 2e3081c Compare September 1, 2024 11:52
@ldez ldez removed the blocked: until next minor Will be a part of the next minor release of golangci-lint label Sep 4, 2024
@ldez ldez added this to the next milestone Sep 4, 2024
@ldez ldez merged commit 2813c45 into master Sep 4, 2024
30 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/Crocmagnon/fatcontext-0.5.2 branch September 4, 2024 15:03
@ldez ldez modified the milestones: next, v1.61 Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant