Skip to content

Commit

Permalink
Update JS and PY dependencies (#27501) (#27518)
Browse files Browse the repository at this point in the history
Backport #27501 to 1.21

- 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]>
Co-authored-by: Giteabot <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2023
1 parent 17698d4 commit 8419897
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ rules:
prefer-exponentiation-operator: [2]
prefer-named-capture-group: [0]
prefer-numeric-literals: [2]
prefer-object-has-own: [0]
prefer-object-has-own: [2]
prefer-object-spread: [2]
prefer-promise-reject-errors: [2, {allowEmptyReject: false}]
prefer-regex-literals: [2]
Expand Down
Loading

0 comments on commit 8419897

Please sign in to comment.