Skip to content

Update dependency @tanstack/react-virtual to v3.12.0 #933

Update dependency @tanstack/react-virtual to v3.12.0

Update dependency @tanstack/react-virtual to v3.12.0 #933

Triggered via pull request February 3, 2025 04:23
Status Failure
Total duration 2m 21s
Artifacts

ci.yaml

on: pull_request
Check if version upgrade
0s
Check if version upgrade
Create version tag
0s
Create version tag
pre-release
0s
pre-release
Trigger pre-production deploy
0s
Trigger pre-production deploy
Poke gitops
0s
Poke gitops
Trigger production deploy
0s
Trigger production deploy
Create release notes
0s
Create release notes
Fit to window
Zoom out
Zoom in

Annotations

3 errors
validations
api#test: command (/home/runner/work/sill/sill/api) /tmp/yarn--1738556700934-0.5889528224443525/yarn run test exited (1)
src/core/adapters/fetchExternalData.test.ts > fetches software extra data (from different providers) > gets software external data and saves it, and does not save other extra data if there is nothing relevant: api/src/tools/test.helpers.ts#L12
AssertionError: expected [ { …(17) }, { …(17) } ] to deeply equal [ { …(17) }, { …(17) } ] - Expected + Received Array [ Object { "applicationCategories": null, - "description": "A framwork for creating react SPA that uses webpack as bundler", + "description": "deprecated tool for creating React-based SPAs", "developers": Array [], "documentationUrl": null, "externalDataOrigin": "wikidata", "externalId": "Q118629387", "framaLibreId": null, "isLibreSoftware": true, "keywords": Array [], "label": "create-react-app", "license": "MIT licence", "logoUrl": null, "programmingLanguages": Array [], "publicationTime": 2022-04-12T00:00:00.000Z, "softwareVersion": "5.0.1", "sourceUrl": "https://github.com/facebook/create-react-app", "websiteUrl": "https://create-react-app.dev/", }, Object { "applicationCategories": null, "description": "open-source JavaScript module bundler", "developers": Array [ Object { "id": "Q58482636", "name": "Evan You", "url": "https://www.wikidata.org/wiki/Q58482636", }, ], "documentationUrl": "https://vitejs.dev/guide/", "externalDataOrigin": "wikidata", "externalId": "Q111590996", "framaLibreId": null, "isLibreSoftware": true, "keywords": Array [], "label": "Vite", "license": "MIT licence", "logoUrl": "//upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Vitejs-logo.svg/220px-Vitejs-logo.svg.png", "programmingLanguages": Array [ "JavaScript", ], "publicationTime": Any<Date>, "softwareVersion": Any<String>, "sourceUrl": "https://github.com/vitejs/vite", "websiteUrl": "https://vitejs.dev/", }, ] ❯ Module.expectToEqual src/tools/test.helpers.ts:12:20 ❯ it.timeout src/core/adapters/fetchExternalData.test.ts:180:13
validations
Process completed with exit code 1.