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.json (9213B)


      1 {
      2   "number": 52,
      3   "title": "Bump actions/setup-node from 3.6.0 to 3.7.0",
      4   "state": "closed",
      5   "diff_file": "52.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-07-06T07:26:02Z",
      8   "closed_at": "2023-08-15T07:26:04Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/github_actions/actions/setup-node-3.7.0",
     12   "labels": [
     13     "dependencies",
     14     "github_actions"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/actions/setup-node/releases\">actions/setup-node's releases</a>.</em></p>\n<blockquote>\n<h2>v3.7.0</h2>\n<h2>What's Changed</h2>\n<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>\n<h3>Besides, we made such changes as:</h3>\n<ul>\n<li>Replace workflow badge with new badge by <a href=\"https://github.com/jongwooo\"><code>@\u200bjongwooo</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/653\">actions/setup-node#653</a></li>\n<li>Fix a minor typo by <a href=\"https://github.com/phanan\"><code>@\u200bphanan</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/662\">actions/setup-node#662</a></li>\n<li>docs: fix typo in advanced-usage.md by <a href=\"https://github.com/remarkablemark\"><code>@\u200bremarkablemark</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/697\">actions/setup-node#697</a></li>\n<li>bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by <a href=\"https://github.com/domdomegg\"><code>@\u200bdomdomegg</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/718\">actions/setup-node#718</a></li>\n<li>Update to node 18.x by <a href=\"https://github.com/feelepxyz\"><code>@\u200bfeelepxyz</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/751\">actions/setup-node#751</a></li>\n<li>Remove implicit dependencies by <a href=\"https://github.com/nikolai-laevskii\"><code>@\u200bnikolai-laevskii</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/758\">actions/setup-node#758</a></li>\n<li>Fix description about ensuring workflow access to private package by <a href=\"https://github.com/x86chi\"><code>@\u200bx86chi</code></a> in <a href=\"https://redirect.github.com/actions/setup-node/pull/704\">actions/setup-node#704</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/jongwooo\"><code>@\u200bjongwooo</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/653\">actions/setup-node#653</a></li>\n<li><a href=\"https://github.com/phanan\"><code>@\u200bphanan</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/662\">actions/setup-node#662</a></li>\n<li><a href=\"https://github.com/remarkablemark\"><code>@\u200bremarkablemark</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/697\">actions/setup-node#697</a></li>\n<li><a href=\"https://github.com/domdomegg\"><code>@\u200bdomdomegg</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/718\">actions/setup-node#718</a></li>\n<li><a href=\"https://github.com/feelepxyz\"><code>@\u200bfeelepxyz</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/751\">actions/setup-node#751</a></li>\n<li><a href=\"https://github.com/nikolai-laevskii\"><code>@\u200bnikolai-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>\n<li><a href=\"https://github.com/x86chi\"><code>@\u200bx86chi</code></a> made their first contribution in <a href=\"https://redirect.github.com/actions/setup-node/pull/704\">actions/setup-node#704</a></li>\n</ul>\n<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>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/actions/setup-node/commit/7d16907b89acac40231f6dcf8e7996bfb2a31697\"><code>7d16907</code></a> Add missing dependency</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/d0d39bda2f0ad831c381b6c6329c85ff06192e20\"><code>d0d39bd</code></a> Move eslint-plugin-node to dev dependencies</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/15a2477e083165191a17f2eb66c1b894d691600e\"><code>15a2477</code></a> Install eslint-plugin-node</li>\n<li><a href=\"https://github.com/actions/setup-node/commit/7598dbcd6ec6d8237b24fba40dd6272e3a3509ce\"><code>7598dbc</code></a> Update configuration files</li>\n<li>Additional commits viewable in <a href=\"https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![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)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     19   "comments": [
     20     {
     21       "author": "dependabot[bot]",
     22       "created_at": "2023-08-15T07:26:03Z",
     23       "body": "Superseded by #58."
     24     }
     25   ],
     26   "review_comments": []
     27 }