Skip to content

chore(deps): bump the php-dependencies group across 1 directory with 12 updates #234

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the php-dependencies group with 10 updates in the / directory:

Package From To
archtechx/laravel-seo 0.10.1 0.10.2
filament/spatie-laravel-media-library-plugin 3.2.124 3.2.126
laravel/sanctum 4.0.4 4.0.5
livewire/livewire 3.5.12 3.5.14
sentry/sentry-laravel 4.10.0 4.10.1
symfony/http-client 7.1.8 7.2.0
symfony/mailgun-mailer 7.1.6 7.2.0
larastan/larastan 3.0.0 3.0.2
laravel/breeze 2.2.5 2.2.6
laravel/pint 1.18.1 1.18.3

Updates archtechx/laravel-seo from 0.10.1 to 0.10.2

Release notes

Sourced from archtechx/laravel-seo's releases.

v0.10.2

What's Changed

New Contributors

Full Changelog: archtechx/laravel-seo@v0.10.1...v0.10.2

Commits

Updates filament/spatie-laravel-media-library-plugin from 3.2.124 to 3.2.126

Commits

Updates laravel/framework from 11.33.2 to 11.34.2

Release notes

Sourced from laravel/framework's releases.

v11.34.2

v11.34.1

v11.34.0

Changelog

Sourced from laravel/framework's changelog.

v11.34.2 - 2024-11-27

v11.34.1 - 2024-11-26

v11.34.0 - 2024-11-26

Commits

Updates laravel/sanctum from 4.0.4 to 4.0.5

Release notes

Sourced from laravel/sanctum's releases.

v4.0.5

Changelog

Sourced from laravel/sanctum's changelog.

v4.0.5 - 2024-11-26

Commits

Updates livewire/livewire from 3.5.12 to 3.5.14

Release notes

Sourced from livewire/livewire's releases.

v3.5.14

What's Changed

New Contributors

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

v3.5.14

What's Changed

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

v3.5.13

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.5.12...v3.5.13

Commits
  • 97b0276 Fix "Cancel upload" tests failing (#9018)
  • d347b11 Clean up wire:current docs (#9042)
  • 12ed984 wip
  • addf15e Add wire:current directive
  • 3d05fa6 Bump alpine dependancy to 3.14.4
  • 0479043 Fix namespace of Url attribute in testing docs (#9015)
  • 438e919 Revert "added 'AllowDynamicProperties' to Component to silence log warning ab...
  • 6560d62 Fix wire dirty (#8956)
  • 74c4a7f Fix wire:navigate IOS <17 popover support (#8972)
  • db28f20 added 'AllowDynamicProperties' to Component to silence log warning about dyna...
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.10.0 to 4.10.1

Release notes

Sourced from sentry/sentry-laravel's releases.

4.10.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.1.

Bug Fixes

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.10.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.1.

Bug Fixes

Commits

Updates symfony/http-client from 7.1.8 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)

v7.1.9

Changelog (symfony/http-client@v7.1.8...v7.1.9)

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
  • 2ec4972 Merge branch '6.4' into 7.1
  • 60a1136 Merge branch '5.4' into 6.4
  • 63a1278 [HttpClient] Fix checking for private IPs before connecting
  • 3d49526 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 fakerphp/faker from 1.24.0 to 1.24.1

Release notes

Sourced from fakerphp/faker's releases.

v1.24.1

What's Changed

New Contributors

Full Changelog: FakerPHP/Faker@v1.24.0...v1.24.1

Changelog

Sourced from fakerphp/faker's changelog.

CHANGELOG

Unreleased

  • Removed domain gmail.com.au from Provider\en_AU\Internet (#886)
Commits

Updates larastan/larastan from 3.0.0 to 3.0.2

Release notes

Sourced from larastan/larastan's releases.

v3.0.1

What's Changed

Fixed

Internal

Also changes from 2.9.12

New Contributors

Full Changelog: larastan/larastan@v3.0.0...v3.0.1

Commits

Updates laravel/breeze from 2.2.5 to 2.2.6

Release notes

Sourced from laravel/breeze's releases.

v2.2.6

Changelog

Sourced from laravel/breeze's changelog.

v2.2.6 - 2024-11-20

Commits

Updates laravel/pint from 1.18.1 to 1.18.3

Release notes

Sourced from laravel/pint's releases.

v1.18.3

v1.18.2

Changelog

Sourced from laravel/pint's changelog.

v1.18.3 - 2024-11-26

v1.18.2 - 2024-11-20

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 grou...

Description has been truncated

…12 updates

Bumps the php-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [archtechx/laravel-seo](https://github.com/archtechx/laravel-seo) | `0.10.1` | `0.10.2` |
| [filament/spatie-laravel-media-library-plugin](https://github.com/filamentphp/spatie-laravel-media-library-plugin) | `3.2.124` | `3.2.126` |
| [laravel/sanctum](https://github.com/laravel/sanctum) | `4.0.4` | `4.0.5` |
| [livewire/livewire](https://github.com/livewire/livewire) | `3.5.12` | `3.5.14` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.10.0` | `4.10.1` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.8` | `7.2.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.1.6` | `7.2.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.0.0` | `3.0.2` |
| [laravel/breeze](https://github.com/laravel/breeze) | `2.2.5` | `2.2.6` |
| [laravel/pint](https://github.com/laravel/pint) | `1.18.1` | `1.18.3` |



Updates `archtechx/laravel-seo` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/archtechx/laravel-seo/releases)
- [Commits](archtechx/laravel-seo@v0.10.1...v0.10.2)

Updates `filament/spatie-laravel-media-library-plugin` from 3.2.124 to 3.2.126
- [Commits](filamentphp/spatie-laravel-media-library-plugin@v3.2.124...v3.2.126)

Updates `laravel/framework` from 11.33.2 to 11.34.2
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.33.2...v11.34.2)

Updates `laravel/sanctum` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v4.0.4...v4.0.5)

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

Updates `sentry/sentry-laravel` from 4.10.0 to 4.10.1
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@4.10.0...4.10.1)

Updates `symfony/http-client` from 7.1.8 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.8...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 `fakerphp/faker` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md)
- [Commits](FakerPHP/Faker@v1.24.0...v1.24.1)

Updates `larastan/larastan` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.0.0...v3.0.2)

Updates `laravel/breeze` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/laravel/breeze/releases)
- [Changelog](https://github.com/laravel/breeze/blob/2.x/CHANGELOG.md)
- [Commits](laravel/breeze@v2.2.5...v2.2.6)

Updates `laravel/pint` from 1.18.1 to 1.18.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.18.1...v1.18.3)

---
updated-dependencies:
- dependency-name: archtechx/laravel-seo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: filament/spatie-laravel-media-library-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/sanctum
  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: sentry/sentry-laravel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: larastan/larastan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/breeze
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

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 29, 2024
@github-actions github-actions bot enabled auto-merge November 29, 2024 11:01
@mckenziearts mckenziearts self-assigned this Dec 3, 2024
@mckenziearts mckenziearts self-requested a review December 3, 2024 13:36
@github-actions github-actions bot merged commit 76d76df into develop Dec 3, 2024
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/composer/php-dependencies-c38956dd50 branch December 3, 2024 13:36
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