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

chore(deps): bump the composer group across 1 directory with 4 updates #142

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the composer group with 2 updates in the / directory: laravel/framework and symfony/http-client.

Updates laravel/framework from 10.1.5 to 10.48.23

Release notes

Sourced from laravel/framework's releases.

v10.48.23

v10.48.22

No release notes provided.

v10.48.21

v10.48.20

v10.48.19

v10.48.18

v10.48.17

v10.48.16

v10.48.15

v10.48.14

v10.48.13

v10.48.12

... (truncated)

Commits
  • 625269c Update version to v10.48.23
  • 8c07b63 check for running in console
  • 7ccb4dc [10.x] Fix append and prepend batch to chain (#53455)
  • 646520a Ensure headers are only attached to illuminate responses (#53019)
  • 1b3ef8f Update CHANGELOG
  • c4ea52b Update version to v10.48.22
  • 0124751 wip
  • 58c2053 Fix arguments passed to artisan commands that start with 'env' (#52748)
  • 80cdd87 [10.x] Fixes whereDate, whereDay, whereMonth, whereTime, whereYear ...
  • 05a9554 Update CHANGELOG
  • Additional commits viewable in compare view

Updates symfony/http-client from 6.2.13 to 6.4.15

Release notes

Sourced from symfony/http-client's releases.

v6.4.15

Changelog (symfony/http-client@v6.4.14...v6.4.15)

v6.4.14

Changelog (symfony/http-client@v6.4.13...v6.4.14)

v6.4.13

Changelog (symfony/http-client@v6.4.12...v6.4.13)

  • no significant changes

v6.4.12

Changelog (symfony/http-client@v6.4.11...v6.4.12)

v6.4.11

Changelog (symfony/http-client@v6.4.10...v6.4.11)

v6.4.10

Changelog (symfony/http-client@v6.4.9...v6.4.10)

  • no significant changes

v6.4.9

Changelog (symfony/http-client@v6.4.8...v6.4.9)

v6.4.8

Changelog (symfony/http-client@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/http-client@v6.4.6...v6.4.7)

... (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
  • cb4073c Merge branch '5.4' into 6.4
  • 3b643b8 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient
  • 05d88cb Merge branch '5.4' into 6.4
  • 224124d bug #58704 [HttpClient] fix for HttpClientDataCollector fails if proc_open is...
  • aa7bebe [HttpClient] Fix Process-based escaping in HttpClientDataCollector
  • e9b0846 fix for HttpClientDataCollector fails if proc_open is disabled via php.ini . ...
  • ebcaeea [HttpClient] Filter private IPs before connecting when Host == IP
  • 509d0e8 [HttpClient] Fix class requirement message
  • 9990ced Merge branch '5.4' into 6.4
  • 54118c6 Add PR template and auto-close PR on subtree split repositories
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 6.4.13 to 6.4.15

Release notes

Sourced from symfony/http-foundation's releases.

v6.4.15

Changelog (symfony/http-foundation@v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Changelog (symfony/http-foundation@v6.4.13...v6.4.14)

Commits
  • 9b3165e require Cache component versions compatible with Redis 6.1
  • ba020a3 Merge branch '5.4' into 6.4
  • 168b77c security #cve-2024-50345 [HttpFoundation] Reject URIs that contain invalid ch...
  • 4875486 Merge branch '5.4' into 6.4
  • 32310ff [HttpFoundation] Reject URIs that contain invalid characters
  • 38bd9bc [HttpFoundation] Remove invalid HTTP method from exception message
  • 3f38426 Ensure compatibility with mongodb v2
  • See full diff in compare view

Updates symfony/process from 6.4.13 to 6.4.15

Release notes

Sourced from symfony/process's releases.

v6.4.15

Changelog (symfony/process@v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Changelog (symfony/process@v6.4.13...v6.4.14)

Commits
  • 3cb242f Merge branch '5.4' into 6.4
  • 5d1662f normalize paths to avoid failures if a path is referenced by different names
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • 88638b9 Merge branch '5.4' into 6.4
  • ee75984 security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...
  • 05c2ccc [Process] Use %PATH% before %CD% to load the shell on Windows
  • 0776b99 Merge branch '5.4' into 6.4
  • d94dda5 [Process] Fix escaping /X arguments on Windows
  • 836d34f Merge branch '5.4' into 6.4
  • 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 2 updates in the / directory: [laravel/framework](https://github.com/laravel/framework) and [symfony/http-client](https://github.com/symfony/http-client).


Updates `laravel/framework` from 10.1.5 to 10.48.23
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.1.5...v10.48.23)

Updates `symfony/http-client` from 6.2.13 to 6.4.15
- [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.2.13...v6.4.15)

Updates `symfony/http-foundation` from 6.4.13 to 6.4.15
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-foundation@v6.4.13...v6.4.15)

Updates `symfony/process` from 6.4.13 to 6.4.15
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v6.4.13...v6.4.15)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/http-client
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  dependency-type: indirect
  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 17, 2024
@he3als he3als closed this Nov 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/composer/composer-aa080e081a branch November 17, 2024 14:23
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