Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group across 1 directory with 2 updates (radius-project#…
…7802) Bumps the all group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [mikefarah/yq](https://github.com/mikefarah/yq). Updates `actions/setup-node` from 2 to 4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in <a href="https://github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p> <p>Besides, release contains such changes as:</p> <ul> <li>Upgrade actions/checkout to v4 by <a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> in <a href="https://github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> <li>Update actions/checkout for documentation and yaml by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gmembre-zenika"><code>@gmembre-zenika</code></a> made their first contribution in <a href="https://github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p> <h2>v3.8.2</h2> <h2>What's Changed</h2> <ul> <li>Update semver by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li> <li>Update temp directory creation by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li> <li>Bump <code>@babel/traverse</code> from 7.15.4 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li> <li>Add notice about binaries not being updated yet by <a href="https://github.com/nikolai-laevskii"><code>@nikolai-laevskii</code></a> in <a href="https://github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li> <li>Update toolkit cache and core by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> and <a href="https://github.com/seongwon-privatenote"><code>@seongwon-privatenote</code></a> in <a href="https://github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p> <h2>v3.8.1</h2> <h2>What's Changed</h2> <p>In scope of this release, the filter was removed within the cache-save step by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/831">actions/setup-node#831</a>. It is filtered and checked in the toolkit/cache library.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p> <h2>v3.8.0</h2> <h2>What's Changed</h2> <h3>Bug fixes:</h3> <ul> <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li> <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li> <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li> <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@louislam</code></a> in <a href="https://github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li> <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@sinchang</code></a> in <a href="https://github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li> </ul> <h3>Feature implementations:</h3> <ul> <li>feat: handling the case where "node" is used for tool-versions file. by <a href="https://github.com/xytis"><code>@xytis</code></a> in <a href="https://github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li> </ul> <h3>Documentation changes:</h3> <ul> <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li> </ul> <h3>Update dependencies:</h3> <ul> <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li> <li>Bump tough-cookie and <code>@azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li> <li>Bump semver from 6.1.2 to 6.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/1e60f620b9541d16bece96c5465dc8ee9832be0b"><code>1e60f62</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://github.com/actions/setup-node/issues/1087">#1087</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/eff380dfbcf941bf8832e4acb788cebe13dfd758"><code>eff380d</code></a> Fix macos latest check failures (<a href="https://github.com/actions/setup-node/issues/1041">#1041</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c2ac33f2c62f978d6c944d9648125a294e56dc0b"><code>c2ac33f</code></a> Bump undici from 5.26.5 to 5.28.3 (<a href="https://github.com/actions/setup-node/issues/965">#965</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/25b062c917b0c75f8b47d8469aff6c94ffd89abb"><code>25b062c</code></a> Update README.md to update default Node version to 20 (<a href="https://github.com/actions/setup-node/issues/949">#949</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8"><code>60edb5d</code></a> Add support for arm64 Windows (<a href="https://github.com/actions/setup-node/issues/927">#927</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/d86ebcd40b3cb50b156bfa44dd277faf38282d12"><code>d86ebcd</code></a> Add support for <code>volta.extends</code> (<a href="https://github.com/actions/setup-node/issues/921">#921</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8"><code>b39b52d</code></a> Fix node-version-file interprets entire package.json as a version (<a href="https://github.com/actions/setup-node/issues/865">#865</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/72476173717e9fa92b08abe87e9c9dc3a42dc0c8"><code>7247617</code></a> Add <code>package.json</code> to <code>node-version-file</code> list of examples. (<a href="https://github.com/actions/setup-node/issues/879">#879</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/f3ec4ca66feedca88150c6d39d92449ce4ca063b"><code>f3ec4ca</code></a> Fix README.md (<a href="https://github.com/actions/setup-node/issues/898">#898</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/ec97f37504b0cca1fbc763cc0575585d10020c22"><code>ec97f37</code></a> Add fix for cache (<a href="https://github.com/actions/setup-node/issues/917">#917</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v2...v4">compare view</a></li> </ul> </details> <br /> Updates `mikefarah/yq` from 4.44.2 to 4.44.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">mikefarah/yq's releases</a>.</em></p> <blockquote> <h2>v4.44.3</h2> <ul> <li>Fixed upper-case file extension detection, Thanks <a href="https://github.com/ryenus"><code>@ryenus</code></a> (<a href="https://github.com/mikefarah/yq/issues/2121">#2121</a>)</li> <li>Log printing follow no-colors flag <a href="https://github.com/mikefarah/yq/issues/2082">#2082</a></li> <li>Skip and warn when interpolating strings and theres a unclosed bracket <a href="https://github.com/mikefarah/yq/issues/2083">#2083</a></li> <li>Fixed CSV content starting with # issue <a href="https://github.com/mikefarah/yq/issues/2076">#2076</a></li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's changelog</a>.</em></p> <blockquote> <p>4.44.3:</p> <ul> <li>Fixed upper-case file extension detection, Thanks <a href="https://github.com/ryenus"><code>@ryenus</code></a> (<a href="https://github.com/mikefarah/yq/issues/2121">#2121</a>)</li> <li>Log printing follow no-colors flag <a href="https://github.com/mikefarah/yq/issues/2082">#2082</a></li> <li>Skip and warn when interpolating strings and theres a unclosed bracket <a href="https://github.com/mikefarah/yq/issues/2083">#2083</a></li> <li>Fixed CSV content starting with # issue <a href="https://github.com/mikefarah/yq/issues/2076">#2076</a></li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/bbdd97482f2d439126582a59689eb1c855944955"><code>bbdd974</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/99406687298991104e3d8ee70495a4c4bd223920"><code>9940668</code></a> Preparing release</li> <li><a href="https://github.com/mikefarah/yq/commit/95aaccee46a867e716e7a8d3704c3fbb6e290ddc"><code>95aacce</code></a> Add Flox to installation methods (<a href="https://github.com/mikefarah/yq/issues/2117">#2117</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/b9c3ff6f0a758a347cc014bf587bdff997cdb6a3"><code>b9c3ff6</code></a> convert file ext to lowercase for format detection (<a href="https://github.com/mikefarah/yq/issues/2121">#2121</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/b80e1cb35e7f4728608d71df002870c379a76e60"><code>b80e1cb</code></a> Use static bin in snap (<a href="https://github.com/mikefarah/yq/issues/2090">#2090</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/0ff8415244094a61fcd4f2dd2e738f1cd9a8fe80"><code>0ff8415</code></a> Bump golang.org/x/net from 0.26.0 to 0.27.0 (<a href="https://github.com/mikefarah/yq/issues/2099">#2099</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/e8dcf3f1a4f410116aab98508d7d46424e438787"><code>e8dcf3f</code></a> Bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 (<a href="https://github.com/mikefarah/yq/issues/2108">#2108</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/208302cf6b1576ac6c51176cb9f7e232ee096f3b"><code>208302c</code></a> Bump golang from 1.22.4 to 1.22.5 (<a href="https://github.com/mikefarah/yq/issues/2091">#2091</a>)</li> <li><a href="https://github.com/mikefarah/yq/commit/ef6fb92e7f314e7f0ef49da4385458271203119a"><code>ef6fb92</code></a> Log printing follow no-colors flag <a href="https://github.com/mikefarah/yq/issues/2082">#2082</a></li> <li><a href="https://github.com/mikefarah/yq/commit/28646c7b50987decd16d76836be3f5505628e0f4"><code>28646c7</code></a> Skip and warn when interpolating strings and theres a unclosed bracket <a href="https://github.com/mikefarah/yq/issues/2083">#2083</a></li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/v4.44.2...v4.44.3">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim <[email protected]>
- Loading branch information