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.5.4 to 2.6.1 #1214

Merged
merged 1 commit into from Jan 29, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 19, 2020

Bumps latte/latte from 2.5.4 to 2.6.1.

Release notes

Sourced from latte/latte's releases.

Released version 2.6.1

  • fixed bugs
  • Filters::safeUrl() accepts tel: and sms: #203
  • Filters: in HTML/XML invalid UTF-8 is replaced with Unicode Replacement Character U+FFFD (instead of discarding whole output)
  • Filters: escapes and decodes ' as '

For the details you can have a look at the diff.

Released version 2.6.0

  • added custom functions via $latte->addFunction()
  • Added optional chaining $var?->prop?->elem[1]?->call()?->item
  • Short ternary operator now requires braces around array (for future optional chaining) (BC break)
  • PhpWriter: short ternary checks if value exists
  • CachingIterator: fixed IteratorAggregate -> Iterator conversion
  • BlockMacros: check when dynamic snippet is combined with id attribute [Closes nette/application#242]
  • BlockMacros: added $snippetAttribute for custom HTML attribute with snippet id [Closes nette/application#242]
  • removed latte.php
Commits
  • 82321e0 Released version 2.6.1
  • e5592f8 Filters::safeUrl() accepts tel: and sms: [Closes #203]
  • c7ff038 Filters: in HTML/XML invalid UTF-8 is replaced with Unicode Replacement Chara...
  • 7e1e215 tests: added tests for invalid unicode
  • 73049a8 Filters: escapes ' as '
  • 2851aeb Filters::stripHtml() decodes '
  • d817ac2 Filters::escapeJs - line terminators are escaped by json_encode since PHP 7.1
  • 4e37cbf tests: new test + fix
  • 78d2daf PhpWriter: fixed error message
  • 8e1ae5f PhpWriter: fixed invalid code for ternary [Closes #210]
  • 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 will merge this PR once CI passes on it, as requested by @fmasa.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 19, 2020
@fmasa
Copy link
Member

fmasa commented Jan 29, 2020

@dependabot rebase

Bumps [latte/latte](https://github.com/nette/latte) from 2.5.4 to 2.6.1.
- [Release notes](https://github.com/nette/latte/releases)
- [Commits](nette/latte@v2.5.4...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/latte/latte-2.6.1 branch from cb3decf to bd4b6da Compare January 29, 2020 22:38
@codecov
Copy link

codecov bot commented Jan 29, 2020

Codecov Report

Merging #1214 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1214   +/-   ##
=========================================
  Coverage     25.01%   25.01%           
  Complexity     4101     4101           
=========================================
  Files           571      571           
  Lines         13077    13077           
=========================================
  Hits           3271     3271           
  Misses         9806     9806

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc18c2b...bd4b6da. Read the comment docs.

@fmasa
Copy link
Member

fmasa commented Jan 29, 2020

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@fmasa
Copy link
Member

fmasa commented Jan 29, 2020

@dependabot merge it now plz

@dependabot-preview dependabot-preview bot merged commit 5889e9f into master Jan 29, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/latte/latte-2.6.1 branch January 29, 2020 23:42
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.

None yet

1 participant