diff options
author | silverwind <me@silverwind.io> | 2024-03-03 17:23:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 17:23:14 +0100 |
commit | efa631aeead094267d46ea8f86e6d568f0c731e4 (patch) | |
tree | 830beb1bf9b9865e2ac000814986a5ed4aeccac1 /.stylelintrc.yaml | |
parent | e3524c63d6d42865ea8288af89b372544d35474b (diff) | |
download | gitea-efa631aeead094267d46ea8f86e6d568f0c731e4.tar.gz gitea-efa631aeead094267d46ea8f86e6d568f0c731e4.zip |
Update js and py dependencies, bump python (#29561)
- Update js and py dependencies excluding `@mcaptcha/vanilla-glue`,
`eslint-plugin-array-func`
- Update stylelint config
- Require python 3.10 and use 3.12 on CI, bump setup-python as well
- Tested markdown toolbar, charts, clipboard, swagger ui, vue
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r-- | .stylelintrc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml index 7dd0a566f2..c7725159f1 100644 --- a/.stylelintrc.yaml +++ b/.stylelintrc.yaml @@ -64,6 +64,7 @@ rules: "@stylistic/media-query-list-comma-newline-before": null "@stylistic/media-query-list-comma-space-after": null "@stylistic/media-query-list-comma-space-before": null + "@stylistic/named-grid-areas-alignment": null "@stylistic/no-empty-first-line": null "@stylistic/no-eol-whitespace": true "@stylistic/no-extra-semicolons": true |