Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
coverallsapp/github-action action minor v2.2.3 -> v2.3.6 age confidence
github.com/gookit/color require minor v1.5.4 -> v1.6.0 age confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.11.1 age confidence
jandelgado/gcov2lcov-action action minor v1.0.9 -> v1.2.0 age confidence

Release Notes

coverallsapp/github-action (coverallsapp/github-action)

v2.3.6

Compare Source

What's Changed

Full Changelog: coverallsapp/github-action@v2...v2.3.6

v2.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2...v2.3.5

v2.3.4

Compare Source

What's Changed

  • Add coverage-reporter-platform input option by @​afinetooth in #​233
    • Since we have added support for coverage-reporter on aarch64, we need to provide users of our github-action the ability to select this architecture-specific version of coverage-reporter when they're using an aarch64 / arm64 runner in CI.

Full Changelog: coverallsapp/github-action@v2...v2.3.4

v2.3.3

Compare Source

What's Changed

Full Changelog: coverallsapp/github-action@v2...v2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

Extend behavior of fail-on-error option to setup failures by @​afinetooth in #​226

  • Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the fail-on-error input is set to false.

  • Adds logic to handle any failures in "setup" tasks, including downloading the coverage-reporter binary, verifying the binary, and finding the binary by its expected name after extraction.

  • The new logic checks these actions and exits with code 1 on failure, except if fail-on-error is set to true, in which case it returns exit code 0.

  • Adds a matrix workflow that tests the action for each os and the two key binary commands (coveralls report and coveralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.

  • Also extends the behavior of debug: true to flip the shell-specific debug flag for each os including set -x for linux and macos and Set-PSDebug -Trace 1 for windows.

Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2.2.3...v2.3.0

gookit/color (github.com/gookit/color)

v1.6.0

Compare Source

Change Log

Fixed
Feature
  • ✨ feat: add new convert func: HSVToRGB, RGBToHSV d95f213
Update
  • Optimize RenderCode performance with fast paths for string arguments (#​110) e532935
  • 🎨 up: Remove dependencies on stretchr/testify and use a lighter gookit/assert alternative. 4ac4e07
  • 👔 up: remove deprecated var isLikeInCmd, update some tests c5db0d0
  • 👔 up: update detect env, use internal Level* instead of the terminfo.ColorLevel* 173325a
  • 🔥 chore: remove any.go, merge printer.go to quickstart.go f46f52e
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#​66) 62dd3d2
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 (#​68) b79b464
  • build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#​69) ecb5570
  • build(deps): bump actions/checkout from 3 to 4 (#​73) 91529f0
  • build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.1 (#​71) 3df6d41
  • build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#​74) 8fa8954
  • build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#​75) 9c0ef29
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.13.0 (#​76) 4af2bdd
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​77) 44243ab
  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 (#​78) 72fbeaf
  • build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#​79) 0c83bae
  • build(deps): bump github/codeql-action from 2 to 3 (#​80) 1bc67c4
  • build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#​81) 23187d9
  • build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#​82) d7e962b
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 (#​83) f6fd20f
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#​86) 18d84cb
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#​87) 7e68fa7
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#​88) 532f1f3
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#​89) c76538d
  • build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#​90) 7eaf97a
  • Update utils_test.go to allow running in read-only mode. (#​91) fedc174
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0 (#​96) 07ab70b
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​85) 4bcc6db
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​99) 992eecf
  • build(deps): bump golang.org/x/sys from 0.25.0 to 0.30.0 (#​100) 90a1068
  • build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 (#​101) 860732e
  • 📝 chore: add ci test on go1.21+, remove test on go1.18 5a49561
  • Add comprehensive GitHub Copilot instructions for gookit/color repository (#​108) db128cf
  • ⬆️ dep: upgrade actions and deps to latest version 5eae38c
  • 💚 ci: revert the go version to 1.18 on go.mod 370e227
  • 🎨 doc: update readme and format the.github/copilot-instructions.md c34c15e
  • 📝 chore: update some code style and some tests f14a7b8
  • 🎨 chore: update some go file code style cc45966
  • ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests fa47891
  • ✅ demo: update the examples deps and some codes 0b1dc4c

New Contributors

Full Changelog: gookit/color@v1.5.4...v1.6.0

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

jandelgado/gcov2lcov-action (jandelgado/gcov2lcov-action)

v1.2.0: Release 1.2.0

Compare Source

What's Changed


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.

👻 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.

@coveralls
Copy link

coveralls commented Mar 1, 2024

Pull Request Test Coverage Report for Build 9008133609

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7495441930: 0.0%
Covered Lines: 116
Relevant Lines: 116

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca087f0 to 12415f2 Compare May 8, 2024 20:28
@renovate renovate bot changed the title fix(deps): update module github.com/stretchr/testify to v1.9.0 chore(deps): update all non-major dependencies May 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12415f2 to f552734 Compare October 11, 2024 01:33
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11284746833

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7495441930: 0.0%
Covered Lines: 116
Relevant Lines: 116

💛 - Coveralls

@coveralls
Copy link

coveralls commented Oct 11, 2024

Pull Request Test Coverage Report for Build 17286660192

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7495441930: 0.0%
Covered Lines: 116
Relevant Lines: 116

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 16a7737 to f8f6120 Compare October 16, 2024 21:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8f6120 to 4e20af8 Compare October 24, 2024 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e20af8 to 3e8b065 Compare November 23, 2024 14:14
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 97aeb89 to 3adfebd Compare January 26, 2025 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3adfebd to cef8212 Compare July 24, 2025 02:13
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cef8212 to 74c6a57 Compare July 24, 2025 07:54
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74c6a57 to 1967124 Compare July 25, 2025 13:15
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1967124 to 1004563 Compare July 25, 2025 19:02
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1004563 to c2b1fe0 Compare August 7, 2025 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c93119e to 206aaa7 Compare August 27, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 206aaa7 to 6a743c4 Compare August 28, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant