Skip to content

chore(deps): update dependency @types/node to ^24.10.9 - abandoned #275

chore(deps): update dependency @types/node to ^24.10.9 - abandoned

chore(deps): update dependency @types/node to ^24.10.9 - abandoned #275

Triggered via pull request January 13, 2026 18:11
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ci
Process completed with exit code 1.
tests/svg/parse-style-test.ts > Parsing style > Animation in global style: @iconify/tools/tests/svg/parse-style-test.ts#L114
AssertionError: expected '<svg xmlns="http://www.w3.org/2000/sv…' to be '<svg xmlns="http://www.w3.org/2000/sv…' // Object.is equality - Expected + Received - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><style> - .spin-path { - animation: 2s linear infinite spin; - transform-origin: center; - } - @Keyframes spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } - } - </style><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" opacity=".25"/><path class="spin-path" d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"/></svg> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><style>.spin-path {animation: 2s linear infinite spin;transform-origin: center;}@Keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}</style><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" opacity=".25"/><path class="spin-path" d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"/></svg> ❯ tests/svg/parse-style-test.ts:114:5