zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

58.md (12755B)


      1 # PR #58 Bump actions/setup-node from 3.6.0 to 3.8.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-08-15T07:26:01Z
      6 - **Branch:** dependabot/github_actions/actions/setup-node-3.8.0 → main
      7 - **Closed:** 2023-08-18T07:54:57Z
      8 - **Labels:** dependencies, github_actions
      9 - **Diff:** [58.diff](./58.diff)
     10 
     11 ---
     12 
     13 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.8.0.
     14 <details>
     15 <summary>Release notes</summary>
     16 <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
     17 <blockquote>
     18 <h2>v3.8.0</h2>
     19 <h2>What's Changed</h2>
     20 <h3>Bug fixes:</h3>
     21 <ul>
     22 <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
     23 <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
     24 <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
     25 <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@​louislam</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
     26 <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
     27 </ul>
     28 <h3>Feature implementations:</h3>
     29 <ul>
     30 <li>feat: handling the case where &quot;node&quot; is used for tool-versions file. by <a href="https://github.com/xytis"><code>@​xytis</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
     31 </ul>
     32 <h3>Documentation changes:</h3>
     33 <ul>
     34 <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
     35 </ul>
     36 <h3>Update dependencies:</h3>
     37 <ul>
     38 <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
     39 <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://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
     40 <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://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
     41 <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/815">actions/setup-node#815</a></li>
     42 </ul>
     43 <h2>New Contributors</h2>
     44 <ul>
     45 <li><a href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
     46 <li><a href="https://github.com/louislam"><code>@​louislam</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
     47 <li><a href="https://github.com/sinchang"><code>@​sinchang</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
     48 <li><a href="https://github.com/xytis"><code>@​xytis</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
     49 </ul>
     50 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.0">https://github.com/actions/setup-node/compare/v3...v3.8.0</a></p>
     51 <h2>v3.7.0</h2>
     52 <h2>What's Changed</h2>
     53 <p>In scope of this release we added a logic to save an additional cache path for yarn 3 (<a href="https://redirect.github.com/actions/setup-node/pull/744">related pull request</a> and <a href="https://redirect.github.com/actions/setup-node/issues/325">feature request</a>). Moreover, we added functionality to use all the sub directories derived from <code>cache-dependency-path</code> input and add detect all dependencies directories to cache (related <a href="https://redirect.github.com/actions/setup-node/pull/735">pull request</a> and <a href="https://redirect.github.com/actions/setup-node/issues/488">feature request</a>).</p>
     54 <h3>Besides, we made such changes as:</h3>
     55 <ul>
     56 <li>Replace workflow badge with new badge by <a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/653">actions/setup-node#653</a></li>
     57 <li>Fix a minor typo by <a href="https://github.com/phanan"><code>@​phanan</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/662">actions/setup-node#662</a></li>
     58 <li>docs: fix typo in advanced-usage.md by <a href="https://github.com/remarkablemark"><code>@​remarkablemark</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/697">actions/setup-node#697</a></li>
     59 <li>bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by <a href="https://github.com/domdomegg"><code>@​domdomegg</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/718">actions/setup-node#718</a></li>
     60 <li>Update to node 18.x by <a href="https://github.com/feelepxyz"><code>@​feelepxyz</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/751">actions/setup-node#751</a></li>
     61 <li>Remove implicit dependencies by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/758">actions/setup-node#758</a></li>
     62 <li>Fix description about ensuring workflow access to private package by <a href="https://github.com/x86chi"><code>@​x86chi</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/704">actions/setup-node#704</a></li>
     63 </ul>
     64 <h2>New Contributors</h2>
     65 <ul>
     66 <li><a href="https://github.com/jongwooo"><code>@​jongwooo</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/653">actions/setup-node#653</a></li>
     67 <li><a href="https://github.com/phanan"><code>@​phanan</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/662">actions/setup-node#662</a></li>
     68 <li><a href="https://github.com/remarkablemark"><code>@​remarkablemark</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/697">actions/setup-node#697</a></li>
     69 <li><a href="https://github.com/domdomegg"><code>@​domdomegg</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/718">actions/setup-node#718</a></li>
     70 <li><a href="https://github.com/feelepxyz"><code>@​feelepxyz</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/751">actions/setup-node#751</a></li>
     71 <li><a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/758">actions/setup-node#758</a></li>
     72 <li><a href="https://github.com/x86chi"><code>@​x86chi</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/704">actions/setup-node#704</a></li>
     73 </ul>
     74 <!-- raw HTML omitted -->
     75 </blockquote>
     76 <p>... (truncated)</p>
     77 </details>
     78 <details>
     79 <summary>Commits</summary>
     80 <ul>
     81 <li><a href="https://github.com/actions/setup-node/commit/bea5baf987ba7aa777a8a0b4ace377a21c45c381"><code>bea5baf</code></a> change getinput to getstate for cache (<a href="https://redirect.github.com/actions/setup-node/issues/816">#816</a>)</li>
     82 <li><a href="https://github.com/actions/setup-node/commit/d82f92a0eb28e5699f87460c19fc2c674da76d01"><code>d82f92a</code></a> Bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/actions/setup-node/issues/815">#815</a>)</li>
     83 <li><a href="https://github.com/actions/setup-node/commit/ca2d4e0cdd8c63d9ebfedc3d16d450a870caf31c"><code>ca2d4e0</code></a> feat: handling the case where &quot;node&quot; is used for tool-versions file. (<a href="https://redirect.github.com/actions/setup-node/issues/812">#812</a>)</li>
     84 <li><a href="https://github.com/actions/setup-node/commit/c7a93deeacd27a63bee8be26a3bf77dc8fb6ce05"><code>c7a93de</code></a> resolve SymbolicLink (<a href="https://redirect.github.com/actions/setup-node/issues/809">#809</a>)</li>
     85 <li><a href="https://github.com/actions/setup-node/commit/34050076a5a3fa9bd791b9b40860d11d9421c7fa"><code>3405007</code></a> Add check for existing paths (<a href="https://redirect.github.com/actions/setup-node/issues/803">#803</a>)</li>
     86 <li><a href="https://github.com/actions/setup-node/commit/f8aa08ed8ebcc273d7db4ffb5645cb9eb570a33e"><code>f8aa08e</code></a> Update check-dist workflow name (<a href="https://redirect.github.com/actions/setup-node/issues/710">#710</a>)</li>
     87 <li><a href="https://github.com/actions/setup-node/commit/e2d34eacc811cc517d25162eb9571557fd52b9b1"><code>e2d34ea</code></a> Fix armv7 cache issue (<a href="https://redirect.github.com/actions/setup-node/issues/794">#794</a>)</li>
     88 <li><a href="https://github.com/actions/setup-node/commit/ef9c88b169f1fa70052a9259b37bf50c955434e2"><code>ef9c88b</code></a> Bump semver from 6.1.2 to 6.3.1 (<a href="https://redirect.github.com/actions/setup-node/issues/807">#807</a>)</li>
     89 <li><a href="https://github.com/actions/setup-node/commit/ea800d4ebc5caee4d124da96f624d6c65545cc31"><code>ea800d4</code></a> Bump tough-cookie and <code>@​azure/ms-rest-js</code> (<a href="https://redirect.github.com/actions/setup-node/issues/802">#802</a>)</li>
     90 <li><a href="https://github.com/actions/setup-node/commit/cb95c398f6b85c15ec9e2d1b3a913b37e72f3878"><code>cb95c39</code></a> Update toolkit cache to fix zstd (<a href="https://redirect.github.com/actions/setup-node/issues/804">#804</a>)</li>
     91 <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.6.0...v3.8.0">compare view</a></li>
     92 </ul>
     93 </details>
     94 <br />
     95 
     96 
     97 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.6.0&new-version=3.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     98 
     99 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`.
    100 
    101 [//]: # (dependabot-automerge-start)
    102 [//]: # (dependabot-automerge-end)
    103 
    104 ---
    105 
    106 <details>
    107 <summary>Dependabot commands and options</summary>
    108 <br />
    109 
    110 You can trigger Dependabot actions by commenting on this PR:
    111 - `@dependabot rebase` will rebase this PR
    112 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    113 - `@dependabot merge` will merge this PR after your CI passes on it
    114 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    115 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    116 - `@dependabot reopen` will reopen this PR if it is closed
    117 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    118 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    119 - `@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)
    120 - `@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)
    121 - `@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)
    122 
    123 
    124 </details>
    125 
    126 
    127 ## Comments
    128 
    129 ### @dependabot[bot] — 2023-08-18T07:54:56Z
    130 
    131 Superseded by #59.
    132