Skip to content

(chore): Bump the composer group with 9 updates#105

Merged
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-2dfa3ed1b0
May 11, 2026
Merged

(chore): Bump the composer group with 9 updates#105
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-2dfa3ed1b0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the composer group with 9 updates:

Package From To
nette/utils 4.1.3 4.1.4
symfony/deprecation-contracts 3.6.0 3.7.0
symfony/event-dispatcher-contracts 3.6.0 3.7.0
symfony/http-kernel 6.4.36 6.4.38
symfony/service-contracts 3.6.1 3.7.0
symfony/translation 6.4.34 6.4.38
symfony/translation-contracts 3.6.1 3.7.0
ergebnis/agent-detector 1.1.1 1.2.0
symfony/yaml 6.4.34 6.4.38

Updates nette/utils from 4.1.3 to 4.1.4

Release notes

Sourced from nette/utils's releases.

Released version 4.1.4

  • Process – a new class for starting and controlling external processes: read their output, feed them input, pipe one process into another, wait for completion, terminate, and check exit codes. Process::runExecutable() passes arguments as an array so there's zero shell involvement and no risk of shell injection, while Process::runCommand() is there when you really do want the shell. Comes with timeouts, incremental output consumption (consumeStdOutput() / consumeStdError()), and works on Windows too.
  • FileSystem::isValidFilename() – quickly check whether a string is a safe, cross-platform filename: it rejects path separators, control and reserved characters, trailing dots or spaces, and Windows device names like CON or LPT1.
  • Image::fromFile() and Image::fromString() now accept an optional $warnings parameter – pass it in and any GD warnings are handed back to you as a string instead of being emitted as a PHP warning, so you can log or display them on your own terms.
Commits

Updates symfony/deprecation-contracts from 3.6.0 to 3.7.0

Commits
  • 50f59d1 Merge branch '8.0' into 8.1
  • 45239c7 Merge branch '6.4' into 7.4
  • 001e3d8 More CS fixes
  • 96de97c Merge branch '8.0' into 8.1
  • 3a6fb7c Merge branch '6.4' into 7.4
  • fd30390 CS fixes - native_function_invocation & static_lambda
  • bbd66f9 [HttpClient] Add support for the max_connect_duration option
  • See full diff in compare view

Updates symfony/event-dispatcher-contracts from 3.6.0 to 3.7.0

Commits
  • ccba706 [HttpClient] Add support for the max_connect_duration option
  • See full diff in compare view

Updates symfony/http-kernel from 6.4.36 to 6.4.38

Release notes

Sourced from symfony/http-kernel's releases.

v6.4.38

Changelog (symfony/http-kernel@v6.4.36...v6.4.38)

