Update dependency djlint to v1.25.0 - autoclosed #6

Closed
renovate wants to merge 1 commits from renovate/djlint-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
djlint minor ==1.19.2 -> ==1.25.0

Release Notes

Riverside-Healthcare/djlint

v1.25.0

Compare Source

Bug Fixes
  • formatter: fixed extra indent on endblocktrans tags (35e1041), closes #​611
Features

v1.24.0

Compare Source

Features
  • formatter: added option to prevent contents of some template tags from indenting (cc196d3)

v1.23.3

Compare Source

Bug Fixes

v1.23.2

Compare Source

Bug Fixes
  • blocktrans: fix issue with back to back blocktrans formatting (703e176), closes #​600

v1.23.1

Compare Source

Bug Fixes
  • yaml: fixed conflict with yaml and preserve_blank_lines option (b89fb07), closes #​596

v1.23.0

Compare Source

Features
  • formatter: will now attempt to fix case on known html tags by default, can be disabled (fb1f6eb), closes #​589

v1.22.0

Compare Source

Features
  • whitespace: improved whitespace handling on tag closing bracket (53d9b29), closes #​582

v1.21.0

Compare Source

Features
  • linter: added rule H036. Avoid use of
    tags. Disabled by default (cefa840), closes #​571

v1.20.0

Compare Source

Features
  • linter: added option to disable rules by default. Split H017 and disabled by default (2dd3675), closes #​372
  • yaml: added line break after yaml front matter (1b1cff3), closes #​584

v1.19.17

Compare Source

Bug Fixes
  • blocktrans: allowed closing transblocks to be indented if they have a leading space (d667273)
  • custom tags: fixed issue where end tag for custom block was not de-indented (fb8bf5e), closes #​572
  • ignored code: fixed formatting of ignore code inside django comment blocks (120460d), closes #​569
  • linter: linter will now ignore {% raw %} {% endraw %} blocks (2a6865e), closes #​539
  • max line length: fixes issues around max line length not fully respected on indented lines (1ec6b29), closes #​580
  • preserving space: misc improvements for the preserve leading space option (03ee6f0), closes #​566

v1.19.16

Compare Source

Bug Fixes
  • ignored rules: prevent ignoring a single rule from ignoring multiple (2c9caaf), closes #​560

v1.19.15

Compare Source

Bug Fixes
  • formatter: fixed template tag formatting with trailing parenthesis (24d0b82), closes #​554

v1.19.14

Compare Source

Bug Fixes
  • config: added error message print when config loading fails (e21fa29), closes #​531

v1.19.13

Compare Source

Bug Fixes
  • handlebars each: fixed bug in handlebars tags w/ trailing pipe (9d42baf), closes #​529

v1.19.12

Compare Source

Bug Fixes

v1.19.11

Compare Source

Bug Fixes

v1.19.10

Compare Source

Bug Fixes
  • check: fixed issue where check was reformatting files that contained a hyphen in the name (9812f60), closes #​494

v1.19.9

Compare Source

Bug Fixes
  • stdin --check: stdin with the --check flag should return a formatted output (57e1eec), closes #​486

v1.19.8

Compare Source

Bug Fixes
  • attributes: fixed outer quotes being stripped from attribute values (dff02dc), closes #​471
  • settings: fixed pyproject loader (5890161), closes #​469
  • textarea: fixed textarea attribute formatting (e7c904e), closes #​486

v1.19.7

Compare Source

Bug Fixes
  • formatter: fixed a few broken alpinejs attributes (6c2d843), closes #​448

v1.19.6

Compare Source

Bug Fixes
  • css/js: fixed extra blank lines being appended to blank lines in css/js formatter (10e593f), closes #​451

v1.19.5

Compare Source

Bug Fixes
  • linter: make attribute pattern on H025 more accepting. Prevent false positive (1bd0bf7), closes #​447

v1.19.4

Compare Source

