Skip to content

Commit

Permalink
fix(deps): update maru code dependencies (#165)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml)
| `v1.12.0` -> `v1.15.11` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-yaml/v1.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-yaml/v1.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-yaml/v1.12.0/v1.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-yaml/v1.12.0/v1.15.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/stretchr/testify](https://redirect.github.com/stretchr/testify)
| `v1.9.0` -> `v1.10.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fstretchr%2ftestify/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.9.0/v1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>goccy/go-yaml (github.com/goccy/go-yaml)</summary>

###
[`v1.15.11`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.11):
1.15.11

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.10...v1.15.11)

#### What's Changed

- Quote the numbers even if they are out of range by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/593](https://redirect.github.com/goccy/go-yaml/pull/593)
- Support merge tag by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/597](https://redirect.github.com/goccy/go-yaml/pull/597)
- Fix invalid path by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/598](https://redirect.github.com/goccy/go-yaml/pull/598)

**Full Changelog**:
goccy/go-yaml@v1.15.10...v1.15.11

###
[`v1.15.10`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.10):
1.15.10

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.9...v1.15.10)

#### What's Changed

- Replace fmt.Sprint with faster alternatives by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/goccy/go-yaml/pull/555](https://redirect.github.com/goccy/go-yaml/pull/555)
- Fix displaying testable example on pkg.go.dev by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/goccy/go-yaml/pull/587](https://redirect.github.com/goccy/go-yaml/pull/587)
- Fix parsing of multi line text by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/590](https://redirect.github.com/goccy/go-yaml/pull/590)
- Fix parsing of invalid tag character by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/591](https://redirect.github.com/goccy/go-yaml/pull/591)
- Fix parsing of tab characters by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/592](https://redirect.github.com/goccy/go-yaml/pull/592)

#### New Contributors

- [@&#8203;alexandear](https://redirect.github.com/alexandear) made
their first contribution in
[https://github.com/goccy/go-yaml/pull/555](https://redirect.github.com/goccy/go-yaml/pull/555)

**Full Changelog**:
goccy/go-yaml@v1.15.9...v1.15.10

###
[`v1.15.9`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.9):
1.15.9

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.8...v1.15.9)

#### What's Changed

- Fix parsing of multiline mapping key by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/579](https://redirect.github.com/goccy/go-yaml/pull/579)
- Fix plain-url-in-flow-mapping by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/580](https://redirect.github.com/goccy/go-yaml/pull/580)
- Fix scalar-value-with-two-anchors by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/581](https://redirect.github.com/goccy/go-yaml/pull/581)
- Fix parsing of literal header option by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/582](https://redirect.github.com/goccy/go-yaml/pull/582)
- Fix node-anchor-not-indented by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/584](https://redirect.github.com/goccy/go-yaml/pull/584)
- fix typo in CharacterType by
[@&#8203;nekrassov01](https://redirect.github.com/nekrassov01) in
[https://github.com/goccy/go-yaml/pull/585](https://redirect.github.com/goccy/go-yaml/pull/585)
- Fix quotation for timestamps by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/515](https://redirect.github.com/goccy/go-yaml/pull/515)

#### New Contributors

- [@&#8203;nekrassov01](https://redirect.github.com/nekrassov01) made
their first contribution in
[https://github.com/goccy/go-yaml/pull/585](https://redirect.github.com/goccy/go-yaml/pull/585)

**Full Changelog**:
goccy/go-yaml@v1.15.8...v1.15.9

###
[`v1.15.8`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.8):
1.15.8

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.7...v1.15.8)

#### What's Changed

- Fix block-scalar-with-wrong-indented-line-after-spaces-only by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/575](https://redirect.github.com/goccy/go-yaml/pull/575)
- Fix parsing of comment by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/576](https://redirect.github.com/goccy/go-yaml/pull/576)
- Fix parsing of directive value by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/578](https://redirect.github.com/goccy/go-yaml/pull/578)

**Full Changelog**:
goccy/go-yaml@v1.15.7...v1.15.8

###
[`v1.15.7`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.7):
1.15.7

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.6...v1.15.7)

#### What's Changed

- Fix a bug ast.Merge removes comments from SequenceNode by
[@&#8203;suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke)
in
[https://github.com/goccy/go-yaml/pull/570](https://redirect.github.com/goccy/go-yaml/pull/570)
- Fix unknown secondary tag behavior by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/572](https://redirect.github.com/goccy/go-yaml/pull/572)

#### New Contributors

- [@&#8203;suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke)
made their first contribution in
[https://github.com/goccy/go-yaml/pull/570](https://redirect.github.com/goccy/go-yaml/pull/570)

**Full Changelog**:
goccy/go-yaml@v1.15.6...v1.15.7

###
[`v1.15.6`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.6):
1.15.6

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.5...v1.15.6)

#### What's Changed

- Fix panic when parsing unattached comment by
[@&#8203;charithe](https://redirect.github.com/charithe) in
[https://github.com/goccy/go-yaml/pull/565](https://redirect.github.com/goccy/go-yaml/pull/565)

#### New Contributors

- [@&#8203;charithe](https://redirect.github.com/charithe) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/565](https://redirect.github.com/goccy/go-yaml/pull/565)

**Full Changelog**:
goccy/go-yaml@v1.15.5...v1.15.6

###
[`v1.15.5`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.5):
1.15.5

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.4...v1.15.5)

#### What's Changed

- Update README by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/559](https://redirect.github.com/goccy/go-yaml/pull/559)
- Fix escape character in double-quote by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/562](https://redirect.github.com/goccy/go-yaml/pull/562)
- Support UTF-16 surrogate pair by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/564](https://redirect.github.com/goccy/go-yaml/pull/564)

**Full Changelog**:
goccy/go-yaml@v1.15.4...v1.15.5

###
[`v1.15.4`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.4):
1.15.4

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.3...v1.15.4)

#### What's Changed

- Fix parser by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/552](https://redirect.github.com/goccy/go-yaml/pull/552)
- Fix parser by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/554](https://redirect.github.com/goccy/go-yaml/pull/554)
- Fix parser by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/557](https://redirect.github.com/goccy/go-yaml/pull/557)

Pass 300 tests of YAML Test Suite 🎉

- Details: `total:[402] passed:[300] failure:[102]
passedRate:[74.626862%]`

We’ve finally surpassed go-yaml/yaml.

- gopkg.in/yaml.v3: `total:[402] passed:[295] failure:[107]
passedRate:[73.383087%]`

**Full Changelog**:
goccy/go-yaml@v1.15.3...v1.15.4

###
[`v1.15.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.3):
1.15.3

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.2...v1.15.3)

