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 composer group across 1 directory with 4 updates #37

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the composer group with 4 updates in the /api directory: symfony/http-client, symfony/process, symfony/runtime and symfony/security-bundle.

Updates symfony/http-client from 6.4.14 to 7.1.7

Release notes

Sourced from symfony/http-client's releases.

v7.1.7

Changelog (symfony/http-client@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/http-client@v7.1.5...v7.1.6)

  • no significant changes

v7.1.5

Changelog (symfony/http-client@v7.1.4...v7.1.5)

v7.1.4

Changelog (symfony/http-client@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/http-client@v7.1.2...v7.1.3)

  • no significant changes

v7.1.2

Changelog (symfony/http-client@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/http-client@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/http-client@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/http-client@v7.1.0-BETA1...v7.1.0-RC1)

... (truncated)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and JsonMockResponse::fromFile() methods to help using fixtures files
  • Add ThrottlingHttpClient to enable limiting the number of requests within a certain period
  • Deprecate the setLogger() methods of the NoPrivateNetworkHttpClient, TraceableHttpClient and ScopingHttpClient classes, configure the logger of the wrapped clients directly instead

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

... (truncated)

Commits

Updates symfony/process from 6.4.14 to 7.1.7

Release notes

Sourced from symfony/process's releases.

v7.1.7

Changelog (symfony/process@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/process@v7.1.5...v7.1.6)

  • no significant changes

v7.1.5

Changelog (symfony/process@v7.1.4...v7.1.5)

v7.1.3

Changelog (symfony/process@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (symfony/process@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/process@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/process@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/process@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/process@v7.0.7...v7.0.8)

... (truncated)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

  • added the Process::fromShellCommandline() to run commands in a shell wrapper
  • deprecated passing a command as string when creating a Process instance
  • deprecated the Process::setCommandline() and the PhpProcess::setPhpBinary() methods
  • added the Process::waitUntil() method to wait for the process only for a specific output, then continue the normal execution of your application

... (truncated)

Commits

Updates symfony/runtime from 6.4.14 to 7.1.7

Release notes

Sourced from symfony/runtime's releases.

v7.1.7

Changelog (symfony/runtime@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/runtime@v7.1.5...v7.1.6)

v7.1.1

Changelog (symfony/runtime@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/runtime@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/runtime@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/runtime@v7.0.7...v7.1.0-BETA1)

  • no significant changes

v7.0.8

Changelog (symfony/runtime@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (symfony/runtime@v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

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

  • no significant changes

v7.0.0

Changelog (symfony/runtime@v7.0.0-RC2...v7.0.0)

  • no significant changes

... (truncated)

Commits

Updates symfony/security-bundle from 6.4.13 to 7.1.6

Release notes

Sourced from symfony/security-bundle's releases.

v7.1.6

Changelog (symfony/security-bundle@v7.1.5...v7.1.6)

  • no significant changes

v7.1.4

Changelog (symfony/security-bundle@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/security-bundle@v7.1.2...v7.1.3)

v7.1.2

Changelog (symfony/security-bundle@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/security-bundle@v7.1.0...v7.1.1)

v7.1.0

Changelog (symfony/security-bundle@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/security-bundle@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/security-bundle@v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (symfony/security-bundle@v7.0.9...v7.0.10)

... (truncated)

Changelog

Sourced from symfony/security-bundle's changelog.

CHANGELOG

7.1

  • Mark class ExpressionCacheWarmer as final
  • Support multiple signature algorithms for OIDC Token
  • Support JWK or JWKSet for OIDC Token

7.0

  • Enabling SecurityBundle and not configuring it is not allowed
  • Remove the enable_authenticator_manager config option
  • Remove the security.firewalls.logout.csrf_token_generator config option, use security.firewalls.logout.csrf_token_manager instead
  • Remove the require_previous_session config option from authenticators

6.4

  • Deprecate Security::ACCESS_DENIED_ERROR, AUTHENTICATION_ERROR and LAST_USERNAME constants, use the ones on SecurityRequestAttributes instead
  • Allow an array of pattern in firewall configuration
  • Add $badges argument to Security::login
  • Deprecate the require_previous_session config option. Setting it has no effect anymore
  • Add LogoutRouteLoader

6.3

  • Deprecate enabling bundle and not configuring it
  • Add _stateless attribute to the request when firewall is stateless and the attribute is not already set
  • Add StatelessAuthenticatorFactoryInterface for authenticators targeting stateless firewalls only and that don't require a user provider
  • Modify "icon.svg" to improve accessibility for blind/low vision users
  • Make Security::login() return the authenticator response
  • Deprecate the security.firewalls.logout.csrf_token_generator config option, use security.firewalls.logout.csrf_token_manager instead
  • Make firewalls event dispatcher traceable on debug mode
  • Add TokenHandlerFactoryInterface, OidcUserInfoTokenHandlerFactory, OidcTokenHandlerFactory and ServiceTokenHandlerFactory for AccessTokenFactory

6.2

  • Add the Security helper class
  • Deprecate the Symfony\Component\Security\Core\Security service alias, use Symfony\Bundle\SecurityBundle\Security instead
  • Add Security::getFirewallConfig() to help to get the firewall configuration associated to the Request
  • Add Security::login() to login programmatically
  • Add Security::logout() to logout programmatically
  • Add security.firewalls.logout.enable_csrf to enable CSRF protection using the default CSRF token generator
  • Add RFC6750 Access Token support to allow token-based authentication
  • Add security.firewalls.switch_user.target_route option to configure redirect target route on switch user

... (truncated)

Commits
  • 7df1d3d Merge branch '6.4' into 7.1
  • 5e10107 Merge branch '6.4' into 7.1
  • 29d1471 Merge branch '6.4' into 7.1
  • 4f77a89 [Security] Update web-token/jwt-library version and adjust checker parameters
  • 4ec3cda Merge branch '7.0' into 7.1
  • c9a134c Merge branch '6.4' into 7.0
  • a674637 Merge branch '7.0' into 7.1
  • c700885 Merge branch '6.4' into 7.0
  • e4c4097 Merge branch '7.0' into 7.1
  • 5c6c37c Merge branch '6.4' into 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 4 updates in the /api directory: [symfony/http-client](https://github.com/symfony/http-client), [symfony/process](https://github.com/symfony/process), [symfony/runtime](https://github.com/symfony/runtime) and [symfony/security-bundle](https://github.com/symfony/security-bundle).


Updates `symfony/http-client` from 6.4.14 to 7.1.7
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v6.4.14...v7.1.7)

Updates `symfony/process` from 6.4.14 to 7.1.7
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v6.4.14...v7.1.7)

Updates `symfony/runtime` from 6.4.14 to 7.1.7
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/runtime@v6.4.14...v7.1.7)

Updates `symfony/security-bundle` from 6.4.13 to 7.1.6
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v6.4.13...v7.1.6)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/process
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/runtime
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  dependency-group: composer
...

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 Nov 8, 2024
@github-actions github-actions bot added the source label Nov 8, 2024
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 source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants