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 11 updates #62

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps the composer group with 9 updates in the / directory:

Package From To
intervention/image 3.5.1 3.6.2
league/flysystem-aws-s3-v3 3.26.0 3.27.0
livewire/livewire 3.4.10 3.4.11
ohdearapp/ohdear-php-sdk 3.10.1 3.10.2
symfony/dom-crawler 7.0.4 7.0.7
barryvdh/laravel-debugbar 3.13.3 3.13.5
larastan/larastan 2.9.2 2.9.5
spatie/laravel-ignition 2.5.1 2.6.2
vaimo/composer-patches 5.1.2 5.2.0

Updates intervention/image from 3.5.1 to 3.6.2

Release notes

Sourced from intervention/image's releases.

3.6.2

What's Changed

Full Changelog: Intervention/image@3.6.1...3.6.2

3.6.1

What's Changed

Full Changelog: Intervention/image@3.6.0...3.6.1

3.6.0

What's Changed

Full Changelog: Intervention/image@3.5.1...3.6.0

Commits
  • 8e00dd3 Add ImageManager interface (#1336)
  • 33cbb21 Filter out parameter that do not match target encoder (#1333)
  • 5464ca5 Refactor to meet PHPStan level 5 (#1334)
  • e922730 Adjust default parameter to main call in Image::class
  • 3ff1573 Add negative tests
  • 490b8ae Add option to encode interlaced PNG format
  • 968f9e4 Remove redundant code & double doc blocks
  • 8f6aabe Supported format detection (#1330)
  • 5ee087e Refactor tests to use data providers
  • 2691d92 Add ImageManager::driver()
  • Additional commits viewable in compare view

Updates league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0

Commits
  • 3e6ce2f Handle MetadataDirective gracefully.
  • 6817963 Only forward params.
  • b4ddb70 fix: Send all options to copy instead of just params
  • 80ce2d2 fix: SSE-C parameters were misspelled
  • See full diff in compare view

Updates livewire/livewire from 3.4.10 to 3.4.11

Release notes

Sourced from livewire/livewire's releases.

v3.4.11

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.4.10...v3.4.11

Commits
  • 8a78d0c bump Alpine version
  • 224c2f0 Add browser test Can submit form using magic actions without breaking form (#...
  • 1b1e0f0 bump alpine to 3.13.9
  • ed89372 Fix hydrating union types (#8286)
  • 27436fc Added config for cleaning up old files. (#8296)
  • 10bf80e Fix @teleport directive when view is cached (#8282)
  • 01a4ee8 Add withoutLazyLoading() testing helper (#8326)
  • 470ecbc Use assertSetStrict in tests (#8297)
  • 7c3757b Fix URL in issue template (#8295)
  • cac2f7b prevent multiple of the same custom directives from registering
  • Additional commits viewable in compare view

Updates ohdearapp/ohdear-php-sdk from 3.10.1 to 3.10.2

Release notes

Sourced from ohdearapp/ohdear-php-sdk's releases.

3.10.2

What's Changed

New Contributors

Full Changelog: ohdearapp/ohdear-php-sdk@3.10.1...3.10.2

Changelog

Sourced from ohdearapp/ohdear-php-sdk's changelog.

3.10.2 - 2024-04-08

What's Changed

New Contributors

Full Changelog: ohdearapp/ohdear-php-sdk@3.10.1...3.10.2

Commits
  • f7874c6 Update composer.json for orchestra/testbench version compatibility
  • 504ea6a Remove Psalm workflow and update composer.json dev requirements
  • 8984f5a Update dependencies in composer.json file
  • e1224b7 Merge pull request #48 from tobimori/patch-1
  • ec9b93b supress dynamic property deprecation warnings
  • d705004 Update CHANGELOG
  • See full diff in compare view

Updates symfony/css-selector from 7.0.3 to 7.0.7

Release notes

Sourced from symfony/css-selector's releases.

v7.0.7

Changelog (symfony/css-selector@v7.0.6...v7.0.7)

  • no significant changes
Commits

Updates symfony/dom-crawler from 7.0.4 to 7.0.7

Release notes

Sourced from symfony/dom-crawler's releases.

v7.0.7

Changelog (symfony/dom-crawler@v7.0.6...v7.0.7)

Commits
  • 7cb4ae7 Merge branch '6.4' into 7.0
  • 2088c5d Merge branch '5.4' into 6.4
  • 1dffb11 Auto-close PRs on subtree-splits
  • f8f02f2 Merge branch '6.4' into 7.0
  • fd18b0f Merge branch '5.4' into 6.4
  • 000634e [DomCrawler] Encode html entities only if nessecary
  • See full diff in compare view

Updates barryvdh/laravel-debugbar from 3.13.3 to 3.13.5

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.13.5

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.13.4...v3.13.5

v3.13.4

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.13.3...v3.13.4

Commits

Updates larastan/larastan from 2.9.2 to 2.9.5

Release notes

Sourced from larastan/larastan's releases.

2.9.5

What's Changed

Fixed:

  • added sole method to Relation stubs - 56d71230713c9763ec559076f9cbaf793bd980dd
  • made ModelAppendsRule optional - 4834d0f

Maintanence

Full Changelog: larastan/larastan@v2.9.4...v2.9.5

v2.9.4

What's Changed

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.3...v2.9.4

v2.9.3

What's Changed

Fixed

Internal

... (truncated)

Commits

Updates phpstan/phpstan from 1.10.66 to 1.10.67

Release notes

Sourced from phpstan/phpstan's releases.

1.10.67

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#3011), thanks @​janedbal!
Commits
  • 16ddbe7 PHPStan 1.10.67
  • 7961f7a Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a7163
  • 7f8f9cc Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2
  • f71da02 Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227
  • 074de75 Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e
  • 1453c3f Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b85
  • 4a4c739 Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c9
  • 28c5729 Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363
  • a80cd8a Update Larastan
  • 336ab5c Update baselines
  • Additional commits viewable in compare view

Updates spatie/laravel-ignition from 2.5.1 to 2.6.2

Release notes

Sourced from spatie/laravel-ignition's releases.

2.6.2

What's Changed

Full Changelog: spatie/laravel-ignition@2.6.1...2.6.2

2.6.1

What's Changed

Full Changelog: spatie/laravel-ignition@2.6.0...2.6.1

2.6.0

What's Changed

2.5.2

What's Changed

Full Changelog: spatie/laravel-ignition@2.5.1...2.5.2

Changelog

Sourced from spatie/laravel-ignition's changelog.

2.6.2 - 2024-04-30

What's Changed

Full Changelog: spatie/laravel-ignition@2.6.1...2.6.2

2.6.1 - 2024-04-30

What's Changed

Full Changelog: spatie/laravel-ignition@2.6.0...2.6.1

2.6.0 - 2024-04-29

What's Changed

2.5.2 - 2024-04-16

What's Changed

Full Changelog: spatie/laravel-ignition@2.5.1...2.5.2

Commits
  • 42d986f Merge pull request #199 from spatie/feature/fix-middlewares
  • d93eb9a Fix for some middlewares not being executed
  • 8f2fb6c Update CHANGELOG
  • 866eadf Merge pull request #189 from spatie/fix-invalid-view-trace
  • b9d935f Merge pull request #196 from matthewscalf/main
  • 166ad8c Handle case where an external call was made from a view
  • 42c7c99 Merge pull request #1 from matthewscalf/matthewscalf-livewire-component-regis...
  • ecde5aa Update LaravelLivewireRequestContextProvider.php adding missing ComponentRegi...
  • 9a1b641 Merge branch 'main' into fix-invalid-view-trace
  • 86da38d Update CHANGELOG
  • Additional commits viewable in compare view

Updates vaimo/composer-patches from 5.1.2 to 5.2.0

Release notes

Sourced from vaimo/composer-patches's releases.

5.2.0

Add JSON output format flag and correct return value in ListCommand #108 Resolve RuntimeException "Could not delete file" #112

Commits
  • ad249f8 Merge pull request #112 from bogdan-soroka-monsoonconsulting/FIX-111
  • 017d7e9 Resolve RuntimeException "Could not delete file"
  • 60e9ee0 Merge pull request #108 from peterjaap/patch-1
  • c89616a Add json output format flag
  • caada4e Add SUCCESS return
  • See full diff 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

Bumps the composer group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [intervention/image](https://github.com/Intervention/image) | `3.5.1` | `3.6.2` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.26.0` | `3.27.0` |
| [livewire/livewire](https://github.com/livewire/livewire) | `3.4.10` | `3.4.11` |
| [ohdearapp/ohdear-php-sdk](https://github.com/ohdearapp/ohdear-php-sdk) | `3.10.1` | `3.10.2` |
| [symfony/dom-crawler](https://github.com/symfony/dom-crawler) | `7.0.4` | `7.0.7` |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.13.3` | `3.13.5` |
| [larastan/larastan](https://github.com/larastan/larastan) | `2.9.2` | `2.9.5` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.5.1` | `2.6.2` |
| [vaimo/composer-patches](https://github.com/vaimo/composer-patches) | `5.1.2` | `5.2.0` |



Updates `intervention/image` from 3.5.1 to 3.6.2
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](Intervention/image@3.5.1...3.6.2)

Updates `league/flysystem-aws-s3-v3` from 3.26.0 to 3.27.0
- [Commits](thephpleague/flysystem-aws-s3-v3@3.26.0...3.27.0)

Updates `livewire/livewire` from 3.4.10 to 3.4.11
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v3.4.10...v3.4.11)

Updates `ohdearapp/ohdear-php-sdk` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/ohdearapp/ohdear-php-sdk/releases)
- [Changelog](https://github.com/ohdearapp/ohdear-php-sdk/blob/main/CHANGELOG.md)
- [Commits](ohdearapp/ohdear-php-sdk@3.10.1...3.10.2)

Updates `symfony/css-selector` from 7.0.3 to 7.0.7
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.0/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.0.3...v7.0.7)

Updates `symfony/dom-crawler` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dom-crawler@v7.0.4...v7.0.7)

Updates `barryvdh/laravel-debugbar` from 3.13.3 to 3.13.5
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](barryvdh/laravel-debugbar@v3.13.3...v3.13.5)

Updates `larastan/larastan` from 2.9.2 to 2.9.5
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md)
- [Commits](larastan/larastan@v2.9.2...v2.9.5)

Updates `phpstan/phpstan` from 1.10.66 to 1.10.67
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.66...1.10.67)

Updates `spatie/laravel-ignition` from 2.5.1 to 2.6.2
- [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.5.1...2.6.2)

Updates `vaimo/composer-patches` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/vaimo/composer-patches/releases)
- [Changelog](https://github.com/vaimo/composer-patches/blob/master/CHANGELOG.md)
- [Commits](vaimo/composer-patches@5.1.2...5.2.0)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: livewire/livewire
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: ohdearapp/ohdear-php-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/dom-crawler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: larastan/larastan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: vaimo/composer-patches
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 2, 2024
@dependabot dependabot bot deleted the dependabot/composer/composer-1594b230de branch May 2, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants