68publishers / consent-management-platform

🛡 Easily manage user consents and the cookie widget
Other
29 stars 6 forks source link

Bump latte/latte from 2.11.0 to 2.11.5 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps latte/latte from 2.11.0 to 2.11.5.

Release notes

Sourced from latte/latte's releases.

Released version 2.11.4 (End of life)

  • Notice: deprecated use of ;
  • Notice: variable $iterations is deprecated

Released version 2.11.3

  • SecurityPolicy::allowMacros() is deprecated, use allowTags()
  • Notice: Engine::addFilter(null, ...) is deprecated, use addFilterLoader()
  • PhpWriter::formatWord() accepts PascalCase class constants
  • Notice: missing </script> or </style>
  • Case sensitive filter |checkUrl
  • Linter: add class Latte\Tools\Linter #286
  • BlueScreenPanel: fixed compatibility with Tracy 2.9

Released version 2.11.2

  • improved error messages
  • linter: added option --debug
  • linter: added line for notices
  • Revert "Tag name is [a-z][\w-]+"

Released version 2.11.1

This version is for easy transition to the upcoming Latte 3. It notes all deprecated things that will be removed in the next version.

  • Case sensitive filters: notice when case does not match
  • Notice: Filter |noescape should be placed at the very end in modifier
  • sandbox: operator new is forbidden in {var} & {parameters}
  • Notice: Change {include "inc"} to {include file "inc"} for clarity
  • Notice: expressions like {block foo-$var} should be put in double quotes
  • n-ifcontent on empty element in deprecated
  • Template::getParameter() is deprecated
  • added {translate} as pair replacement for {_}
Commits
  • 89e647e Released version 2.11.5 (end of support)
  • 9fc15e1 Fixes 'Case mismatch on filter name'
  • 3a5ed09 Released version 2.11.4 (end of support)
  • a1bbb08 Notice: deprecated use of ';'
  • 043bd5a readme: removed outdated content
  • 73488f3 improved tests
  • 7af3841 Notice: variable $iterations is deprecated
  • f2e16d3 Released version 2.11.3
  • 8e08004 SecurityPolicy::allowMacros() is deprecated, use allowTags()
  • 07c4fa5 SecurityPolicy: added {translate}
  • 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 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 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.