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 with 6 updates #248

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2024

Updates the requirements on symfony/browser-kit, symfony/debug-bundle, symfony/dotenv, symfony/framework-bundle, symfony/http-client and symfony/twig-bundle to permit the latest version.
Updates symfony/browser-kit to 7.0.3

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.3

Changelog (symfony/browser-kit@v7.0.2...v7.0.3)

  • no significant changes
Changelog

Sourced from symfony/browser-kit's changelog.

CHANGELOG

6.4

  • Add argument $serverParameters to AbstractBrowser::click() and AbstractBrowser::clickLink()

6.3

  • Add AbstractBrowser::useHtml5Parser()

6.1

  • Add toArray method to Response

5.3

  • Added jsonRequest method to AbstractBrowser
  • Allowed sending a body with GET requests when a content-type is defined

5.2.0

  • [BC BREAK] Request parameters are now casted to string in Request::__construct().

4.3.0

  • Added PHPUnit constraints: BrowserCookieValueSame and BrowserHasCookie
  • Added HttpBrowser, an implementation of a browser with the HttpClient component
  • Renamed Client to AbstractBrowser
  • Marked Response final.
  • Deprecated Response::buildHeader()
  • Deprecated Response::getStatus(), use Response::getStatusCode() instead

4.2.0

  • The method Client::submit() will have a new $serverParameters argument in version 5.0, not defining it is deprecated
  • Added ability to read the "samesite" attribute of cookies using Cookie::getSameSite()

3.4.0

  • [BC BREAK] Client will skip redirects during history navigation

... (truncated)

Commits
  • 725d5b1 Merge branch '6.4' into 7.0
  • 495ffa2 Merge branch '6.3' into 6.4
  • 867868f Merge branch '5.4' into 6.3
  • 2f6f979 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • c53a6e9 clean up method argument handling
  • e77088a Merge branch '6.4' into 7.0
  • a3bb210 Merge branch '6.3' into 6.4
  • e270297 Merge branch '5.4' into 6.3
  • 0ed1f63 [Tests] Streamline
  • 6c93de1 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/debug-bundle to 7.0.3

Release notes

Sourced from symfony/debug-bundle's releases.

v7.0.3

Changelog (symfony/debug-bundle@v7.0.2...v7.0.3)

  • no significant changes
Changelog

Sourced from symfony/debug-bundle's changelog.

CHANGELOG

4.1.0

  • Added the server:dump command to run a server collecting and displaying dumps on a single place with multiple formats support
Commits
  • b0db5c4 Merge branch '6.4' into 7.0
  • 425c776 Merge branch '6.3' into 6.4
  • a7c57ae Merge branch '5.4' into 6.3
  • dfecbdb Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 7e540ae Merge branch '6.4' into 7.0
  • 1e07027 DX: re-apply PHP CS Fixer, partially
  • dd2caf4 Merge branch '6.4' into 7.0
  • 11028d6 replace a not-existing virtual request stack with the real one
  • 091fc25 Merge branch '6.4' into 7.0
  • 4cab692 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling co...
  • Additional commits viewable in compare view

Updates symfony/dotenv to 7.0.3

Release notes

Sourced from symfony/dotenv's releases.

v7.0.3

Changelog (symfony/dotenv@v7.0.2...v7.0.3)

  • no significant changes
Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

