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 gotest.tools/gotestsum to v1.12.0 #33364

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gotest.tools/gotestsum v1.11.0 -> v1.12.0 age adoption passing confidence

Warning

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


Release Notes

gotestyourself/gotestsum (gotest.tools/gotestsum)

v1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: gotestyourself/gotestsum@v1.11.0...v1.12.0


Configuration

📅 Schedule: Branch creation - "on tuesday" (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.

🔕 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 4, 2024 11:04
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
@renovate renovate bot requested a review from fatsheep9146 June 4, 2024 11:04
@renovate renovate bot added the renovatebot label Jun 4, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: internal/tools/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/bitfield/gotestdox v0.2.1 -> v0.2.2

@codeboten codeboten merged commit 3876ac2 into main Jun 4, 2024
162 checks passed
@codeboten codeboten deleted the renovate/gotest.tools-gotestsum-1.x branch June 4, 2024 16:41
@github-actions github-actions bot added this to the next release milestone Jun 4, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jul 11, 2024
…metry#33364)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum)
| `v1.11.0` -> `v1.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/gotest.tools%2fgotestsum/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gotest.tools%2fgotestsum/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gotest.tools%2fgotestsum/v1.11.0/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gotest.tools%2fgotestsum/v1.11.0/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>gotestyourself/gotestsum (gotest.tools/gotestsum)</summary>

###
[`v1.12.0`](https://github.com/gotestyourself/gotestsum/releases/tag/v1.12.0)

[Compare
Source](https://github.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0)

#### What's Changed

- filewatcher: silence warning from os.Stat failures by
[@&open-telemetry#8203;smoynes](https://github.com/smoynes) in
[gotestyourself/gotestsum#371
- Add format-icons flag for nerdfonts instead of unicode by
[@&open-telemetry#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#366
- Add support for gotestsum on illumos/amd64 by
[@&open-telemetry#8203;szaydel](https://github.com/szaydel) in
[gotestyourself/gotestsum#373
- Improve warning message when stdin is not a terminal by
[@&open-telemetry#8203;smoynes](https://github.com/smoynes) in
[gotestyourself/gotestsum#374
- Used named constants instead of magic numbers in illumos-specific code
by [@&open-telemetry#8203;szaydel](https://github.com/szaydel) in
[gotestyourself/gotestsum#375
- Add Mattermost to README.md links by
[@&open-telemetry#8203;lieut-data](https://github.com/lieut-data) in
[gotestyourself/gotestsum#378
- Update gotestsum retries to properly filter out parents when there is
a a missing gap in the parent tree by
[@&open-telemetry#8203;ddworken](https://github.com/ddworken) in
[gotestyourself/gotestsum#377
- Add Woodpecker CI to no-color default autodetection by
[@&open-telemetry#8203;xoxys](https://github.com/xoxys) in
[gotestyourself/gotestsum#379
- Fix append bug in --rerun-fails with -run flag by
[@&open-telemetry#8203;dnephin](https://github.com/dnephin) in
[gotestyourself/gotestsum#382
- Add gofiber/fiber to list of projects by
[@&open-telemetry#8203;gaby](https://github.com/gaby) in
[gotestyourself/gotestsum#389
- Updates to dependencies and GitHub workflows by
[@&open-telemetry#8203;gaby](https://github.com/gaby) in
[gotestyourself/gotestsum#390

#### New Contributors

- [@&open-telemetry#8203;smoynes](https://github.com/smoynes) made their first
contribution in
[gotestyourself/gotestsum#371
- [@&open-telemetry#8203;szaydel](https://github.com/szaydel) made their first
contribution in
[gotestyourself/gotestsum#373
- [@&open-telemetry#8203;lieut-data](https://github.com/lieut-data) made their first
contribution in
[gotestyourself/gotestsum#378
- [@&open-telemetry#8203;ddworken](https://github.com/ddworken) made their first
contribution in
[gotestyourself/gotestsum#377
- [@&open-telemetry#8203;xoxys](https://github.com/xoxys) made their first
contribution in
[gotestyourself/gotestsum#379
- [@&open-telemetry#8203;gaby](https://github.com/gaby) made their first
contribution in
[gotestyourself/gotestsum#389

**Full Changelog**:
gotestyourself/gotestsum@v1.11.0...v1.12.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
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 internal/tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants