Bump @rollup/rollup-linux-x64-gnu from 4.31.0 to 4.37.0#26
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump @rollup/rollup-linux-x64-gnu from 4.31.0 to 4.37.0#26dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.31.0 to 4.37.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.31.0...v4.37.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ActionRelay - Jobs and Steps Gantt ChartBase on commit: ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673 Jobs details below:
gantt
title Repo: ActionRelay - RunId: 14034008743 - Actor: dependabot[bot]
dateFormat x
axisFormat %H:%M:%S
section TypeScript Tests
Set up job : milestone, 1742815379000, 1742815380000
Checkout : 1742815380000, 1742815382000
Setup Node.js : 1742815382000, 1742815386000
Install Dependencies : 1742815386000, 1742815395000
Check Format : 1742815395000, 1742815397000
Lint : 1742815397000, 1742815404000
Test : 1742815404000, 1742815431000
Post Setup Node.js : 1742815431000, 1742815432000
Post Checkout : 1742815432000, 1742815432000
Complete job : milestone, 1742815432000, 1742815432000
section dump_contexts_to_log
Set up job : milestone, 1742815380000, 1742815380000
Dump GitHub context : 1742815380000, 1742815380000
Dump job context : 1742815380000, 1742815380000
Dump steps context : 1742815380000, 1742815380000
Dump runner context : 1742815380000, 1742815380000
Dump strategy context : 1742815380000, 1742815380000
Dump matrix context : 1742815380000, 1742815380000
Complete job : milestone, 1742815380000, 1742815380000
section GitHub Actions Test
Set up job : milestone, 1742815380000, 1742815381000
Checkout : 1742815381000, 1742815382000
Test Local Action : 1742815382000, 1742815435000
Print Output : 1742815435000, 1742815435000```
|
{
"pullRequest": {
"id": 2413445259,
"sha": "ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673",
"body": "Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.31.0 to 4.37.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/rollup/rollup/releases\"><code>@rollup/rollup-linux-x64-gnu</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v4.37.0</h2>\n<h2>4.37.0</h2>\n<p><em>2025-03-23</em></p>\n<h3>Features</h3>\n<ul>\n<li>Support Musl Linux on Riscv64 architectures (<a href=\"https://redirect.github.com/rollup/rollup/issues/5726\">#5726</a>)</li>\n<li>Handles class decorators placed before the <code>export</code> keyword (<a href=\"https://redirect.github.com/rollup/rollup/issues/5871\">#5871</a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>Log Rust panic messages to the console when using the WASM build (<a href=\"https://redirect.github.com/rollup/rollup/issues/5875\">#5875</a>)</li>\n</ul>\n<h3>Pull Requests</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5726\">#5726</a>: Add support for linux riscv64 musl (<a href=\"https://github.com/fossdd\"><code>@fossdd</code></a>, <a href=\"https://github.com/leso-kn\"><code>@leso-kn</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5871\">#5871</a>: feat: support decorators before or after export (<a href=\"https://github.com/TrickyPi\"><code>@TrickyPi</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5875\">#5875</a>: capture Rust panic messages and output them to the console. (<a href=\"https://github.com/luyahan\"><code>@luyahan</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5883\">#5883</a>: Pin digest of 3rd party actions (<a href=\"https://github.com/re-taro\"><code>@re-taro</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5885\">#5885</a>: fix(deps): lock file maintenance minor/patch updates (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n</ul>\n<h2>v4.36.0</h2>\n<h2>4.36.0</h2>\n<p><em>2025-03-17</em></p>\n<h3>Features</h3>\n<ul>\n<li>Extend <code>renderDynamicImport</code> hook to provide information about static dependencies of the imported module (<a href=\"https://redirect.github.com/rollup/rollup/issues/5870\">#5870</a>)</li>\n<li>Export several additional types used by Vite (<a href=\"https://redirect.github.com/rollup/rollup/issues/5879\">#5879</a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>Do not merge chunks if that would create a top-level await cycle between chunks (<a href=\"https://redirect.github.com/rollup/rollup/issues/5843\">#5843</a>)</li>\n</ul>\n<h3>Pull Requests</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5843\">#5843</a>: avoiding top level await circular (<a href=\"https://github.com/TrickyPi\"><code>@TrickyPi</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5870\">#5870</a>: draft for extended renderDynamicImport hook (<a href=\"https://github.com/iczero\"><code>@iczero</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5876\">#5876</a>: Update axios overrides to 1.8.2 (<a href=\"https://github.com/vadym-khodak\"><code>@vadym-khodak</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5877\">#5877</a>: chore(deps): update dependency eslint-plugin-vue to v10 (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5878\">#5878</a>: fix(deps): lock file maintenance minor/patch updates (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5879\">#5879</a>: fix: export types (<a href=\"https://github.com/sxzz\"><code>@sxzz</code></a>)</li>\n</ul>\n<h2>v4.35.0</h2>\n<h2>4.35.0</h2>\n<p><em>2025-03-08</em></p>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/rollup/rollup/blob/master/CHANGELOG.md\"><code>@rollup/rollup-linux-x64-gnu</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>4.37.0</h2>\n<p><em>2025-03-23</em></p>\n<h3>Features</h3>\n<ul>\n<li>Support Musl Linux on Riscv64 architectures (<a href=\"https://redirect.github.com/rollup/rollup/issues/5726\">#5726</a>)</li>\n<li>Handles class decorators placed before the <code>export</code> keyword (<a href=\"https://redirect.github.com/rollup/rollup/issues/5871\">#5871</a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>Log Rust panic messages to the console when using the WASM build (<a href=\"https://redirect.github.com/rollup/rollup/issues/5875\">#5875</a>)</li>\n</ul>\n<h3>Pull Requests</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5726\">#5726</a>: Add support for linux riscv64 musl (<a href=\"https://github.com/fossdd\"><code>@fossdd</code></a>, <a href=\"https://github.com/leso-kn\"><code>@leso-kn</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5871\">#5871</a>: feat: support decorators before or after export (<a href=\"https://github.com/TrickyPi\"><code>@TrickyPi</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5875\">#5875</a>: capture Rust panic messages and output them to the console. (<a href=\"https://github.com/luyahan\"><code>@luyahan</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5883\">#5883</a>: Pin digest of 3rd party actions (<a href=\"https://github.com/re-taro\"><code>@re-taro</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5885\">#5885</a>: fix(deps): lock file maintenance minor/patch updates (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n</ul>\n<h2>4.36.0</h2>\n<p><em>2025-03-17</em></p>\n<h3>Features</h3>\n<ul>\n<li>Extend <code>renderDynamicImport</code> hook to provide information about static dependencies of the imported module (<a href=\"https://redirect.github.com/rollup/rollup/issues/5870\">#5870</a>)</li>\n<li>Export several additional types used by Vite (<a href=\"https://redirect.github.com/rollup/rollup/issues/5879\">#5879</a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>Do not merge chunks if that would create a top-level await cycle between chunks (<a href=\"https://redirect.github.com/rollup/rollup/issues/5843\">#5843</a>)</li>\n</ul>\n<h3>Pull Requests</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5843\">#5843</a>: avoiding top level await circular (<a href=\"https://github.com/TrickyPi\"><code>@TrickyPi</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5870\">#5870</a>: draft for extended renderDynamicImport hook (<a href=\"https://github.com/iczero\"><code>@iczero</code></a>, <a href=\"https://github.com/lukastaegert\"><code>@lukastaegert</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5876\">#5876</a>: Update axios overrides to 1.8.2 (<a href=\"https://github.com/vadym-khodak\"><code>@vadym-khodak</code></a>)</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5877\">#5877</a>: chore(deps): update dependency eslint-plugin-vue to v10 (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5878\">#5878</a>: fix(deps): lock file maintenance minor/patch updates (<a href=\"https://github.com/renovate\"><code>@renovate</code></a>[bot])</li>\n<li><a href=\"https://redirect.github.com/rollup/rollup/pull/5879\">#5879</a>: fix: export types (<a href=\"https://github.com/sxzz\"><code>@sxzz</code></a>)</li>\n</ul>\n<h2>4.35.0</h2>\n<p><em>2025-03-08</em></p>\n<h3>Features</h3>\n<ul>\n<li>Pass build errors to the closeBundle hook (<a href=\"https://redirect.github.com/rollup/rollup/issues/5867\">#5867</a>)</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/rollup/rollup/commit/8b1c634d945dda9294cf579de68c4b223c618e7f\"><code>8b1c634</code></a> 4.37.0</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/43cb194261fe997ae21d365d0e25ef1d8fee01d3\"><code>43cb194</code></a> Add support for linux riscv64 musl (<a href=\"https://redirect.github.com/rollup/rollup/issues/5726\">#5726</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/4b4d6334974e6525d460f341ae7386c398d6d25e\"><code>4b4d633</code></a> capture Rust panic messages and output them to the console. (<a href=\"https://redirect.github.com/rollup/rollup/issues/5875\">#5875</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/a48b51509d82898fe2218c0b261b06118a3cb8fb\"><code>a48b515</code></a> feat: support decorators before or after export (<a href=\"https://redirect.github.com/rollup/rollup/issues/5871\">#5871</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/17824d9de9dbecbf87fb0a72d835d7a66895ae9d\"><code>17824d9</code></a> Pin digest of 3rd party actions (<a href=\"https://redirect.github.com/rollup/rollup/issues/5883\">#5883</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/384d5333fbc3d8918b41856822376da2a65ccaa3\"><code>384d533</code></a> fix(deps): lock file maintenance minor/patch updates (<a href=\"https://redirect.github.com/rollup/rollup/issues/5885\">#5885</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/ab7bfa8fe9c25e41cc62058fa2dcde6b321fd51d\"><code>ab7bfa8</code></a> 4.36.0</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/7f0164ea77421954f84f4d27832c2e5de9c24149\"><code>7f0164e</code></a> draft for extended renderDynamicImport hook (<a href=\"https://redirect.github.com/rollup/rollup/issues/5870\">#5870</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/f687af5c0d0fc771a2b0cc1fae9c5ce34fad071e\"><code>f687af5</code></a> Update axios overrides to 1.8.2 (<a href=\"https://redirect.github.com/rollup/rollup/issues/5876\">#5876</a>)</li>\n<li><a href=\"https://github.com/rollup/rollup/commit/8c15e597042ccad1fe773eeb0986bf50baf8877f\"><code>8c15e59</code></a> avoiding top level await circular (<a href=\"https://redirect.github.com/rollup/rollup/issues/5843\">#5843</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/rollup/rollup/compare/v4.31.0...v4.37.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\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>",
"state": "open",
"user": {
"id": 49699333,
"avatarUrl": "https://avatars.githubusercontent.com/in/29110?v=4",
"name": null,
"email": null
},
"createdAt": 1742815372000,
"updatedAt": 1742815440000,
"mergedAt": null,
"closedAt": null
},
"pullRequestCreator": {
"id": 49699333,
"avatarUrl": "https://avatars.githubusercontent.com/in/29110?v=4",
"name": null,
"email": null
},
"commits": [
{
"sha": "ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673",
"message": "Bump @rollup/rollup-linux-x64-gnu from 4.31.0 to 4.37.0\n\nBumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.31.0 to 4.37.0.\n- [Release notes](https://github.com/rollup/rollup/releases)\n- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rollup/rollup/compare/v4.31.0...v4.37.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@rollup/rollup-linux-x64-gnu\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>"
}
],
"contributors": [
{
"id": 55581222,
"avatarUrl": "https://avatars.githubusercontent.com/u/55581222?v=4",
"name": "Tiny_Murky",
"email": "murky0830@gmail.com"
}
],
"repository": {
"id": 917101182,
"name": "ActionRelay",
"fullName": "TinyMurky/ActionRelay"
},
"filesChanges": [
{
"sha": "dc7ef0b7c3331efe8d25b2bec5cf89e2a7fc3609",
"filename": "package-lock.json",
"status": "modified",
"additions": 19,
"deletions": 4,
"changes": 23
}
],
"jobs": [
{
"id": 39287765500,
"run": {
"id": 14034008743,
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/runs/14034008743",
"attempt": 1
},
"nodeId": "CR_kwDONqnafs8AAAAJJbu5_A",
"headSha": "ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673",
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/jobs/39287765500",
"htmlUrl": "https://github.com/TinyMurky/ActionRelay/actions/runs/14034008743/job/39287765500",
"status": "completed",
"conclusion": "success",
"createdAt": 1742815376000,
"startedAt": 1742815379000,
"completedAt": 1742815433000,
"name": "TypeScript Tests",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"startedAt": 1742815379000,
"completedAt": 1742815380000
},
{
"name": "Checkout",
"status": "completed",
"conclusion": "success",
"number": 2,
"startedAt": 1742815380000,
"completedAt": 1742815382000
},
{
"name": "Setup Node.js",
"status": "completed",
"conclusion": "success",
"number": 3,
"startedAt": 1742815382000,
"completedAt": 1742815386000
},
{
"name": "Install Dependencies",
"status": "completed",
"conclusion": "success",
"number": 4,
"startedAt": 1742815386000,
"completedAt": 1742815395000
},
{
"name": "Check Format",
"status": "completed",
"conclusion": "success",
"number": 5,
"startedAt": 1742815395000,
"completedAt": 1742815397000
},
{
"name": "Lint",
"status": "completed",
"conclusion": "success",
"number": 6,
"startedAt": 1742815397000,
"completedAt": 1742815404000
},
{
"name": "Test",
"status": "completed",
"conclusion": "success",
"number": 7,
"startedAt": 1742815404000,
"completedAt": 1742815431000
},
{
"name": "Post Setup Node.js",
"status": "completed",
"conclusion": "success",
"number": 13,
"startedAt": 1742815431000,
"completedAt": 1742815432000
},
{
"name": "Post Checkout",
"status": "completed",
"conclusion": "success",
"number": 14,
"startedAt": 1742815432000,
"completedAt": 1742815432000
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 15,
"startedAt": 1742815432000,
"completedAt": 1742815432000
}
],
"checkRunUrl": "https://api.github.com/repos/TinyMurky/ActionRelay/check-runs/39287765500",
"labels": [
"ubuntu-latest"
],
"runnerId": 1000000023,
"runnerName": "GitHub Actions",
"runnerGroupId": 0,
"runnerGroupName": "",
"workflowName": "Continuous Integration",
"headBranch": "dependabot/npm_and_yarn/rollup/rollup-linux-x64-gnu-4.37.0"
},
{
"id": 39287765509,
"run": {
"id": 14034008743,
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/runs/14034008743",
"attempt": 1
},
"nodeId": "CR_kwDONqnafs8AAAAJJbu6BQ",
"headSha": "ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673",
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/jobs/39287765509",
"htmlUrl": "https://github.com/TinyMurky/ActionRelay/actions/runs/14034008743/job/39287765509",
"status": "completed",
"conclusion": "success",
"createdAt": 1742815376000,
"startedAt": 1742815379000,
"completedAt": 1742815385000,
"name": "dump_contexts_to_log",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump GitHub context",
"status": "completed",
"conclusion": "success",
"number": 2,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump job context",
"status": "completed",
"conclusion": "success",
"number": 3,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump steps context",
"status": "completed",
"conclusion": "success",
"number": 4,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump runner context",
"status": "completed",
"conclusion": "success",
"number": 5,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump strategy context",
"status": "completed",
"conclusion": "success",
"number": 6,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Dump matrix context",
"status": "completed",
"conclusion": "success",
"number": 7,
"startedAt": 1742815380000,
"completedAt": 1742815380000
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 8,
"startedAt": 1742815380000,
"completedAt": 1742815380000
}
],
"checkRunUrl": "https://api.github.com/repos/TinyMurky/ActionRelay/check-runs/39287765509",
"labels": [
"ubuntu-latest"
],
"runnerId": 1000000024,
"runnerName": "GitHub Actions",
"runnerGroupId": 0,
"runnerGroupName": "",
"workflowName": "Continuous Integration",
"headBranch": "dependabot/npm_and_yarn/rollup/rollup-linux-x64-gnu-4.37.0"
},
{
"id": 39287765512,
"run": {
"id": 14034008743,
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/runs/14034008743",
"attempt": 1
},
"nodeId": "CR_kwDONqnafs8AAAAJJbu6CA",
"headSha": "ca40c3c9fcdb16bed4c8ea4bc7ed2d45caf24673",
"url": "https://api.github.com/repos/TinyMurky/ActionRelay/actions/jobs/39287765512",
"htmlUrl": "https://github.com/TinyMurky/ActionRelay/actions/runs/14034008743/job/39287765512",
"status": "in_progress",
"conclusion": "unknown",
"createdAt": 1742815376000,
"startedAt": 1742815379000,
"completedAt": null,
"name": "GitHub Actions Test",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"startedAt": 1742815380000,
"completedAt": 1742815381000
},
{
"name": "Checkout",
"status": "completed",
"conclusion": "success",
"number": 2,
"startedAt": 1742815381000,
"completedAt": 1742815382000
},
{
"name": "Test Local Action",
"status": "completed",
"conclusion": "success",
"number": 3,
"startedAt": 1742815382000,
"completedAt": 1742815435000
},
{
"name": "Print Output",
"status": "completed",
"conclusion": "success",
"number": 4,
"startedAt": 1742815435000,
"completedAt": 1742815435000
},
{
"name": "Post Test Local Action",
"status": "in_progress",
"conclusion": "unknown",
"number": 7,
"startedAt": 1742815435000,
"completedAt": null
},
{
"name": "Post Checkout",
"status": "pending",
"conclusion": "unknown",
"number": 8,
"startedAt": null,
"completedAt": null
}
],
"checkRunUrl": "https://api.github.com/repos/TinyMurky/ActionRelay/check-runs/39287765512",
"labels": [
"ubuntu-latest"
],
"runnerId": 1000000025,
"runnerName": "GitHub Actions",
"runnerGroupId": 0,
"runnerGroupName": "",
"workflowName": "Continuous Integration",
"headBranch": "dependabot/npm_and_yarn/rollup/rollup-linux-x64-gnu-4.37.0"
}
]
} |
Author
|
Superseded by #28. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @rollup/rollup-linux-x64-gnu from 4.31.0 to 4.37.0.
Release notes
Sourced from
@rollup/rollup-linux-x64-gnu's releases.... (truncated)
Changelog
Sourced from
@rollup/rollup-linux-x64-gnu's changelog.... (truncated)
Commits
8b1c6344.37.043cb194Add support for linux riscv64 musl (#5726)4b4d633capture Rust panic messages and output them to the console. (#5875)a48b515feat: support decorators before or after export (#5871)17824d9Pin digest of 3rd party actions (#5883)384d533fix(deps): lock file maintenance minor/patch updates (#5885)ab7bfa84.36.07f0164edraft for extended renderDynamicImport hook (#5870)f687af5Update axios overrides to 1.8.2 (#5876)8c15e59avoiding top level await circular (#5843)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)