Skip to content

Commit ce55a74

Browse files
authored
Update JS dependencies (#28537)
- Update all JS dependencies excluding mcaptcha (breaking changes) and stylelint (plugin not compatible with v16) - Regenerate SVGs - Update markdownlint rule names - Fix one issue of heading in markdown discovered during lint - Update for monaco options renames - Fix stylelint rule length-zero-no-unit for custom properties - Tested editor, swagger, sorting, vue, lint
1 parent 19b1b69 commit ce55a74

File tree

160 files changed

+890
-1025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+890
-1025
lines changed

.markdownlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
commands-show-output: false
22
fenced-code-language: false
33
first-line-h1: false
4-
header-increment: false
4+
heading-increment: false
55
line-length: {code_blocks: false, tables: false, stern: true, line_length: -1}
66
no-alt-text: false
77
no-bare-urls: false
88
no-blanks-blockquote: false
9-
no-emphasis-as-header: false
9+
no-emphasis-as-heading: false
1010
no-empty-links: false
1111
no-hard-tabs: {code_blocks: false}
1212
no-inline-html: false

.stylelintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rules:
7474
keyframe-declaration-no-important: true
7575
keyframe-selector-notation: null
7676
keyframes-name-pattern: null
77-
length-zero-no-unit: true
77+
length-zero-no-unit: [true, ignore: [custom-properties], ignoreFunctions: [var]]
7878
max-nesting-depth: null
7979
media-feature-name-allowed-list: null
8080
media-feature-name-disallowed-list: null

docs/content/administration/config-cheat-sheet.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ Gitea 创建以下非唯一队列:
987987
- `LAST_UPDATED_MORE_THAN_AGO`: **72h**: 只会尝试回收超过此时间(默认3天)没有尝试过回收的 LFSMetaObject。
988988
- `NUMBER_TO_CHECK_PER_REPO`: **100**: 每个仓库要检查的过期 LFSMetaObject 的最小数量。设置为 `0` 以始终检查所有。
989989

990-
# Git (`git`)
990+
## Git (`git`)
991991

992992
- `PATH`: **""**: Git可执行文件的路径。如果为空,Gitea将在PATH环境中搜索。
993993
- `HOME_PATH`: **%(APP_DATA_PATH)s/home**: Git的HOME目录。

0 commit comments

Comments
 (0)