Bump actions/setup-node from 1 to 2.1.5 #96

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/setup-node-2.1.5 into main 2021-05-13 09:30:14 +00:00
dependabot[bot] commented 2021-05-13 07:07:20 +00:00 (Migrated from github.com)

Bumps actions/setup-node from 1 to 2.1.5.

Release notes

Sourced from actions/setup-node's releases.

v2.1.5 Release

Improve error and warning line number handling (problem matcher regex)

v2.1.4

The first stable release of actions/setup-node V2

v2.1.3 (beta)

  • Add support for specifying architecture of Node.JS

v2.1.2 (beta)

  • Updated communication with runner to use environment files rather then workflow commands

v2.1.1 (beta)

Switch to main branch of node-versions repository to consume latest added versions.

v2.1.0 (beta)

Added check-latest input option to query the versions manifest for latest version before checking for semver match in local VM cache first (the default). That's useful for ensuring you get latest as soon as it's released to the cache but at the cost of perf / reliability (much more likely to incur and download and extract).

v2.0.0 (beta)

This is a beta release.

  • Downloads LTS versions from node-versions releases for reliability. Falls back to nodejs.org dist on misses or failures
  • Full semver spec support
  • Support for upcoming GHES

v1.4.4

  • Updated communication with runner to use environment files rather then workflow commands

v1.4.3

This release includes vendored licenses for this action's npm dependencies.

v1.4.2

Enhancements

v1.4.1

Add retries when downloading response body

v1.4.0

Follows self-hosted runner proxy settings

Deprecate version

v1.1.2

Lowercase npm registry scopes

v1.1.1

No release notes provided.

... (truncated)

Commits
  • 46071b5 Fix TypeScript error line/column (#125)
  • 05f0551 chore: operating-system -> os (#184)
  • 23bdee1 Clarifications to the README (#167) (#229)
  • 4257181 Bump acorn from 5.7.3 to 5.7.4 (#122)
  • 7f4d522 Bump lodash from 4.17.15 to 4.17.19 (#174)
  • 68fafec refactor: use core.info instead of console.log (#185)
  • c46424e Merge pull request #219 from actions/v-malob/update-readme-v2
  • 1d846de Merge branch 'main' into v-malob/update-readme-v2
  • d06286d Merge pull request #205 from zodman/main
  • d8c1b59 Merge branch 'main' of github.com:actions/setup-node into main
  • Additional commits viewable 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 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 [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.1.5. <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>v2.1.5 Release</h2> <p>Improve error and warning line number handling (problem matcher regex)</p> <h2>v2.1.4</h2> <p>The first stable release of actions/setup-node V2</p> <h2>v2.1.3 (beta)</h2> <ul> <li>Add support for specifying architecture of Node.JS</li> </ul> <h2>v2.1.2 (beta)</h2> <ul> <li>Updated communication with runner to use environment files rather then workflow commands</li> </ul> <h2>v2.1.1 (beta)</h2> <p>Switch to <code>main</code> branch of <a href="https://github.com/actions/node-versions">node-versions</a> repository to consume latest added versions.</p> <h2>v2.1.0 (beta)</h2> <p>Added check-latest input option to query the versions manifest for latest version before checking for semver match in local VM cache first (the default). That's useful for ensuring you get latest as soon as it's released to the cache but at the cost of perf / reliability (much more likely to incur and download and extract).</p> <h2>v2.0.0 (beta)</h2> <p>This is a beta release.</p> <ul> <li>Downloads LTS versions from <code>node-versions</code> releases for reliability. Falls back to nodejs.org dist on misses or failures</li> <li>Full semver spec support</li> <li>Support for upcoming GHES</li> </ul> <h2>v1.4.4</h2> <ul> <li>Updated communication with runner to use environment files rather then workflow commands</li> </ul> <h2>v1.4.3</h2> <p>This release includes vendored licenses for this action's npm dependencies.</p> <h2>v1.4.2</h2> <h3>Enhancements</h3> <ul> <li>Adds logging for the Node and npm versions installed (<a href="https://github-redirect.dependabot.com/actions/setup-node/pull/137">actions/setup-node#137</a>)</li> </ul> <h2>v1.4.1</h2> <p>Add retries when downloading response body</p> <h2>v1.4.0</h2> <p>Follows <a href="https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners">self-hosted runner proxy settings</a></p> <p>Deprecate version</p> <h2>v1.1.2</h2> <p>Lowercase npm registry scopes</p> <h2>v1.1.1</h2> <p>No release notes provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea"><code>46071b5</code></a> Fix TypeScript error line/column (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/125">#125</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/05f0551dbd620d7be8d92f9f7c1674ebf6bcb0eb"><code>05f0551</code></a> chore: operating-system -&gt; os (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/184">#184</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/23bdee16bc6fd30e6ad43a07967df709cd7ef1a8"><code>23bdee1</code></a> Clarifications to the README (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/167">#167</a>) (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/229">#229</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/4257181919f94362b6137aa288b487191f812e1b"><code>4257181</code></a> Bump acorn from 5.7.3 to 5.7.4 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/122">#122</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/7f4d5225d8c13fce67be36260ffb5c10b3fdaa84"><code>7f4d522</code></a> Bump lodash from 4.17.15 to 4.17.19 (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/174">#174</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/68fafecfa471220042b49240ef2621c40c87577f"><code>68fafec</code></a> refactor: use core.info instead of console.log (<a href="https://github-redirect.dependabot.com/actions/setup-node/issues/185">#185</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/c46424eee26de4078d34105d3de3cc4992202b1e"><code>c46424e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/219">#219</a> from actions/v-malob/update-readme-v2</li> <li><a href="https://github.com/actions/setup-node/commit/1d846de8c00455e0555baeabda88f9b18b21e988"><code>1d846de</code></a> Merge branch 'main' into v-malob/update-readme-v2</li> <li><a href="https://github.com/actions/setup-node/commit/d06286dee69fcca7585d14b265adec8b3893c28a"><code>d06286d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-node/issues/205">#205</a> from zodman/main</li> <li><a href="https://github.com/actions/setup-node/commit/d8c1b596a671c1f48bc97a0704503f75569ee570"><code>d8c1b59</code></a> Merge branch 'main' of github.com:actions/setup-node into main</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-node/compare/v1...v2.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=1&new-version=2.1.5)](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 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>
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#96
No description provided.