skaut / Skautske-hospodareni

https://h.skauting.cz
MIT License
22 stars 10 forks source link

Bump latte/latte from 2.11.6 to 3.0.15 #2718

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps latte/latte from 2.11.6 to 3.0.15.

Release notes

Sourced from latte/latte's releases.

Released version 3.0.15

  • added filter |group
  • filter |sort accepts iterable
  • Filters::first() accepts iterable
  • Engine: cache-key divided into key and signature, that is stored in a lock file
  • Engine: added underscore to template class name
  • Loader::isExpired() deprecated
  • Blueprint::printClass() rewritten (BC break)

Released version 3.0.14

  • hasBlock() fixed template retrieval #357
  • {contentType}: fixed behavior when used inside <script> #356
  • n:syntax: restores syntax after </ #358
  • added FunctionExecutor for template functions
  • n:syntax must not have a prefix
  • fixed positions of FilterNode
  • TagLexer: typo in regexp nette/application#321
  • Filters::safeUrl(): widened supported types
  • PHP 8.4 compatibility
  • refactoring

Released version 3.0.13

  • added support for application/ld+json (#353)
  • fixed escaping after {contentType xml}
  • Filters & Passes: refactoring
  • removed Filters::$xml

Released version 3.0.12

  • added n:else
  • exception handler can throw exception #307
  • JumpNode: correctly closes all HTML elements #340
  • uses AuxiliaryNode to hide usage of internals #347
  • {exitIf} must not be in prepare()

changes:

  • removed variable Tag::$data, Tag::closestTag() finds by class name
  • StaticCallNode renamed to StaticMethodCallNode
  • RegexpException replaced with CompileException & RuntimeException
  • ExpressionBuilder is deprecated

Released version 3.0.10

  • added function hasBlock() #345
  • Filters::safeUrl() accepts Stringable
  • implemented mandatory escaping (cannot be disabled using |noescape)
  • In <script type=unknown> is HTML not escaped
  • Improved escaping in <script type=text/html>

... (truncated)

Commits
  • b4807f2 Released version 3.0.15
  • a9a8521 added filter |group
  • 1537c6e filter |sort accepts iterable
  • 73b6b47 Filters::first() accepts iterable
  • d061974 Engine::getCacheFile() works better with relative names
  • 41ac724 Engine: added underscore to template class name
  • 40a4477 Loader::isExpired() deprecated
  • 0b0dca8 Engine: cacheKey divided into key and signature, that is stored in a lock file
  • bbc7be0 Engine: added cache for hashed getCacheKey()
  • 91daff3 Engine: refactoring, added getCacheKey()
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 5 months ago

Superseded by #2728.