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 16 updates #43

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the composer group with 16 updates:

Package From To
intervention/image 3.3.2 3.4.0
laravel/framework 10.43.0 10.46.0
laravel/telescope 4.17.5 4.17.6
league/flysystem-aws-s3-v3 3.23.1 3.24.0
livewire/livewire 3.4.4 3.4.6
ohdearapp/ohdear-php-sdk 3.10.0 3.10.1
spatie/laravel-schedule-monitor 3.5.0 3.6.0
spatie/laravel-sluggable 3.5.0 3.6.0
symfony/dom-crawler 7.0.3 7.0.4
barryvdh/laravel-debugbar 3.9.2 3.10.5
barryvdh/laravel-ide-helper 2.13.0 2.15.1
jrmajor/cs 0.5.5 0.5.6
larastan/larastan 2.8.1 2.9.1
phpstan/phpstan 1.10.57 1.10.59
phpstan/phpstan-phpunit 1.3.15 1.3.16
spatie/laravel-ignition 2.4.1 2.4.2

Updates intervention/image from 3.3.2 to 3.4.0

Commits
  • fe1b0e2 Remove redundant code
  • a86a947 Add doc blocks
  • 0d2c3e7 Correct typo
  • adf3764 Refactor & optimize line splitting
  • 795b794 Reduce the differences in text rendering with drivers
  • 684f5e6 Implement text wrapping
  • ac7389f Refactor font processing
  • 7b24205 Refactor/remove AbstractTextModifier::lineWidth()
  • ad8058f Merge pull request #1291 from miguilimzero/patch-1
  • 5573a15 Update Rectangle.php
  • Additional commits viewable in compare view

Updates laravel/framework from 10.43.0 to 10.46.0

Release notes

Sourced from laravel/framework's releases.

v10.46.0

v10.45.1

v10.45.0

v10.44.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v10.46.0 - 2024-02-27

v10.45.1 - 2024-02-21

v10.45.0 - 2024-02-20

v10.44.0 - 2024-02-13

... (truncated)

Commits

Updates laravel/telescope from 4.17.5 to 4.17.6

Release notes

Sourced from laravel/telescope's releases.

v4.17.6

Changelog

Sourced from laravel/telescope's changelog.

v4.17.6 - 2024-02-08

Commits

Updates league/flysystem-aws-s3-v3 from 3.23.1 to 3.24.0

Commits

Updates livewire/livewire from 3.4.4 to 3.4.6

Release notes

Sourced from livewire/livewire's releases.

v3.4.6

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.4.5...v3.4.6

v3.4.5

What's Changed

... (truncated)

Commits

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

Release notes

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

3.10.1

What's Changed

New Contributors

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

Changelog

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

3.10.1 - 2024-02-03

What's Changed

New Contributors

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

Commits
  • 00e072f Fix styling
  • baebf25 Merge pull request #47 from vicdelfant/feature/carbon-to-datetime
  • 987d834 Remove unused class from imports
  • db59f1f Drop Carbon dependency, replace with DateTimeImmutable
  • d306069 Update CHANGELOG
  • See full diff in compare view

Updates spatie/laravel-schedule-monitor from 3.5.0 to 3.6.0

Release notes

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

3.6.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-schedule-monitor@3.5.0...3.6.0

Changelog

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

3.6.0 - 2024-02-28

What's Changed

New Contributors

Full Changelog: spatie/laravel-schedule-monitor@3.5.0...3.6.0

Commits
  • cec3acc Merge pull request #105 from ravi289/main
  • 349ec3c New method runsInBackground() added in Spatie\ScheduleMonitor\Support\Schedu...
  • 23dd2ea Update CHANGELOG
  • See full diff in compare view

Updates spatie/laravel-sluggable from 3.5.0 to 3.6.0

Release notes

Sourced from spatie/laravel-sluggable's releases.

3.6.0

What's Changed

New Contributors

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

Changelog

Sourced from spatie/laravel-sluggable's changelog.

3.6.0 - 2024-02-26

What's Changed

New Contributors

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

Commits
  • a44afe6 Merge pull request #271 from mokhosh/add-laravel-11-support
  • eccac0f missing a cheecky comma
  • 0bd47ee fix indentation
  • 7b68b01 Update run-tests.yml
  • 88b0ed5 update ci for laravel 11
  • 9ed0f85 add laravel 11 support
  • 18bbcb0 Merge pull request #264 from spatie/dependabot/github_actions/actions/checkout-4
  • 930cd12 Bump actions/checkout from 3 to 4
  • ecd81eb Merge pull request #261 from spatie/dependabot/github_actions/dependabot/fetc...
  • f72b769 Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0
  • Additional commits viewable in compare view

Updates symfony/dom-crawler from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/dom-crawler's releases.

v7.0.4

Changelog (symfony/dom-crawler@v7.0.3...v7.0.4)

Commits

Updates barryvdh/laravel-debugbar from 3.9.2 to 3.10.5

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

Re-add deprecated collectors

No release notes provided.

Fix query timeline

No release notes provided.

fix Inertia bug

No release notes provided.

v3.10.0 Performance Improvements + Better IDE Support

This release focuses on better performance

  • View collector can now group views after a threshold (#1503)
  • Query collector has soft/hard limits to reduce javascript/php size/execution (#1512)
  • Normalize xdebug links throughout collectors (#1510)
  • Support Laravel 11 (probably)

It is suggested to re-publish your config file to take advantage of the options, if you made changes.

Commits

Updates barryvdh/laravel-ide-helper from 2.13.0 to 2.15.1

Release notes

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

v2.15.1

No release notes provided.

v2.15.0

Shortly after the previous release, a release with some long standing Pull Requests. This release is the last minor release before removing support for Laravel 9 and Doctrine.

Fixed

Changed

Added

v2.14.0: long time, no see… and Goodbye Lumen 👋

Finally after a year a new release 🎉

As mentioned below, Lumen is no longer officially supported.

Changed

  • Official support for Lumen has been dropped #1425 / mfn
  • Refactor resolving of null information for custom casted attribute types #1330 / wimski

Fixed

Added

  • Add support for nikic/php-parser 5 (next to 4) #1502 / mfn
  • Add support for immutable_date:* and immutable_datetime:* casts. #1380 / thekonz
Changelog

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

2024-02-15, 2.15.1

Fixed

Changed

Added

2024-02-14, 2.15.0

Fixed

Changed

Added

  • Add support for enum default arguments using enum cases. #1464 / d8vjork
  • Add support for real-time facades in the helper file. #1455 / filipac
  • Add support for relations with composite keys.

@jrmajor jrmajor force-pushed the dependabot/composer/composer-bf1ec96244 branch from caaaddc to e1dfb15 Compare March 1, 2024 10:26
@jrmajor jrmajor merged commit 65a1fe7 into master Mar 1, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-bf1ec96244 branch March 1, 2024 10:30
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.

1 participant