chore(deps): bump symfony/twig-bridge from 6.2.3 to 6.3.8 in /api
Bumps symfony/twig-bridge from 6.2.3 to 6.3.8.
Release notes
Sourced from symfony/twig-bridge's releases.
v6.3.8
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.7...v6.3.8)
- security symfony/symfony#cve-2023-46734 [TwigBridge] Ensure CodeExtension's filters properly escape their input (
@nicolas-grekas,@GromNaN)v6.3.5
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.4...v6.3.5)
- bug symfony/symfony#51586 [ErrorHandler] Handle PHP 8.3
highlight_filefunction output changes (@PhilETaylor)- bug symfony/symfony#50794 [TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession() (
@Dirkhuethorst)v6.3.2
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.1...v6.3.2)
- no significant changes
v6.3.0
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.0-RC2...v6.3.0)
- bug symfony/symfony#50456 [AssetMapper] Fix unable to use asset mapper with CSP (
@vtsykun)v6.3.0-RC1
Changelog (https://github.com/symfony/twig-bridge/compare/v6.3.0-BETA3...v6.3.0-RC1)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (
@VincentLanglet)- bug symfony/symfony#49063 [Messenger] Respect
isRetryabledecision of the retry strategy for re-delivery (@FlyingDR)v6.3.0-BETA1
Changelog (https://github.com/symfony/twig-bridge/compare/v6.2.10...v6.3.0-BETA1)
- feature symfony/symfony#50112 [Asset] [AssetMapper] New AssetMapper component: Map assets to publicly available, versioned paths (
@weaverryan)- feature symfony/symfony#49792 [Scheduler] add "hashed" cron expression support (
@kbond)- feature symfony/symfony#49863 [Scheduler] have
TriggerInterfaceextend\Stringable(@kbond)- feature symfony/symfony#49809 [HttpClient] Allow using multiple base_uri as array for retries (
@Tiriel)- feature symfony/symfony#49588 [Form] Deprecate not configuring the "widget" option of date/time form types (
@MrYamous,@nicolas-grekas)- feature symfony/symfony#50059 [Form] Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set (
@fancyweb)- feature symfony/symfony#49824 [Mime] Added getDispostion() to TextPart to get current content disposition. (
@Cyb0rk)- feature symfony/symfony#49900 [Mailer] Allow overriding default eSMTP authenticators (
@cedric-anne)- feature symfony/symfony#49982 [BrowserKit] Add proper exception hierarchy (
@fabpot)- feature symfony/symfony#48272 [Security] Add OidcUserInfoTokenHandler and OidcUser (
@vincentchalamon)- feature symfony/symfony#49986 [Notifier] Add options to Telegram Bridge (
@Nsbx)- feature symfony/symfony#49913 [TwigBridge][TwigBundle] Add current locale to
AppVariable(@SVillette)- feature symfony/symfony#48343 [Form] [ChoiceType] Add a
placeholder_attroption (@elementaire)- feature symfony/symfony#49918 [DoctrineBridge] Deprecate passing doctrine subscribers to ContainerAwareEventManager (
@alli83)- feature symfony/symfony#49887 [WebProfilerBundle] Add clickable entry view to debug toolbar (
@PhilETaylor)- feature symfony/symfony#49665 [DependencyInjection] Add
constructoroption to#[Autoconfigure](@alexandre-daubois)- feature symfony/symfony#49620 [ErrorHander] Display exception properties in the HTML error page (
@lyrixx)- feature symfony/symfony#49306 [Security] Add logout configuration for Clear-Site-Data header (
@maxbeckers)- feature symfony/symfony#49596 [Validator] Add the
excludeoption to theCascadeconstraint (@alexandre-daubois)- feature symfony/symfony#49642 [DependencyInjection] Deprecate
#[MapDecorated]in favor of#[AutowireDecorated](@nicolas-grekas)
... (truncated)
Changelog
Sourced from symfony/twig-bridge's changelog.
CHANGELOG
6.3
- Add
AppVariable::getLocale()to retrieve the current locale when using theLocaleSwitcher6.2
- Add
form_label_contentandform_help_contentblock to form themes- Add
#[Template()]to describe how to render arrays returned by controllers- Add support for toggle buttons in Bootstrap 5 form theme
- Add
app.current_routeandapp.current_route_parametersvariables6.1
- Wrap help messages on form elements in
divinstead ofp5.4
- Add
githubformat & autodetection to render errors as annotations when running the Twig linter command in a Github Actions environment.5.3
- Add a new
markAsPublicmethod onNotificationEmailto change theimportancecontext option to null after creation- Add a new
fragment_uri()helper to generate the URI of a fragment- Add support of Bootstrap 5 for form theming
- Add a new
serializefilter to serialize objects using the Serializer component5.2.0
- added the
impersonation_exit_url()andimpersonation_exit_path()functions. They return a URL that allows to switch back to the original user.- added the
workflow_transition()function to easily retrieve a specific transition object- added support for translating
TranslatableInterfaceobjects- added the
t()function to easily createTranslatableMessageobjects- Added support for extracting messages from the
t()function- Added
field_*Twig functions to access string values from Form fields- changed the
importancecontext option ofNotificationEmailto allownull5.0.0
- removed
TwigEngineclass, use\Twig\Environmentinstead.
... (truncated)
Commits
c514076Merge branch '5.4' into 6.3fc6ee0aMerge branch '4.4' into 5.483b021c[TwigBridge] Add integration tests on twig code helpers7654da4[TwigBridge] Ensure CodeExtension's filters properly escape their input3c749a5Merge branch '5.4' into 6.3cbe9acb[Tests] Streamline18f2cbeMerge branch '5.4' into 6.3e5a2bb7[TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession()8e94856PHP 8.3 highlight_file function output changes6f8435dMerge branch '6.2' into 6.3- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.