Skip to content

Merge 5.11 changes into 6.x #1071

Merge 5.11 changes into 6.x

Merge 5.11 changes into 6.x #1071

Triggered via pull request August 7, 2026 15:35
Status Success
Total duration 5m 26s
Artifacts

js-ci.yml

on: pull_request
Setup / Install + Build + Generate
2m 11s
Setup / Install + Build + Generate
Code Quality / Oxlint
2m 19s
Code Quality / Oxlint
Code Quality / TypeScript
2m 17s
Code Quality / TypeScript
Tests / @craftcms/ui
3m 7s
Tests / @craftcms/ui
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Setup / Install + Build + Generate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Code Quality / TypeScript
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Code Quality / Oxlint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-base-to-string): resources/js/bootstrap/cp.ts#L58
'value' will use Object's default stringification format ('[object Object]') when stringified.
typescript(no-floating-promises): resources/js/modules/queue/queue.ts#L135
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): resources/js/modules/queue/queue.ts#L132
Promises must be awaited, add void operator to ignore.
unicorn(no-useless-spread): resources/js/modules/grouped-entry-type-manager/grouped-entry-type-manager.ts#L603
Using a spread operator here creates a new array unnecessarily.
Tests / @craftcms/ui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/