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.11.2 #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.11.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.11.2

Compare Source

Revert changes from v6.11.1.

Full Changelog: maxbrunsfeld/counterfeiter@v6.11.1...v6.11.2

v6.11.1

Compare Source

Restore compatibility for go 1.22.

Full Changelog: maxbrunsfeld/counterfeiter@v6.11.0...v6.11.1

v6.11.0

Compare Source

What's Changed

New Contributors

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

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.4
golang.org/x/crypto v0.14.0 -> v0.30.0
golang.org/x/mod v0.8.0 -> v0.22.0
golang.org/x/net v0.17.0 -> v0.32.0
golang.org/x/sys v0.13.0 -> v0.28.0
golang.org/x/text v0.13.0 -> v0.21.0
golang.org/x/tools v0.6.0 -> v0.28.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 6 times, most recently from f7ff53e to 36601f5 Compare December 28, 2024 11:20
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch 22 times, most recently from 0c5c91a to 532ffae Compare January 5, 2025 22:23
…v6.11.2

| datasource | package                                  | from   | to      |
| ---------- | ---------------------------------------- | ------ | ------- |
| go         | github.com/maxbrunsfeld/counterfeiter/v6 | v6.2.3 | v6.11.2 |
@spanky-the-elfbot spanky-the-elfbot force-pushed the renovate/github.com-maxbrunsfeld-counterfeiter-v6-6.x branch from 532ffae to f2f85bc Compare January 5, 2025 23:23
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