Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump latte/latte from 2.11.6 to 3.0.12 #2462

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps latte/latte from 2.11.6 to 3.0.12.

Release notes

Sourced from latte/latte's releases.

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>
  • Escaper: better detection of type in <script> & <style>
  • FilterExecutor: refactoring, info-aware filter can be dynamic
  • Filters::strLength() uses mbstring, iconv and then utf8_decode

Released version 3.0.9

  • improved support for variable tags
  • Linter: refactoring, added getEngine()
  • TemplateLexer: rewritten that functions are not generators, exceptions are thrown in parsers

Released version 3.0.8

  • added support for magic constants __LINE__, __FILE__, __DIR__
  • added strict parsing mode via Engine::setStrictParsing()
  • added support for variable tags <{$foo}>
  • added constant Template::Source
  • n:tag supports XML
  • in XML are tag names case sensitive
  • content in </foo ...> is not allowed (BC break)
  • TemplateLexer is driven from parser
  • TemplateParserHtml: HTML attribute name can be PrintNode or string (BC break)
  • TokenStream::throwUnexpectedException() reports only single token

Released version 3.0.7

  • smarter way to work with HTML attributes (possible BC break)
  • allow {exitIf} in {define} (#334)
  • Engine::enablePhpLinter() allows to lint generated PHP templates
  • ForeachNode, TagParser: added native parser for foreach-variables #342
  • TagParser: support dynamic class constant fetch in PHP 8.3

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 15, 2023
@sinacek
Copy link
Member

sinacek commented Nov 19, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/latte/latte-3.0.12 branch 5 times, most recently from 268f3af to 812167a Compare November 22, 2023 14:56
@sinacek
Copy link
Member

sinacek commented Nov 26, 2023

asi neprochází kvuli #2159

@sinacek
Copy link
Member

sinacek commented Nov 26, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/latte/latte-3.0.12 branch 2 times, most recently from d8c5714 to 18dd2b2 Compare December 1, 2023 06:31
Bumps [latte/latte](https://github.com/nette/latte) from 2.11.6 to 3.0.12.
- [Release notes](https://github.com/nette/latte/releases)
- [Commits](nette/latte@v2.11.6...v3.0.12)

---
updated-dependencies:
- dependency-name: latte/latte
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/latte/latte-3.0.12 branch from 18dd2b2 to e7257a8 Compare December 1, 2023 08:24
@sinacek
Copy link
Member

sinacek commented Jan 13, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2024

Superseded by #2557.

@dependabot dependabot bot closed this Jan 13, 2024
@dependabot dependabot bot deleted the dependabot/composer/latte/latte-3.0.12 branch January 13, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant