Skip to content

Commit

Permalink
chore(deps): update module gotest.tools/gotestsum to v1.12.0 (#7)
Browse files Browse the repository at this point in the history
[![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/)
|

---

### 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
[@&#8203;smoynes](https://github.com/smoynes) in
[gotestyourself/gotestsum#371
- Add format-icons flag for nerdfonts instead of unicode by
[@&#8203;afbjorklund](https://github.com/afbjorklund) in
[gotestyourself/gotestsum#366
- Add support for gotestsum on illumos/amd64 by
[@&#8203;szaydel](https://github.com/szaydel) in
[gotestyourself/gotestsum#373
- Improve warning message when stdin is not a terminal by
[@&#8203;smoynes](https://github.com/smoynes) in
[gotestyourself/gotestsum#374
- Used named constants instead of magic numbers in illumos-specific code
by [@&#8203;szaydel](https://github.com/szaydel) in
[gotestyourself/gotestsum#375
- Add Mattermost to README.md links by
[@&#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
[@&#8203;ddworken](https://github.com/ddworken) in
[gotestyourself/gotestsum#377
- Add Woodpecker CI to no-color default autodetection by
[@&#8203;xoxys](https://github.com/xoxys) in
[gotestyourself/gotestsum#379
- Fix append bug in --rerun-fails with -run flag by
[@&#8203;dnephin](https://github.com/dnephin) in
[gotestyourself/gotestsum#382
- Add gofiber/fiber to list of projects by
[@&#8203;gaby](https://github.com/gaby) in
[gotestyourself/gotestsum#389
- Updates to dependencies and GitHub workflows by
[@&#8203;gaby](https://github.com/gaby) in
[gotestyourself/gotestsum#390

#### New Contributors

- [@&#8203;smoynes](https://github.com/smoynes) made their first
contribution in
[gotestyourself/gotestsum#371
- [@&#8203;szaydel](https://github.com/szaydel) made their first
contribution in
[gotestyourself/gotestsum#373
- [@&#8203;lieut-data](https://github.com/lieut-data) made their first
contribution in
[gotestyourself/gotestsum#378
- [@&#8203;ddworken](https://github.com/ddworken) made their first
contribution in
[gotestyourself/gotestsum#377
- [@&#8203;xoxys](https://github.com/xoxys) made their first
contribution in
[gotestyourself/gotestsum#379
- [@&#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 - 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.

---

- [ ] <!-- 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/rgst-io/stencil-golang).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 3fe832f commit c31e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.mise.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- golangci-lint: "1.59"
- goreleaser: "latest"
# renovate: datasource=go packageName=gotest.tools/gotestsum
- go:gotest.tools/gotestsum: "v1.11.0"
- go:gotest.tools/gotestsum: "v1.12.0"
- go:golang.org/x/tools/cmd/goimports: "latest"
{{- end }}
# Default versions of tools, to update these, set [tools.override]
Expand Down

0 comments on commit c31e4cf

Please sign in to comment.