Skip to content

(chore): Bump the composer group with 14 updates#107

Merged
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-3736a324ca
May 25, 2026
Merged

(chore): Bump the composer group with 14 updates#107
yard-bot merged 1 commit into
mainfrom
dependabot/composer/composer-3736a324ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the composer group with 14 updates:

Package From To
spatie/laravel-package-tools 1.93.0 1.93.1
guzzlehttp/uri-template 1.0.5 1.0.6
symfony/http-kernel 6.4.39 6.4.40
symfony/mailer 6.4.34 6.4.40
symfony/mime 6.4.37 6.4.40
symfony/polyfill-intl-grapheme 1.37.0 1.38.0
symfony/polyfill-intl-normalizer 1.37.0 1.38.0
symfony/polyfill-mbstring 1.37.0 1.38.0
symfony/polyfill-php83 1.37.0 1.38.0
symfony/routing 6.4.37 6.4.40
php-stubs/wordpress-stubs 6.9.1 6.9.4
psy/psysh 0.12.22 0.12.23
symfony/polyfill-php84 1.37.0 1.38.0
symfony/yaml 6.4.39 6.4.40

Updates spatie/laravel-package-tools from 1.93.0 to 1.93.1

Release notes

Sourced from spatie/laravel-package-tools's releases.

1.93.1

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.93.0...1.93.1

Changelog

Sourced from spatie/laravel-package-tools's changelog.

1.93.1 - 2026-05-19

What's Changed

New Contributors

Full Changelog: spatie/laravel-package-tools@1.93.0...1.93.1

Commits
  • d555284 Merge pull request #186 from YoussefMansour9/fix/migration-timestamp-prefix
  • 00ee878 fix: strip timestamp prefix before checking for existing migrations
  • b8fd94c Update CHANGELOG
  • See full diff in compare view

Updates guzzlehttp/uri-template from 1.0.5 to 1.0.6

Release notes

Sourced from guzzlehttp/uri-template's releases.

v1.0.6

Fixed

  • Fixed empty nested arrays adding empty components to exploded query expansions
  • Fixed nested query array keys being double-encoded during exploded query expansion
  • Fixed reserved and fragment expansion preserving existing pct-encoded triplets in variable values
Changelog

Sourced from guzzlehttp/uri-template's changelog.

v1.0.6 - 2026-05-23

Fixed

  • Fixed empty nested arrays adding empty components to exploded query expansions
  • Fixed nested query array keys being double-encoded during exploded query expansion
  • Fixed reserved and fragment expansion preserving existing pct-encoded triplets in variable values
Commits

Updates symfony/http-kernel from 6.4.39 to 6.4.40

Release notes

Sourced from symfony/http-kernel's releases.

v6.4.40

Changelog (symfony/http-kernel@v6.4.39...v6.4.40)

Commits
  • 41dff5c Update VERSION for 6.4.40
  • ed497ac [HttpKernel] Preserve named-attribute override on Request/Session value resol...
  • 11161e6 Bump Symfony version to 6.4.40
  • See full diff in compare view

Updates symfony/mailer from 6.4.34 to 6.4.40

Release notes

Sourced from symfony/mailer's releases.

v6.4.40

Changelog (symfony/mailer@v6.4.31...v6.4.40)

Commits
  • 94fd44f Merge branch '5.4' into 6.4
  • 5b5385b [Mailer] Add end-of-options separator before recipients in SendmailTransport;...
  • 602519c PHP CS Fixer: backports changes toward 6.4 branch
  • a2918c6 CS fixes - native_function_invocation & static_lambda
  • d56a83b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • See full diff in compare view

Updates symfony/mime from 6.4.37 to 6.4.40

Release notes

Sourced from symfony/mime's releases.

v6.4.40

Changelog (symfony/mime@v6.4.37...v6.4.40)

Commits
  • 7ccfb0c Merge branch '5.4' into 6.4
  • 8f89d3a [Mime] Reject email addresses containing line breaks in Address
  • f2f05cb [Mime] Fix transient test
  • See full diff in compare view

Updates symfony/polyfill-intl-grapheme from 1.37.0 to 1.38.0

Release notes

Sourced from symfony/polyfill-intl-grapheme's releases.

v1.38.0

Changelog (symfony/polyfill-intl-grapheme@v1.37.0...v1.38.0)

