mirror of https://github.com/go-gitea/gitea.git
Update JS dependencies (#17611)
- Update monaco, adapting to breaking changes - Update dropzone, adapting to breaking changes - Update linters, fix new issues, disable opinionated stylelint rules - Rebuild SVGs and images - Tested Dropzone and Monaco Replaces: https://github.com/go-gitea/gitea/pull/17574pull/17609/head^2
parent
0e189eecaa
commit
433e81aecf
@ -1,16 +1,31 @@
|
|||||||
extends: stylelint-config-standard
|
extends: stylelint-config-standard
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
- files: ["**/*.less"]
|
||||||
|
customSyntax: postcss-less
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
alpha-value-notation: null
|
||||||
at-rule-empty-line-before: null
|
at-rule-empty-line-before: null
|
||||||
block-closing-brace-empty-line-before: null
|
block-closing-brace-empty-line-before: null
|
||||||
|
color-function-notation: null
|
||||||
color-hex-length: null
|
color-hex-length: null
|
||||||
comment-empty-line-before: null
|
comment-empty-line-before: null
|
||||||
|
declaration-block-no-redundant-longhand-properties: null
|
||||||
declaration-block-single-line-max-declarations: null
|
declaration-block-single-line-max-declarations: null
|
||||||
declaration-empty-line-before: null
|
declaration-empty-line-before: null
|
||||||
|
hue-degree-notation: null
|
||||||
indentation: 2
|
indentation: 2
|
||||||
|
max-line-length: null
|
||||||
no-descending-specificity: null
|
no-descending-specificity: null
|
||||||
|
no-invalid-position-at-import-rule: null
|
||||||
number-leading-zero: never
|
number-leading-zero: never
|
||||||
|
number-max-precision: null
|
||||||
|
property-no-vendor-prefix: null
|
||||||
rule-empty-line-before: null
|
rule-empty-line-before: null
|
||||||
|
selector-class-pattern: null
|
||||||
|
selector-id-pattern: null
|
||||||
selector-pseudo-element-colon-notation: double
|
selector-pseudo-element-colon-notation: double
|
||||||
shorthand-property-no-redundant-values: true
|
shorthand-property-no-redundant-values: true
|
||||||
no-invalid-position-at-import-rule: null
|
string-quotes: null
|
||||||
|
value-no-vendor-prefix: null
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
<svg viewBox="0 0 16 16" class="svg octicon-no-entry" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0zM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm3.25 7.75a.75.75 0 0 0 0-1.5h-6.5a.75.75 0 0 0 0 1.5h6.5z"/></svg>
|
<svg viewBox="0 0 16 16" class="svg octicon-no-entry" width="16" height="16" aria-hidden="true"><path d="M4.25 7.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5z"/><path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1.5 0a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 285 B |
Loading…
Reference in New Issue