Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the symfony group across 1 directory with 9 updates #5496

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the symfony group with 8 updates in the / directory:

Package From To
symfony/cache 7.2.1 7.2.3
symfony/framework-bundle 7.2.2 7.2.3
symfony/mailer 7.2.0 7.2.3
symfony/runtime 7.2.0 7.2.3
symfony/stimulus-bundle 2.22.1 2.23.0
symfony/validator 7.2.2 7.2.3
symfony/yaml 7.2.0 7.2.3
symfony/maker-bundle 1.62.0 1.62.1

Updates symfony/cache from 7.2.1 to 7.2.3

Release notes

Sourced from symfony/cache's releases.

v7.2.3

Changelog (symfony/cache@v7.2.2...v7.2.3)

Commits

Updates symfony/framework-bundle from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.3

Changelog (symfony/framework-bundle@v7.2.2...v7.2.3)

Commits
  • d37a43d Merge branch '7.1' into 7.2
  • 1eae7a4 Merge branch '6.4' into 7.1
  • 91df8ee [Serializer] fix default context in Serializer
  • 5834042 Merge branch '7.1' into 7.2
  • 591abb6 Merge branch '6.4' into 7.1
  • 132ab27 [FrameworkBundle] Add missing not-compromised-password entry in XSD
  • 7e18b72 bug #59581 [Cache] Don't clear system caches on cache:clear (nicolas-grekas)
  • f14292b [Cache] Don't clear system caches on cache:clear
  • 5791a99 [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated ...
  • 44271ca Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/mailer from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/mailer's releases.

v7.2.3

Changelog (symfony/mailer@v7.2.2...v7.2.3)

Commits
  • f3871b1 Merge branch '7.1' into 7.2
  • e3790dd Merge branch '6.4' into 7.1
  • e93a6ae Ensure TransportExceptionInterface populates stream debug data
  • aacfc13 Merge branch '7.1' into 7.2
  • 5d77ce5 Merge branch '6.4' into 7.1
  • f8a50c1 [Mailer] Fix SMTP stream EOF handling on Windows by using feof()
  • 84a37c1 Merge branch '7.1' into 7.2
  • c79c40c Merge branch '6.4' into 7.1
  • 48db05b fix_50486 - memory leak
  • See full diff in compare view

Updates symfony/routing from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/routing's releases.

v7.2.3

Changelog (symfony/routing@v7.2.2...v7.2.3)

Commits

Updates symfony/runtime from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/runtime's releases.

v7.2.3

Changelog (symfony/runtime@v7.2.2...v7.2.3)

  • no significant changes
Commits

Updates symfony/stimulus-bundle from 2.22.1 to 2.23.0

Commits
  • 254f4e0 feature #2463 [Stimulus] Fasten lazy loading + add debug lazy:loading and `...
  • 4659f52 [Stimulus] Fasten lazy loading + add debug lazy:loading and lazy:loaded
  • 14845f8 doc: swap url for Stimulus Components
  • See full diff in compare view

Updates symfony/validator from 7.2.2 to 7.2.3

Release notes

Sourced from symfony/validator's releases.

v7.2.3

Changelog (symfony/validator@v7.2.2...v7.2.3)

Commits
  • 6faf9f6 Merge branch '7.1' into 7.2
  • bb226e4 Merge branch '6.4' into 7.1
  • ce20367 minor #59597 [Validator] Fixed Hebrew Translations and Affirmed in validators...
  • 65628a6 Merge branch '7.1' into 7.2
  • c8e91d8 Merge branch '6.4' into 7.1
  • 08f38cc minor #59591 [Validator] Review Arabic translations for the validator (JabriA...
  • a9b5995 minor #59600 [Validator] Fix typo in validators.sk.xlf (pavol-tuka)
  • 3a9e907 Fix typo in validators.sk.xlf
  • 817e9fe translation to hebrew
  • b582bb3 Review Arabic translations for the validator
  • Additional commits viewable in compare view

Updates symfony/yaml from 7.2.0 to 7.2.3

Release notes

Sourced from symfony/yaml's releases.

v7.2.3

Changelog (symfony/yaml@v7.2.2...v7.2.3)

Commits
  • ac238f1 Merge branch '7.1' into 7.2
  • 4921b8c Merge branch '6.4' into 7.1
  • bf598c9 [Yaml] fix inline notation with inline comment
  • 9db31f0 Merge branch '7.1' into 7.2
  • ff52a85 Merge branch '6.4' into 7.1
  • fb4722f reject inline notations followed by invalid content
  • 4eae3a6 [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to igno...
  • See full diff in compare view

Updates symfony/maker-bundle from 1.62.0 to 1.62.1

Release notes

Sourced from symfony/maker-bundle's releases.

v1.62.1 : Revert PHP-CS-Fixer change

v1.62.0 contained a change that added php-cs-fixer as a required dependency. This caused a lot of problems downstream. We've reverted this change.

What's Changed

New Contributors

Full Changelog: symfony/maker-bundle@v1.62.0...v1.62.1

Commits
  • 468ff27 bug #1654 Revert #1575 (Use a PHP-CS-Fixer shim rather than an external PHAR)...
  • 41744d7 Revert "feature #1575 [make:*] Use a PHP-CS-Fixer shim rather than an externa...
  • 495b7d6 bug #1642 Custom root namespace make:twig-component (marcriemer)
  • 708eb83 Custom root namespace make:twig-component
  • 2237542 minor #1647 ci: fix github action deprecations (Chris8934)
  • af5bcb7 ci: fix github action deprecations
  • fa6bd4f minor #1650 fix: PHP 8.4 deprecations (Chris8934)
  • 6f59bff fix: PHP 8.4 deprecations
  • 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 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

Bumps the symfony group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/cache](https://github.com/symfony/cache) | `7.2.1` | `7.2.3` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.2.2` | `7.2.3` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.2.0` | `7.2.3` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.2.0` | `7.2.3` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.22.1` | `2.23.0` |
| [symfony/validator](https://github.com/symfony/validator) | `7.2.2` | `7.2.3` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.0` | `7.2.3` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.62.0` | `1.62.1` |



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

Updates `symfony/framework-bundle` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.2.2...v7.2.3)

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

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

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

Updates `symfony/stimulus-bundle` from 2.22.1 to 2.23.0
- [Changelog](https://github.com/symfony/stimulus-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/stimulus-bundle@v2.22.1...v2.23.0)

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

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

Updates `symfony/maker-bundle` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.62.0...v1.62.1)

---
updated-dependencies:
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 10, 2025
@dependabot dependabot bot requested a review from dmetzner February 10, 2025 03:48
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