3.3.0

  • [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden.
  • added the component
Commits
  • 4c69bf8 Merge branch '6.4' into 7.0
  • 3cb7ca9 Merge branch '6.3' into 6.4
  • d9eaf69 Merge branch '5.4' into 6.3
  • 4de4884 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 1e3e123 Merge branch '6.4' into 7.0
  • 835f8d2 Merge branch '6.3' into 6.4
  • 96d1ee8 Merge branch '5.4' into 6.3
  • 07d7557 allow environment variables starting with an underscore
  • 5c7990d Merge branch '6.4' into 7.0
  • f292a6a Merge branch '6.3' into 6.4
  • Additional commits viewable in compare view

Updates symfony/framework-bundle to 7.0.3

Release notes

Sourced from symfony/framework-bundle's releases.

v7.0.3

Changelog (symfony/framework-bundle@v7.0.2...v7.0.3)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

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
  • Remove the integration of Doctrine annotations, use native attributes instead
  • Remove EnableLoggerDebugModePass, use argument $debug of HttpKernel's Logger instead
  • Remove AddDebugLogProcessorPass::configureLogger(), use HttpKernel's DebugLoggerConfigurator instead
  • Make the framework.handle_all_throwables config option default to true
  • Make the framework.php_errors.log config option default to true
  • Make the framework.session.cookie_secure config option default to auto
  • Make the framework.session.cookie_samesite config option default to lax
  • Make the framework.session.handler_id default to null if save_path is not set and to session.handler.native_file otherwise
  • Make the framework.uid.default_uuid_version config option default to 7
  • Make the framework.uid.time_based_uuid_version config option default to 7
  • Make the framework.validation.email_validation_mode config option default to html5
  • Remove the framework.validation.enable_annotations config option, use framework.validation.enable_attributes instead
  • Remove the framework.serializer.enable_annotations config option, use framework.serializer.enable_attributes instead
  • Remove the routing.loader.annotation service, use the routing.loader.attribute service instead
  • Remove the routing.loader.annotation.directory service, use the routing.loader.attribute.directory service instead
  • Remove the routing.loader.annotation.file service, use the routing.loader.attribute.file service instead
  • Remove AnnotatedRouteControllerLoader, use AttributeRouteControllerLoader instead
  • Remove AddExpressionLanguageProvidersPass, use Symfony\Component\Routing\DependencyInjection\AddExpressionLanguageProvidersPass instead
  • Remove DataCollectorTranslatorPass, use Symfony\Component\Translation\DependencyInjection\DataCollectorTranslatorPass instead
  • Remove LoggingTranslatorPass, use Symfony\Component\Translation\DependencyInjection\LoggingTranslatorPass instead
  • Remove WorkflowGuardListenerPass, use Symfony\Component\Workflow\DependencyInjection\WorkflowGuardListenerPass instead

6.4

  • Add HttpClientAssertionsTrait
  • Add AbstractController::renderBlock() and renderBlockView()
  • Add native return type to Translator and to Application::reset()
  • Deprecate the integration of Doctrine annotations, either uninstall the doctrine/annotations package or disable the integration by setting framework.annotations to false
  • Enable json_decode_detailed_errors context for Serializer by default if kernel.debug is true and the seld/jsonlint package is installed
  • Add DomCrawlerAssertionsTrait::assertAnySelectorTextContains(string $selector, string $text)
  • Add DomCrawlerAssertionsTrait::assertAnySelectorTextSame(string $selector, string $text)
  • Add DomCrawlerAssertionsTrait::assertAnySelectorTextNotContains(string $selector, string $text)
  • Deprecate EnableLoggerDebugModePass, use argument $debug of HttpKernel's Logger instead
  • Deprecate AddDebugLogProcessorPass::configureLogger(), use HttpKernel's DebugLoggerConfigurator instead
  • Deprecate not setting the framework.handle_all_throwables config option; it will default to true in 7.0
  • Deprecate not setting the framework.php_errors.log config option; it will default to true in 7.0

... (truncated)

Commits
  • 3584457 Merge branch '6.4' into 7.0
  • fb413ac bug #53672 [FrameworkBundle] ConfigBuilderCacheWarmer should be non-optiona...
  • 386e2fa [FrameworkBundle] ConfigBuilderCacheWarmer should be non-optional
  • 88747da [DependencyInjection] Fix loading all env vars from secrets when only a subse...
  • 176cca3 Merge branch '6.4' into 7.0
  • e526d81 Merge branch '6.3' into 6.4
  • 3d2ae12 Merge branch '5.4' into 6.3
  • 8980568 Fix implicitly-required parameters
  • 9f39bd6 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 290b022 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/http-client to 7.0.3

Release notes

Sourced from symfony/http-client's releases.

v7.0.3

Changelog (symfony/http-client@v7.0.2...v7.0.3)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.0

  • Remove implementing Http\Message\RequestFactory from HttplugClient

6.4

  • Add HarFileResponseFactory testing utility, allow to replay responses from .har files
  • Add max_retries option to RetryableHttpClient to adjust the retry logic on a per request level
  • Add PingWehookMessage and PingWebhookMessageHandler
  • Enable using EventSourceHttpClient::connect() for both GET and POST

6.3

  • Add option crypto_method to set the minimum TLS version and make it default to v1.2
  • Add UriTemplateHttpClient to use URI templates as specified in the RFC 6570
  • Add ServerSentEvent::getArrayData() to get the Server-Sent Event's data decoded as an array when it's a JSON payload
  • Allow array of urls as base_uri option value in RetryableHttpClient to retry on a new url each time
  • Add JsonMockResponse, a MockResponse shortcut that automatically encodes the passed body to JSON and sets the content type to application/json by default
  • Support file uploads by nesting resource streams in option "body"

6.2

  • Make HttplugClient implement Psr\Http\Message\RequestFactoryInterface, StreamFactoryInterface and UriFactoryInterface
  • Deprecate implementing Http\Message\RequestFactory, StreamFactory and UriFactory on HttplugClient
  • Add withOptions() to HttplugClient and Psr18Client

6.1

  • Allow yielding Exception from MockResponse's $body to mock transport errors
  • Remove credentials from requests redirected to same host but different port

5.4

  • Add MockHttpClient::setResponseFactory() method to be able to set response factory after client creating

5.3

  • Implement HttpClientInterface::withOptions() from symfony/contracts v2.4
  • Add DecoratorTrait to ease writing simple decorators

... (truncated)

Commits
  • 3d2605c Merge branch '6.4' into 7.0
  • a9034bc Merge branch '6.3' into 6.4
  • 510c510 Merge branch '5.4' into 6.3
  • 53e4cc0 [HttpClient] Fix pausing responses before they start when using curl
  • 1d08414 [HttpClient] Fix error chunk creation in passthru
  • dc4ee0b Merge branch '6.4' into 7.0
  • d987c32 Merge branch '6.3' into 6.4
  • 5b7fa7e Merge branch '5.4' into 6.3
  • 5777997 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • db71498 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/twig-bundle to 7.0.3

Release notes

Sourced from symfony/twig-bundle's releases.

v7.0.3

Changelog (symfony/twig-bundle@v7.0.2...v7.0.3)

Changelog

Sourced from symfony/twig-bundle's changelog.

CHANGELOG

7.0

  • Remove the Twig_Environment autowiring alias, use Twig\Environment instead
  • Remove option twig.autoescape; create a class that implements your escaping strategy (check FileExtensionEscapingStrategy::guess() for inspiration) and reference it using the twig.autoescape_service option instead
  • Drop support for Twig 2

6.4

  • Allow omitting the autoescape_service_method option when autoescape_service is set to an invokable service id

6.3

  • Deprecate the Twig_Environment autowiring alias, use Twig\Environment instead

6.2

  • Add the twig.mailer.html_to_text_converter option to allow configuring custom HtmlToTextConverterInterface implementations to be used by the twig.mime_body_renderer service

6.1

  • Add option twig.file_name_pattern to restrict which files are compiled by cache warmer and linter
  • Deprecate option twig.autoescape, use twig.autoescape_service[_method] instead

6.0

  • The twig service is now private

5.3

  • Add support for the new serialize filter (from Twig Bridge)

5.2.0

  • deprecated the public twig service to private

5.0.0

... (truncated)

Commits
  • 6fbf0cc Merge branch '6.4' into 7.0
  • 2e63e50 Merge branch '6.3' into 6.4
  • 820d2a7 Merge branch '5.4' into 6.3
  • f59b91e Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 42606ca Merge branch '6.4' into 7.0
  • a5272e4 Merge branch '6.3' into 6.4
  • dc02547 Merge branch '5.4' into 6.3
  • 2a43fbc [TwigBundle] Fix configuration when 'paths' is null
  • 42c4a60 Remove legacy Twig_ namespace support
  • 35d8439 [WebProfilerBundle][TwigBundle] Add conflicts with 7.0
  • 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

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2024

The following labels could not be found: php.

@qdequippe
Copy link
Owner

@dependabot rebase

@qdequippe qdequippe enabled auto-merge (squash) February 12, 2024 07:25
Updates the requirements on [symfony/browser-kit](https://github.com/symfony/browser-kit), [symfony/debug-bundle](https://github.com/symfony/debug-bundle), [symfony/dotenv](https://github.com/symfony/dotenv), [symfony/framework-bundle](https://github.com/symfony/framework-bundle), [symfony/http-client](https://github.com/symfony/http-client) and [symfony/twig-bundle](https://github.com/symfony/twig-bundle) to permit the latest version.

Updates `symfony/browser-kit` to 7.0.3
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.3.0...v7.0.3)

Updates `symfony/debug-bundle` to 7.0.3
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v6.1.0...v7.0.3)

Updates `symfony/dotenv` to 7.0.3
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.1.0...v7.0.3)

Updates `symfony/framework-bundle` to 7.0.3
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v6.1.0...v7.0.3)

Updates `symfony/http-client` to 7.0.3
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md)
- [Commits](symfony/http-client@v6.3.0...v7.0.3)

Updates `symfony/twig-bundle` to 7.0.3
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v6.1.0...v7.0.3)

---
updated-dependencies:
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/debug-bundle
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony-63e5885e5a branch from 65ca0a1 to 20bd003 Compare February 12, 2024 07:26
@qdequippe qdequippe merged commit d412718 into main Feb 12, 2024
5 of 6 checks passed
@qdequippe qdequippe deleted the dependabot/composer/symfony-63e5885e5a branch February 12, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant