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): update all custom dependencies #237

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Update Change
casey/just minor 1.36.0 -> 1.37.0
golangci/golangci-lint minor 1.61.0 -> 1.62.2
goreleaser/goreleaser patch 2.4.1 -> 2.4.8
tcort/markdown-link-check minor 3.12.2 -> 3.13.6
vektra/mockery minor 2.46.3 -> 2.49.1

Release Notes

casey/just (casey/just)

v1.37.0

Compare Source

Added
Changed
Misc
golangci/golangci-lint (golangci/golangci-lint)

v1.62.2

Compare Source

  1. Updated linters
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • go-errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.0

Compare Source

  1. New linters
  2. Updated linters
    • ⚠️ execinquery: deprecation step 2
    • ⚠️ gomnd: deprecation step 2 (replaced by mnd)
    • bidichk: from 0.2.7 to 0.3.2 (important performance improvement)
    • canonicalheader: from 1.1.1 to 1.1.2
    • cyclop: from 1.2.1 to 1.2.3
    • dupword: from 0.1.1 to 0.1.3
    • errcheck: from 1.7.0 to 1.8.0
    • errchkjson: from 0.3.6 to 0.4.0
    • errname: from 0.1.13 to 1.0.0
    • ginkgolinter: from 0.17.0 to 0.18.0 (new option: force-succeed)
    • go-check-sumtype: from 0.1.4 to 0.2.0 (new option: default-signifies-exhaustive)
    • go-critic: from 0.11.4 to 0.11.5
    • go-printf-func-name: from 7558a9e to v0.1.0
    • godot: from 1.4.17 to 1.4.18
    • gosec: from 2.21.2 to 2.21.4
    • intrange: from 0.2.0 to 0.2.1
    • loggercheck: from 0.9.4 to 0.10.1 (log/slog support)
    • musttag: from 0.12.2 to 0.13.0
    • nakedret: from 2.0.4 to 2.0.5
    • nilnil: from 0.1.9 to 1.0.0 (new option: detect-opposite)
    • noctx: from 0.0.2 to 0.1.0
    • protogetter: from 0.3.6 to 0.3.8
    • revive: from 1.3.9 to 1.5.0 (new rules: filename-format, and file-length-limit)
    • tenv: from 1.10.0 to 1.12.1 (handle dot import)
    • testifylint: from 1.4.3 to 1.5.0 (new checkers: contains, encoded-compare, regexp)
  3. Misc.
    • Type sizing when cross-compiling (32-bit).
    • code-climate: add check_name field
    • Improve Go version detection
    • Fix Go version propagation
  4. Documentation
    • Adds a section about exclude-dirs-use-default
    • Improve 'install from sources' section
    • Improve FAQ about Go versions
    • Improve linter/rule/check docs
    • Improve new linter section
    • Improve forbidigo pattern examples for built-in functions
goreleaser/goreleaser (goreleaser/goreleaser)

v2.4.8

Compare Source

Changelog

Bug fixes
Dependency updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.7...v2.4.8

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.7

Compare Source

Changelog

Bug fixes
Dependency updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.6...v2.4.7

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.6

Compare Source

Changelog

Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.5...v2.4.6

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.5

Compare Source

Changelog
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.4...v2.4.5

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.4

Compare Source

Changelog

Bug fixes
Other work

Full Changelog: goreleaser/goreleaser@v2.4.3...v2.4.4

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.3

Compare Source

Changelog

Bug fixes
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.2...v2.4.3

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.4.2

Compare Source

Changelog

Bug fixes
Documentation updates
Other work

Full Changelog: goreleaser/goreleaser@v2.4.1...v2.4.2

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

tcort/markdown-link-check (tcort/markdown-link-check)

v3.13.6

Compare Source

  • fix: move script back to its original location #​370

Full Changelog: tcort/markdown-link-check@v3.13.5...v3.13.6

v3.13.5

Compare Source

Full Changelog: tcort/markdown-link-check@v3.13.4...v3.13.5

v3.13.4

Compare Source

Full Changelog: tcort/markdown-link-check@v3.13.3...v3.13.4

v3.13.3

Compare Source

Full Changelog: tcort/markdown-link-check@v3.13.2...v3.13.3

v3.13.2

Compare Source

fix: MODULE_NOT_FOUND error #​368