Commits
  • 9c862df Match polyfill signatures to native PHP 8.x to silence TestListener warnings
  • c1075e8 bug #604 [Grapheme] Return false from grapheme_strrev() on invalid UTF-8 (nic...
  • 5ac9e3f [Grapheme] Return false from grapheme_strrev() on invalid UTF-8
  • c9d6742 [Grapheme] Fix grapheme cluster splitting on PCRE < 10.44
  • See full diff in compare view

Updates symfony/polyfill-intl-normalizer from 1.37.0 to 1.38.0

Release notes

Sourced from symfony/polyfill-intl-normalizer's releases.

v1.38.0

Changelog (symfony/polyfill-intl-normalizer@v1.31.0...v1.38.0)

Commits
  • 2d446c2 [Intl/Normalizer] Polyfill normalizer_get_raw_decomposition()
  • See full diff in compare view

Updates symfony/polyfill-mbstring from 1.37.0 to 1.38.0

Release notes

Sourced from symfony/polyfill-mbstring's releases.

v1.38.0

Changelog (symfony/polyfill-mbstring@v1.34.0...v1.38.0)

Commits
  • 6b177d0 [Mbstring] Fall back to plain iconv when //IGNORE is unsupported
  • d3775d9 [Mbstring] Make mb_convert_encoding($s, $y, 'HTML-ENTITIES') match native output
  • df6d923 bug #603 [Mbstring][Php83][Php84] Accept null in mb_* polyfills (nicolas-grekas)
  • 4884ffd [Mbstring][Php83][Php84] Accept null in mb_* polyfills
  • 047129e [Mbstring] Fix mb_strlen() for invalid UTF-8 input
  • 1b6ebba Improve type declarations fo some mbstring polyfill
  • See full diff in compare view

Updates symfony/polyfill-php83 from 1.37.0 to 1.38.0

Release notes

Sourced from symfony/polyfill-php83's releases.

v1.38.0

Changelog (symfony/polyfill-php83@v1.34.0...v1.38.0)

Commits
  • c4406e0 Match polyfill signatures to native PHP 8.x to silence TestListener warnings
  • 29cf3fa bug #603 [Mbstring][Php83][Php84] Accept null in mb_* polyfills (nicolas-grekas)
  • c410823 bug #599 [Php83] Fix mb_str_pad invalid encoding error reporting (nicolas-gre...
  • 0e3ffcb bug #595 [Php83] Fix str_increment() for numeric strings beyond PHP_INT_MAX (...
  • 91b9e7c [Mbstring][Php83][Php84] Accept null in mb_* polyfills
  • df9c255 [Php83] Fix mb_str_pad invalid encoding error reporting
  • 196f4cc [Php83] Fix str_increment() for numeric strings beyond PHP_INT_MAX
  • 005dbd8 [Php83] Fix ldap_exop_sync polyfill on PHP < 8.3
  • 22624b3 Improve type declarations fo some mbstring polyfill
  • See full diff in compare view

Updates symfony/routing from 6.4.37 to 6.4.40

Release notes

Sourced from symfony/routing's releases.

v6.4.40

Changelog (symfony/routing@v6.4.37...v6.4.40)

Commits
  • 0cd0d2f Merge branch '5.4' into 6.4
  • 275b313 [Routing] Fix regex alternation anchoring in UrlGenerator requirement validation
  • See full diff in compare view

Updates php-stubs/wordpress-stubs from 6.9.1 to 6.9.4

