Skip to content
New issue

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

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

Already on GitHub? # to your account

build(deps): bump symfony/framework-bundle from 7.1.6 to 7.2.0 #321

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps symfony/framework-bundle from 7.1.6 to 7.2.0.

Release notes

Sourced from symfony/framework-bundle's releases.

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
  • a8d0da4 bug #58950 [FrameworkBundle] Revert " Deprecate making cache.app adapter ta...
  • 98aa662 Revert "[FrameworkBundle] Deprecate making cache.app adapter taggable"
  • eca6e49 Revert "bug #58937 [FrameworkBundle] Don't auto-register form/csrf when the c...
  • 15df69b [FrameworkBundle] Don't auto-register form/csrf when the corresponding compon...
  • f954349 [TypeInfo][Serializer][PropertyInfo][Validator] TypeInfo 7.1 compatibility
  • e1fe039 bug #58834 [FrameworkBundle] ensure validator.translation_domain parameter ...
  • 2b2f30e feature #57630 [TypeInfo] Redesign Type methods and nullability (mtarld)
  • 3bf0083 ensure that the validator.translation_domain parameter is always set
  • 7a46f7d [Routing] Rename annotations to attribute in AttributeClassLoader
  • 8a7df87 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@dependabot dependabot bot requested a review from a team December 2, 2024 06:16
@Progi1984
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/develop/symfony/framework-bundle-7.2.0 branch from 9bf9081 to d7f76d5 Compare December 2, 2024 10:38
Bumps [symfony/framework-bundle](https://github.com/symfony/framework-bundle) from 7.1.6 to 7.2.0.
- [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.6...v7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/develop/symfony/framework-bundle-7.2.0 branch from d7f76d5 to 7948c3e Compare December 2, 2024 12:27
@Progi1984 Progi1984 merged commit 2979726 into develop Dec 2, 2024
8 checks passed
@Progi1984 Progi1984 deleted the dependabot/composer/develop/symfony/framework-bundle-7.2.0 branch December 2, 2024 16:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant