build(deps): bump the symfony group with 13 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
(9 months ago)
by tvdijen
patch dependencies php
Bumps the symfony group with 13 updates:
| Package | From | To |
|---|---|---|
| symfony/cache | 7.3.2 |
7.3.4 |
| symfony/config | 7.3.2 |
7.3.4 |
| symfony/console | 7.3.3 |
7.3.4 |
| symfony/dependency-injection | 7.3.3 |
7.3.4 |
| symfony/framework-bundle | 7.3.3 |
7.3.4 |
| symfony/http-foundation | 7.3.3 |
7.3.4 |
| symfony/http-kernel | 7.3.3 |
7.3.4 |
| symfony/intl | 7.3.3 |
7.3.4 |
| symfony/routing | 7.3.2 |
7.3.4 |
| symfony/var-exporter | 7.3.3 |
7.3.4 |
| symfony/error-handler | 7.3.2 |
7.3.4 |
| symfony/string | 7.3.3 |
7.3.4 |
| symfony/var-dumper | 7.3.3 |
7.3.4 |
Updates symfony/cache from 7.3.2 to 7.3.4
Release notes
Sourced from symfony/cache's releases.
v7.3.4
Changelog (https://github.com/symfony/cache/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)- bug symfony/symfony#61605 [Cache] Fix internal representation of non-static values (
@nicolas-grekas)- bug symfony/symfony#61599 [Cache] Make
TagAwareAdapterregistrable as a service (@a.dmitryuk)
Commits
bf8afc8Merge branch '6.4' into 7.366c853dReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagese3c9bbbMerge branch '6.4' into 7.380f7288use the empty string instead of null as an array offset499db0bMerge branch '6.4' into 7.3b1aed94bug #61605 [Cache] Fix internal representation of non-static values (nicolas-...90ba1a8[Cache] Fix internal representation of non-static values22a1caa[Cache] MakeTagAwareAdapterregistrable as a service- See full diff in compare view
Updates symfony/config from 7.3.2 to 7.3.4
Release notes
Sourced from symfony/config's releases.
v7.3.4
Changelog (https://github.com/symfony/config/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61808 [Config] Fix incorrect serialized data mangling (
@aboks)- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)- bug symfony/symfony#61714 [SecurityBundle] Fix semantic configuration for singulars/plurals in XML (
@nicolas-grekas)- bug symfony/symfony#61667 [Config] Fix
GlobResourcepattern with trailing slash (@HypeMC)- bug symfony/symfony#61607 [Config] Fix
ReflectionClassResourcehash validation (@HypeMC)
Commits
8a09223Fix incorrect serialized data manglinga638b29Merge branch '6.4' into 7.3f18dc59Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages547c040[SecurityBundle] Fix semantic configuration for singulars/plurals in XML1dce859Merge branch '6.4' into 7.33247e1bbug #61667 [Config] FixGlobResourcepattern with trailing slash (HypeMC)62f0b07Merge branch '6.4' into 7.382dca41[Config] FixGlobResourcepattern with trailing slash3f1e308use the empty string instead of null as an array offset98bf15e[Config] FixReflectionClassResourcehash validation- See full diff in compare view
Updates symfony/console from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/console's releases.
v7.3.4
Changelog (https://github.com/symfony/console/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61724 [Console] Fix handling of
\Ein Bash completion (@HypeMC)- bug symfony/symfony#61693 [Console] Don’t append a new line to test inputs ending with an EOT (
@MatTheCat)- bug symfony/symfony#61690 [Console] Don’t automatically append EOT to multiline test inputs (
@MatTheCat)
Commits
2b9c5faMerge branch '6.4' into 7.36ef58ef[Console] Specify types of interactive question choices966b6f4Merge branch '6.4' into 7.35b692fe[Console] Fix handling of\Ein Bash completion0d024b0Merge branch '6.4' into 7.37d36330[Console] Don’t append a new line to test inputs ending with an EOT471c5aeMerge branch '6.4' into 7.378a6b2b[Console] Don’t automatically append EOT to multiline test inputse363fd7Merge branch '6.4' into 7.36e654c0use the empty string instead of null as an array offset- See full diff in compare view
Updates symfony/dependency-injection from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/dependency-injection's releases.
v7.3.4
Changelog (https://github.com/symfony/dependency-injection/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)- bug symfony/symfony#61615 [DependencyInjection] Fix optimizing ClassExistenceResource (
@nicolas-grekas)- bug symfony/symfony#60766 [DependencyInjection] Respect original service class when a proxy is defined (
@lyrixx)
Commits
8211981Merge branch '6.4' into 7.35f311eaReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages404b313Merge branch '6.4' into 7.3330642cuse the empty string instead of null as an array offset9062121Merge branch '6.4' into 7.34716256[DependencyInjection] Add test case to ensure XML parse exception message inc...d7f3d6b[DependencyInjection] Fix optimizing ClassExistenceResourcea4c9b4f[DependencyInjection] Respect original service class when a proxy is defined- See full diff in compare view
Updates symfony/framework-bundle from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/framework-bundle's releases.
v7.3.4
Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#60515 [Mailer] Fix memory leak with
mailer.message_logger_listener(@andrew-demb)- bug symfony/symfony#61757 [FrameworkBundle] Perform-no-deep-merging on workflow transitions' from/to configs (
@nicolas-grekas)- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)- bug symfony/symfony#61714 [SecurityBundle] Fix semantic configuration for singulars/plurals in XML (
@nicolas-grekas)- bug symfony/symfony#61596 [FrameworkBundle] Normalize workflow places separately (
@KevinVanSonsbeek)
Commits
b13e7cebug #60515 [Mailer] Fix memory leak withmailer.message_logger_listener(an...fb5bb74[Mailer] Fix memory leak withmailer.message_logger_listenerf23354aMerge branch '6.4' into 7.3e16f6dd[FrameworkBundle] Perform-no-deep-merging on workflow transitions' from/to co...bf45463Merge branch '6.4' into 7.3ef9988bReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages00a87cc[SecurityBundle] Fix semantic configuration for singulars/plurals in XML1ddc6e0Merge branch '6.4' into 7.3890bc0b[FrameworkBundle] Normalize workflow places separately- See full diff in compare view
Updates symfony/http-foundation from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/http-foundation's releases.
v7.3.4
Changelog (https://github.com/symfony/http-foundation/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61766 Fix ord()-related PHP 8.5 deprecations (
@nicolas-grekas)- bug symfony/symfony#61585 [HttpFoundation][SQLSRV] Change column type from
TEXTtoSTRING(@Matt-PMCT)
Commits
c061c7cMerge branch '6.4' into 7.33692415Fix ord()-related PHP 8.5 deprecations79ec7c4Merge branch '6.4' into 7.367729f8use the empty string instead of null as an array offset271459dMerge branch '6.4' into 7.3e868881SQLSRV: Change column type from TEXT to STRING- See full diff in compare view
Updates symfony/http-kernel from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/http-kernel's releases.
v7.3.4
Changelog (https://github.com/symfony/http-kernel/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61368 [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is
trueinCacheAttributeListener(@santysisi)- bug symfony/symfony#61518 [HttpKernel] Handle an array vary header in the http cache store for write (
@philpichet)- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)
Commits
b796dffUpdate VERSION for 7.3.47d01d90Merge branch '6.4' into 7.36b9ab1abug #61368 [HttpKernel] Refine Vary header check to skip special handling of ...e15b2e6[HttpKernel] Refine Vary header check to skip special handling of 'Accept-Lan...aa57d9aMerge branch '6.4' into 7.35be8659bug #61518 [HttpKernel] Handle an array vary header in the http cache store f...ef6b553[HttpKernel] Handle an array vary header in the http cache store for writef136c4dMerge branch '6.4' into 7.3299523bReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages6037b28Bump Symfony version to 7.3.4- Additional commits viewable in compare view
Updates symfony/intl from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/intl's releases.
v7.3.4
Changelog (https://github.com/symfony/intl/compare/v7.3.3...v7.3.4)
- no significant changes
Commits
e6db848Merge branch '6.4' into 7.30cd11e9[Intl] Remove incorrect condition in CurrencyDataGenerator::icuPairToDatee107c9bMerge branch '6.4' into 7.3d195ee9[Intl] Fix Intl::getIcuStubVersion()1f12b00Merge branch '6.4' into 7.31449c4eSync intl scripts7b9d95f[Intl] Add metadata about currencies' validtity dates- See full diff in compare view
Updates symfony/routing from 7.3.2 to 7.3.4
Release notes
Sourced from symfony/routing's releases.
v7.3.4
Changelog (https://github.com/symfony/routing/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)- bug symfony/symfony#61653 [Routing] Don't rebuild cache when controller action body changes (
@HypeMC)
Commits
8dc648eMerge branch '6.4' into 7.36fc4c44Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages19961cd[Routing] Don't rebuild cache when controller action body changes- See full diff in compare view
Updates symfony/var-exporter from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/var-exporter's releases.
v7.3.4
Changelog (https://github.com/symfony/var-exporter/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)
Commits
0f020b5Merge branch '6.4' into 7.3466fcacReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages- See full diff in compare view
Updates symfony/error-handler from 7.3.2 to 7.3.4
Release notes
Sourced from symfony/error-handler's releases.
v7.3.4
Changelog (https://github.com/symfony/error-handler/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)
Commits
99f81bcMerge branch '6.4' into 7.341bedcaReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages30fd0b3[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()f011fa8CS fixes- See full diff in compare view
Updates symfony/string from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/string's releases.
v7.3.4
Changelog (https://github.com/symfony/string/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61731 [PhpUnitBridge] Fix gathering deprecation in phpt (
@nicolas-grekas)- bug symfony/symfony#61573 [Inflector][String] Fix edge cases (
@OskarStark)
Commits
f964760Merge branch '6.4' into 7.35621f03[PhpUnitBridge] Fix gathering deprecation in phpt099c238Merge branch '6.4' into 7.32cc5089use the empty string instead of null as an array offsetde366afMerge branch '6.4' into 7.31458494[String][Inflector] Fix edge cases- See full diff in compare view
Updates symfony/var-dumper from 7.3.3 to 7.3.4
Release notes
Sourced from symfony/var-dumper's releases.
v7.3.4
Changelog (https://github.com/symfony/var-dumper/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (
@nicolas-grekas)
Commits
b8abe7dMerge branch '6.4' into 7.318732cfReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usages- 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
+78
-79
Package Dependencies
symfony/framework-bundle
packagist
7.3.3 → 7.3.4
Patch
symfony/dependency-injection
packagist
7.3.3 → 7.3.4
Patch
symfony/http-foundation
packagist
7.3.3 → 7.3.4
Patch
symfony/error-handler
packagist
7.3.2 → 7.3.4
Patch
Technical Details
| ID: | 8718169 |
| UUID: | 2870883756 |
| Node ID: | PR_kwDOAQXzIM6rHjWs |
| Host: | GitHub |
| Repository: | simplesamlphp/simplesamlphp |
| Merge State: | Unknown |