Commits
  • 769c1ee Update VERSION for 6.4.38
  • 7d24671 Bump Symfony version to 6.4.38
  • 414b3e5 Update VERSION for 6.4.37
  • 26fff2f Fix tests
  • 3c6a814 More CS fixes
  • 64a238a CS fixes - native_function_invocation & static_lambda
  • 4b0fd64 [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 4fedf6e Bump Symfony version to 6.4.37
  • See full diff in compare view

Updates symfony/service-contracts from 3.6.1 to 3.7.0

Commits
  • d25d824 Merge branch '8.0' into 8.1
  • 3ffaeac [Contracts] Fix SubscribedService $type phpdoc to allow non-class strings
  • d714f77 [Contracts] Add ContainerAwareInterface
  • 639fa48 skip property hook check on PHP < 8.4
  • c15f92d Support hooked properties in ServiceMethodsSubscriberTrait
  • 09dd242 [HttpClient] Add support for the max_connect_duration option
  • 120123f minor #62783 PHP CS Fixer: enable static_lambda (keradus)
  • bee0e08 PHP CS Fixer: enable static_lambda
  • cea2d7c Dont use ->getDeclaringClass() when ->class is enough
  • 37f608a run tests using PHPUnit 11.5
  • See full diff in compare view

Updates symfony/translation from 6.4.34 to 6.4.38

Release notes

Sourced from symfony/translation's releases.

v6.4.38

Changelog (symfony/translation@v6.4.32...v6.4.38)

Commits
  • afaa31b [Translation] Fix TranslationPushCommand::getDomainsFromTranslatorBag
  • 61531d8 [Translation] URL-encode tmp path in XliffUtils::shouldEnableEntityLoader
  • 5828985 PHP CS Fixer: backports changes toward 6.4 branch
  • 49f5e25 More CS fixes
  • aadeb75 CS fixes - native_function_invocation & static_lambda
  • cf67270 Backport some CS fixes from 7.4
  • 997244d [CS] Back config from 8.1 and apply heredoc_indentation rule
  • See full diff in compare view

Updates symfony/translation-contracts from 3.6.1 to 3.7.0

Commits
  • 0ab3029 [HttpClient] Add support for the max_connect_duration option
  • 97cd874 Fix typos in documentation
  • fc01d96 chore: heredoc indentation as of PHP 7.3
  • See full diff in compare view

Updates ergebnis/agent-detector from 1.1.1 to 1.2.0

Release notes

Sourced from ergebnis/agent-detector's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: ergebnis/agent-detector@1.1.1...1.2.0

Changelog

Sourced from ergebnis/agent-detector's changelog.

[1.2.0][1.2.0]

For a full diff see [1.1.1...1.2.0][1.1.1...1.2.0].

Added

  • Added support for detecting the presence of an agent when the COPILOT_CLI or PI_CODING_AGENT environment variables are set (#10), by [@​raphaelstolt]
Commits
  • e211f17 Enhancement: Prepare release
  • e65309a Merge pull request #10 from raphaelstolt/additional-agent-detection
  • d7bde4d chore: Add two coding agent environment variables
  • b3adc8a Merge pull request #13 from ergebnis/dependabot/composer/phpstan/phpstan-2.1.54
  • 8d3d06a composer(deps-dev): Bump phpstan/phpstan from 2.1.51 to 2.1.54
  • a9537ea Merge pull request #12 from ergebnis/dependabot/composer/rector/rector-2.4.2
  • 3ffa9aa composer(deps-dev): Bump rector/rector from 2.4.1 to 2.4.2
  • 0dd9240 Merge pull request #11 from ergebnis/dependabot/composer/phpstan/phpstan-2.1.51
  • 9aae90c composer(deps-dev): Bump phpstan/phpstan from 2.1.48 to 2.1.51
  • 56b3c5d Merge pull request #9 from ergebnis/dependabot/composer/ergebnis/rector-rules...
  • Additional commits viewable in compare view

Updates symfony/yaml from 6.4.34 to 6.4.38

Release notes

Sourced from symfony/yaml's releases.

v6.4.38

Changelog (symfony/yaml@v6.4.34...v6.4.38)

Commits
  • f8d2f4a [Yaml] fix flow collection drops &anchor and !!str &anchor items
  • 323ed2d CS fixes - native_function_invocation & static_lambda
  • f33e2fb Backport some CS fixes from 7.4
  • fe7a693 [CS] Back config from 8.1 and apply heredoc_indentation rule
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the composer group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [nette/utils](https://github.com/nette/utils) | `4.1.3` | `4.1.4` |
| [symfony/deprecation-contracts](https://github.com/symfony/deprecation-contracts) | `3.6.0` | `3.7.0` |
| [symfony/event-dispatcher-contracts](https://github.com/symfony/event-dispatcher-contracts) | `3.6.0` | `3.7.0` |
| [symfony/http-kernel](https://github.com/symfony/http-kernel) | `6.4.36` | `6.4.38` |
| [symfony/service-contracts](https://github.com/symfony/service-contracts) | `3.6.1` | `3.7.0` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.34` | `6.4.38` |
| [symfony/translation-contracts](https://github.com/symfony/translation-contracts) | `3.6.1` | `3.7.0` |
| [ergebnis/agent-detector](https://github.com/ergebnis/agent-detector) | `1.1.1` | `1.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.34` | `6.4.38` |


Updates `nette/utils` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/nette/utils/releases)
- [Commits](nette/utils@v4.1.3...v4.1.4)

Updates `symfony/deprecation-contracts` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/symfony/deprecation-contracts/releases)
- [Changelog](https://github.com/symfony/deprecation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/deprecation-contracts@v3.6.0...v3.7.0)

Updates `symfony/event-dispatcher-contracts` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/symfony/event-dispatcher-contracts/releases)
- [Changelog](https://github.com/symfony/event-dispatcher-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/event-dispatcher-contracts@v3.6.0...v3.7.0)

Updates `symfony/http-kernel` from 6.4.36 to 6.4.38
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/8.1/CHANGELOG.md)
- [Commits](symfony/http-kernel@v6.4.36...v6.4.38)

Updates `symfony/service-contracts` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v3.6.1...v3.7.0)

Updates `symfony/translation` from 6.4.34 to 6.4.38
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/8.1/CHANGELOG.md)
- [Commits](symfony/translation@v6.4.34...v6.4.38)

Updates `symfony/translation-contracts` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/symfony/translation-contracts/releases)
- [Changelog](https://github.com/symfony/translation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/translation-contracts@v3.6.1...v3.7.0)

Updates `ergebnis/agent-detector` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/ergebnis/agent-detector/releases)
- [Changelog](https://github.com/ergebnis/agent-detector/blob/main/CHANGELOG.md)
- [Commits](ergebnis/agent-detector@1.1.1...1.2.0)

Updates `symfony/yaml` from 6.4.34 to 6.4.38
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.34...v6.4.38)

---
updated-dependencies:
- dependency-name: nette/utils
  dependency-version: 4.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/deprecation-contracts
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/event-dispatcher-contracts
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-version: 6.4.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/service-contracts
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/translation
  dependency-version: 6.4.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/translation-contracts
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: ergebnis/agent-detector
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/yaml
  dependency-version: 6.4.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 11, 2026
@yard-bot yard-bot merged commit 9527909 into main May 11, 2026
4 checks passed
@yard-bot yard-bot deleted the dependabot/composer/composer-2dfa3ed1b0 branch May 11, 2026 22:52
@github-actions
Copy link
Copy Markdown

Composer package changes
Prod Packages Operation Base Target Link License
nette/utils Upgraded v4.1.3 v4.1.4 Compare BSD-3-Clause, GPL-2.0-only, GPL-3.0-only
symfony/deprecation-contracts Upgraded v3.6.0 v3.7.0 Compare MIT
symfony/event-dispatcher-contracts Upgraded v3.6.0 v3.7.0 Compare MIT
symfony/http-kernel Upgraded v6.4.36 v6.4.38 Compare MIT
symfony/service-contracts Upgraded v3.6.1 v3.7.0 Compare MIT
symfony/translation Upgraded v6.4.34 v6.4.38 Compare MIT
symfony/translation-contracts Upgraded v3.6.1 v3.7.0 Compare MIT
Dev Packages Operation Base Target Link License
ergebnis/agent-detector Upgraded 1.1.1 1.2.0 Compare MIT
symfony/yaml Upgraded v6.4.34 v6.4.38 Compare MIT

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

Coverage report for commit: 9cf6210
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ████████░░░░░░░░░░░░░░░ │ 25.0%
 100% │ ███████████████████████ │ 75.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 91.74% | Methods: 95.45%
FilesLinesMethodsBranches
src/Console
   UserRolesCommand.php100.00%100.00%100.00%
src/Facades
   UserRoles.php100.00%100.00%100.00%
src
   UserRoles.php90.53%94.12%100.00%
   UserRolesServiceProvider.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant