1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 05:18:29 +00:00

Update JS deps (#35978)

Update JS deps, regenerate SVGs, fixed lint issues and did cursory
testing of UI.
This commit is contained in:
silverwind
2025-11-20 22:53:44 +01:00
committed by GitHub
parent afc25c5145
commit 1baca49870
33 changed files with 926 additions and 1101 deletions

View File

@@ -364,6 +364,10 @@ lint-swagger: node_modules ## lint swagger files
lint-md: node_modules ## lint markdown files
$(NODE_VARS) pnpm exec markdownlint *.md
.PHONY: lint-md-fix
lint-md-fix: node_modules ## lint markdown files and fix issues
$(NODE_VARS) pnpm exec markdownlint --fix *.md
.PHONY: lint-spell
lint-spell: ## lint spelling
@go run $(MISSPELL_PACKAGE) -dict assets/misspellings.csv -error $(SPELLCHECK_FILES)