Commits
  • 90a9412 Generate stubs for WordPress 6.9.4
  • 3872c81 Generate stubs for WordPress 6.9.3
  • 6b39732 Generate stubs for WordPress 6.9.2
  • e69c429 Update functionMap.php (#461)
  • 1fa10da Avoid adding void/never return tag to generator functions (#456)
  • 6486e13 block_core_...build_css...: narrow return type (#450)
  • ab0a5d9 Allow visitor to handle all ClassLikes (#454)
  • 953cbaa Simplify and improve void or never addition logic (#453)
  • 1624bc0 WP_Ajax_Response::add: narrow return type (#452)
  • a11b757 wp_generate_block_templates_export_file: narrow return type (#451)
  • Additional commits viewable in compare view

Updates psy/psysh from 0.12.22 to 0.12.23

Release notes

Sourced from psy/psysh's releases.

PsySH v0.12.23

Bug fixes

  • Fix interactive readline bracket matching inside interpolated strings. Fixes #930
  • Avoid infinite recursion in ShellOutput write tracking (e.g. print_r on an Exception with zend.exception_ignore_args = Off). Fixes #934
  • Include --warm-autoload in project trust restrictions
  • Exclude Symfony Console DI components from the autoload warmer (they're an optional dependency and blow up when not installed)

Under the hood

  • Tighter callable types throughout
  • Added MediaWiki downstream smoke tests, updated to 8.3
  • Fixed Drush downstream tests
Commits
  • 4dcc0f0 Merge branch 'release/v0.12.23'
  • e70ea1a Bump to v0.12.23
  • 961a554 Bump composer/class-map-generator from 1.7.2 to 1.7.3 in /build
  • 901a822 Bump codecov/codecov-action from 6.0.0 to 6.0.1
  • f1dea55 Bump shivammathur/setup-php from 2.37.0 to 2.37.1
  • 77c2c06 Fix drush downstream tests
  • a6a4cdd Track ShellOutput writes without listener
  • 316df3b Bump symfony/polyfill-mbstring from 1.33.0 to 1.37.0 in /build
  • d828ff9 Bump symfony/polyfill-iconv from 1.36.0 to 1.37.0 in /build
  • ced6086 Fix interactive readline bracket matching in interpolated strings
  • Additional commits viewable in compare view

Updates symfony/polyfill-php84 from 1.37.0 to 1.38.0

Release notes

Sourced from symfony/polyfill-php84's releases.

v1.38.0

Changelog (symfony/polyfill-php84@v1.34.0...v1.38.0)

Commits
  • a0e0aca bug #603 [Mbstring][Php83][Php84] Accept null in mb_* polyfills (nicolas-grekas)
  • b8015ea bug #600 [Php84] Declare $persistent property in ReflectionConstant stub (nic...
  • 5ed3359 [Mbstring][Php83][Php84] Accept null in mb_* polyfills
  • 8a57759 [Php84] Declare $persistent property in ReflectionConstant stub
  • c4cda8f [Grapheme] Fix grapheme cluster splitting on PCRE < 10.44
  • 0507233 minor #592 Improve type declarations fo some mbstring polyfill (nicolas-grekas)
  • 5812636 Improve type declarations fo some mbstring polyfill
  • 30d82aa Fix mb_rtrim() missing unicode-awareness
  • 87eb812 PHP can be built without PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT
  • See full diff in compare view

Updates symfony/yaml from 6.4.39 to 6.4.40

Release notes

Sourced from symfony/yaml's releases.

v6.4.40

Changelog (symfony/yaml@v6.4.39...v6.4.40)

Commits
  • 68dcd1f Merge branch '5.4' into 6.4
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • b02ba66 [Yaml] Bound recursion depth in the parser
  • 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 14 updates:

| Package | From | To |
| --- | --- | --- |
| [spatie/laravel-package-tools](https://github.com/spatie/laravel-package-tools) | `1.93.0` | `1.93.1` |
| [guzzlehttp/uri-template](https://github.com/guzzle/uri-template) | `1.0.5` | `1.0.6` |
| [symfony/http-kernel](https://github.com/symfony/http-kernel) | `6.4.39` | `6.4.40` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.34` | `6.4.40` |
| [symfony/mime](https://github.com/symfony/mime) | `6.4.37` | `6.4.40` |
| [symfony/polyfill-intl-grapheme](https://github.com/symfony/polyfill-intl-grapheme) | `1.37.0` | `1.38.0` |
| [symfony/polyfill-intl-normalizer](https://github.com/symfony/polyfill-intl-normalizer) | `1.37.0` | `1.38.0` |
| [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.37.0` | `1.38.0` |
| [symfony/polyfill-php83](https://github.com/symfony/polyfill-php83) | `1.37.0` | `1.38.0` |
| [symfony/routing](https://github.com/symfony/routing) | `6.4.37` | `6.4.40` |
| [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) | `6.9.1` | `6.9.4` |
| [psy/psysh](https://github.com/bobthecow/psysh) | `0.12.22` | `0.12.23` |
| [symfony/polyfill-php84](https://github.com/symfony/polyfill-php84) | `1.37.0` | `1.38.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.39` | `6.4.40` |


Updates `spatie/laravel-package-tools` from 1.93.0 to 1.93.1
- [Release notes](https://github.com/spatie/laravel-package-tools/releases)
- [Changelog](https://github.com/spatie/laravel-package-tools/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-package-tools@1.93.0...1.93.1)

Updates `guzzlehttp/uri-template` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/guzzle/uri-template/releases)
- [Changelog](https://github.com/guzzle/uri-template/blob/1.0/CHANGELOG.md)
- [Commits](guzzle/uri-template@v1.0.5...v1.0.6)

Updates `symfony/http-kernel` from 6.4.39 to 6.4.40
- [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.39...v6.4.40)

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.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.34...v6.4.40)

Updates `symfony/mime` from 6.4.37 to 6.4.40
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mime@v6.4.37...v6.4.40)

Updates `symfony/polyfill-intl-grapheme` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/symfony/polyfill-intl-grapheme/releases)
- [Commits](symfony/polyfill-intl-grapheme@v1.37.0...v1.38.0)

Updates `symfony/polyfill-intl-normalizer` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/symfony/polyfill-intl-normalizer/releases)
- [Commits](symfony/polyfill-intl-normalizer@v1.37.0...v1.38.0)

Updates `symfony/polyfill-mbstring` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/symfony/polyfill-mbstring/releases)
- [Commits](symfony/polyfill-mbstring@v1.37.0...v1.38.0)

Updates `symfony/polyfill-php83` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/symfony/polyfill-php83/releases)
- [Commits](symfony/polyfill-php83@v1.37.0...v1.38.0)

Updates `symfony/routing` from 6.4.37 to 6.4.40
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.37...v6.4.40)

Updates `php-stubs/wordpress-stubs` from 6.9.1 to 6.9.4
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](php-stubs/wordpress-stubs@v6.9.1...v6.9.4)

Updates `psy/psysh` from 0.12.22 to 0.12.23
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.12.22...v0.12.23)

Updates `symfony/polyfill-php84` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/symfony/polyfill-php84/releases)
- [Commits](symfony/polyfill-php84@v1.37.0...v1.38.0)

Updates `symfony/yaml` from 6.4.39 to 6.4.40
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.39...v6.4.40)

---
updated-dependencies:
- dependency-name: spatie/laravel-package-tools
  dependency-version: 1.93.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: guzzlehttp/uri-template
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-version: 6.4.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/mailer
  dependency-version: 6.4.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/mime
  dependency-version: 6.4.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/polyfill-intl-grapheme
  dependency-version: 1.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-intl-normalizer
  dependency-version: 1.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-mbstring
  dependency-version: 1.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php83
  dependency-version: 1.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/routing
  dependency-version: 6.4.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-version: 6.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: psy/psysh
  dependency-version: 0.12.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/polyfill-php84
  dependency-version: 1.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/yaml
  dependency-version: 6.4.40
  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 25, 2026
@yard-bot yard-bot merged commit a1416a7 into main May 25, 2026
4 checks passed
@yard-bot yard-bot deleted the dependabot/composer/composer-3736a324ca branch May 25, 2026 21:15
@github-actions
Copy link
Copy Markdown

Composer package changes
Prod Packages Operation Base Target Link License
guzzlehttp/uri-template Upgraded v1.0.5 v1.0.6 Compare MIT
spatie/laravel-package-tools Upgraded 1.93.0 1.93.1 Compare MIT
symfony/http-kernel Upgraded v6.4.39 v6.4.40 Compare MIT
symfony/mailer Upgraded v6.4.34 v6.4.40 Compare MIT
symfony/mime Upgraded v6.4.37 v6.4.40 Compare MIT
symfony/polyfill-intl-grapheme Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-intl-normalizer Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-mbstring Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/polyfill-php83 Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/routing Upgraded v6.4.37 v6.4.40 Compare MIT
Dev Packages Operation Base Target Link License
php-stubs/wordpress-stubs Upgraded v6.9.1 v6.9.4 Compare MIT
psy/psysh Upgraded v0.12.22 v0.12.23 Compare MIT
symfony/polyfill-php84 Upgraded v1.37.0 v1.38.0 Compare MIT
symfony/yaml Upgraded v6.4.39 v6.4.40 Compare MIT

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Coverage report for commit: b90017f
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