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 php-dependencies group with 8 updates #1193

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the php-dependencies group with 8 updates:

Package From To
blade-ui-kit/blade-ui-kit 0.6.3 0.6.4
innocenzi/bluesky-notification-channel 0.2.0 0.2.1
livewire/livewire 3.5.14 3.5.16
spatie/laravel-ignition 2.8.0 2.9.0
spatie/laravel-sitemap 7.2.1 7.3.0
symfony/http-client 7.1.9 7.2.0
symfony/mailgun-mailer 7.1.6 7.2.0
pestphp/pest 3.5.1 3.6.0

Updates blade-ui-kit/blade-ui-kit from 0.6.3 to 0.6.4

Release notes

Sourced from blade-ui-kit/blade-ui-kit's releases.

0.6.4

Changelog

Sourced from blade-ui-kit/blade-ui-kit's changelog.

0.6.4 - 2024-12-02

Commits

Updates innocenzi/bluesky-notification-channel from 0.2.0 to 0.2.1

Release notes

Sourced from innocenzi/bluesky-notification-channel's releases.

v0.2.1

What's Changed

New Contributors

Full Changelog: innocenzi/bluesky-notification-channel@v0.2.0...v0.2.1

Commits

Updates livewire/livewire from 3.5.14 to 3.5.16

Release notes

Sourced from livewire/livewire's releases.

v3.5.16

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.5.15...v3.5.16

v3.5.15

What's Changed

Full Changelog: livewire/livewire@v3.5.14...v3.5.15

Commits

Updates spatie/laravel-ignition from 2.8.0 to 2.9.0

Release notes

Sourced from spatie/laravel-ignition's releases.

2.9.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-ignition@2.8.0...2.9.0

Changelog

Sourced from spatie/laravel-ignition's changelog.

2.9.0 - 2024-12-02

What's Changed

New Contributors

Full Changelog: spatie/laravel-ignition@2.8.0...2.9.0

1.7.0 - 2024-06-13

  • Lock Ignition to a version where the solutions aren't refactored
Commits

Updates spatie/laravel-sitemap from 7.2.1 to 7.3.0

Release notes

Sourced from spatie/laravel-sitemap's releases.

7.3.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-sitemap@7.2.1...7.3.0

Changelog

Sourced from spatie/laravel-sitemap's changelog.

7.3.0 - 2024-12-02

What's Changed

New Contributors

Full Changelog: spatie/laravel-sitemap@7.2.1...7.3.0

Commits
  • f138710 Update PHP version constraints to support PHP 8.4 (#555)
  • 575e948 Merge pull request #553 from spatie/dependabot/github_actions/dependabot/fetc...
  • 81f26d2 Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 8a56adf Merge pull request #544 from spatie/dependabot/github_actions/dependabot/fetc...
  • 0568b7f Update dependabot-auto-merge.yml
  • 3b88004 Update CHANGELOG
  • 7eeb972 Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0
  • See full diff in compare view

Updates symfony/http-client from 7.1.9 to 7.2.0

Release notes

Sourced from symfony/http-client's releases.

v7.2.0

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

v7.2.0-RC1

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

v7.2.0-BETA2

Changelog (symfony/http-client@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

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

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.2

  • Add support for amphp/http-client v5 on PHP 8.4+

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

... (truncated)

Commits
  • 955e433 Merge branch '7.1' into 7.2
  • f4459f8 Merge branch '6.4' into 7.1
  • 18725f0 Merge branch '5.4' into 6.4
  • d77d8e2 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient
  • 99ceaed [HttpClient] Fix primary_ip info when using amphp/http-client v5
  • e961ee6 Merge branch '7.1' into 7.2
  • 3d49526 Merge branch '7.1' into 7.2
  • ea43ace fix amphp/http-client 5 support
  • f87d573 Merge branch '7.1' into 7.2
  • 2da9f7b Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/mailgun-mailer from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/mailgun-mailer's releases.

v7.2.0

Changelog (symfony/mailgun-mailer@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/mailgun-mailer@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/mailgun-mailer@v7.1.6...v7.2.0-BETA1)

Commits

Updates pestphp/pest from 3.5.1 to 3.6.0

Commits

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

Bumps the php-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [blade-ui-kit/blade-ui-kit](https://github.com/blade-ui-kit/blade-ui-kit) | `0.6.3` | `0.6.4` |
| [innocenzi/bluesky-notification-channel](https://github.com/innocenzi/bluesky-notification-channel) | `0.2.0` | `0.2.1` |
| [livewire/livewire](https://github.com/livewire/livewire) | `3.5.14` | `3.5.16` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.8.0` | `2.9.0` |
| [spatie/laravel-sitemap](https://github.com/spatie/laravel-sitemap) | `7.2.1` | `7.3.0` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.9` | `7.2.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.1.6` | `7.2.0` |
| [pestphp/pest](https://github.com/pestphp/pest) | `3.5.1` | `3.6.0` |


Updates `blade-ui-kit/blade-ui-kit` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/blade-ui-kit/blade-ui-kit/releases)
- [Changelog](https://github.com/blade-ui-kit/blade-ui-kit/blob/main/CHANGELOG.md)
- [Commits](blade-ui-kit/blade-ui-kit@0.6.3...0.6.4)

Updates `innocenzi/bluesky-notification-channel` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/innocenzi/bluesky-notification-channel/releases)
- [Changelog](https://github.com/innocenzi/bluesky-notification-channel/blob/main/CHANGELOG.md)
- [Commits](innocenzi/bluesky-notification-channel@v0.2.0...v0.2.1)

Updates `livewire/livewire` from 3.5.14 to 3.5.16
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@3.5.14...v3.5.16)

Updates `spatie/laravel-ignition` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.8.0...2.9.0)

Updates `spatie/laravel-sitemap` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/spatie/laravel-sitemap/releases)
- [Changelog](https://github.com/spatie/laravel-sitemap/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-sitemap@7.2.1...7.3.0)

Updates `symfony/http-client` from 7.1.9 to 7.2.0
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-client@v7.1.9...v7.2.0)

Updates `symfony/mailgun-mailer` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/mailgun-mailer@v7.1.6...v7.2.0)

Updates `pestphp/pest` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/pestphp/pest/releases)
- [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md)
- [Commits](pestphp/pest@v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: blade-ui-kit/blade-ui-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: innocenzi/bluesky-notification-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: livewire/livewire
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/mailgun-mailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: pestphp/pest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 6, 2024
@driesvints driesvints merged commit 890691e into main Dec 6, 2024
2 checks passed
@driesvints driesvints deleted the dependabot/composer/php-dependencies-c9b3bfb4bb branch December 6, 2024 04:14
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
Development

Successfully merging this pull request may close these issues.

1 participant