]> source.dussan.org Git - gitea.git/commit
Update JS dependencies, remove space after emoji completion (#25266)
authorsilverwind <me@silverwind.io>
Sun, 18 Jun 2023 08:38:47 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jun 2023 08:38:47 +0000 (08:38 +0000)
commitf47744c3f11953a48a30b40930887764041552a4
tree296b10f92d334b7da659d3389fa1a874d03e29f1
parent4e2f1ee58d1aa49f85c3a28a4f96e915f12bdb21
Update JS dependencies, remove space after emoji completion (#25266)

- Update all JS dependencies
- Enable stylint
[`media-feature-name-value-no-unknown`](https://stylelint.io/user-guide/rules/media-feature-name-value-no-unknown)
- Make use of new features in webpack and text-expander-element
- Tested Swagger and Mermaid

To explain the `text-expander-element` change: Before this version, the
element added a unavoidable space after emoji completion. Now that
https://github.com/github/text-expander-element/pull/36 is in, we gain
control over this space and I opted to remove it for emoji completion
and retain it for `@` mentions.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
12 files changed:
.stylelintrc.yaml
package-lock.json
package.json
public/img/svg/octicon-copilot.svg
public/img/svg/octicon-pivot-column.svg [new file with mode: 0644]
public/img/svg/octicon-redo.svg [new file with mode: 0644]
public/img/svg/octicon-tracked-by-closed-completed.svg [new file with mode: 0644]
public/img/svg/octicon-tracked-by-closed-not-planned.svg [new file with mode: 0644]
public/img/svg/octicon-undo.svg [new file with mode: 0644]
templates/shared/combomarkdowneditor.tmpl
web_src/js/features/comp/TextExpander.js
webpack.config.js