Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump djlint from 1.35.2 to 1.36.1 (#2254)
Bumps [djlint](https://github.com/djlint/djLint) from 1.35.2 to 1.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/djlint/djLint/releases">djlint's releases</a>.</em></p> <blockquote> <h2>v1.36.1</h2> <ul> <li>Improve performance by ~30%. Thanks, <a href="https://github.com/oliverhaas"><code>@oliverhaas</code></a>.</li> </ul> <h2>v1.36.0</h2> <h3>Feature</h3> <ul> <li>Add support for <code>djlint.toml</code> config file. The format is identical to <code>pyproject.toml</code>, but it does not use <code>[tool.djlint]</code> table.</li> </ul> <h3>Fix</h3> <ul> <li>Do not format HTML in attributes. Thanks, <a href="https://github.com/oliverhaas"><code>@oliverhaas</code></a>.</li> <li>Fix using <code>js_config</code> instead of <code>css_config</code>.</li> </ul> <h3>Performance</h3> <ul> <li>Increase performance by ~30% by using regex more efficiently and caching more stuff.</li> </ul> <h2>v1.35.4</h2> <p>Compiled <a href="https://mypyc.readthedocs.io/en/stable/introduction.html">mypyc</a> 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.</p> <p>Other changes have been made to improve performance, thanks to <a href="https://github.com/JCWasmx86"><code>@JCWasmx86</code></a>. See the <a href="https://github.com/djlint/djLint/compare/v1.35.3...v1.35.4">commits</a> for more details.</p> <p>Formatting performance comparison with the previous version (tested on <a href="https://github.com/openedx/edx-platform">https://github.com/openedx/edx-platform</a> with single thread):</p> <table> <thead> <tr> <th>Version</th> <th>Seconds</th> </tr> </thead> <tbody> <tr> <td>v1.35.3</td> <td>20.39</td> </tr> <tr> <td>v1.35.4 pure Python</td> <td>14.39</td> </tr> <tr> <td>v1.35.4 compiled</td> <td>11.35</td> </tr> </tbody> </table> <h2>v1.35.3</h2> <p>This release significantly improves performance, especially for large files and large projects.</p> <p>Formatting <a href="https://github.com/openedx/edx-platform">https://github.com/openedx/edx-platform</a> took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.</p> <ul> <li>Performance improved by caching some functions. Thanks to <a href="https://github.com/JCWasmx86"><code>@JCWasmx86</code></a>!</li> <li>Removed the limitation on the number of workers introduced in v1.35.0.</li> <li>Drop Python 3.8 support.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/djlint/djLint/blob/master/CHANGELOG.md">djlint's changelog</a>.</em></p> <blockquote> <h2>[1.36.1] - 2024-11-07</h2> <ul> <li>Improve performance by ~30%. Thanks, <a href="https://github.com/oliverhaas"><code>@oliverhaas</code></a>.</li> </ul> <h2>[1.36.0] - 2024-11-05</h2> <h3>Feature</h3> <ul> <li>Add support for <code>djlint.toml</code> config file. The format is identical to <code>pyproject.toml</code>, but it does not use <code>[tool.djlint]</code> table.</li> </ul> <h3>Fix</h3> <ul> <li>Do not format HTML in attributes. Thanks, <a href="https://github.com/oliverhaas"><code>@oliverhaas</code></a>.</li> <li>Fix using <code>js_config</code> instead of <code>css_config</code>.</li> </ul> <h3>Performance</h3> <ul> <li>Increase performance by ~30% by using regex more efficiently and caching more stuff.</li> </ul> <h2>[1.35.4] - 2024-11-01</h2> <p>Compiled <a href="https://mypyc.readthedocs.io/en/stable/introduction.html">mypyc</a> 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.</p> <p>Other changes have been made to improve performance, thanks to <a href="https://github.com/JCWasmx86"><code>@JCWasmx86</code></a>. See the <a href="https://github.com/djlint/djLint/compare/v1.35.3...v1.35.4">commits</a> for more details.</p> <p>Formatting performance comparison with the previous version (tested on <a href="https://github.com/openedx/edx-platform">https://github.com/openedx/edx-platform</a> with single thread):</p> <table> <thead> <tr> <th>Version</th> <th>Seconds</th> </tr> </thead> <tbody> <tr> <td>v1.35.3</td> <td>20.39</td> </tr> <tr> <td>v1.35.4 pure Python</td> <td>14.39</td> </tr> <tr> <td>v1.35.4 compiled</td> <td>11.35</td> </tr> </tbody> </table> <h2>[1.35.3] - 2024-10-30</h2> <p>This release significantly improves performance, especially for large files and large projects.</p> <p>Formatting <a href="https://github.com/openedx/edx-platform">https://github.com/openedx/edx-platform</a> took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.</p> <ul> <li>Performance improved by caching some functions. Thanks to <a href="https://github.com/JCWasmx86"><code>@JCWasmx86</code></a>!</li> <li>Removed the limitation on the number of workers introduced in v1.35.0.</li> <li>Drop Python 3.8 support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/djlint/djLint/commit/f908697f4e1fb6a49fecdf8302680f566ae3c0e5"><code>f908697</code></a> chore: v1.36.1</li> <li><a href="https://github.com/djlint/djLint/commit/92e2e84f64ed70787ac977dec0f70712d0588301"><code>92e2e84</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/djlint/djLint/commit/96fec0e0e1e199cda6e5c5444a4e06320b0eaaf4"><code>96fec0e</code></a> chore(deps): update dependency <code>@ianvs/prettier-plugin-sort-imports</code> to v4.4.0</li> <li><a href="https://github.com/djlint/djLint/commit/a7050555f840b749f893b4f73dafdca7d772eca6"><code>a705055</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/djlint/djLint/commit/21dc6a12d7bdf6075348143efe1bdd1fd1237a7d"><code>21dc6a1</code></a> perf: simple skip for unformatted blocks (<a href="https://redirect.github.com/djlint/djLint/issues/1005">#1005</a>)</li> <li><a href="https://github.com/djlint/djLint/commit/9dc7ea3cb61155cc2715bd07eaea71e059767215"><code>9dc7ea3</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/djlint/djLint/commit/14530c8356711d97ef39dc9a666d560e3b97faf7"><code>14530c8</code></a> chore: v1.36.0</li> <li><a href="https://github.com/djlint/djLint/commit/d97be3b90e3cb81f0ac209b51c9d340f68694fe6"><code>d97be3b</code></a> fix: types.py -> types.pyi</li> <li><a href="https://github.com/djlint/djLint/commit/012ee62d476eac435e662bde809e47ea53793460"><code>012ee62</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/djlint/djLint/commit/1afeeb87cfae68394475c76852b7e49b8faf3169"><code>1afeeb8</code></a> fix: fix type hint</li> <li>Additional commits viewable in <a href="https://github.com/djlint/djLint/compare/v1.35.2...v1.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=djlint&package-manager=pip&previous-version=1.35.2&new-version=1.36.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information