build(deps): bump the symfony group with 21 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
(11 months ago)
by tvdijen
patch dependencies php
Bumps the symfony group with 21 updates:
| Package | From | To |
|---|---|---|
| symfony/cache | 6.4.23 |
6.4.24 |
| symfony/config | 6.4.22 |
6.4.24 |
| symfony/console | 6.4.23 |
6.4.24 |
| symfony/dependency-injection | 6.4.23 |
6.4.24 |
| symfony/expression-language | 6.4.13 |
6.4.24 |
| symfony/filesystem | 6.4.13 |
6.4.24 |
| symfony/finder | 6.4.17 |
6.4.24 |
| symfony/framework-bundle | 6.4.23 |
6.4.24 |
| symfony/http-foundation | 6.4.23 |
6.4.24 |
| symfony/http-kernel | 6.4.23 |
6.4.24 |
| symfony/intl | 6.4.23 |
6.4.24 |
| symfony/password-hasher | 6.4.13 |
6.4.24 |
| symfony/psr-http-message-bridge | 6.4.13 |
6.4.24 |
| symfony/routing | 6.4.22 |
6.4.24 |
| symfony/twig-bridge | 6.4.22 |
6.4.24 |
| symfony/var-exporter | 6.4.22 |
6.4.24 |
| symfony/yaml | 6.4.23 |
6.4.24 |
| symfony/error-handler | 6.4.23 |
6.4.24 |
| symfony/event-dispatcher | 6.4.13 |
6.4.24 |
| symfony/string | 6.4.21 |
6.4.24 |
| symfony/var-dumper | 6.4.23 |
6.4.24 |
Updates symfony/cache from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/cache's releases.
v6.4.24
Changelog (https://github.com/symfony/cache/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61234 [Cache] RedisTrait::doFetch should use pipeline with GET's instead of MGET for Relay\Cluster (
@dorrogeray)- bug symfony/symfony#61220 [Cache] fix compatibility with different Relay versions (
@xabbuh)
Commits
d038cd3[cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Clu...b39521dfix compatibility with different Relay versions52a03d7CS fixes- See full diff in compare view
Updates symfony/config from 6.4.22 to 6.4.24
Release notes
Sourced from symfony/config's releases.
v6.4.24
Changelog (https://github.com/symfony/config/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#58995 [Config] Do not generate unreachable configuration paths (
@bobvandevijver)- bug symfony/symfony#61079 [Config] Fix support for attributes on class constants and enum cases (
@ruudk)
Commits
Updates symfony/console from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/console's releases.
v6.4.24
Changelog (https://github.com/symfony/console/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (
@schlndh)- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (
@schlndh)- bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (
@nicolas-grekas)- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()method (@vinceAmstoutz)- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot)- bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterfaceto bypass retry inRunCommandMessageHandler(@santysisi)
Commits
59266a5[Console][Table] Fix unnecessary wrappinge8ebdee[Console][Table] Fix invalid UTF-8 due to text wrapping795dd19[Console] Fix JSON description for negatable input flags9fb3320[Console] Windows Test Error - change completecar for windows for passing testf987f3c[Console] fix profiler with overriddenrun()method4ea291eFix@varphpdocf755ca9CS fixes0a90e68bug #60507 [Console][Messenger] Fix: AllowUnrecoverableExceptionInterface...12d6d21[Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass ret...- See full diff in compare view
Updates symfony/dependency-injection from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/dependency-injection's releases.
v6.4.24
Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61276 [DependencyInjection] Escape parameters before resolving env placeholders (
@MatTheCat)- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot)
Commits
929ab73[DependencyInjection] Escape parameters before resolving env placeholders35d0549[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()7abed48minor #61103 Fix various bool-type coercions (Girgias)bd9edafFix various bool-type coercions155f766Fix@varphpdoced9fb80CS fixes- See full diff in compare view
Updates symfony/expression-language from 6.4.13 to 6.4.24
Release notes
Sourced from symfony/expression-language's releases.
v6.4.24
Changelog (https://github.com/symfony/expression-language/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61076 [ExpressionLanguage] Fix dumping of null safe operator (
@ivantsepp)
Commits
1ea0adaCS fixescbf40de[ExpressionLanguage] Fix dumping of null safe operator- See full diff in compare view
Updates symfony/filesystem from 6.4.13 to 6.4.24
Release notes
Sourced from symfony/filesystem's releases.
v6.4.24
Changelog (https://github.com/symfony/filesystem/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
75ae2edCS fixesb802cdeFix php.net links- See full diff in compare view
Updates symfony/finder from 6.4.17 to 6.4.24
Release notes
Sourced from symfony/finder's releases.
v6.4.24
Changelog (https://github.com/symfony/finder/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
7308912Fix various bool-type coercionsd1d1360CS fixes- See full diff in compare view
Updates symfony/framework-bundle from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/framework-bundle's releases.
v6.4.24
Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (
@nicolas-grekas)- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot)- bug symfony/symfony#61105 [FrameworkBundle] fix phpdoc in
MicroKernelTrait(@santysisi)
Commits
869b949relax assertions for forward compatibility with Symfony 7.473e634e[FrameworkBundle] Don't use Email::VALIDATION_MODES in Configuration4a0c864[FrameworkBundle] Add missing html5-allow-no-tld to XSD file9683575Fix@varphpdocc838dad[FrameworkBundle] fix phpdoc inMicroKernelTrait291b51eCS fixes4ec0de9[FrameworkBundle] Add functional tests for theContainerLintCommandcommand- See full diff in compare view
Updates symfony/http-foundation from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/http-foundation's releases.
v6.4.24
Changelog (https://github.com/symfony/http-foundation/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
0341e41CS fixes95f9645Fix php.net links- See full diff in compare view
Updates symfony/http-kernel from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/http-kernel's releases.
v6.4.24
Changelog (https://github.com/symfony/http-kernel/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
b81dcdbUpdate VERSION for 6.4.24451a4a1Fix various bool-type coercions63f320dCS fixes54e8431Bump Symfony version to 6.4.24- See full diff in compare view
Updates symfony/intl from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/intl's releases.
v6.4.24
Changelog (https://github.com/symfony/intl/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
c0938cdCS fixes- See full diff in compare view
Updates symfony/password-hasher from 6.4.13 to 6.4.24
Release notes
Sourced from symfony/password-hasher's releases.
v6.4.24
Changelog (https://github.com/symfony/password-hasher/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
dcab5acCS fixes- See full diff in compare view
Updates symfony/psr-http-message-bridge from 6.4.13 to 6.4.24
Release notes
Sourced from symfony/psr-http-message-bridge's releases.
v6.4.24
Changelog (https://github.com/symfony/psr-http-message-bridge/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
6954b4eCS fixes- See full diff in compare view
Updates symfony/routing from 6.4.22 to 6.4.24
Release notes
Sourced from symfony/routing's releases.
v6.4.24
Changelog (https://github.com/symfony/routing/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
e4f94e6[Routing] Add test to validate that default value is allowed to not match req...b51fb6bCS fixes- See full diff in compare view
Updates symfony/twig-bridge from 6.4.22 to 6.4.24
Release notes
Sourced from symfony/twig-bridge's releases.
v6.4.24
Changelog (https://github.com/symfony/twig-bridge/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#60867 [WebProfilerBundle] Fix missing indent on non php files opended in the profiler (
@phcorp)- bug symfony/symfony#61111 [Translation] fix support of
TranslatableInterfaceinIdentityTranslator(@VincentLanglet)- bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot)
Commits
af9ef04bug #60867 [WebProfilerBundle] Fix missing indent on non php files opended in...3e65081[WebProfilerBundle] Fix missing indent on non php files opended in the profiler1afa52abug #61111 [Translation] fix support ofTranslatableInterfacein `IdentityT...bc6ad00[Translation] fix support ofTranslatableInterfaceinIdentityTranslator09c9677Fix@varphpdoccd2e033CS fixes- See full diff in compare view
Updates symfony/var-exporter from 6.4.22 to 6.4.24
Release notes
Sourced from symfony/var-exporter's releases.
v6.4.24
Changelog (https://github.com/symfony/var-exporter/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (
@nicolas-grekas)
Commits
1e742d5CS fixes0efdbc8Fix typo5443ec9[VarExporter] Dump implicit-nullable types as explicit to prevent the corresp...- See full diff in compare view
Updates symfony/yaml from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/yaml's releases.
v6.4.24
Changelog (https://github.com/symfony/yaml/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
742a8efCS fixes- See full diff in compare view
Updates symfony/error-handler from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/error-handler's releases.
v6.4.24
Changelog (https://github.com/symfony/error-handler/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
30fd0b3[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()f011fa8CS fixese9f653aFix php.net links- See full diff in compare view
Updates symfony/event-dispatcher from 6.4.13 to 6.4.24
Release notes
Sourced from symfony/event-dispatcher's releases.
v6.4.24
Changelog (https://github.com/symfony/event-dispatcher/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
307a09dCS fixes- See full diff in compare view
Updates symfony/string from 6.4.21 to 6.4.24
Release notes
Sourced from symfony/string's releases.
v6.4.24
Changelog (https://github.com/symfony/string/compare/v6.4.23...v6.4.24)
- no significant changes
Commits
f0ce0bdCS fixes- See full diff in compare view
Updates symfony/var-dumper from 6.4.23 to 6.4.24
Release notes
Sourced from symfony/var-dumper's releases.
v6.4.24
Changelog (https://github.com/symfony/var-dumper/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61246 [VarDumper] Use unique identifier for
RequestContextProvider(@ToshY)- bug symfony/symfony#61144 [VarDumper] Fix dumping on systems that don't have a working iconv (
@nicolas-grekas)
Commits
aa29484Use unique identifier for RequestContextProvider6e816f9[VarDumper] Fix dumping on systems that don't have a working iconvccd60fdCS fixes- See full diff 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+210
-127
Package Dependencies
symfony/framework-bundle
packagist
6.4.23 → 6.4.24
Patch
symfony/http-kernel
packagist
6.4.23 → 6.4.24
Patch
symfony/dependency-injection
packagist
6.4.23 → 6.4.24
Patch
symfony/http-foundation
packagist
6.4.23 → 6.4.24
Patch
symfony/var-exporter
packagist
6.4.22 → 6.4.24
Patch
symfony/event-dispatcher
packagist
6.4.13 → 6.4.24
Patch
symfony/error-handler
packagist
6.4.23 → 6.4.24
Patch
symfony/twig-bridge
packagist
6.4.22 → 6.4.24
Patch
symfony/expression-language
packagist
6.4.13 → 6.4.24
Patch
symfony/psr-http-message-bridge
packagist
6.4.13 → 6.4.24
Patch
symfony/password-hasher
packagist
6.4.13 → 6.4.24
Patch
Technical Details
| ID: | 4555811 |
| UUID: | 2718302036 |
| Node ID: | PR_kwDOAQXzIM6iBf9U |
| Host: | GitHub |
| Repository: | simplesamlphp/simplesamlphp |
| Merge State: | Unknown |