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 with 14 updates #105

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the composer group with 14 updates:

Package From To
intervention/image 3.9.1 3.10.1
laravel/framework 11.34.2 11.36.1
nesbot/carbon 3.8.2 3.8.4
ohdearapp/ohdear-php-sdk 3.10.2 3.10.3
sentry/sentry-laravel 4.10.1 4.10.2
spatie/laravel-collection-macros 7.14.1 7.14.2
spatie/laravel-schedule-monitor 3.8.1 3.8.2
spatie/laravel-sluggable 3.6.0 3.7.2
barryvdh/laravel-debugbar 3.14.9 3.14.10
barryvdh/laravel-ide-helper 3.2.2 3.4.0
brianium/paratest 7.6.1 7.7.0
phpstan/phpstan 2.0.3 2.1.0
phpstan/phpstan-phpunit 2.0.1 2.0.3
phpunit/phpunit 11.4.4 11.5.2

Updates intervention/image from 3.9.1 to 3.10.1

Release notes

Sourced from intervention/image's releases.

3.10.1

What's Changed

Full Changelog: Intervention/image@3.10.0...3.10.1

3.10.0

What's Changed

Implementation of __debugInfo()

For Christmas🎄🎁, a small but nice feature: Implementation of __debugInfo() for various classes. Resulting in more informative debug information when objects of the classes are output via var_dump().

For example the following code:

$image = ImageManager::gd()->read($path);
$color = $image->pickColor(0, 0);
var_dump($image, $color);

results in:

object(Intervention\Image\Image)[#44](https://github.com/Intervention/image/issues/44) (2) {
  ["width"]=>
  int(270)
  ["height"]=>
  int(168)
}
object(Intervention\Image\Colors\Rgb\Color)[#9](https://github.com/Intervention/image/issues/9) (4) {
  ["red"]=>
  int(123)
  ["green"]=>
  int(165)
  ["blue"]=>
  int(157)
  ["alpha"]=>
  int(255)
}

Implementing Classes

  • Intervention\Image\Image
  • Intervention\Image\Origin
  • Intervention\Image\EncodedImage

... (truncated)

Commits

Updates laravel/framework from 11.34.2 to 11.36.1

Release notes

Sourced from laravel/framework's releases.

v11.36.1

v11.36.0

v11.35.1

v11.35.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.36.1 - 2024-12-17

v11.36.0 - 2024-12-17

v11.35.1 - 2024-12-12

v11.35.0 - 2024-12-10

... (truncated)

