fix(deps): update javascript dependencies (major) #3996
ci.yml
on: pull_request
lint
2m 26s
Go tests
6m 8s
Frontend unit tests
3m 9s
PTY tests (windows)
2m 51s
go test -race
9m 29s
build
52s
e2e-roborev
3m 7s
frontend browser tests
1m 58s
Matrix: e2e
Annotations
2 errors and 2 warnings
|
Frontend unit tests
Process completed with exit code 1.
|
|
[unit] src/lib/components/settings/RepoImportModal.test.ts > RepoImportModal > keeps tab focus inside the modal:
frontend/src/lib/components/settings/RepoImportModal.test.ts#L330
AssertionError: expected <select class="svelte-1ufais8">…(4)</select> to be <button …(2)></button> // Object.is equality
- Expected
+ Received
- <button
- class="secondary-btn svelte-1ufais8"
- type="button"
+ <select
+ class="svelte-1ufais8"
+ >
+ <option
+ value="github"
+ >
+ GitHub
+ </option>
+ <option
+ value="gitlab"
+ >
+ GitLab
+ </option>
+ <option
+ value="forgejo"
>
- Cancel
- </button>
+ Forgejo
+ </option>
+ <option
+ value="gitea"
+ >
+ Gitea
+ </option>
+
+ </select>
❯ src/lib/components/settings/RepoImportModal.test.ts:330:36
|
|
Go tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
go test -race
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
go-race-timing
|
467 KB |
sha256:816fb596ae116925199f0b5e11d948717b049fc6de7b54d0394e7f8e4f02cc28
|
|