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

52.md (8772B)


      1 # PR #52 Bump actions/setup-node from 3.6.0 to 3.7.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-06T07:26:02Z
      6 - **Branch:** dependabot/github_actions/actions/setup-node-3.7.0 → main
      7 - **Closed:** 2023-08-15T07:26:04Z
      8 - **Labels:** dependencies, github_actions
      9 - **Diff:** [52.diff](./52.diff)
     10 
     11 ---
     12 
     13 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.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.7.0</h2>
     19 <h2>What's Changed</h2>
     20 <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>
     21 <h3>Besides, we made such changes as:</h3>
     22 <ul>
     23 <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>
     24 <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>
     25 <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>
     26 <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>
     27 <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>
     28 <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>
     29 <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>
     30 </ul>
     31 <h2>New Contributors</h2>
     32 <ul>
     33 <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>
     34 <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>
     35 <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>
     36 <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>
     37 <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>
     38 <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>
     39 <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>
     40 </ul>
     41 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.7.0">https://github.com/actions/setup-node/compare/v3...v3.7.0</a></p>
     42 </blockquote>
     43 </details>
     44 <details>
     45 <summary>Commits</summary>
     46 <ul>
     47 <li><a href="https://github.com/actions/setup-node/commit/e33196f7422957bea03ed53f6fbb155025ffc7b8"><code>e33196f</code></a> Do not ivalidate the cache entirely on lock file change (<a href="https://redirect.github.com/actions/setup-node/issues/744">#744</a>)</li>
     48 <li><a href="https://github.com/actions/setup-node/commit/c6722d36aaa79698146c81f0e92e8ede863c461b"><code>c6722d3</code></a> update doc for frozen lock file (<a href="https://redirect.github.com/actions/setup-node/issues/789">#789</a>)</li>
     49 <li><a href="https://github.com/actions/setup-node/commit/8170e22e8fa925daa88fcd5d20e66bbc3a163acb"><code>8170e22</code></a> Detect cached folders from multiple directories (<a href="https://redirect.github.com/actions/setup-node/issues/735">#735</a>)</li>
     50 <li><a href="https://github.com/actions/setup-node/commit/698d50532ea4cc0490274810a45fe52318110a1c"><code>698d505</code></a> Fix description about ensuring workflow access to private package (<a href="https://redirect.github.com/actions/setup-node/issues/704">#704</a>)</li>
     51 <li><a href="https://github.com/actions/setup-node/commit/869f4dd0c7f320ae834c2724d92a364de3893c24"><code>869f4dd</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-node/issues/758">#758</a> from akv-platform/remove-implicit-dependencies</li>
     52 <li><a href="https://github.com/actions/setup-node/commit/10efafcbcf59f187fa0fc6193fad4d00c302a11d"><code>10efafc</code></a> Update canary version in tests to an existing one</li>
     53 <li><a href="https://github.com/actions/setup-node/commit/7d16907b89acac40231f6dcf8e7996bfb2a31697"><code>7d16907</code></a> Add missing dependency</li>
     54 <li><a href="https://github.com/actions/setup-node/commit/d0d39bda2f0ad831c381b6c6329c85ff06192e20"><code>d0d39bd</code></a> Move eslint-plugin-node to dev dependencies</li>
     55 <li><a href="https://github.com/actions/setup-node/commit/15a2477e083165191a17f2eb66c1b894d691600e"><code>15a2477</code></a> Install eslint-plugin-node</li>
     56 <li><a href="https://github.com/actions/setup-node/commit/7598dbcd6ec6d8237b24fba40dd6272e3a3509ce"><code>7598dbc</code></a> Update configuration files</li>
     57 <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0">compare view</a></li>
     58 </ul>
     59 </details>
     60 <br />
     61 
     62 
     63 [![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.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     64 
     65 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`.
     66 
     67 [//]: # (dependabot-automerge-start)
     68 [//]: # (dependabot-automerge-end)
     69 
     70 ---
     71 
     72 <details>
     73 <summary>Dependabot commands and options</summary>
     74 <br />
     75 
     76 You can trigger Dependabot actions by commenting on this PR:
     77 - `@dependabot rebase` will rebase this PR
     78 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     79 - `@dependabot merge` will merge this PR after your CI passes on it
     80 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     81 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     82 - `@dependabot reopen` will reopen this PR if it is closed
     83 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     84 - `@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)
     85 - `@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)
     86 - `@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)
     87 
     88 
     89 </details>
     90 
     91 
     92 ## Comments
     93 
     94 ### @dependabot[bot] — 2023-08-15T07:26:03Z
     95 
     96 Superseded by #58.
     97