Full Changelog: tcort/markdown-link-check@v3.13.1...v3.13.2

v3.13.1

Compare Source

  • fix(reporters): MODULE_NOT_FOUND when working directory not script directory #​368

Full Changelog: tcort/markdown-link-check@v3.13.0...v3.13.1

v3.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: tcort/markdown-link-check@v3.12.2...v3.13.0

vektra/mockery (vektra/mockery)

v2.49.1

Compare Source

Changelog

  • 8da7022 Add deprecation warning for with-expecter.
  • 63a14b5 Add tagging Github action
  • 314381f Docs: Make deprecations clearer
  • 55e1e90 Docs: Simplify/modernize index page
  • 3cef7fd Fix bug with type aliases to structs
  • cba8aa0 Fix dirty git state caused by built tool
  • 5c75177 Fix tag action
  • 37383a4 Merge pull request #​849 from LandonTClipp/LandonTClipp/tagging
  • 88830e8 Merge pull request #​850 from LandonTClipp/LandonTClipp/deprecation_docs
  • bc56391 Merge pull request #​851 from LandonTClipp/LandonTClipp/expecter
  • 773408f Merge pull request #​853 from LandonTClipp/LandonTClipp/bugfix
  • 971ce32 Merge pull request #​854 from LandonTClipp/master
  • b1145cb bump debug
  • 198df07 formatting

v2.49.0

Compare Source

Changelog
  • 13fc607 Add resolve-type-alias parameter
  • a27cb03 Merge pull request #​843 from LandonTClipp/LandonTClipp/issue_839
NOTE

In this release, mockery will resolve aliases down to their underlying type in order to maintain backwards compatibility. Please see the deprecations page for details on why this change was introduced and how to configure mockery to not resolve type aliases.

v2.48.0

Compare Source

Changelog

  • 04c4dc1 Fix outpkg not being respected when inpackage: True.
  • 3ae14ef Merge pull request #​846 from LandonTClipp/LandonTClipp/issue_845

v2.47.0

Compare Source

Changelog

  • f48ddc0 Enable gofumpt linter and cleanup formatting
  • c9614e7 Fix unreachable links in docs
  • 97ba6f2 Fix(recursive): use packages.Load support for recursive search instead of manual - Fix(Parsepackages): Ignore packages with no Go files
  • 01a68ea Merge pull request #​825 from alexandear/refactor/yaml.v3
  • 4ce1908 Merge pull request #​826 from alexandear/github-update-pr-template
  • e9539f2 Merge pull request #​827 from alexandear/docs/replace-godoc-pkg-go-dev
  • 08deb2d Merge pull request #​828 from alexandear/refactor/enable-gofumpt
  • 146f48b Merge pull request #​829 from alexandear/refactor/redundant-var-decl
  • 33886a9 Merge pull request #​830 from alexandear/docs/fix-links
  • f9da2b6 Merge pull request #​831 from alexandear/refactor/test-asserts
  • f1e8da9 Merge pull request #​833 from alexandear/refactor/simplify-parse-config-templates
  • 5a0ad1c Merge pull request #​834 from alexandear/refactor/dont-use-underscores
  • f6ecb44 Merge pull request #​835 from jfragosoperez/fix/support-for-interface-typed-params
  • 057cf5e Merge pull request #​838 from sonalys/fix/recursive
  • f66028a Refactor test asserts
  • a79c303 Refactor to avoid undersore in var names
  • 7ea7946 Refactor to use only gopkg.in/yaml.v3
  • 6f99c60 Remove redundant variable declarations
  • 86ae19b Replace godoc.org with pkg.go.dev
  • e314ba8 Simplify parseConfigTemplates implementation
  • d374c68 Update Go versions in GitHub PR template
  • 6c7fb6b fix(generator): support nil returns when using interface typed params

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.68%. Comparing base (0c1b0d6) to head (039e1f0).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         108      108           
  Lines        4649     4649           
=======================================
  Hits         3844     3844           
  Misses        587      587           
  Partials      218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

renovate bot and others added 2 commits December 2, 2024 14:08
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Michael Adler <michael.adler@siemens.com>
@michaeladler michaeladler merged commit 0b913d6 into main Dec 2, 2024
26 checks passed
@michaeladler michaeladler deleted the renovate/all-custom branch December 2, 2024 13:11
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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