chore(deps): update all dependencies - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
alpine | image | minor |
3.19 -> 3.21
|
djlint | dev-dependencies | minor |
1.34.1 -> 1.36.4
|
pandoc | dev-dependencies | minor |
2.3 -> 2.4
|
pelican | dependencies | minor |
4.9.1 -> 4.11.0
|
python | image | minor |
3.12-alpine -> 3.13-alpine
|
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.toml
config 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_config
instead 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
This release significantly improves performance, especially for large files and large projects.
Formatting https://github.com/openedx/edx-platform took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.
- Performance improved by caching some functions. Thanks to @JCWasmx86!
- Removed the limitation on the number of workers introduced in v1.35.0.
- Drop Python 3.8 support.
v1.35.2
- Fix npm publishing
v1.35.1
- Fix npm publishing
v1.35.0
- Unpin dependencies upper bounds.
- Use min(cpu_count, files_count, 4) workers. Use a thread instead of a process if only one worker will be used. This gives the best performance and low resource usage.
- Refactor the code.
- Fix max attribute length with longer regex custom html tags (#884)
- Fix Jinja formatting issues (#715)
- Fix: not detecting tabs as a valid seperation between tags (#813)
- Fix: Add ignore for sms links (#815)
- Fix: Allow attributes on (#830)
v1.34.2
Bug Fixes
getpelican/pelican (pelican)
v4.11.0
: Pelican 4.11.0
- Add setting to selectively omit Typogrify filters (#3439 by @davidlesieur)
- Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme (#3405 by @frederik-elwert)
- Fix auto-reload behavior upon changes to the theme, content or settings. Make default
IGNORE_FILES
recursively ignore all hidden files as well as the default filters fromwatchfiles.DefaultFilter
. (#3441 by @yashaslokesh) - Get current year from the
SOURCE_DATE_EPOCH
environment variable, if available (#3430 by @Vincent-C) - Add Python 3.13 to test matrix and remove Python 3.8 (#3435 by @hugovk)
- Require Typogrify 2.1+ and Pygments <2.19 (by @justinmayer)
v4.10.2
: Pelican 4.10.2
- Change
IGNORE_FILES
setting default to ignore all hidden files - Fix
SUMMARY_MAX_PARAGRAPHS
not being respected in some combinations withSUMMARY_MAX_LENGTH
v4.10.1
: Pelican 4.10.1
- Fix error when running
pelican -r -l
(#3398 by @cpitclaudel) - Fix symlink handling in
pelican-themes
(#3392 by @frederik-elwert)
v4.10.0
: Pelican 4.10.0
- Add setting to specify summary via paragraph count (#2761 by @gagath)
- Add new status to skip generation of a post (#3304 by @GiovanH)
- Add setting to append
ref
parameter to links in feeds (#3249 by @GiovanH) - Improve logging (#3257 & #3276 by @MinchinWeb)
- Configure logging handler via
--log-handler
CLI option (#3293 by @cpitclaudel) - Resolve intra-site links in summaries (#3280 by @MinchinWeb)
- Warn about files not processed due to disabled readers (#3321 by @boxydog)
- Add Medium post importer (#3262 & #3264 by @boxydog)
- Improve GitHub Pages workflow (#3328 & #3330 by @seanh)
- Fix file permissions in GitHub Pages workflow (#3248 by @vbharadwaj-bk)
- Add GitHub Pages commit message variable (#3250 by @snosratiershad)
- Add
.nojekyll
file when invokingghp-import
(#3259 by @snosratiershad) - Keep EOF newline in quickstart-generated files (#3251 by @snosratiershad)
- Translate documentation into Simplified Chinese (#3346 by @GeorgeHu6)
- Add type hints for several modules (#3267 & #3278 by @bjoernricks)
- Improve code test coverage (#3323 by @boxydog & @justinmayer)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.