##### What's Changed

- Fix parsing of document header option by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/551](https://redirect.github.com/goccy/go-yaml/pull/551)

**Full Changelog**:
goccy/go-yaml@v1.15.2...v1.15.3

###
[`v1.15.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.2):
1.15.2

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.1...v1.15.2)

#### What's Changed

- Guard stack overflow at decoding by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/549](https://redirect.github.com/goccy/go-yaml/pull/549)

**Full Changelog**:
goccy/go-yaml@v1.15.1...v1.15.2

###
[`v1.15.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.1):
1.15.1

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.15.0...v1.15.1)

#### What's Changed

- Inventorying test cases of YAML Test Suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/547](https://redirect.github.com/goccy/go-yaml/pull/547)
- Add first fuzzing test by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/548](https://redirect.github.com/goccy/go-yaml/pull/548)

**Full Changelog**:
goccy/go-yaml@v1.15.0...v1.15.1

###
[`v1.15.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.15.0):
1.15.0

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.3...v1.15.0)

#### What's Changed

- Add YAML Test Suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/541](https://redirect.github.com/goccy/go-yaml/pull/541)
- Fix parser by using yaml-test-suite by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/542](https://redirect.github.com/goccy/go-yaml/pull/542)
- Refactor parser by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/545](https://redirect.github.com/goccy/go-yaml/pull/545)
- Fix parser by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/546](https://redirect.github.com/goccy/go-yaml/pull/546)

**Full Changelog**:
goccy/go-yaml@v1.14.3...v1.15.0

###
[`v1.14.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.3):
1.14.3

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.2...v1.14.3)

#### What's Changed

- Clear pathMap keys by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/539](https://redirect.github.com/goccy/go-yaml/pull/539)

**Full Changelog**:
goccy/go-yaml@v1.14.2...v1.14.3

###
[`v1.14.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.2):
1.14.2

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.1...v1.14.2)

#### What's Changed

- Fix invalid token error by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/536](https://redirect.github.com/goccy/go-yaml/pull/536)
- Fix parsing of tab character in double-quote by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/538](https://redirect.github.com/goccy/go-yaml/pull/538)

**Full Changelog**:
goccy/go-yaml@v1.14.1...v1.14.2

###
[`v1.14.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.1):
1.14.1

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.14.0...v1.14.1)