Bug Fixes

v1.19.3

Compare Source

Bug Fixes
  • formatter: fixed poor formatting on long inline blocks (62a8879), closes #​432

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [djlint](https://github.com/Riverside-Healthcare/djlint) | minor | `==1.19.2` -> `==1.25.0` | --- ### Release Notes <details> <summary>Riverside-Healthcare/djlint</summary> ### [`v1.25.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.25.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.24.0...v1.25.0) ##### Bug Fixes - **formatter:** fixed extra indent on endblocktrans tags ([35e1041](https://github.com/Riverside-Healthcare/djLint/commit/35e10411797f0c029a273bca5fc9f8ff1a5ffe7b)), closes [#&#8203;611](https://github.com/Riverside-Healthcare/djLint/issues/611) ##### Features - **cli:** added all args to cli ([16bd8fd](https://github.com/Riverside-Healthcare/djLint/commit/16bd8fd001b39ac610217b834a91625f7db4eb9e)), closes [#&#8203;595](https://github.com/Riverside-Healthcare/djLint/issues/595) ### [`v1.24.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.24.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.23.3...v1.24.0) ##### Features - **formatter:** added option to prevent contents of some template tags from indenting ([cc196d3](https://github.com/Riverside-Healthcare/djLint/commit/cc196d36d74c93395153d46105b579eb35a4df68)) ### [`v1.23.3`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.23.3) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.23.2...v1.23.3) ##### Bug Fixes - **formatter:** fixed speed on formatter ([57cf98d](https://github.com/Riverside-Healthcare/djLint/commit/57cf98d78b61f4a93f96b77a2af40d766abc70c7)), closes [#&#8203;601](https://github.com/Riverside-Healthcare/djLint/issues/601) ### [`v1.23.2`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.23.2) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.23.1...v1.23.2) ##### Bug Fixes - **blocktrans:** fix issue with back to back blocktrans formatting ([703e176](https://github.com/Riverside-Healthcare/djLint/commit/703e176f30e4fbb68f099f227b46f2529a1c1e9f)), closes [#&#8203;600](https://github.com/Riverside-Healthcare/djLint/issues/600) ### [`v1.23.1`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.23.1) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.23.0...v1.23.1) ##### Bug Fixes - **yaml:** fixed conflict with yaml and preserve_blank_lines option ([b89fb07](https://github.com/Riverside-Healthcare/djLint/commit/b89fb0786931f853f8d98243672f0c84e1a25e6a)), closes [#&#8203;596](https://github.com/Riverside-Healthcare/djLint/issues/596) ### [`v1.23.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.23.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.22.0...v1.23.0) ##### Features - **formatter:** will now attempt to fix case on known html tags by default, can be disabled ([fb1f6eb](https://github.com/Riverside-Healthcare/djLint/commit/fb1f6ebb236b1cabef9ce6e7b44cb7c54d2142db)), closes [#&#8203;589](https://github.com/Riverside-Healthcare/djLint/issues/589) ### [`v1.22.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.22.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.21.0...v1.22.0) ##### Features - **whitespace:** improved whitespace handling on tag closing bracket ([53d9b29](https://github.com/Riverside-Healthcare/djLint/commit/53d9b29354761697d3084911cb9937fc9e7ed9a5)), closes [#&#8203;582](https://github.com/Riverside-Healthcare/djLint/issues/582) ### [`v1.21.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.21.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.20.0...v1.21.0) ##### Features - **linter:** added rule H036. Avoid use of <br> tags. Disabled by default ([cefa840](https://github.com/Riverside-Healthcare/djLint/commit/cefa8401708d9c6b32675b268111ccd1e9991865)), closes [#&#8203;571](https://github.com/Riverside-Healthcare/djLint/issues/571) ### [`v1.20.0`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.20.0) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.17...v1.20.0) ##### Features - **linter:** added option to disable rules by default. Split H017 and disabled by default ([2dd3675](https://github.com/Riverside-Healthcare/djLint/commit/2dd3675e6fbbf1b4e8d140a0c73f0c1c161c650a)), closes [#&#8203;372](https://github.com/Riverside-Healthcare/djLint/issues/372) - **yaml:** added line break after yaml front matter ([1b1cff3](https://github.com/Riverside-Healthcare/djLint/commit/1b1cff36d3f4352ff1954eba409bdbf8be41799e)), closes [#&#8203;584](https://github.com/Riverside-Healthcare/djLint/issues/584) ### [`v1.19.17`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.17) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.16...v1.19.17) ##### Bug Fixes - **blocktrans:** allowed closing transblocks to be indented if they have a leading space ([d667273](https://github.com/Riverside-Healthcare/djLint/commit/d66727347a6d95b9202ca9f11237ab4d6f5eacf0)) - **custom tags:** fixed issue where end tag for custom block was not de-indented ([fb8bf5e](https://github.com/Riverside-Healthcare/djLint/commit/fb8bf5ea9396cee8c05c80db2796543d10cbcbf0)), closes [#&#8203;572](https://github.com/Riverside-Healthcare/djLint/issues/572) - **ignored code:** fixed formatting of ignore code inside django comment blocks ([120460d](https://github.com/Riverside-Healthcare/djLint/commit/120460d20e2914e3c1786eeeede65116f19c4f52)), closes [#&#8203;569](https://github.com/Riverside-Healthcare/djLint/issues/569) - **linter:** linter will now ignore {% raw %} {% endraw %} blocks ([2a6865e](https://github.com/Riverside-Healthcare/djLint/commit/2a6865ed278a63c1f5e604cfc50887750cd56990)), closes [#&#8203;539](https://github.com/Riverside-Healthcare/djLint/issues/539) - **max line length:** fixes issues around max line length not fully respected on indented lines ([1ec6b29](https://github.com/Riverside-Healthcare/djLint/commit/1ec6b29e71dcf4a6ef1eb0b8c6d6cb240b0080a3)), closes [#&#8203;580](https://github.com/Riverside-Healthcare/djLint/issues/580) - **preserving space:** misc improvements for the preserve leading space option ([03ee6f0](https://github.com/Riverside-Healthcare/djLint/commit/03ee6f05190817bdf209062f63faf5083ed470dd)), closes [#&#8203;566](https://github.com/Riverside-Healthcare/djLint/issues/566) ### [`v1.19.16`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.16) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.15...v1.19.16) ##### Bug Fixes - **ignored rules:** prevent ignoring a single rule from ignoring multiple ([2c9caaf](https://github.com/Riverside-Healthcare/djLint/commit/2c9caaf2452b9c09d16160699c769f9a2302c153)), closes [#&#8203;560](https://github.com/Riverside-Healthcare/djLint/issues/560) ### [`v1.19.15`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.15) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.14...v1.19.15) ##### Bug Fixes - **formatter:** fixed template tag formatting with trailing parenthesis ([24d0b82](https://github.com/Riverside-Healthcare/djLint/commit/24d0b826968048207e3a46e80afddb7f04a2fb65)), closes [#&#8203;554](https://github.com/Riverside-Healthcare/djLint/issues/554) ### [`v1.19.14`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.14) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.13...v1.19.14) ##### Bug Fixes - **config:** added error message print when config loading fails ([e21fa29](https://github.com/Riverside-Healthcare/djLint/commit/e21fa29dc2f0ceedc986e995cc7884a90c110116)), closes [#&#8203;531](https://github.com/Riverside-Healthcare/djLint/issues/531) ### [`v1.19.13`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.13) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.12...v1.19.13) ##### Bug Fixes - **handlebars each:** fixed bug in handlebars tags w/ trailing pipe ([9d42baf](https://github.com/Riverside-Healthcare/djLint/commit/9d42baf626070f9cb54bc4ac6f4dffca1b90b34d)), closes [#&#8203;529](https://github.com/Riverside-Healthcare/djLint/issues/529) ### [`v1.19.12`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.12) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.11...v1.19.12) ##### Bug Fixes - **docs:** fixed doc build ([749ec05](https://github.com/Riverside-Healthcare/djLint/commit/749ec05a03d673912b09e795b16628098dff71df)) - **formatter:** preserve windows line endings ([7c0a272](https://github.com/Riverside-Healthcare/djLint/commit/7c0a2721504d489b92dbd252d42f4eea7744844b)), closes [#&#8203;502](https://github.com/Riverside-Healthcare/djLint/issues/502) ### [`v1.19.11`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.11) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.10...v1.19.11) ##### Bug Fixes - **linter:** fixes false positive on D018 ([ebd099f](https://github.com/Riverside-Healthcare/djLint/commit/ebd099f011f1dc5d2dd2d5f521282a9752d83805)), closes [#&#8203;501](https://github.com/Riverside-Healthcare/djLint/issues/501) ### [`v1.19.10`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.10) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.9...v1.19.10) ##### Bug Fixes - **check:** fixed issue where check was reformatting files that contained a hyphen in the name ([9812f60](https://github.com/Riverside-Healthcare/djLint/commit/9812f601e9a97811426e2a2d15a3136b101d5f68)), closes [#&#8203;494](https://github.com/Riverside-Healthcare/djLint/issues/494) ### [`v1.19.9`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.9) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.8...v1.19.9) ##### Bug Fixes - **stdin --check:** stdin with the --check flag should return a formatted output ([57e1eec](https://github.com/Riverside-Healthcare/djLint/commit/57e1eecedbb2bc51978980ff3092af0c59a91efd)), closes [#&#8203;486](https://github.com/Riverside-Healthcare/djLint/issues/486) ### [`v1.19.8`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.8) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.7...v1.19.8) ##### Bug Fixes - **attributes:** fixed outer quotes being stripped from attribute values ([dff02dc](https://github.com/Riverside-Healthcare/djLint/commit/dff02dcdc3e4d99476a82cba57aa115f21404525)), closes [#&#8203;471](https://github.com/Riverside-Healthcare/djLint/issues/471) - **settings:** fixed pyproject loader ([5890161](https://github.com/Riverside-Healthcare/djLint/commit/5890161d2c5485d5f3c346d2eb2ad65e506cd5d5)), closes [#&#8203;469](https://github.com/Riverside-Healthcare/djLint/issues/469) - **textarea:** fixed textarea attribute formatting ([e7c904e](https://github.com/Riverside-Healthcare/djLint/commit/e7c904e8f04c32c1ea3e89a8d9825f7c4c579181)), closes [#&#8203;486](https://github.com/Riverside-Healthcare/djLint/issues/486) ### [`v1.19.7`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.7) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.6...v1.19.7) ##### Bug Fixes - **formatter:** fixed a few broken alpinejs attributes ([6c2d843](https://github.com/Riverside-Healthcare/djLint/commit/6c2d843c2f4fb1dd482a5fde36a56f17869b7449)), closes [#&#8203;448](https://github.com/Riverside-Healthcare/djLint/issues/448) ### [`v1.19.6`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.6) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.5...v1.19.6) ##### Bug Fixes - **css/js:** fixed extra blank lines being appended to blank lines in css/js formatter ([10e593f](https://github.com/Riverside-Healthcare/djLint/commit/10e593f62352aada03664d6fa831ead47842126e)), closes [#&#8203;451](https://github.com/Riverside-Healthcare/djLint/issues/451) ### [`v1.19.5`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.5) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.4...v1.19.5) ##### Bug Fixes - **linter:** make attribute pattern on H025 more accepting. Prevent false positive ([1bd0bf7](https://github.com/Riverside-Healthcare/djLint/commit/1bd0bf7ef05b99c1fc212835109387b4588fdb12)), closes [#&#8203;447](https://github.com/Riverside-Healthcare/djLint/issues/447) ### [`v1.19.4`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.4) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.3...v1.19.4) ##### Bug Fixes - **attributes:** fixed poor django attribute parsing ([bd90f08](https://github.com/Riverside-Healthcare/djLint/commit/bd90f08065958369f1b0faa35a6c870a7dd214c8)), closes [#&#8203;427](https://github.com/Riverside-Healthcare/djLint/issues/427) [#&#8203;438](https://github.com/Riverside-Healthcare/djLint/issues/438) - **attributes:** prevented attribute indentation for url type attributes ([907a1bf](https://github.com/Riverside-Healthcare/djLint/commit/907a1bfb9cb533cf2315fca12a29bca2af8452a5)), closes [#&#8203;320](https://github.com/Riverside-Healthcare/djLint/issues/320) [#&#8203;86](https://github.com/Riverside-Healthcare/djLint/issues/86) [#&#8203;195](https://github.com/Riverside-Healthcare/djLint/issues/195) - **image tag:** added image tag to template break tag list. srcset formatting ([0d170aa](https://github.com/Riverside-Healthcare/djLint/commit/0d170aab6c2250095cc27151c19035a1c49a278d)), closes [#&#8203;444](https://github.com/Riverside-Healthcare/djLint/issues/444) ### [`v1.19.3`](https://github.com/Riverside-Healthcare/djLint/releases/tag/v1.19.3) [Compare Source](https://github.com/Riverside-Healthcare/djlint/compare/v1.19.2...v1.19.3) ##### Bug Fixes - **formatter:** fixed poor formatting on long inline blocks ([62a8879](https://github.com/Riverside-Healthcare/djLint/commit/62a88796f41d3004aa114de06fa407525bcb23c4)), closes [#&#8203;432](https://github.com/Riverside-Healthcare/djLint/issues/432) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMCJ9-->
renovate force-pushed renovate/djlint-1.x from 637572ce54 to 9dfb89ef2d 2023-04-18 14:00:47 +01:00 Compare
renovate changed title from Update dependency djlint to v1.23.0 to Update dependency djlint to v1.23.1 2023-04-18 14:00:49 +01:00
renovate force-pushed renovate/djlint-1.x from 9dfb89ef2d to 6cde8b2272 2023-04-19 18:00:46 +01:00 Compare
renovate changed title from Update dependency djlint to v1.23.1 to Update dependency djlint to v1.23.2 2023-04-19 18:00:47 +01:00
renovate force-pushed renovate/djlint-1.x from 6cde8b2272 to bc7e06be5c 2023-04-19 20:00:47 +01:00 Compare
renovate changed title from Update dependency djlint to v1.23.2 to Update dependency djlint to v1.23.3 2023-04-19 20:00:48 +01:00
renovate force-pushed renovate/djlint-1.x from bc7e06be5c to ef73ace87a 2023-04-21 22:00:47 +01:00 Compare
renovate force-pushed renovate/djlint-1.x from ef73ace87a to 7003745c65 2023-04-24 20:00:44 +01:00 Compare
renovate changed title from Update dependency djlint to v1.23.3 to Update dependency djlint to v1.24.0 2023-04-24 20:00:46 +01:00
renovate force-pushed renovate/djlint-1.x from 7003745c65 to 2a4e9e1362 2023-04-25 22:00:55 +01:00 Compare
renovate changed title from Update dependency djlint to v1.24.0 to Update dependency djlint to v1.25.0 2023-04-25 22:00:57 +01:00
renovate changed title from Update dependency djlint to v1.25.0 to Update dependency djlint to v1.25.0 - autoclosed 2023-05-05 14:01:07 +01:00
renovate closed this pull request 2023-05-05 14:01:07 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#6
No description provided.