build(deps): bump the symfony group across 1 directory with 7 updates - #2555
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the symfony group across 1 directory with 7 updates#2555dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the symfony group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [symfony/console](https://github.com/symfony/console) | `6.4.41` | `6.4.43` | | [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.37` | `6.4.43` | | [symfony/http-foundation](https://github.com/symfony/http-foundation) | `6.4.42` | `6.4.43` | | [symfony/mailer](https://github.com/symfony/mailer) | `6.4.40` | `6.4.43` | | [symfony/routing](https://github.com/symfony/routing) | `6.4.41` | `6.4.43` | | [symfony/translation](https://github.com/symfony/translation) | `6.4.38` | `6.4.42` | Updates `symfony/console` from 6.4.41 to 6.4.43 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md) - [Commits](symfony/console@v6.4.41...v6.4.43) Updates `symfony/event-dispatcher` from 6.4.37 to 6.4.43 - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/8.2/CHANGELOG.md) - [Commits](symfony/event-dispatcher@v6.4.37...v6.4.43) Updates `symfony/http-foundation` from 6.4.42 to 6.4.43 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/8.2/CHANGELOG.md) - [Commits](symfony/http-foundation@v6.4.42...v6.4.43) Updates `symfony/mailer` from 6.4.40 to 6.4.43 - [Release notes](https://github.com/symfony/mailer/releases) - [Changelog](https://github.com/symfony/mailer/blob/8.2/CHANGELOG.md) - [Commits](symfony/mailer@v6.4.40...v6.4.43) Updates `symfony/polyfill-php83` from 1.38.1 to 1.41.0 - [Release notes](https://github.com/symfony/polyfill-php83/releases) - [Commits](symfony/polyfill-php83@v1.38.1...v1.41.0) Updates `symfony/routing` from 6.4.41 to 6.4.43 - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md) - [Commits](symfony/routing@v6.4.41...v6.4.43) Updates `symfony/translation` from 6.4.38 to 6.4.42 - [Release notes](https://github.com/symfony/translation/releases) - [Changelog](https://github.com/symfony/translation/blob/8.2/CHANGELOG.md) - [Commits](symfony/translation@v6.4.38...v6.4.42) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 6.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony - dependency-name: symfony/event-dispatcher dependency-version: 6.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony - dependency-name: symfony/http-foundation dependency-version: 6.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony - dependency-name: symfony/mailer dependency-version: 6.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony - dependency-name: symfony/polyfill-php83 dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/routing dependency-version: 6.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony - dependency-name: symfony/translation dependency-version: 6.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: symfony ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the symfony group with 6 updates in the / directory:
6.4.416.4.436.4.376.4.436.4.426.4.436.4.406.4.436.4.416.4.436.4.386.4.42Updates
symfony/consolefrom 6.4.41 to 6.4.43Release notes
Sourced from symfony/console's releases.
Commits
3b643aa[Console] Decorate stdout and stderr independently when a formatter is injectedac2d6aebug #64843 [Console] Fix table borders around colspan cells and header-less t...f2ae6d8[Console] Fix table borders around colspan cells and header-less tables0ecccdf[Console] Fix two ValueError crashes on multibyte / multi-column widths8693e05[Console] Fall back to "stty sane" when restoring the captured terminal state...5cbb467[Console] Fix SymfonyStyle questions when using output sections9ef84afConsole: use mb_convert_encoding() instead of mb_convert_variables()7d0c9d7[Console] Render formatter tags in ChoiceQuestion default value65dbd37Drop PR warning and auto-closing on subtree splitsUpdates
symfony/event-dispatcherfrom 6.4.37 to 6.4.43Release notes
Sourced from symfony/event-dispatcher's releases.
Commits
ac405d3bug #64655 [EventDispatcher] Fix regression in TraceableEventDispatcher invoc...817d117[EventDispatcher] Fix regression in TraceableEventDispatcher invocation counting53d389ebug #64914 [EventDispatcher] Clear wrappedListeners in TraceableEventDispatch...2e65971[EventDispatcher] Clear wrappedListeners in TraceableEventDispatcher::reset()4849aac[EventDispatcher] Clear wrappedListeners in TraceableEventDispatcher::reset()d4ad45aDrop PR warning and auto-closing on subtree splitsUpdates
symfony/http-foundationfrom 6.4.42 to 6.4.43Release notes
Sourced from symfony/http-foundation's releases.
Commits
ea0c801bug #65023 [HttpFoundation] Validate the characters allowed in a cookie path ...464d13c[HttpFoundation] Fix TypeError in UriSigner when the hash parameter is not a ...eb5b7f9[HttpFoundation] Reject reserved characters in the cookie path and domainf34d2dd[HttpFoundation] Throw when IpUtils::isPrivateIp() receives a non-canonical I...5ef978b[HttpFoundation] Add RFC2544 and RFC5180 IP Benchmarking to IpUtils::PRIVATE_...269f3bd[HttpFoundation] Add RFC5737 and RFC3849 IPs to IpUtils::PRIVATE_SUBNETS0ff8570Update src/Symfony/Component/HttpFoundation/UrlHelper.php33c94a3Fix Absolute URL generation for tel:, mailto:, ... URLs to be ignored by URLH...Updates
symfony/mailerfrom 6.4.40 to 6.4.43Release notes
Sourced from symfony/mailer's releases.
Commits
2a38092[Mailer] Fix fatal TypeError when sending a RawMessage via an API transport0df4eb9[Mailer] Reject control characters in SmtpTransport::setLocalDomain()bc77a62Drop PR warning and auto-closing on subtree splitsUpdates
symfony/polyfill-php83from 1.38.1 to 1.41.0Release notes
Sourced from symfony/polyfill-php83's releases.
Commits
5ea9908[Php83][Php85][Grapheme] Throw ValueError on PHP 7 for functions that never r...796a26a[Mbstring][Php3] Fix issues with mb_str_pad()Updates
symfony/routingfrom 6.4.41 to 6.4.43Release notes
Sourced from symfony/routing's releases.
Commits
f8dedd4[Routing] Detect circular references in object route parametersfc5e83cDrop PR warning and auto-closing on subtree splitsUpdates
symfony/translationfrom 6.4.38 to 6.4.42Release notes
Sourced from symfony/translation's releases.
Commits
fef99ce[Translation] Fix test failing without the intl extension6dd831eDrop PR warning and auto-closing on subtree splitsf3accfeFix merge7010c88[Translation] Copy domains metadata when moving messages to intl onesf7123e5[Translation] Fix XLIFF 2 catalog metadatafc60adf[ErrorHandler][HttpClient][Translation] Fix edge case spotted by the CIYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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