Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps the symfony group with 2 updates: symfony/framework-bundle and symfony/maker-bundle.

Updates symfony/framework-bundle from 7.1.10 to 7.2.2

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.2

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

v7.2.1

Changelog (symfony/framework-bundle@v7.2.0...v7.2.1)

v7.2.0

Changelog (symfony/framework-bundle@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/framework-bundle@v7.2.0-BETA2...v7.2.0-RC1)

v7.2.0-BETA2

Changelog (symfony/framework-bundle@v7.2.0-BETA1...v7.2.0-BETA2)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/framework-bundle@v7.1.6...v7.2.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

7.2

  • Add support for --sort option when extracting translations with translation:extract command and --force option
  • Add support for setting headers with Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  • Add --resolve-env-vars option to lint:container command
  • Derivate kernel.secret from the decryption secret when its env var is not defined
  • Make the config/ directory optional in MicroKernelTrait, add support for service arguments in the invokable Kernel class, and register FrameworkBundle by default when the bundles.php file is missing
  • [BC BREAK] The secrets:decrypt-to-local command terminates with a non-zero exit code when a secret could not be read
  • Deprecate making cache.app adapter taggable, use the cache.app.taggable adapter instead
  • Enable json_decode_detailed_errors in the default serializer context in debug mode by default when seld/jsonlint is installed
  • Register Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter as a service named serializer.name_converter.snake_case_to_camel_case if available
  • Add framework.csrf_protection.stateless_token_ids, .cookie_name, and .check_header options to use stateless headers/cookies-based CSRF protection
  • Add framework.form.csrf_protection.field_attr option
  • Deprecate session.sid_length and session.sid_bits_per_character config options
  • Add the ability to use an existing service as a lock/semaphore resource
  • Add support for configuring multiple serializer instances via the configuration
  • Add support for SYMFONY_TRUSTED_PROXIES, SYMFONY_TRUSTED_HEADERS, SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER and SYMFONY_TRUSTED_HOSTS env vars
  • Add --no-fill option to translation:extract command

7.1

  • Add CheckAliasValidityPass to lint:container command
  • Add private_ranges as a shortcut for private IP address ranges to the trusted_proxies option
  • Mark classes ConfigBuilderCacheWarmer, Router, SerializerCacheWarmer, TranslationsCacheWarmer, Translator and ValidatorCacheWarmer as final
  • Move the Router cache_dir to kernel.build_dir
  • Deprecate the router.cache_dir config option
  • Add rate_limiter tags to rate limiter services
  • Add secrets:reveal command
  • Add rate_limiter option to http_client.default_options and http_client.scoped_clients
  • Attach the workflow's configuration to the workflow tag
  • Add the allowed_recipients option for mailer to allow some users to receive emails even if recipients is defined.
  • Reset env vars when resetting the container

7.0

  • Remove command translation:update, use translation:extract instead
  • Make the http_method_override config option default to false
  • Remove AbstractController::renderForm(), use render() instead
  • Remove the Symfony\Component\Serializer\Normalizer\ObjectNormalizer and Symfony\Component\Serializer\Normalizer\PropertyNormalizer autowiring aliases, type-hint against Symfony\Component\Serializer\Normalizer\NormalizerInterface or implement NormalizerAwareInterface instead
  • Remove the Http\Client\HttpClient service, use Psr\Http\Client\ClientInterface instead

... (truncated)

Commits
  • aaf86f3 Merge branch '7.1' into 7.2
  • 677a77d bug #59113 [FrameworkBundle][Translation] fix translation lint compatibility ...
  • 1c630f4 fix: notifier channel bus abstract arg
  • 4d4421c Merge branch '7.1' into 7.2
  • 10ad5ad fix translation lint compatibility with the PseudoLocalizationTranslator
  • 18cb4e0 minor #59095 chore: fix CS (keradus)
  • bda64b2 chore: fix CS
  • 4155d1d [FrameworkBundle] Make uri_signer lazy and improve error when kernel.secret i...
  • a8d0da4 bug #58950 [FrameworkBundle] Revert " Deprecate making cache.app adapter ta...
  • 98aa662 Revert "[FrameworkBundle] Deprecate making cache.app adapter taggable"
  • Additional commits viewable in compare view

Updates symfony/maker-bundle from 1.61.0 to 1.62.0

Release notes

Sourced from symfony/maker-bundle's releases.

v1.62.0 : Final Controllers, Validators, & PHP-CS-Fixer as a Composer dependency

What's Changed

New Contributors

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

Changelog

Sourced from symfony/maker-bundle's changelog.

Changelog

Commits
  • 0624f13 minor #1622 [doc]remove prepended doubleslash in exceptionmessage (Butterd)
  • 4a93f98 minor #1623 minor: cs fix (kbond)
  • 3cb552e minor: cs fix
  • d2b260c bug #1621 [make-entity]Keep the 'is' prefixes for booleans properties setters...
  • 348e80a minor #1611 [doc] make:entity requires Doctrine (alexislefebvre)
  • 6adfa32 [doc] make:entity requires Doctrine
  • fa367a3 bug #1619 [make:entity] Issue with detected mixed type set to be nullable (sa...
  • e712ed8 minor: run cs-fixer/phpstan with lowest supported PHP (#1620)
  • 0e8eb58 [doc]remove prepended doubleslash in exceptionmessage #1615
  • 9fa9221 Keep the 'is' prefix on a boolean property when making the setter
  • Additional commits viewable 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 14, 2025
@dependabot dependabot bot requested a review from dmetzner January 14, 2025 03:45
@dependabot dependabot bot force-pushed the dependabot/composer/symfony-24f85fbbe1 branch from a0762ad to d4f7185 Compare January 14, 2025 07:58
Bumps the symfony group with 2 updates: [symfony/framework-bundle](https://github.com/symfony/framework-bundle) and [symfony/maker-bundle](https://github.com/symfony/maker-bundle).


Updates `symfony/framework-bundle` from 7.1.10 to 7.2.2
- [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.1.10...v7.2.2)

Updates `symfony/maker-bundle` from 1.61.0 to 1.62.0
- [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.61.0...v1.62.0)

---
updated-dependencies:
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony-24f85fbbe1 branch from d4f7185 to 5d56729 Compare January 14, 2025 08:00
@dmetzner dmetzner merged commit 8564601 into develop Jan 14, 2025
50 checks passed
@dependabot dependabot bot deleted the dependabot/composer/symfony-24f85fbbe1 branch January 14, 2025 08:28
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