[PR #1] [MERGED] Bump borales/actions-yarn from 4 to 5 #80

Closed
opened 2026-06-08 08:28:26 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/webgrip/backstage-application/pull/1
Author: @dependabot[bot]
Created: 11/20/2024
Status: Merged
Merged: 11/20/2024
Merged by: @Ryangr0

Base: mainHead: dependabot/github_actions/borales/actions-yarn-5


📝 Commits (1)

  • 5194666 Bump borales/actions-yarn from 4 to 5

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 .github/workflows/build.yml (+3 -3)

📄 Description

Bumps borales/actions-yarn from 4 to 5.

Release notes

Sourced from borales/actions-yarn's releases.

v5.0.0

What's Changed

  • Switched to node20
  • Dependency updates

Full Changelog: https://github.com/Borales/actions-yarn/compare/v4...v5.0.0

v4.2.0

  • Added proper support for multiple arguments

v4.1.0

  • Added dir option
Changelog

Sourced from borales/actions-yarn's changelog.

5.0.0 (3 Feb 2024)

  • Switching to node20

4.2.0 (5 Dec 2022)

  • Added proper support for multiple arguments

4.1.0 (26 Nov 2022)

  • Added dir option

4.0.0 (26 Nov 2022)

  • Migrated to Actions toolkit

3.0.0 (8 Jun 2022)

2.1.0 (8 Nov 2019)

  • Switching to node:lts docker image

2.0.2 (6 Nov 2019)

  • Added Git to the Docker image

2.0.0 (14 Oct 2019)

  • Migrated to the latest Github Action syntax
  • Using node:10.16-alpine as base image

1.1.0 (22 Apr 2019)

  • Docker now uses the full image node:10 and entrypoint.sh accepts extra NPM settings (thanks to @​Embraser01)

1.0.0 (27 Dec 2018)

  • Added Docker credentials
Commits
  • 3766bb1 Merge pull request #265 from Borales/renovate/typescript-eslint-monorepo
  • faecda5 Update dependency @​typescript-eslint/parser to ^6.20.0
  • d331fa9 Merge pull request #266 from Borales/renovate/node-20.x
  • 1bbc10b Update dependency @​types/node to ^20.11.16
  • fc414c4 Update Node.js version to 20
  • 63d3868 Merge pull request #264 from Borales/renovate/node-20.x
  • 8b973a7 Update dependency @​types/node to ^20.11.15
  • c6b32a6 Merge pull request #263 from Borales/renovate/node-20.x
  • 4409de6 Update dependency @​types/node to ^20.11.9
  • ddce652 Merge pull request #262 from Borales/renovate/node-20.x
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/webgrip/backstage-application/pull/1 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@Ryangr0](https://github.com/Ryangr0) **Base:** `main` ← **Head:** `dependabot/github_actions/borales/actions-yarn-5` --- ### 📝 Commits (1) - [`5194666`](https://github.com/webgrip/backstage-application/commit/51946663af20cb659bd19d634dffab2eadef9d6e) Bump borales/actions-yarn from 4 to 5 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+3 -3) </details> ### 📄 Description Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/borales/actions-yarn/releases">borales/actions-yarn's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Switched to <code>node20</code></li> <li>Dependency updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Borales/actions-yarn/compare/v4...v5.0.0">https://github.com/Borales/actions-yarn/compare/v4...v5.0.0</a></p> <h2>v4.2.0</h2> <ul> <li>Added proper support for multiple arguments</li> </ul> <h2>v4.1.0</h2> <ul> <li>Added <code>dir</code> option</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Borales/actions-yarn/blob/master/CHANGELOG.md">borales/actions-yarn's changelog</a>.</em></p> <blockquote> <h2>5.0.0 (3 Feb 2024)</h2> <ul> <li>Switching to <code>node20</code></li> </ul> <h2>4.2.0 (5 Dec 2022)</h2> <ul> <li>Added proper support for multiple arguments</li> </ul> <h2>4.1.0 (26 Nov 2022)</h2> <ul> <li>Added <code>dir</code> option</li> </ul> <h2>4.0.0 (26 Nov 2022)</h2> <ul> <li>Migrated to Actions toolkit</li> </ul> <h2>3.0.0 (8 Jun 2022)</h2> <ul> <li>Migrating to Python3 (thanks to <a href="https://github.com/richard-chim"><code>@​richard-chim</code></a>)</li> </ul> <h2>2.1.0 (8 Nov 2019)</h2> <ul> <li>Switching to <code>node:lts</code> docker image</li> </ul> <h2>2.0.2 (6 Nov 2019)</h2> <ul> <li>Added Git to the Docker image</li> </ul> <h2>2.0.0 (14 Oct 2019)</h2> <ul> <li>Migrated to the latest Github Action syntax</li> <li>Using <code>node:10.16-alpine</code> as base image</li> </ul> <h2>1.1.0 (22 Apr 2019)</h2> <ul> <li>Docker now uses the full image <code>node:10</code> and <code>entrypoint.sh</code> accepts extra NPM settings (thanks to <a href="https://github.com/Embraser01"><code>@​Embraser01</code></a>)</li> </ul> <h2>1.0.0 (27 Dec 2018)</h2> <ul> <li>Added Docker credentials</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Borales/actions-yarn/commit/3766bb1335b98fb13c60eaf358fe20811b730a88"><code>3766bb1</code></a> Merge pull request <a href="https://redirect.github.com/borales/actions-yarn/issues/265">#265</a> from Borales/renovate/typescript-eslint-monorepo</li> <li><a href="https://github.com/Borales/actions-yarn/commit/faecda506a7be0e398fd8a74bcce3b0df7271915"><code>faecda5</code></a> Update dependency <code>@​typescript-eslint/parser</code> to ^6.20.0</li> <li><a href="https://github.com/Borales/actions-yarn/commit/d331fa9c2e35efb9a47bf2b16a1f4cb0a7c0149c"><code>d331fa9</code></a> Merge pull request <a href="https://redirect.github.com/borales/actions-yarn/issues/266">#266</a> from Borales/renovate/node-20.x</li> <li><a href="https://github.com/Borales/actions-yarn/commit/1bbc10b5a632e02f33aaadfdcf807a539c1819b7"><code>1bbc10b</code></a> Update dependency <code>@​types/node</code> to ^20.11.16</li> <li><a href="https://github.com/Borales/actions-yarn/commit/fc414c44ad6c1353485cd914d9a8d262d2f454d0"><code>fc414c4</code></a> Update Node.js version to 20</li> <li><a href="https://github.com/Borales/actions-yarn/commit/63d3868d341cb632841a1bf2aaf6de3fdcf1924e"><code>63d3868</code></a> Merge pull request <a href="https://redirect.github.com/borales/actions-yarn/issues/264">#264</a> from Borales/renovate/node-20.x</li> <li><a href="https://github.com/Borales/actions-yarn/commit/8b973a715849a4ddec63a95c30515a0ff9ebbb0a"><code>8b973a7</code></a> Update dependency <code>@​types/node</code> to ^20.11.15</li> <li><a href="https://github.com/Borales/actions-yarn/commit/c6b32a6ff628b3678338e200d014e1bb75718d42"><code>c6b32a6</code></a> Merge pull request <a href="https://redirect.github.com/borales/actions-yarn/issues/263">#263</a> from Borales/renovate/node-20.x</li> <li><a href="https://github.com/Borales/actions-yarn/commit/4409de64aac0818c9363f4209f8b966c516a338a"><code>4409de6</code></a> Update dependency <code>@​types/node</code> to ^20.11.9</li> <li><a href="https://github.com/Borales/actions-yarn/commit/ddce652109e5e21f60aa46ea5041e6ccbd170d1e"><code>ddce652</code></a> Merge pull request <a href="https://redirect.github.com/borales/actions-yarn/issues/262">#262</a> from Borales/renovate/node-20.x</li> <li>Additional commits viewable in <a href="https://github.com/borales/actions-yarn/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=borales/actions-yarn&package-manager=github_actions&previous-version=4&new-version=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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ryangr0 2026-06-08 08:28:27 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webgrip/backstage-application#80
No description provided.