Update JS and PY deps (#35191)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been skipped

- Updated all dependencies
- Fixed new CSS lint errors, specifically tested the
RepoActivityTopAuthors.vue change
- Regenerated SVGs
This commit is contained in:
silverwind
2025-08-01 09:24:26 +02:00
committed by GitHub
parent e01c921ee4
commit e7d6f74450
12 changed files with 839 additions and 888 deletions

View File

@ -1672,7 +1672,7 @@ tbody.commit-list {
.diff-file-header .file-link {
max-width: fit-content;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical; /* stylelint-disable property-no-deprecated -- https://github.com/stylelint/stylelint/issues/8698 */
-webkit-line-clamp: 2;
overflow: hidden;
overflow-wrap: anywhere;