Commits
  • df06f51 Update version to v11.36.1
  • 3946000 Revert "[11.x] No need to redeclare variables (#53887)" (#53954)
  • 17c0416 Revert "[11.x] fix: allows injection using multiple interfaces with the same ...
  • f349abb Avoid writing multiple keys when using redis in cluster mode (#53940)
  • 70607c5 [11.x] Add getJob() method to PendingDispatch class + Introduced tests (#...
  • fd07e20 Add wildcard directory discovery to the EventServiceProvider (#53932)
  • aec8ad4 Once Remember Null Values (#53949)
  • 3ac290c Update CHANGELOG
  • 153254c Update version to v11.36.0
  • 4526005 [11.x] Fix client path value in file uploads (#53941)
  • Additional commits viewable in compare view

Updates nesbot/carbon from 3.8.2 to 3.8.4

Release notes

Sourced from nesbot/carbon's releases.

3.8.4

Complete commits list: briannesbitt/Carbon@3.8.3...3.8.4

Summary:

  • Validate locale earlier

3.8.3

Complete commits list: briannesbitt/Carbon@3.8.2...3.8.3

Summary:

New Contributors

Commits
  • 129700e Validate locale earlier
  • f01cfa9 Merge pull request #3125 from briannesbitt/issue/3037-add-psalm-config
  • b81878c Add Psalm config
  • 28fe8d6 Merge pull request #3122 from koprivan/fix-month-names
  • ef30374 add months_standalone and regexp to sk.php
  • 593d8f9 add missing regexp to cs.php
  • 121d9ac Merge pull request #3120 from briannesbitt/job/update-sponsors
  • 66b1be9 Update sponsors
  • b40b832 Merge pull request #3118 from briannesbitt/job/update-sponsors
  • 7f26853 Update sponsors
  • Additional commits viewable in compare view

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

Release notes

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

3.10.3

Support added for updating a site and using the Sitemap resources via the SDK

Changelog

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

3.10.3 - 2024-12-18

Support added for updating a site and using the Sitemap resources via the SDK

Commits

Updates sentry/sentry-laravel from 4.10.1 to 4.10.2

Release notes

Sourced from sentry/sentry-laravel's releases.

4.10.2

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

Bug Fixes

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.10.2

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

Bug Fixes

Commits

Updates spatie/laravel-collection-macros from 7.14.1 to 7.14.2

Release notes

Sourced from spatie/laravel-collection-macros's releases.

7.14.2

What's Changed

New Contributors

Full Changelog: spatie/laravel-collection-macros@7.14.1...7.14.2

Changelog

Sourced from spatie/laravel-collection-macros's changelog.

7.14.2 - 2024-12-11

What's Changed

New Contributors

Full Changelog: spatie/laravel-collection-macros@7.14.1...7.14.2

Commits

Updates spatie/laravel-schedule-monitor from 3.8.1 to 3.8.2

Release notes

Sourced from spatie/laravel-schedule-monitor's releases.

3.8.2

What's Changed

New Contributors

Full Changelog: spatie/laravel-schedule-monitor@3.8.1...3.8.2

Changelog

Sourced from spatie/laravel-schedule-monitor's changelog.

3.8.2 - 2024-12-16

What's Changed

New Contributors

Full Changelog: spatie/laravel-schedule-monitor@3.8.1...3.8.2

Commits

Updates spatie/laravel-sluggable from 3.6.0 to 3.7.2

Release notes

Sourced from spatie/laravel-sluggable's releases.

3.7.2

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.7.1...3.7.2

3.7.1

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.7.0...3.7.1

3.7.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.6.0...3.7.0

Changelog

Sourced from spatie/laravel-sluggable's changelog.

3.7.2 - 2024-12-30

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.7.1...3.7.2

3.7.1 - 2024-12-23

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.7.0...3.7.1

3.7.0 - 2024-12-09

What's Changed

New Contributors

Full Changelog: spatie/laravel-sluggable@3.6.0...3.7.0

Commits
  • cfe8440 Merge pull request #285 from andrii-trush/patch-1
  • 3f270d9 Update CHANGELOG
  • 23dcb4c Merge pull request #286 from RomkaLTU/fix/explicit-nullable-callable-type
  • 0ebb170 fix: add explicit nullable type for additionalQuery parameter
  • 85176c7 Fix query for translatable slug
  • 65fe98e Update CHANGELOG
  • 26bd614 Merge pull request #284 from mkeremcansev/main
  • 613c876 add new tests for findBySlug method in HasSlug trait
  • 340407f update HasSlug@findBySlug for moved variables in supported trait condition
  • 35d314a add fallback locale support and additional query support to `HasSlug@findBySl...
  • Additional commits viewable in compare view

Updates barryvdh/laravel-debugbar from 3.14.9 to 3.14.10

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.14.10

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.14.9...v3.14.10

Changelog

Sourced from barryvdh/laravel-debugbar's changelog.

v3.14.10 - 2024-12-23

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.14.9...v3.14.10

Commits

Updates barryvdh/laravel-ide-helper from 3.2.2 to 3.4.0

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v3.4.0

What's Changed

Also updated ReflectionDocblock to v2.2.0

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.3.0...v3.4.0

v3.3.0

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.2.2...v3.3.0

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

v3.4.0 - 2024-12-29

...

Description has been truncated

Bumps the composer group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [intervention/image](https://github.com/Intervention/image) | `3.9.1` | `3.10.1` |
| [laravel/framework](https://github.com/laravel/framework) | `11.34.2` | `11.36.1` |
| [nesbot/carbon](https://github.com/briannesbitt/Carbon) | `3.8.2` | `3.8.4` |
| [ohdearapp/ohdear-php-sdk](https://github.com/ohdearapp/ohdear-php-sdk) | `3.10.2` | `3.10.3` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.10.1` | `4.10.2` |
| [spatie/laravel-collection-macros](https://github.com/spatie/laravel-collection-macros) | `7.14.1` | `7.14.2` |
| [spatie/laravel-schedule-monitor](https://github.com/spatie/laravel-schedule-monitor) | `3.8.1` | `3.8.2` |
| [spatie/laravel-sluggable](https://github.com/spatie/laravel-sluggable) | `3.6.0` | `3.7.2` |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.14.9` | `3.14.10` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `3.2.2` | `3.4.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.6.1` | `7.7.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.0.3` | `2.1.0` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.1` | `2.0.3` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.4` | `11.5.2` |


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

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

Updates `nesbot/carbon` from 3.8.2 to 3.8.4
- [Release notes](https://github.com/briannesbitt/Carbon/releases)
- [Commits](briannesbitt/Carbon@3.8.2...3.8.4)

Updates `ohdearapp/ohdear-php-sdk` from 3.10.2 to 3.10.3
- [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.2...3.10.3)

Updates `sentry/sentry-laravel` from 4.10.1 to 4.10.2
- [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.1...4.10.2)

Updates `spatie/laravel-collection-macros` from 7.14.1 to 7.14.2
- [Release notes](https://github.com/spatie/laravel-collection-macros/releases)
- [Changelog](https://github.com/spatie/laravel-collection-macros/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-collection-macros@7.14.1...7.14.2)

Updates `spatie/laravel-schedule-monitor` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/spatie/laravel-schedule-monitor/releases)
- [Changelog](https://github.com/spatie/laravel-schedule-monitor/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-schedule-monitor@3.8.1...3.8.2)

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

Updates `barryvdh/laravel-debugbar` from 3.14.9 to 3.14.10
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Changelog](https://github.com/barryvdh/laravel-debugbar/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-debugbar@v3.14.9...v3.14.10)

Updates `barryvdh/laravel-ide-helper` from 3.2.2 to 3.4.0
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v3.2.2...v3.4.0)

Updates `brianium/paratest` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.6.1...v7.7.0)

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

Updates `phpstan/phpstan-phpunit` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@2.0.1...2.0.3)

Updates `phpunit/phpunit` from 11.4.4 to 11.5.2
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.2/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.4.4...11.5.2)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: nesbot/carbon
  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: sentry/sentry-laravel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: spatie/laravel-collection-macros
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: spatie/laravel-schedule-monitor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: spatie/laravel-sluggable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: brianium/paratest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpunit/phpunit
  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 Jan 1, 2025

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

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/composer/composer-97d1f6f1ef branch January 1, 2025 23:12
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