chore(deps): update dependency djlint to v1.36.4
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| djlint |
1.35.2 -> 1.36.4
|
Release Notes
djlint/djLint (djlint)
v1.36.4
- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @oliverhaas.
- Fix broken formatting of template tags inside template tags. Thanks, @oliverhass.
v1.36.3
This release reverts the following changes from the last release as they caused issues:
- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Issue #1048.
- Resolve exclude paths. Issue #1047.
v1.36.2
Fix:
- Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @oliverhaas.
- Resolve exclude paths. Thanks, @antoineauger.
Performance:
- Minor regex indent optimization. Thanks, @oliverhaas.
v1.36.1
- Improve performance by ~30%. Thanks, @oliverhaas.
v1.36.0
Feature
- Add support for
djlint.tomlconfig file. The format is identical topyproject.toml, but it does not use[tool.djlint]table.
Fix
- Do not format HTML in attributes. Thanks, @oliverhaas.
- Fix using
js_configinstead ofcss_config.
Performance
- Increase performance by ~30% by using regex more efficiently and caching more stuff.
v1.35.4
Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):
| Version | Seconds |
|---|---|
| v1.35.3 | 20.39 |
| v1.35.4 pure Python | 14.39 |
| v1.35.4 compiled | 11.35 |
v1.35.3
Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):
| Version | Seconds |
|---|---|
| v1.35.3 | 20.39 |
| v1.35.4 pure Python | 14.39 |
| v1.35.4 compiled | 11.35 |
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.