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 github.com/maxbrunsfeld/counterfeiter/v6 from 6.2.2 to 6.7.0 #2510

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

Bumps github.com/maxbrunsfeld/counterfeiter/v6 from 6.2.2 to 6.7.0.

Release notes

Sourced from github.com/maxbrunsfeld/counterfeiter/v6's releases.

v6.7.0

  • ⬆️ dependency updates
  • change go.mod to 1.19
  • modernize github actions workflow to keep pace with new go releases

Detailed changes: maxbrunsfeld/counterfeiter@v6.6.2...v6.7.0

v6.6.2

  • ⬆️ dependency updates

Detailed changes: maxbrunsfeld/counterfeiter@v6.6.1...v6.6.2

v6.6.1

  • ⚡ fix GitHub Actions workflow: setup-go directive for go 1.20 requires quotes for version '1.20'

Detailed changes: maxbrunsfeld/counterfeiter@v6.6.0...v6.6.1

v6.6.0

  • ⬆️ update dependencies

Detailed changes: maxbrunsfeld/counterfeiter@v6.5.0...v6.6.0

v6.5.0

  • ⬆️ update dependencies
  • 🔗 adopt go1.17 version in go.mod

Detailed changes: maxbrunsfeld/counterfeiter@v6.4.1...v6.5.0

v6.4.1

  • 🐛 package mode was broken, but now it's fixed (@​nkovacs supplied a patch to fix #140)
  • 🐛 allow directories when using the -o output flag (fixes #172, thanks @​darwayne)

Detailed changes: maxbrunsfeld/counterfeiter@v6.4.0...v6.4.1

v6.4.0

  • 🐛 remove logic to speed up multiple invocations of go generate in a single package; if you need the prior behavior, please adopt counterfeiter:generate directives (#170 via @​rittneje, fixes #166)
  • 🆕 add -q flag to suppress status output (#167 via @​martinxsliu)
  • ⬆️ dependencies
  • 🔁 update CI to use go 1.16

Detailed changes: maxbrunsfeld/counterfeiter@v6.3.0...v6.4.0

v6.3.0

  • 🆕 allow adding headers to generated fakes (#153 via @​hoegaarden)
  • 🐛 ensure type info is loaded for compatibility with go 1.13+ (fixes #147)
  • 🐛 avoid data race (fixes #145 via #149 / @​mariash and #159 / @​NilsJPWerner)
  • 🧹remove tests for GOPATH, and ask people to use counterfeiter with go modules (fixes #161)
  • ⬆️ dependencies
  • 🔁 update CI to use go 1.15

... (truncated)

Commits
  • 45d9140 modernize github actions workflow, bump to a supported version
  • dd7032c Merge pull request #253 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 5ea93b9 Bump golang.org/x/tools from 0.11.1 to 0.12.0
  • 58e9f94 Merge pull request #252 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 9c5c47e Bump golang.org/x/tools from 0.11.0 to 0.11.1
  • 851365b Merge pull request #250 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • e3f2a9d Bump golang.org/x/tools from 0.10.0 to 0.11.0
  • a655592 Merge pull request #251 from maxbrunsfeld/dependabot/go_modules/github.com/on...
  • ed36add Bump github.com/onsi/gomega from 1.27.8 to 1.27.10
  • 92a8625 Merge pull request #247 from maxbrunsfeld/dependabot/go_modules/golang.org/x/...
  • 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 the dependencies Pull requests that update a dependency file label Aug 22, 2023
@moleske
Copy link
Member

moleske commented Aug 23, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/v7/github.com/maxbrunsfeld/counterfeiter/v6-6.7.0 branch from ab7e4d6 to 89b710c Compare August 23, 2023 23:32
@moleske
Copy link
Member

moleske commented Aug 25, 2023

@dependabot recreate

Bumps [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) from 6.2.2 to 6.7.0.
- [Release notes](https://github.com/maxbrunsfeld/counterfeiter/releases)
- [Commits](maxbrunsfeld/counterfeiter@v6.2.2...v6.7.0)

---
updated-dependencies:
- dependency-name: github.com/maxbrunsfeld/counterfeiter/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/v7/github.com/maxbrunsfeld/counterfeiter/v6-6.7.0 branch from 89b710c to cba9d39 Compare August 25, 2023 20:48
@a-b a-b merged commit 18d7d28 into v7 Aug 25, 2023
13 checks passed
@a-b a-b deleted the dependabot/go_modules/v7/github.com/maxbrunsfeld/counterfeiter/v6-6.7.0 branch August 25, 2023 23:24
@a-b
Copy link
Member

a-b commented Aug 26, 2023

@dependabot help

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants