chore(deps): bump the composer group across 1 directory with 8 updates - #369
chore(deps): bump the composer group across 1 directory with 8 updates#369dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the composer group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [symfony/mailer](https://github.com/symfony/mailer) | `6.4.34` | `6.4.40` | | [symfony/mailjet-mailer](https://github.com/symfony/mailjet-mailer) | `6.4.34` | `6.4.40` | | [twig/twig](https://github.com/twigphp/Twig) | `3.23.0` | `3.27.0` | | [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) | `7.10.0` | `7.15.1` | | [symfony/yaml](https://github.com/symfony/yaml) | `6.4.34` | `6.4.42` | Updates `symfony/mailer` from 6.4.34 to 6.4.40 - [Release notes](https://github.com/symfony/mailer/releases) - [Changelog](https://github.com/symfony/mailer/blob/8.2/CHANGELOG.md) - [Commits](symfony/mailer@v6.4.34...v6.4.40) Updates `symfony/mailjet-mailer` from 6.4.34 to 6.4.40 - [Release notes](https://github.com/symfony/mailjet-mailer/releases) - [Changelog](https://github.com/symfony/mailjet-mailer/blob/8.2/CHANGELOG.md) - [Commits](symfony/mailjet-mailer@v6.4.34...v6.4.40) Updates `twig/twig` from 3.23.0 to 3.27.0 - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.23.0...v3.27.0) Updates `guzzlehttp/guzzle` from 7.10.0 to 7.15.1 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/8.0/CHANGELOG.md) - [Commits](guzzle/guzzle@7.10.0...7.15.1) Updates `symfony/mime` from 6.4.34 to 6.4.41 - [Release notes](https://github.com/symfony/mime/releases) - [Changelog](https://github.com/symfony/mime/blob/8.2/CHANGELOG.md) - [Commits](symfony/mime@v6.4.34...v6.4.41) Updates `symfony/polyfill-intl-idn` from 1.33.0 to 1.38.1 - [Release notes](https://github.com/symfony/polyfill-intl-idn/releases) - [Commits](symfony/polyfill-intl-idn@v1.33.0...v1.38.1) Updates `guzzlehttp/psr7` from 2.8.0 to 2.13.0 - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/3.0/CHANGELOG.md) - [Commits](guzzle/psr7@2.8.0...2.13.0) Updates `symfony/yaml` from 6.4.34 to 6.4.42 - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md) - [Commits](symfony/yaml@v6.4.34...v6.4.42) --- updated-dependencies: - dependency-name: symfony/mailer dependency-version: 6.4.40 dependency-type: direct:production dependency-group: composer - dependency-name: symfony/mailjet-mailer dependency-version: 6.4.40 dependency-type: direct:production dependency-group: composer - dependency-name: twig/twig dependency-version: 3.27.0 dependency-type: direct:production dependency-group: composer - dependency-name: guzzlehttp/guzzle dependency-version: 7.15.1 dependency-type: direct:development dependency-group: composer - dependency-name: symfony/mime dependency-version: 6.4.41 dependency-type: indirect dependency-group: composer - dependency-name: symfony/polyfill-intl-idn dependency-version: 1.38.1 dependency-type: indirect dependency-group: composer - dependency-name: guzzlehttp/psr7 dependency-version: 2.13.0 dependency-type: indirect dependency-group: composer - dependency-name: symfony/yaml dependency-version: 6.4.42 dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com>
|
Closing: superseded by This PR targets Every version proposed here is already met or exceeded on
Measured directly on
|
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
…run (#445) Dependabot targeted the DEFAULT branch `main`, which is 729 commits behind `development` and carries a different lockfile. Two consequences, both bad: 1. The alert list measured the wrong tree. Open alerts claimed 5 critical / 51 high; `development` actually had 1 critical / 2 high on npm and ZERO composer advisories (the critical twig/twig <3.26.0 alert is moot there — development is on 3.27.0). 2. The PRs were ungated. #368 and #369 collected no check runs at all beyond a neutral CodeQL, because `main` still carries the old self-contained code-quality workflow. An unverified dependency PR is how this fleet previously shipped an unbuildable image for two months. Also adds the missing composer and github-actions ecosystems — composer had no entry, so its only PRs were security updates against main. Trade-off is stated in the file: security updates only ever target the default branch, so these become version updates. A verified version update on development beats an unmergeable security update on a dead main.
Bumps the composer group with 5 updates in the / directory:
6.4.346.4.406.4.346.4.403.23.03.27.07.10.07.15.16.4.346.4.42Updates
symfony/mailerfrom 6.4.34 to 6.4.40Release notes
Sourced from symfony/mailer's releases.
Commits
94fd44fMerge branch '5.4' into 6.45b5385b[Mailer] Add end-of-options separator before recipients in SendmailTransport;...602519cPHP CS Fixer: backports changes toward 6.4 brancha2918c6CS fixes - native_function_invocation & static_lambdad56a83b[CS] Back config from 8.1 and apply heredoc_indentation ruleUpdates
symfony/mailjet-mailerfrom 6.4.34 to 6.4.40Release notes
Sourced from symfony/mailjet-mailer's releases.
Commits
1b8100c[Mailer][Mailjet] Reject webhooks with missing or invalid Basic credentials2e1486a[Mailer] [Mailjet] Fix inline attachments with custom Content-ID.Updates
twig/twigfrom 3.23.0 to 3.27.0Release notes
Sourced from twig/twig's releases.
... (truncated)
Changelog
Sourced from twig/twig's changelog.
... (truncated)
Commits
04ae1bfPrepare the 3.27.0 release99a1038security #558 Fix sandbox filter/tag/function allow-list bypass when sandbox ...23eb6ebFix sandbox filter/tag/function allow-list bypass when sandbox state changes ...7d55aa8security #cve-2026-48805 Fix sandbox bypass in deprecated internal wrappers (...9fcf690security #552 Fix sandbox __toString policy bypass via dynamic mapping keys (...635cea4Document new support for any expression as a dynamic mapping key9ff4101Fix sandbox __toString policy bypass via dynamic mapping keysbaebc46security #535 Fix sandbox__toStringbypasses viaTraversableinjoin/`...e3f6665Fix deprecation notices in tests475fb69Guard sandbox__toStringwalker against self-referencing iterablesUpdates
guzzlehttp/guzzlefrom 7.10.0 to 7.15.1Release notes
Sourced from guzzlehttp/guzzle's releases.
... (truncated)
Changelog
Sourced from guzzlehttp/guzzle's changelog.
... (truncated)
Commits
61443dfRelease 7.15.17b68220Security fixes 7.15 (#3901)90bd104Release 7.15.0e8c879eRequireguzzlehttp/psr7^2.13(#3870)0d578f5Trigger runtime deprecations for legacy functions and methods (#3896)d5fcd1eDeprecate JSON utility methods (#3889)3281fe2Go with"guzzlehttp/test-server": "^0.7"(#3890)ba662c9Remove stale framing from redirected requests (#3881)dd32f84Bound cURL uploads to declared lengths (#3882)a29e961Merge branch '7.14' into 7.15Updates
symfony/mimefrom 6.4.34 to 6.4.41Release notes
Sourced from symfony/mime's releases.
Commits
5575d37[Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...7ccfb0cMerge branch '5.4' into 6.48f89d3a[Mime] Reject email addresses containing line breaks in Addressf2f05cb[Mime] Fix transient test330077bbug #64047 [Mime] Preserve inline part filename instead of overwriting it wit...4c7099f[Mime] Preserve inline part filename instead of overwriting it with the Conte...e2ae51d[FrameworkBundle] Apply tagged MIME type guessers in File::getMimeType()3d48678More CS fixes05099f5CS fixes - native_function_invocation & static_lambdaf56fd2b[CS] Back config from 8.1 and apply heredoc_indentation ruleUpdates
symfony/polyfill-intl-idnfrom 1.33.0 to 1.38.1Release notes
Sourced from symfony/polyfill-intl-idn's releases.
Commits
dc21118[Intl][Idn] Reject xn-- labels whose Punycode payload decodes to ASCII-onlyUpdates
guzzlehttp/psr7from 2.8.0 to 2.13.0Release notes
Sourced from guzzlehttp/psr7's releases.
... (truncated)
Changelog
Sourced from guzzlehttp/psr7's changelog.
... (truncated)
Commits
dad8962Release 2.13.01bc4f53Trigger a runtime deprecation for Header::normalize() (#866)a1372eaAdd tests locking in no-file upload handling (#856)d9561d1Merge branch '2.12' into 2.139365d57Release 2.12.5b82bac4Add caseless comparison and asciiUcFirst helpers (#854)2cf293eMerge branch '2.12' into 2.13c685419Fold cross-origin host comparison without locale sensitivity (#852)226b5b3Add locale-independent ASCII case folding helpers (#850)1acfa28Use locale-independent ASCII folding for header and host names (#849)Updates
symfony/yamlfrom 6.4.34 to 6.4.42Release notes
Sourced from symfony/yaml's releases.
Commits
989dfb7Unsafe unserialize phpstan rule907f845Drop PR warning and auto-closing on subtree splits9bb6ebd[Yaml] Fix parsing inline anchored valuese8fdf34CS fix69b7344Merge branch '5.4' into 6.4ae0bbb4[Yaml] Allow trailing newlines after the end-of-document marker68dcd1fMerge branch '5.4' into 6.4b0b2705[Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking5a351ff[Yaml] Bound collection-alias resolution in the parsere4fb993[Yaml] Reject non-stringables when using "!!binary"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 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.