#### What's Changed

- Fix comment position of map node has multiple values by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/532](https://redirect.github.com/goccy/go-yaml/pull/532)
- Fix error by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/535](https://redirect.github.com/goccy/go-yaml/pull/535)

**Full Changelog**:
goccy/go-yaml@v1.14.0...v1.14.1

###
[`v1.14.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.14.0):
1.14.0

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.10...v1.14.0)

#### What's Changed

- Support to disallow duplicate map key at parsing by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/531](https://redirect.github.com/goccy/go-yaml/pull/531)

#### Breaking Changes

Previously, using the same map key did not result in a parsing error,
but from now on, it will throw an error by default. If you want to keep
the previous behavior, specify the `parser.AllowDuplicateMapKey()`
option.
Similarly, during `Decode`, it will also throw an error by default. To
keep the previous behavior, specify the `yaml.AllowDuplicateMapKey()`
option when decoding.

Also, `yaml.DisallowDuplicateKey` option is deprecated.

**Full Changelog**:
goccy/go-yaml@v1.13.10...v1.14.0

###
[`v1.13.10`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.10):
1.13.10

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.9...v1.13.10)

#### What's Changed

- Fix parsing of tab character by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/530](https://redirect.github.com/goccy/go-yaml/pull/530)

**Full Changelog**:
goccy/go-yaml@v1.13.9...v1.13.10

###
[`v1.13.9`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.9):
1.13.9

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.8...v1.13.9)

#### What's Changed

- Fix token offset by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/524](https://redirect.github.com/goccy/go-yaml/pull/524)
- Fix parsing of tag by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/526](https://redirect.github.com/goccy/go-yaml/pull/526)
- Support local tag and boolean tag by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/527](https://redirect.github.com/goccy/go-yaml/pull/527)
- Fix removeFromRightSpace process at scanner by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/529](https://redirect.github.com/goccy/go-yaml/pull/529)

**Full Changelog**:
goccy/go-yaml@v1.13.8...v1.13.9

###
[`v1.13.8`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.8):
1.13.8

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.7...v1.13.8)

#### What's Changed

- Fix parsing of invalid map key by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/520](https://redirect.github.com/goccy/go-yaml/pull/520)
- Fix parsing of escaped new-line-character or white-space in double
quote text by [@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/521](https://redirect.github.com/goccy/go-yaml/pull/521)
- Fix validation of map at flow mode by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/523](https://redirect.github.com/goccy/go-yaml/pull/523)

**Full Changelog**:
goccy/go-yaml@v1.13.7...v1.13.8

###
[`v1.13.7`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.7):
1.13.7

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.6...v1.13.7)

#### What's Changed

- Remove module dependencies by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/512](https://redirect.github.com/goccy/go-yaml/pull/512)
- Fix parsing of document and string by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/513](https://redirect.github.com/goccy/go-yaml/pull/513)
- Fix parsing of reserved chars by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/514](https://redirect.github.com/goccy/go-yaml/pull/514)

**Full Changelog**:
goccy/go-yaml@v1.13.6...v1.13.7

###
[`v1.13.6`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.6):
1.13.6

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.5...v1.13.6)

#### What's Changed

- Fix trailing new line chars handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/507](https://redirect.github.com/goccy/go-yaml/pull/507)
- Fix number parsing by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/509](https://redirect.github.com/goccy/go-yaml/pull/509)
- Fix number parsing by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/511](https://redirect.github.com/goccy/go-yaml/pull/511)
- Fix ordered map comment by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/510](https://redirect.github.com/goccy/go-yaml/pull/510)

**Full Changelog**:
goccy/go-yaml@v1.13.5...v1.13.6

###
[`v1.13.5`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.5):
1.13.5

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.4...v1.13.5)

#### What's Changed

- Fix flow map node by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/505](https://redirect.github.com/goccy/go-yaml/pull/505)
- Support suffix keyword for document header option by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/506](https://redirect.github.com/goccy/go-yaml/pull/506)

**Full Changelog**:
goccy/go-yaml@v1.13.4...v1.13.5

###
[`v1.13.4`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.4):
1.13.4

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.3...v1.13.4)

#### What's Changed

- Fix folded handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/500](https://redirect.github.com/goccy/go-yaml/pull/500)
- Fix parsing of document by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/501](https://redirect.github.com/goccy/go-yaml/pull/501)
- Support empty sequence value by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/503](https://redirect.github.com/goccy/go-yaml/pull/503)
- Fix invalid map token by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/504](https://redirect.github.com/goccy/go-yaml/pull/504)

**Full Changelog**:
goccy/go-yaml@v1.13.3...v1.13.4

###
[`v1.13.3`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.3):
1.13.3

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.2...v1.13.3)

#### What's Changed

- feat: preserve line breaks from original input by
[@&#8203;mcwarman](https://redirect.github.com/mcwarman) in
[https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412)
- Fix invalid alias by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/497](https://redirect.github.com/goccy/go-yaml/pull/497)
- Fix parsing of number by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/498](https://redirect.github.com/goccy/go-yaml/pull/498)
- Fix parsing of invalid document by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/499](https://redirect.github.com/goccy/go-yaml/pull/499)

#### New Contributors

- [@&#8203;mcwarman](https://redirect.github.com/mcwarman) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/412](https://redirect.github.com/goccy/go-yaml/pull/412)

**Full Changelog**:
goccy/go-yaml@v1.13.2...v1.13.3

###
[`v1.13.2`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.2):
1.13.2

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.1...v1.13.2)

#### What's Changed

- Fix invalid quoted-text handling by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/495](https://redirect.github.com/goccy/go-yaml/pull/495)
- Fix parsing of invalid yaml by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/496](https://redirect.github.com/goccy/go-yaml/pull/496)

**Full Changelog**:
goccy/go-yaml@v1.13.1...v1.13.2

###
[`v1.13.1`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.1):
1.13.1

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.13.0...v1.13.1)

#### What's Changed

- Fix incorrect colon indicator scanning by
[@&#8203;semihbkgr](https://redirect.github.com/semihbkgr) in
[https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485)
- Returns InvalidToken if scanner encounters error by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/486](https://redirect.github.com/goccy/go-yaml/pull/486)
- Reuse context at Scanner by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/487](https://redirect.github.com/goccy/go-yaml/pull/487)
- Support recursive anchor by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/489](https://redirect.github.com/goccy/go-yaml/pull/489)
- Fix implicit null value before collect entry by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/490](https://redirect.github.com/goccy/go-yaml/pull/490)
- Fix handling of invalid sequence by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/492](https://redirect.github.com/goccy/go-yaml/pull/492)
- Fix invalid sequence at map context by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/493](https://redirect.github.com/goccy/go-yaml/pull/493)
- Improve parser performance by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/494](https://redirect.github.com/goccy/go-yaml/pull/494)

#### New Contributors

- [@&#8203;semihbkgr](https://redirect.github.com/semihbkgr) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/485](https://redirect.github.com/goccy/go-yaml/pull/485)

**Full Changelog**:
goccy/go-yaml@v1.13.0...v1.13.1

###
[`v1.13.0`](https://redirect.github.com/goccy/go-yaml/releases/tag/v1.13.0):
1.13.0

[Compare
Source](https://redirect.github.com/goccy/go-yaml/compare/v1.12.0...v1.13.0)

#### What's Changed

- Preserve defaults for zero initialised structs as well by
[@&#8203;yhabteab](https://redirect.github.com/yhabteab) in
[https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442)
- Update Go versions in CI by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476)
- Add lint job to CI by
[@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) in
[https://github.com/goccy/go-yaml/pull/477](https://redirect.github.com/goccy/go-yaml/pull/477)
- Fix "null" string encoded as nil by
[@&#8203;denieryd](https://redirect.github.com/denieryd) in
[https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474)
- feat(printer): Add support for formatting comment nodes by
[@&#8203;gabe565](https://redirect.github.com/gabe565) in
[https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469)
- Refactor scanner by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/480](https://redirect.github.com/goccy/go-yaml/pull/480)
- Refactor overflowError to be pretty-printable by
[@&#8203;oxzi](https://redirect.github.com/oxzi) in
[https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470)
- Refactor indent state by
[@&#8203;goccy](https://redirect.github.com/goccy) in
[https://github.com/goccy/go-yaml/pull/481](https://redirect.github.com/goccy/go-yaml/pull/481)
- Refactor scanner by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/482](https://redirect.github.com/goccy/go-yaml/pull/482)
- Remove xerrors by [@&#8203;goccy](https://redirect.github.com/goccy)
in
[https://github.com/goccy/go-yaml/pull/483](https://redirect.github.com/goccy/go-yaml/pull/483)

#### New Contributors

- [@&#8203;yhabteab](https://redirect.github.com/yhabteab) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/442](https://redirect.github.com/goccy/go-yaml/pull/442)
- [@&#8203;shuheiktgw](https://redirect.github.com/shuheiktgw) made
their first contribution in
[https://github.com/goccy/go-yaml/pull/476](https://redirect.github.com/goccy/go-yaml/pull/476)
- [@&#8203;denieryd](https://redirect.github.com/denieryd) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/474](https://redirect.github.com/goccy/go-yaml/pull/474)
- [@&#8203;gabe565](https://redirect.github.com/gabe565) made their
first contribution in
[https://github.com/goccy/go-yaml/pull/469](https://redirect.github.com/goccy/go-yaml/pull/469)
- [@&#8203;oxzi](https://redirect.github.com/oxzi) made their first
contribution in
[https://github.com/goccy/go-yaml/pull/470](https://redirect.github.com/goccy/go-yaml/pull/470)

**Full Changelog**:
goccy/go-yaml@v1.12.0...v1.12.1

</details>

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

###
[`v0.12.80`](https://redirect.github.com/pterm/pterm/releases/tag/v0.12.80)

[Compare
Source](https://redirect.github.com/pterm/pterm/compare/v0.12.79...v0.12.80)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: support timer modifactions on `Spinner` and `Progressbar` by
[@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in
[https://github.com/pterm/pterm/pull/647](https://redirect.github.com/pterm/pterm/pull/647)
- feat: add alternate row style for table by
[@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in
[https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667)

##### Fixes 🔧

- fix(interactive-textinput): panic at interactive_textinput_printer &
edit value in-place by
[@&#8203;malyusha](https://redirect.github.com/malyusha) in
[https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662)
- fix: use rune len by
[@&#8203;franklinkim](https://redirect.github.com/franklinkim) in
[https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685)
- fix(progressbar/spinner): fix print while progressbar / spinner is
running by
[@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in
[https://github.com/pterm/pterm/pull/699](https://redirect.github.com/pterm/pterm/pull/699)

##### Other Changes

- Fixed documentation error by
[@&#8203;sato-s](https://redirect.github.com/sato-s) in
[https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674)
- Fix table demos not working
[#&#8203;673](https://redirect.github.com/pterm/pterm/issues/673) by
[@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in
[https://github.com/pterm/pterm/pull/675](https://redirect.github.com/pterm/pterm/pull/675)
- refactor: use `strings.Builder` to save memory by
[@&#8203;apocelipes](https://redirect.github.com/apocelipes) in
[https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650)
- refactor: replace empty interface with `any` by
[@&#8203;MarvinJWendt](https://redirect.github.com/MarvinJWendt) in
[https://github.com/pterm/pterm/pull/698](https://redirect.github.com/pterm/pterm/pull/698)
- refactor: refactor table render by
[@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell) in
[https://github.com/pterm/pterm/pull/677](https://redirect.github.com/pterm/pterm/pull/677)

#### New Contributors

- [@&#8203;malyusha](https://redirect.github.com/malyusha) made their
first contribution in
[https://github.com/pterm/pterm/pull/662](https://redirect.github.com/pterm/pterm/pull/662)
- [@&#8203;PaulPowershell](https://redirect.github.com/PaulPowershell)
made their first contribution in
[https://github.com/pterm/pterm/pull/667](https://redirect.github.com/pterm/pterm/pull/667)
- [@&#8203;sato-s](https://redirect.github.com/sato-s) made their first
contribution in
[https://github.com/pterm/pterm/pull/674](https://redirect.github.com/pterm/pterm/pull/674)
- [@&#8203;franklinkim](https://redirect.github.com/franklinkim) made
their first contribution in
[https://github.com/pterm/pterm/pull/685](https://redirect.github.com/pterm/pterm/pull/685)
- [@&#8203;apocelipes](https://redirect.github.com/apocelipes) made
their first contribution in
[https://github.com/pterm/pterm/pull/650](https://redirect.github.com/pterm/pterm/pull/650)

**Full Changelog**:
pterm/pterm@v0.12.79...v0.12.80

</details>

<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>

###
[`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0)

[Compare
Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

#### What's Changed

##### Functional Changes

- Add PanicAssertionFunc by
[@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) in
[https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337)
- assert: deprecate CompareType by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1566](https://redirect.github.com/stretchr/testify/pull/1566)
- assert: make YAML dependency pluggable via build tags by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1579](https://redirect.github.com/stretchr/testify/pull/1579)
- assert: new assertion NotElementsMatch by
[@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1600](https://redirect.github.com/stretchr/testify/pull/1600)
- mock: in order mock calls by
[@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) in
[https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637)
- Add assertion for NotErrorAs by
[@&#8203;palsivertsen](https://redirect.github.com/palsivertsen) in
[https://github.com/stretchr/testify/pull/1129](https://redirect.github.com/stretchr/testify/pull/1129)
- Record Return Arguments of a Call by
[@&#8203;jayd3e](https://redirect.github.com/jayd3e) in
[https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636)
- assert.EqualExportedValues: accepts everything by
[@&#8203;redachl](https://redirect.github.com/redachl) in
[https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586)

##### Fixes

- assert: make tHelper a type alias by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1562](https://redirect.github.com/stretchr/testify/pull/1562)
- Do not get argument again unnecessarily in Arguments.Error() by
[@&#8203;TomWright](https://redirect.github.com/TomWright) in
[https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820)
- Fix time.Time compare by
[@&#8203;myxo](https://redirect.github.com/myxo) in
[https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582)
- assert.Regexp: handle \[]byte array properly by
[@&#8203;kevinburkesegment](https://redirect.github.com/kevinburkesegment)
in
[https://github.com/stretchr/testify/pull/1587](https://redirect.github.com/stretchr/testify/pull/1587)
- assert: collect.FailNow() should not panic by
[@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) in
[https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481)
- mock: simplify implementation of FunctionalOptions by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1571](https://redirect.github.com/stretchr/testify/pull/1571)
- mock: caller information for unexpected method call by
[@&#8203;spirin](https://redirect.github.com/spirin) in
[https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644)
- suite: fix test failures by
[@&#8203;stevenh](https://redirect.github.com/stevenh) in
[https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421)
- Fix issue
[#&#8203;1662](https://redirect.github.com/stretchr/testify/issues/1662)
(comparing infs should fail) by
[@&#8203;ybrustin](https://redirect.github.com/ybrustin) in
[https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663)
- NotSame should fail if args are not pointers
[#&#8203;1661](https://redirect.github.com/stretchr/testify/issues/1661)
by [@&#8203;sikehish](https://redirect.github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664)
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
by [@&#8203;sikehish](https://redirect.github.com/sikehish) in
[https://github.com/stretchr/testify/pull/1667](https://redirect.github.com/stretchr/testify/pull/1667)
- fix: compare functional option names for indirect calls by
[@&#8203;arjun-1](https://redirect.github.com/arjun-1) in
[https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626)

##### Documantation, Build & CI

- .gitignore: ignore "go test -c" binaries by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1565](https://redirect.github.com/stretchr/testify/pull/1565)
- mock: improve doc by
[@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1570](https://redirect.github.com/stretchr/testify/pull/1570)
- mock: fix FunctionalOptions docs by
[@&#8203;snirye](https://redirect.github.com/snirye) in
[https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433)
- README: link out to the excellent testifylint by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1568](https://redirect.github.com/stretchr/testify/pull/1568)
- assert: fix typo in comment by
[@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) in
[https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580)
- Correct the EventuallyWithT and EventuallyWithTf example by
[@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) in
[https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588)
- CI: bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/stretchr/testify/pull/1575](https://redirect.github.com/stretchr/testify/pull/1575)
- mock: document more alternatives to deprecated AnythingOfTypeArgument
by [@&#8203;dolmen](https://redirect.github.com/dolmen) in
[https://github.com/stretchr/testify/pull/1569](https://redirect.github.com/stretchr/testify/pull/1569)
- assert: Correctly document EqualValues behavior by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1593](https://redirect.github.com/stretchr/testify/pull/1593)
- fix: grammar in godoc by
[@&#8203;miparnisari](https://redirect.github.com/miparnisari) in
[https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607)
- .github/workflows: Run tests for Go 1.22 by
[@&#8203;HaraldNordgren](https://redirect.github.com/HaraldNordgren) in
[https://github.com/stretchr/testify/pull/1629](https://redirect.github.com/stretchr/testify/pull/1629)
- Document suite's lack of support for t.Parallel by
[@&#8203;brackendawson](https://redirect.github.com/brackendawson) in
[https://github.com/stretchr/testify/pull/1645](https://redirect.github.com/stretchr/testify/pull/1645)
- assert: fix typos in comments by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1650](https://redirect.github.com/stretchr/testify/pull/1650)
- mock: fix doc comment for NotBefore by
[@&#8203;alexandear](https://redirect.github.com/alexandear) in
[https://github.com/stretchr/testify/pull/1651](https://redirect.github.com/stretchr/testify/pull/1651)
- Generate better comments for require package by
[@&#8203;Neokil](https://redirect.github.com/Neokil) in
[https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610)
- README: replace Testify V2 notice with
[@&#8203;dolmen](https://redirect.github.com/dolmen)'s V2 manifesto by
[@&#8203;hendrywiranto](https://redirect.github.com/hendrywiranto) in
[https://github.com/stretchr/testify/pull/1518](https://redirect.github.com/stretchr/testify/pull/1518)

#### New Contributors

- [@&#8203;fahimbagar](https://redirect.github.com/fahimbagar) made
their first contribution in
[https://github.com/stretchr/testify/pull/1337](https://redirect.github.com/stretchr/testify/pull/1337)
- [@&#8203;TomWright](https://redirect.github.com/TomWright) made their
first contribution in
[https://github.com/stretchr/testify/pull/820](https://redirect.github.com/stretchr/testify/pull/820)
- [@&#8203;snirye](https://redirect.github.com/snirye) made their first
contribution in
[https://github.com/stretchr/testify/pull/1433](https://redirect.github.com/stretchr/testify/pull/1433)
- [@&#8203;myxo](https://redirect.github.com/myxo) made their first
contribution in
[https://github.com/stretchr/testify/pull/1582](https://redirect.github.com/stretchr/testify/pull/1582)
- [@&#8203;JohnEndson](https://redirect.github.com/JohnEndson) made
their first contribution in
[https://github.com/stretchr/testify/pull/1580](https://redirect.github.com/stretchr/testify/pull/1580)
- [@&#8203;JonCrowther](https://redirect.github.com/JonCrowther) made
their first contribution in
[https://github.com/stretchr/testify/pull/1588](https://redirect.github.com/stretchr/testify/pull/1588)
- [@&#8203;miparnisari](https://redirect.github.com/miparnisari) made
their first contribution in
[https://github.com/stretchr/testify/pull/1607](https://redirect.github.com/stretchr/testify/pull/1607)
- [@&#8203;marshall-lee](https://redirect.github.com/marshall-lee) made
their first contribution in
[https://github.com/stretchr/testify/pull/1481](https://redirect.github.com/stretchr/testify/pull/1481)
- [@&#8203;spirin](https://redirect.github.com/spirin) made their first
contribution in
[https://github.com/stretchr/testify/pull/1644](https://redirect.github.com/stretchr/testify/pull/1644)
- [@&#8203;ReyOrtiz](https://redirect.github.com/ReyOrtiz) made their
first contribution in
[https://github.com/stretchr/testify/pull/1637](https://redirect.github.com/stretchr/testify/pull/1637)
- [@&#8203;stevenh](https://redirect.github.com/stevenh) made their
first contribution in
[https://github.com/stretchr/testify/pull/1421](https://redirect.github.com/stretchr/testify/pull/1421)
- [@&#8203;jayd3e](https://redirect.github.com/jayd3e) made their first
contribution in
[https://github.com/stretchr/testify/pull/1636](https://redirect.github.com/stretchr/testify/pull/1636)
- [@&#8203;Neokil](https://redirect.github.com/Neokil) made their first
contribution in
[https://github.com/stretchr/testify/pull/1610](https://redirect.github.com/stretchr/testify/pull/1610)
- [@&#8203;redachl](https://redirect.github.com/redachl) made their
first contribution in
[https://github.com/stretchr/testify/pull/1586](https://redirect.github.com/stretchr/testify/pull/1586)
- [@&#8203;ybrustin](https://redirect.github.com/ybrustin) made their
first contribution in
[https://github.com/stretchr/testify/pull/1663](https://redirect.github.com/stretchr/testify/pull/1663)
- [@&#8203;sikehish](https://redirect.github.com/sikehish) made their
first contribution in
[https://github.com/stretchr/testify/pull/1664](https://redirect.github.com/stretchr/testify/pull/1664)
- [@&#8203;arjun-1](https://redirect.github.com/arjun-1) made their
first contribution in
[https://github.com/stretchr/testify/pull/1626](https://redirect.github.com/stretchr/testify/pull/1626)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12pm every weekday,before 11am
every weekday" in timezone America/New_York, 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/maru-runner).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
renovate[bot] and Racer159 authored Dec 18, 2024
1 parent 118dcc5 commit b6c57c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 40 deletions.
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.21.8
require (
github.com/defenseunicorns/pkg/exec v0.0.1
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1
github.com/goccy/go-yaml v1.12.0
github.com/goccy/go-yaml v1.15.11
github.com/invopop/jsonschema v0.12.0
github.com/pterm/pterm v0.12.79
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand All @@ -23,9 +23,7 @@ require (
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/defenseunicorns/pkg/helpers v1.1.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-playground/validator/v10 v10.18.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
Expand All @@ -34,9 +32,7 @@ require (
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/otiai10/copy v1.14.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
Expand All @@ -53,13 +49,11 @@ require (
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
36 changes: 6 additions & 30 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,12 @@ github.com/defenseunicorns/pkg/helpers v1.1.1 h1:p3pKeK5SeFaoZUJZIX9sEsJqX1CGGMS
github.com/defenseunicorns/pkg/helpers v1.1.1/go.mod h1:F4S5VZLDrlNWQKklzv4v9tFWjjZNhxJ1gT79j4XiLwk=
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1 h1:j08rz9vhyD9Bs+yKiyQMY2tSSejXRMxTqEObZ5M1Wbk=
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1/go.mod h1:u1PAqOICZyiGIVA2v28g55bQH1GiAt0Bc4U9/rnWQvQ=
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtPsPm2S9NAZ5nl9U=
github.com/go-playground/validator/v10 v10.18.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/goccy/go-yaml v1.12.0 h1:/1WHjnMsI1dlIBQutrvSMGZRQufVO3asrHfTwfACoPM=
github.com/goccy/go-yaml v1.12.0/go.mod h1:wKnAMd44+9JAAnGQpWVEgBzGt3YuTaQ4uXoHvE4m7WU=
github.com/goccy/go-yaml v1.15.11 h1:XeEd/2INF0TXXWMzJ9ALqJLGjGDl4PIi1gmrK+7KpAs=
github.com/goccy/go-yaml v1.15.11/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ=
Expand All @@ -76,22 +66,15 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/lithammer/fuzzysearch v1.1.8 h1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=
github.com/lithammer/fuzzysearch v1.1.8/go.mod h1:IdqeyBClc3FFqSzYq/MXESsS4S0FsZ5ajtkr5xPLts4=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
Expand Down Expand Up @@ -147,8 +130,9 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=
Expand All @@ -161,8 +145,6 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 h1:/RIbNt/Zr7rVhIkQhooTxCxFcdWLGIKnZA4IXNFSrvo=
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3/go.mod h1:idGWGoKP1toJGkd5/ig9ZLuPcZBC3ewk7SzmH0uou08=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
Expand All @@ -171,8 +153,6 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand All @@ -187,10 +167,8 @@ golang.org/x/sys v0.0.0-20211013075003-97ac67df715c/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand All @@ -212,8 +190,6 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
Expand Down
2 changes: 1 addition & 1 deletion src/test/e2e/runner_inputs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestRunnerInputs(t *testing.T) {

stdOut, stdErr, err := e2e.Maru("run", "has-default-and-required", "--file", "src/test/tasks/inputs/tasks-with-inputs.yaml")
require.NoError(t, err, stdOut, stdErr)
require.Contains(t, stdErr, "Completed \"echo $INPUT_HAS_DEFAULT_AND_REQUIRED; ; \"")
require.Contains(t, stdErr, "Completed \"echo $INPUT_HAS_DEFAULT_AND_REQUIRED; \"")
})

t.Run("test that direct calling of task without default values for required inputs fails", func(t *testing.T) {
Expand Down

0 comments on commit b6c57c7

Please sign in to comment.