Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#6)
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 | Type |
Update |
|---|---|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) |
`v2.26.0` -> `v2.27.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.26.0/v2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.26.0/v2.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
|
[test-collector](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin)
| `v1.0.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/test-collector/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/test-collector/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/test-collector/v1.0.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/test-collector/v1.0.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

### [`v2.27.1`](https://togithub.com/urfave/cli/releases/tag/v2.27.1)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.27.0...v2.27.1)

#### What's Changed

- v2: Add build tag urfave_cli_no_suggest by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[urfave/cli#1847

**Full Changelog**:
urfave/cli@v2.27.0...v2.27.1

### [`v2.27.0`](https://togithub.com/urfave/cli/releases/tag/v2.27.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.26.0...v2.27.0)

#### What's Changed

- v2 Add integration with golangci-lint by
[@&#8203;skelouse](https://togithub.com/skelouse) in
[urfave/cli#1830
- v2: GitHub Actions: upgrade Go, upgrade actions by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[urfave/cli#1848
- Feat:(issue\_1797) Add Args for app/cmd/subcmd to avoid argument...
be… by [@&#8203;dearchap](https://togithub.com/dearchap) in
[urfave/cli#1829
- Fix:(issue\_1850) Add RunAction for uint/uint64 slice flags by
[@&#8203;dearchap](https://togithub.com/dearchap) in
[urfave/cli#1851

**Full Changelog**:
urfave/cli@v2.26.0...v2.27.0

</details>

<details>
<summary>buildkite-plugins/test-collector-buildkite-plugin
(test-collector)</summary>

###
[`v1.10.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.10.0):
(🥶 Cold Day)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.9.0...v1.10.0)

#### Added

- SUP-1237 Fix annotation newlines
([#&#8203;61](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/61))
[@&#8203;pzeballos](https://togithub.com/pzeballos)
- Added github actions files
([#&#8203;58](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/58))
[@&#8203;butterkitty](https://togithub.com/butterkitty)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - command: test.sh
    plugins:
-     test-collector#v1.9.0:
+     test-collector#v1.10.0:
        files: "test/junit-*.xml"
        format: "junit"
```

###
[`v1.9.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.9.0):
(🇨🇦 Public Holiday)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.8.0...v1.9.0)

#### Added

- Concurrent files uploads
([#&#8203;53](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/53))
[@&#8203;js-murph](https://togithub.com/js-murph)
- Scope build badge to a branch
([#&#8203;57](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/57))
[@&#8203;pzeballos](https://togithub.com/pzeballos)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.8.0:
+     test-collector#v1.9.0:
```

###
[`v1.8.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.8.0):
(🐰 Post Easter Holiday)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.7.0...v1.8.0)

#### Added

- Customize error when no files are found
([#&#8203;48](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/48))
[@&#8203;toote](https://togithub.com/toote)
- Creating annotation feature
([#&#8203;47](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/47))
[@&#8203;ingcsmoreno](https://togithub.com/ingcsmoreno)
- Use plugin tester instead of docker-compose
([#&#8203;49](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/49))
[@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.7.0:
+     test-collector#v1.8.0:
```

###
[`v1.7.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.7.0):
(🥪 Good Sandwich)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.6.1...v1.7.0)

#### Added

- Multiple file patterns
([#&#8203;46](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/46)
) [@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.6.1:
+     test-collector#v1.7.0:
```

###
[`v1.6.1`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.6.1):
(📝 Reports)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.6.0...v1.6.1)

#### Fixed

- Follow symlink feature fix
([#&#8203;45](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/45))
[@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.6.0:
+     test-collector#v1.6.1:
```

###
[`v1.6.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.6.0):
(✅ Checkin day!)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.5.0...v1.6.0)

#### Added

- New option that allows changing where files are searched for:
`base-path`
([#&#8203;39](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/39)
) [@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.5.0:
+     test-collector#v1.6.0:
```

###
[`v1.5.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.5.0):
(🥩 Sous Vide)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.4.0...v1.5.0)

#### Added

- New option to configure the API: full URL for the API to upload to
([#&#8203;32](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/32)
) [@&#8203;toote](https://togithub.com/toote)

#### Fixes

- Bash 4.3 compatibility issue
([#&#8203;34](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/34))
[@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.4.0:
+     test-collector#v1.5.0:
```

###
[`v1.4.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.4.0):
(🛍️ New Year&#x27;s Eve Shopping)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.3.0...v1.4.0)

#### Added

- Allow following symlinks when searching for files to upload
([#&#8203;30](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/30))
[@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.3.0:
+     test-collector#v1.4.0:
```

###
[`v1.3.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.3.0):
(☕ Hot Tea)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.2.0...v1.3.0)

#### Added

- Branch filtering
([#&#8203;28](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/28))
[@&#8203;toote](https://togithub.com/toote)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.2.0:
+     test-collector#v1.3.0:
```

###
[`v1.2.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.2.0):
(🐔 Cooking Chicken)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.1.0...v1.2.0)

#### Changed

- Pass on original exit code
([#&#8203;11](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/11))
[@&#8203;tirsen](https://togithub.com/tirsen)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.1.0:
+     test-collector#v1.2.0:
```

###
[`v1.1.0`](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/releases/tag/v1.1.0):
(☕ Good Coffee)

[Compare
Source](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/compare/v1.0.0...v1.1.0)

#### Changed

- Escape file name for curl
([#&#8203;21](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/21))
[@&#8203;ThomasWang-at](https://togithub.com/ThomasWang-at)
- Clarify files pattern syntax
([#&#8203;22](https://togithub.com/buildkite-plugins/test-collector-buildkite-plugin/issues/22))
[@&#8203;nate-thirdwave](https://togithub.com/nate-thirdwave)

#### Upgrading

To upgrade, update your `pipeline.yml` files:

```diff
steps:
  - plugins:
-     test-collector#v1.0.0:
+     test-collector#v1.1.0:
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/eddiebeazer/flutter-cli-tools).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent 63e76bb commit c9fb97c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
- label: ":lab_coat: Unit Tests"
command: "earthly +test"
plugins:
- test-collector#v1.0.0:
- test-collector#v1.10.0:
files: "junit-results.xml"
format: "junit"
- label: ":goggles: Code Coverage"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/go-github/v58 v58.0.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.26.0
github.com/urfave/cli/v2 v2.27.1
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI=
github.com/urfave/cli/v2 v2.26.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=
github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
Expand Down

0 comments on commit c9fb97c

Please sign in to comment.