Skip to content

Commit 0bccf07

Browse files
Update JS and PY dependencies (#27501)
- Update all JS and PY dependencies - Enable eslint `prefer-object-has-own` and autofix issue - Fix styling on citation buttons - Tested citation, mermaid, monaco, swagger, katex Citation button issue was that these buttons were not filled: <img width="136" alt="Screenshot 2023-10-07 at 14 05 08" src="https://github.com/go-gitea/gitea/assets/115237/435f0c91-28ac-46b3-bae4-dad768b29c05"> Co-authored-by: techknowlogick <[email protected]>
1 parent 3b139fa commit 0bccf07

File tree

6 files changed

+457
-456
lines changed

6 files changed

+457
-456
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ rules:
476476
prefer-exponentiation-operator: [2]
477477
prefer-named-capture-group: [0]
478478
prefer-numeric-literals: [2]
479-
prefer-object-has-own: [0]
479+
prefer-object-has-own: [2]
480480
prefer-object-spread: [2]
481481
prefer-promise-reject-errors: [2, {allowEmptyReject: false}]
482482
prefer-regex-literals: [2]

0 commit comments

Comments
 (0)