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/maxbrunsfeld/counterfeiter/v6 to v6.10.0 #597

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

Conversation

spanky-the-elfbot
Copy link
Collaborator

@spanky-the-elfbot spanky-the-elfbot commented Oct 4, 2024

This PR contains the following updates:

Package Type Update Change
github.com/maxbrunsfeld/counterfeiter/v6 require minor v6.2.3 -> v6.10.0

Release Notes

maxbrunsfeld/counterfeiter (github.com/maxbrunsfeld/counterfeiter/v6)

v6.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: maxbrunsfeld/counterfeiter@v6.9.0...v6.10.0

v6.9.0

Compare Source

Details:

  • ⬆️ dependency updates, which resulted in the minimum go version increasing to go 1.22
  • 📖 update an outdated link to go module documentation (#​277 via @​jhvhs)
  • 📖 remove dangling backtick (#​281 via @​dennisme)

Detailed changes: maxbrunsfeld/counterfeiter@v6.8.1...v6.9.0

v6.8.1

Compare Source

This patch release removes the unused appveyor.yml file and some unused dependencies in go.mod resulting from a go mod tidy run. Read on for the contents of the v6.8.0 release:

  • support generic function parameters and return types (#​258 via @​Ralph7C2 - thanks Ralph!)
  • ⬆️ dependency updates
  • 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub)
  • change go.mod to 1.20

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

v6.8.0

Compare Source

  • support generic function parameters and return types (#​258 via @​Ralph7C2 - thanks Ralph!)
  • ⬆️ dependency updates
  • 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub)
  • change go.mod to 1.20

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

v6.7.0

Compare Source

  • ⬆️ 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

Compare Source

  • ⬆️ dependency updates

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

v6.6.1

Compare Source

  • ⚡ 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

Compare Source

  • ⬆️ update dependencies

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

v6.5.0

Compare Source

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

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

v6.4.1

Compare Source

  • 🐛 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

Compare Source

  • 🐛 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

Compare Source

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


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 Renovate Bot.

@spanky-the-elfbot
Copy link
Collaborator Author

spanky-the-elfbot commented Oct 4, 2024

ℹ Artifact update notice

File name: apps/concourse-github-pr-resource/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.3
golang.org/x/crypto v0.14.0 -> v0.28.0
golang.org/x/mod v0.8.0 -> v0.21.0
golang.org/x/net v0.17.0 -> v0.30.0
golang.org/x/sys v0.13.0 -> v0.26.0
golang.org/x/text v0.13.0 -> v0.19.0
golang.org/x/tools v0.6.0 -> v0.26.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -> v3.0.1

@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 7 times, most recently from a46efc1 to 8568d44 Compare October 9, 2024 22:24
@spanky-the-elfbot spanky-the-elfbot changed the title fix(deps): update module github.com/maxbrunsfeld/counterfeiter/v6 to v6.9.0 fix(deps): update module github.com/maxbrunsfeld/counterfeiter/v6 to v6.10.0 Oct 10, 2024
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 18 times, most recently from 77faf47 to efec7d5 Compare October 16, 2024 18:26
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 3 times, most recently from a925ea1 to a5ea893 Compare October 17, 2024 14:24
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 11 times, most recently from dbdbd3c to f6524e5 Compare October 29, 2024 09:24
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 9 times, most recently from cf64cc3 to ccfc111 Compare November 6, 2024 04:24
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 8 times, most recently from 95faf07 to d1619a2 Compare November 11, 2024 11:22
…v6.10.0

| datasource | package                                  | from   | to      |
| ---------- | ---------------------------------------- | ------ | ------- |
| go         | github.com/maxbrunsfeld/counterfeiter/v6 | v6.2.3 | v6.10.0 |
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch from d1619a2 to 7566a20 Compare November 11, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants