chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 #151

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/develop/sigs.k8s.io/yaml-1.6.0 into develop
dependabot[bot] commented 2025-07-24 22:59:41 +00:00 (Migrated from github.com)

Bumps sigs.k8s.io/yaml from 1.5.0 to 1.6.0.

Release notes

Sourced from sigs.k8s.io/yaml's releases.

v1.6.0

What's Changed

Commits
  • 048d724 Merge pull request #132 from thockin/master
  • 23c836c Bolster tests, mostly in error-handling
  • 2e3340b Add compact output tests
  • 4a4f539 Add test case for tabs in multi-line strings
  • 13509ad Change which methods get a newline and fix tests
  • 59c2c43 Add compact mode so KYAML can be used in more places
  • abc1add kyaml: Implement escaping closer to YAML spec
  • 7749171 Add a yamlfmt cmd
  • a932007 Add KYAML support
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/yaml/releases">sigs.k8s.io/yaml's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>Add &quot;kyaml&quot; support and yamlfmt by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/yaml/pull/132">kubernetes-sigs/yaml#132</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/048d724aca2d37ddb5b03c90b5b4550a3a48766d"><code>048d724</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/yaml/issues/132">#132</a> from thockin/master</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/23c836c2b9e98fc38d2c395d780dcfe307d94424"><code>23c836c</code></a> Bolster tests, mostly in error-handling</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/2e3340bee11ce4edd63e825341ad300a82fd3fb8"><code>2e3340b</code></a> Add compact output tests</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/4a4f5391cf1fdd74e42c2eb5670e192503377817"><code>4a4f539</code></a> Add test case for tabs in multi-line strings</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/13509ad300ec7ceb5d79b6d806e345f6ae94b998"><code>13509ad</code></a> Change which methods get a newline and fix tests</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/59c2c43bdf1970fb0c74682e9b47d4a499ba4358"><code>59c2c43</code></a> Add compact mode so KYAML can be used in more places</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/abc1add3fd1978eccb8519aa3915c37966693dae"><code>abc1add</code></a> kyaml: Implement escaping closer to YAML spec</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/7749171ef6cb7be7ccab3e684b030de6125f2c5f"><code>7749171</code></a> Add a yamlfmt cmd</li> <li><a href="https://github.com/kubernetes-sigs/yaml/commit/a932007e17c79df3af8eb143ccdbdf2bd696c0c3"><code>a932007</code></a> Add KYAML support</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/yaml/compare/v1.5.0...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/yaml&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-08-03 12:17:12 +00:00 (Migrated from github.com)

Looks like sigs.k8s.io/yaml is up-to-date now, so this is no longer needed.

Looks like sigs.k8s.io/yaml is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.