Skip to content

build(deps): bump the dependencies group with 6 updates#1490

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/dependencies-9194dacbd5
Closed

build(deps): bump the dependencies group with 6 updates#1490
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/dependencies-9194dacbd5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the dependencies group with 6 updates:

Package From To
symfony/polyfill-iconv 1.31.0 1.32.0
symfony/polyfill-mbstring 1.31.0 1.32.0
symfony/var-dumper 7.2.3 7.2.6
thecodingmachine/safe 3.1.0 3.1.1
phpspec/prophecy 1.20.0 1.22.0
symfony/yaml 7.2.5 7.2.6

Updates symfony/polyfill-iconv from 1.31.0 to 1.32.0

Commits

Updates symfony/polyfill-mbstring from 1.31.0 to 1.32.0

Commits

Updates symfony/var-dumper from 7.2.3 to 7.2.6

Release notes

Sourced from symfony/var-dumper's releases.

v7.2.6

Changelog (symfony/var-dumper@v7.2.5...v7.2.6)

  • no significant changes
Commits

Updates thecodingmachine/safe from 3.1.0 to 3.1.1

Release notes

Sourced from thecodingmachine/safe's releases.

v3.1.1

What's Changed

New Contributors

Full Changelog: thecodingmachine/safe@v3.1.0...v3.1.1

Commits

Updates phpspec/prophecy from 1.20.0 to 1.22.0

Release notes

Sourced from phpspec/prophecy's releases.

v1.22.0

1.22.0

Removed:

v1.21.0

Added:

Add support for PHPUnit 12 (@​jean85)

Changelog

Sourced from phpspec/prophecy's changelog.

1.22.0

Removed:

1.21.0

Added:

Commits
  • 35f1adb Merge pull request #639 from Jean85/phpstan-v2
  • c25152c Solve more error, based on CI output
  • 8a9ea35 Drop support to PHP below 7.4
  • 12d783a Solve one additional error
  • b5c11c3 Resolve PHPStan issues after upgrading to v2
  • cce8f7a Require PHPStan v2
  • 7594ec2 Merge pull request #638 from Jean85/patch-3
  • 4ead0d5 Update CHANGES.md for v1.21
  • 53ab8ce Merge pull request #635 from Jean85/allow-sebastian-comparator-7
  • 7cfa9da Allow new major of sebastian/* packages to allow PHPUnit 12 for end users
  • See full diff in compare view

Updates symfony/yaml from 7.2.5 to 7.2.6

Release notes

Sourced from symfony/yaml's releases.

v7.2.6

Changelog (symfony/yaml@v7.2.5...v7.2.6)

  • no significant changes
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 5, 2025
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.31.0` | `1.32.0` |
| [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.31.0` | `1.32.0` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.2.3` | `7.2.6` |
| [thecodingmachine/safe](https://github.com/thecodingmachine/safe) | `3.1.0` | `3.1.1` |
| [phpspec/prophecy](https://github.com/phpspec/prophecy) | `1.20.0` | `1.22.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.5` | `7.2.6` |


Updates `symfony/polyfill-iconv` from 1.31.0 to 1.32.0
- [Commits](symfony/polyfill-iconv@v1.31.0...v1.32.0)

Updates `symfony/polyfill-mbstring` from 1.31.0 to 1.32.0
- [Commits](symfony/polyfill-mbstring@v1.31.0...v1.32.0)

Updates `symfony/var-dumper` from 7.2.3 to 7.2.6
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/7.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.2.3...v7.2.6)

Updates `thecodingmachine/safe` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/thecodingmachine/safe/releases)
- [Commits](thecodingmachine/safe@v3.1.0...v3.1.1)

Updates `phpspec/prophecy` from 1.20.0 to 1.22.0
- [Release notes](https://github.com/phpspec/prophecy/releases)
- [Changelog](https://github.com/phpspec/prophecy/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy@v1.20.0...v1.22.0)

Updates `symfony/yaml` from 7.2.5 to 7.2.6
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.2.5...v7.2.6)

---
updated-dependencies:
- dependency-name: symfony/polyfill-iconv
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/polyfill-mbstring
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/var-dumper
  dependency-version: 7.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: thecodingmachine/safe
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpspec/prophecy
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/dependencies-9194dacbd5 branch from c35ea35 to 7136716 Compare May 19, 2025 06:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/composer/dependencies-9194dacbd5 branch May 26, 2025 06:06
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.

0 participants