chore(deps): update dependencies (#39306)

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2026-09-14 13:18:00 +00:00
committed by GitHub
co-authored by silverwind
parent 25984bef0f
commit cefb81a16f
24 changed files with 822 additions and 799 deletions
@@ -21,11 +21,6 @@ const branchesHTML = `
`;
describe('Repository Branch Settings', () => {
beforeEach(() => {
vi.mocked(createSortable).mockClear();
vi.mocked(POST).mockClear();
});
test('should initialize sortable for protected branches list', () => {
document.body.innerHTML = branchesHTML;
initRepoSettingsBranchesDrag();