Update JS and Poetry dependencies and eslint (#27200) (#27201)

Backport #27200 by @silverwind

- Update all JS and Poetry dependencies
- Remove deprecated `eslint-plugin-custom-elements` and replace it with
rules from `eslint-plugin-wc`
- Add a convenience `make update` to update both js and py dependencies
- Tested markdown toolbar, swagger and citation

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2023-09-23 05:26:42 +08:00
committed by GitHub
parent 7750a7313d
commit e9fcdf822c
7 changed files with 638 additions and 547 deletions

View File

@@ -8,7 +8,7 @@ authors = []
python = "^3.8"
[tool.poetry.group.dev.dependencies]
djlint = "1.32.1"
djlint = "1.34.0"
yamllint = "1.32.0"
[tool.djlint]