An open-source Laravel library for building high-quality, accessible applications and administration dashboards.

Overview
Arpite hero image

Arpite

An open-source Laravel library for building high-quality, accessible applications and administration dashboards. Built using Inertia.js, React, TailwindCSS, and HeadlessUI.

Getting Started

⚠️ Arpite is currently in early development and APIs are likely to change quite often. Use in production on your own risk!

  1. Install the packege from Composer
composer require arpite/arpite
  1. Publish/re-publish assets
rm -rf public/vendor/arpite
php artisan vendor:publish --tag=arpite-assets
  1. Add to AppServiceProvider boot() method
Inertia::share([
	"baseUrl" => fn() => URL::to("/"),
	"applicationName" => fn() => env("APP_NAME"),
	"notification" => fn() => Notification::getAndClear(),
	"resetFormIdentifier" => fn() => Session::get("resetFormIdentifier"),
	"csrfToken" => fn() => csrf_token(),
	"balance" => null,
]);
  1. Add HandleArpiteRequests middleware to web group inside app/Http/Kernel.php file
'web' => [
    \Arpite\Core\Middlewares\HandleArpiteRequests::class
]
  1. Add to RouteServiceProvider getHomepage() method
public static function getHomepage(): string
{
    return self::HOME;
}
Comments
  • [php] Update orchestra/testbench: 7.6.0 → 7.16.0 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.16.0 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.16.0) · Repo

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.21.0) · Repo · Changelog

    Release Notes

    1.21.0

    More info than we can show here.

    1.20.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ guzzlehttp/psr7 (indirect, 2.4.0 → 2.4.3) · Repo · Changelog

    Release Notes

    2.4.3

    More info than we can show here.

    2.4.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.44.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.8) · Repo · Changelog

    Release Notes

    2.3.8

    More info than we can show here.

    2.3.7 (from changelog)

    More info than we can show here.

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/config (indirect, 1.1.1 → 1.2.0) · Repo · Changelog

    Release Notes

    1.2.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.11.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.64.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/schema (indirect, 1.2.2 → 1.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nikic/php-parser (indirect, 4.14.0 → 4.15.2) · Repo · Changelog

    Release Notes

    4.15.2

    More info than we can show here.

    4.15.1

    More info than we can show here.

    4.15.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.16.0) · Repo

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.21) · Repo · Changelog

    Release Notes

    9.2.21 (from changelog)

    More info than we can show here.

    9.2.20 (from changelog)

    More info than we can show here.

    9.2.19 (from changelog)

    More info than we can show here.

    9.2.18 (from changelog)

    More info than we can show here.

    9.2.16 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.27) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.6.0) · Repo · Changelog

    Release Notes

    4.6.0

    More info than we can show here.

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/comparator (indirect, 4.0.6 → 4.0.8) · Repo · Changelog

    Release Notes

    4.0.8 (from changelog)

    More info than we can show here.

    4.0.7 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/exporter (indirect, 4.0.4 → 4.0.5) · Repo · Changelog

    Release Notes

    4.0.5 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/type (indirect, 3.0.0 → 3.2.0) · Repo · Changelog

    Release Notes

    3.2.0 (from changelog)

    More info than we can show here.

    3.1.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.31.0) · Repo · Changelog

    Release Notes

    1.31.0

    More info than we can show here.

    1.30.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/deprecation-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/event-dispatcher (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/event-dispatcher-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Release Notes

    6.2.2

    More info than we can show here.

    6.2.1

    More info than we can show here.

    6.2.0

    More info than we can show here.

    6.1.8

    More info than we can show here.

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-ctype (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-iconv (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-grapheme (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-idn (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-normalizer (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-mbstring (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php72 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php80 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php81 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/service-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/stopwatch (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/mail-mime-parser (indirect, 2.2.1 → 2.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/stream-decorators (indirect, 1.0.6 → 1.0.7) · Repo

    Release Notes

    1.0.7

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.2)

    🆕 symfony/polyfill-uuid (added, 1.27.0)

    🆕 symfony/uid (added, 6.2.0)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.13.0 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.13.0 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.13.0) · Repo

    Release Notes

    7.13.0

    More info than we can show here.

    7.12.1

    More info than we can show here.

    7.12.0

    More info than we can show here.

    7.11.0

    More info than we can show here.

    7.9.0

    More info than we can show here.

    7.8.1

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    7.7.0

    More info than we can show here.

    7.6.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.20.0) · Repo · Changelog

    Release Notes

    1.20.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ guzzlehttp/psr7 (indirect, 2.4.0 → 2.4.3) · Repo · Changelog

    Release Notes

    2.4.3

    More info than we can show here.

    2.4.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.39.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.7) · Repo · Changelog

    Release Notes

    2.3.7 (from changelog)

    More info than we can show here.

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.10.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.63.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nikic/php-parser (indirect, 4.14.0 → 4.15.2) · Repo · Changelog

    Release Notes

    4.15.2

    More info than we can show here.

    4.15.1

    More info than we can show here.

    4.15.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.13.0) · Repo

    Release Notes

    7.13.0

    More info than we can show here.

    7.12.1

    More info than we can show here.

    7.12.0

    More info than we can show here.

    7.11.2

    More info than we can show here.

    7.11.1

    More info than we can show here.

    7.11.0

    More info than we can show here.

    7.10.1

    More info than we can show here.

    7.9.0

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.18) · Repo · Changelog

    Release Notes

    9.2.18 (from changelog)

    More info than we can show here.

    9.2.16 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.26) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.6.0) · Repo · Changelog

    Release Notes

    4.6.0

    More info than we can show here.

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/comparator (indirect, 4.0.6 → 4.0.8) · Repo · Changelog

    Release Notes

    4.0.8 (from changelog)

    More info than we can show here.

    4.0.7 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/exporter (indirect, 4.0.4 → 4.0.5) · Repo · Changelog

    Release Notes

    4.0.5 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/type (indirect, 3.0.0 → 3.2.0) · Repo · Changelog

    Release Notes

    3.2.0 (from changelog)

    More info than we can show here.

    3.1.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.31.0) · Repo · Changelog

    Release Notes

    1.31.0

    More info than we can show here.

    1.30.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Release Notes

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-ctype (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-iconv (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-grapheme (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-idn (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-normalizer (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-mbstring (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php72 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php80 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php81 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/stopwatch (indirect, 6.1.0 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/mail-mime-parser (indirect, 2.2.1 → 2.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/stream-decorators (indirect, 1.0.6 → 1.0.7) · Repo

    Release Notes

    1.0.7

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.2)

    🆕 symfony/polyfill-uuid (added, 1.27.0)

    🆕 symfony/uid (added, 6.1.5)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.12.1 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.12.1 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.12.1) · Repo

    Release Notes

    7.12.1

    More info than we can show here.

    7.12.0

    More info than we can show here.

    7.11.0

    More info than we can show here.

    7.9.0

    More info than we can show here.

    7.8.1

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    7.7.0

    More info than we can show here.

    7.6.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.20.0) · Repo · Changelog

    Release Notes

    1.20.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ guzzlehttp/psr7 (indirect, 2.4.0 → 2.4.3) · Repo · Changelog

    Release Notes

    2.4.3

    More info than we can show here.

    2.4.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.39.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.7) · Repo · Changelog

    Release Notes

    2.3.7 (from changelog)

    More info than we can show here.

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.10.2) · Repo · Changelog

    Release Notes

    3.10.2 (from changelog)

    More info than we can show here.

    3.10.1 (from changelog)

    More info than we can show here.

    3.10.0 (from changelog)

    More info than we can show here.

    3.9.0 (from changelog)

    More info than we can show here.

    3.8.0 (from changelog)

    More info than we can show here.

    3.7.0 (from changelog)

    More info than we can show here.

    3.6.0 (from changelog)

    More info than we can show here.

    3.5.2 (from changelog)

    More info than we can show here.

    3.5.1 (from changelog)

    More info than we can show here.

    3.5.0 (from changelog)

    More info than we can show here.

    3.4.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.63.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nikic/php-parser (indirect, 4.14.0 → 4.15.2) · Repo · Changelog

    Release Notes

    4.15.1

    More info than we can show here.

    4.15.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.12.1) · Repo

    Release Notes

    7.12.1

    More info than we can show here.

    7.12.0

    More info than we can show here.

    7.11.2

    More info than we can show here.

    7.11.1

    More info than we can show here.

    7.11.0

    More info than we can show here.

    7.10.1

    More info than we can show here.

    7.9.0

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.18) · Repo · Changelog

    Release Notes

    9.2.18 (from changelog)

    More info than we can show here.

    9.2.16 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.26) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.6.0) · Repo · Changelog

    Release Notes

    4.6.0

    More info than we can show here.

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/comparator (indirect, 4.0.6 → 4.0.8) · Repo · Changelog

    Release Notes

    4.0.8 (from changelog)

    More info than we can show here.

    4.0.7 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/exporter (indirect, 4.0.4 → 4.0.5) · Repo · Changelog

    Release Notes

    4.0.5 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/type (indirect, 3.0.0 → 3.2.0) · Repo · Changelog

    Release Notes

    3.2.0 (from changelog)

    More info than we can show here.

    3.1.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.31.0) · Repo · Changelog

    Release Notes

    1.31.0

    More info than we can show here.

    1.30.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Release Notes

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-ctype (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-iconv (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-grapheme (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-idn (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-normalizer (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-mbstring (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php72 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php80 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php81 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/stopwatch (indirect, 6.1.0 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/mail-mime-parser (indirect, 2.2.1 → 2.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/stream-decorators (indirect, 1.0.6 → 1.0.7) · Repo

    Release Notes

    1.0.7

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.2)

    🆕 symfony/polyfill-uuid (added, 1.27.0)

    🆕 symfony/uid (added, 6.1.5)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update phpstan/phpstan: 1.8.3 → 1.9.2 (minor)

    [php] Update phpstan/phpstan: 1.8.3 → 1.9.2 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ phpstan/phpstan (1.8.3 → 1.9.2) · Repo · Changelog

    Release Notes

    1.9.2

    More info than we can show here.

    1.9.1

    More info than we can show here.

    1.9.0

    More info than we can show here.

    1.8.11

    More info than we can show here.

    1.8.10

    More info than we can show here.

    1.8.9

    More info than we can show here.

    1.8.8

    More info than we can show here.

    1.8.7

    More info than we can show here.

    1.8.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update phpstan/phpstan: 1.8.3 → 1.9.1 (minor)

    [php] Update phpstan/phpstan: 1.8.3 → 1.9.1 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ phpstan/phpstan (1.8.3 → 1.9.1) · Repo · Changelog

    Release Notes

    1.9.1

    Improvements 🔧

    Bugfixes 🐛

    1.9.0

    Check out the article about this release!

    Major new features 🚀

    Bleeding edge 🔪

    If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

    includes:
    	- vendor/phpstan/phpstan/conf/bleedingEdge.neon
    

    Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    • Fix class_implements return type (#1797), thanks @enumag!
    • mb_check_encoding() accepts array<string> in PHP 7.2+ (#1867), thanks @zonuexe!

    Internals 🔍

    • Introduce ArrayType traits (#1715), thanks @herndlm!
    • Introduce Type::getConstantArrays as successor for TypeUtils::getOldConstantArrays (#1684), thanks @herndlm!
    • Deprecate TypeUtils::getArrays() and TypeUtils::getAnyArrays() (#1687), thanks @herndlm!
    • Add Type::getLastIterableValueType() (#1811), thanks @herndlm!
    • Add Type::getFirstIterableValueType() (#1811), thanks @herndlm!
    • Add Type::getFirstIterableKeyType() and Type::getLastIterableKeyType() (#1812), #8152, thanks @herndlm!
    • Preparation for native types (#1823), #5333, thanks @rajyan!
    • Move iterable methods from array to iterable traits (#1821), thanks @herndlm!
    • Do not use other traits in JustNullableTypeTrait (#1821), thanks @herndlm!
    • Add Type::isConstantArray() (#1822), thanks @herndlm!
    • Replace single getConstantArrays() usage with isConstantArray() (#1827), thanks @herndlm!
    • Add Type::getArraySize() (#1828), thanks @herndlm!
    • Add Type::flipArray() (#1832), thanks @herndlm!
    • Add Type::getKeysArray() and Type::getValuesArray() (#1851), thanks @herndlm!
    • Implement FunctionReflection::getDocComment() (#1834), thanks @staabm!
    • Add Type::popArray() and Type::shiftArray() (#1847), thanks @herndlm!
    • Add Type::shuffleArray() (#1853), thanks @herndlm!
    • Deprecate ConstantArrayType::generalizeToArray() (#1856), thanks @herndlm!
    • Explicitly specify native type for array_pop/array_shift arg (#1864), thanks @herndlm!
    • Replace ArrayType::castToArrayKey() with Type::toArrayKey() (#1841), thanks @rvanvelzen!
    • remove IsFloatFunctionTypeSpecifyingExtension (#1880), thanks @staabm!
    • remove IsNumericFunctionTypeSpecifyingExtension (#1880), thanks @staabm!
    • Remove is_bool, is_countable and is_null type specifying extensions (#1881), thanks @mad-briller!
    • Add Type::fillKeysArray() (#1869), thanks @herndlm!
    • Consistently return ErrorType for invalid keys (#1869), thanks @herndlm!
    • Replace is_(int,object,resource,scalar) extensions with stubs (#1884), thanks @BackEndTea!
    • Refactor pow() return type extension to re-use BinaryOp\Pow type inference (#1900), thanks @staabm!
    • Get rid of of Type::getArrays() usage in InvalidKeyInArrayDimFetchRule (#1872), thanks @herndlm!
    • Add Type::searchArray() (#1874), thanks @herndlm!
    • MutatingScope: change variableTypes to save by exprString (#1909), thanks @rajyan!
    • MutatingScope: merge variableTypes and moreSpecificTypes (#1919), thanks @rajyan!
    • Upgrade deprecated ::set-* in GitHub Actions (#1917), thanks @rez1dent3!
    • Improve non-array specification for recently cleaned-up array functions (#1907), thanks @herndlm!
    • Retain sort order in intersection type (#1906), thanks @rvanvelzen!
    • Add Type::intersectKeyArray() (#1916), thanks @herndlm!
    • Changelog generator - allow excluding branch (phpstan/phpstan-src@aaf4b7d)
    • MutatingScope refactoring and regression test (#1934), thanks @rajyan!
    • Refactor to save nativeTypeExpressions by ExpressionTypeHolder (#1936), thanks @rajyan!
    • Merge constantTypes with expressionTypes (#1938), thanks @rajyan!

    1.8.11

    Improvements 🔧

    Bugfixes 🐛

    1.8.10

    Improvements 🔧

    • RuleTestCase: enable gathering analyser errors without causing test failures (#1728), thanks @schlndh!

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.9

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.8

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    • Fix zadd argument order (#1779), thanks @araab!
    • Fix zscan return types (#1780), thanks @araab!
    • XMLWriter::startElementNS() $namespace arg is nullable (#1772), thanks @staabm!

    1.8.7

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    Internals 🔍

    1.8.4

    PHPStan 1.8.3 but faster!

    Improvements 🔧

    Bugfixes 🐛

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update nunomaduro/larastan: 2.1.11 → 2.2.8 (minor)

    [php] Update nunomaduro/larastan: 2.1.11 → 2.2.8 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ nunomaduro/larastan (2.1.11 → 2.2.8) · Repo · Changelog

    Release Notes

    2.2.8

    More info than we can show here.

    2.2.4

    More info than we can show here.

    2.1.12

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    ✳️ phpstan/phpstan (1.8.3 → 1.9.0) · Repo · Changelog

    Release Notes

    1.9.0

    More info than we can show here.

    1.8.11

    More info than we can show here.

    1.8.10

    More info than we can show here.

    1.8.9

    More info than we can show here.

    1.8.8

    More info than we can show here.

    1.8.7

    More info than we can show here.

    1.8.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.38.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.7) · Repo · Changelog

    Release Notes

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.10.2) · Repo · Changelog

    Release Notes

    3.10.2 (from changelog)

    More info than we can show here.

    3.10.1 (from changelog)

    More info than we can show here.

    3.10.0 (from changelog)

    More info than we can show here.

    3.9.0 (from changelog)

    More info than we can show here.

    3.8.0 (from changelog)

    More info than we can show here.

    3.7.0 (from changelog)

    More info than we can show here.

    3.6.0 (from changelog)

    More info than we can show here.

    3.5.2 (from changelog)

    More info than we can show here.

    3.5.1 (from changelog)

    More info than we can show here.

    3.5.0 (from changelog)

    More info than we can show here.

    3.4.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.62.1) · Repo

    Release Notes

    2.62.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpdocumentor/type-resolver (indirect, 1.6.1 → 1.6.2) · Repo

    Release Notes

    1.6.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.5.1) · Repo · Changelog

    Release Notes

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Release Notes

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.2)

    🆕 symfony/polyfill-uuid (added, 1.26.0)

    🆕 symfony/uid (added, 6.1.5)

    🗑️ composer/pcre (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update nunomaduro/larastan: 2.1.11 → 2.2.4 (minor)

    [php] Update nunomaduro/larastan: 2.1.11 → 2.2.4 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ nunomaduro/larastan (2.1.11 → 2.2.4) · Repo · Changelog

    Release Notes

    2.2.4

    More info than we can show here.

    2.1.12

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    ✳️ phpstan/phpstan (1.8.3 → 1.8.9) · Repo · Changelog

    Release Notes

    1.8.9

    More info than we can show here.

    1.8.8

    More info than we can show here.

    1.8.7

    More info than we can show here.

    1.8.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.5) · Repo

    Release Notes

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.35.1) · Repo · Changelog

    Release Notes

    9.35.1

    More info than we can show here.

    9.34.0

    More info than we can show here.

    9.31.0

    More info than we can show here.

    9.29.0

    More info than we can show here.

    9.28.0

    More info than we can show here.

    9.27.0

    More info than we can show here.

    9.26.0

    More info than we can show here.

    9.25.1

    More info than we can show here.

    9.25.0

    More info than we can show here.

    9.23.0

    More info than we can show here.

    9.22.1

    More info than we can show here.

    9.21.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.5) · Repo · Changelog

    Release Notes

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.6.0) · Repo · Changelog

    Release Notes

    3.6.0 (from changelog)

    More info than we can show here.

    3.5.2 (from changelog)

    More info than we can show here.

    3.5.1 (from changelog)

    More info than we can show here.

    3.5.0 (from changelog)

    More info than we can show here.

    3.4.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.62.1) · Repo

    Release Notes

    2.62.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpdocumentor/type-resolver (indirect, 1.6.1 → 1.6.2) · Repo

    Release Notes

    1.6.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.5.1) · Repo · Changelog

    Release Notes

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.0)

    🆕 symfony/polyfill-uuid (added, 1.26.0)

    🆕 symfony/uid (added, 6.1.5)

    🆕 composer/class-map-generator (added, 1.0.0)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.9.0 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.9.0 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.9.0) · Repo

    Release Notes

    7.9.0

    More info than we can show here.

    7.8.1

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    7.7.0

    More info than we can show here.

    7.6.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.5) · Repo

    Release Notes

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.20.0) · Repo · Changelog

    Release Notes

    1.20.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ guzzlehttp/psr7 (indirect, 2.4.0 → 2.4.1) · Repo · Changelog

    Release Notes

    2.4.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.34.0) · Repo · Changelog

    Release Notes

    9.34.0

    More info than we can show here.

    9.31.0

    More info than we can show here.

    9.29.0

    More info than we can show here.

    9.28.0

    More info than we can show here.

    9.27.0

    More info than we can show here.

    9.26.0

    More info than we can show here.

    9.25.1

    More info than we can show here.

    9.25.0

    More info than we can show here.

    9.23.0

    More info than we can show here.

    9.22.1

    More info than we can show here.

    9.21.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.5) · Repo · Changelog

    Release Notes

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.5.2) · Repo · Changelog

    Release Notes

    3.5.2 (from changelog)

    More info than we can show here.

    3.5.1 (from changelog)

    More info than we can show here.

    3.5.0 (from changelog)

    More info than we can show here.

    3.4.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.62.1) · Repo

    Release Notes

    2.62.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nikic/php-parser (indirect, 4.14.0 → 4.15.1) · Repo · Changelog

    Release Notes

    4.15.1

    More info than we can show here.

    4.15.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.9.0) · Repo

    Release Notes

    7.9.0

    More info than we can show here.

    7.8.0

    More info than we can show here.

    7.7.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.17) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.25) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.5.1) · Repo · Changelog

    Release Notes

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/comparator (indirect, 4.0.6 → 4.0.8) · Repo · Changelog

    Release Notes

    4.0.8 (from changelog)

    More info than we can show here.

    4.0.7 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/exporter (indirect, 4.0.4 → 4.0.5) · Repo · Changelog

    Release Notes

    4.0.5 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/type (indirect, 3.0.0 → 3.2.0) · Repo · Changelog

    Release Notes

    3.2.0 (from changelog)

    More info than we can show here.

    3.1.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.31.0) · Repo · Changelog

    Release Notes

    1.31.0

    More info than we can show here.

    1.30.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Release Notes

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/stopwatch (indirect, 6.1.0 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.4) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.1.4) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/mail-mime-parser (indirect, 2.2.1 → 2.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/stream-decorators (indirect, 1.0.6 → 1.0.7) · Repo

    Release Notes

    1.0.7

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.0)

    🆕 symfony/polyfill-uuid (added, 1.26.0)

    🆕 symfony/uid (added, 6.1.5)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update phpstan/phpstan: 1.8.3 → 1.8.4 (patch)

    [php] Update phpstan/phpstan: 1.8.3 → 1.8.4 (patch)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ phpstan/phpstan (1.8.3 → 1.8.4) · Repo · Changelog

    Release Notes

    1.8.4

    PHPStan 1.8.3 but faster!

    Improvements 🔧

    Bugfixes 🐛

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by 18 commits:


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.7.0 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.7.0 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.7.0) · Repo

    Release Notes

    7.7.0

    Changes

    Testbench Changes

    Added
    • Added loadLaravelMigrationsWithoutRollback() and runLaravelMigrationsWithoutRollback() helpers.
    • Update skeleton to match v9.3.5.

    7.6.1

    Changes

    Testbench Changes

    Changes
    • Update skeleton to match v9.3.3.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    👌 Improvements

    • BigRational::toFloat() now simplifies the fraction before performing division (#73) thanks to @olsavmic

    0.10.1

    New features

    • BigInteger::gcdMultiple() returns the GCD of multiple BigInteger numbers

    0.10.0

    💥 Breaking changes

    • Minimum PHP version is now 7.4

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.20.0) · Repo · Changelog

    Release Notes

    1.20.0

    • Fixed typo in French phone number (#452)
    • Fixed some Hungarian naming bugs (#451)
    • Fixed bug where the NL-BE VAT generation was incorrect (#455)
    • Improve Turkish phone numbers for E164 and added landline support (#460)
    • Add Microsoft Edge User Agent (#464)
    • Added option to set image formats on Faker\Provider\Image (#473)
    • Added support for French color translations (#466)
    • Support filtering timezones by country code (#480)
    • Fixed typo in some greek names (#490)
    • Marked the Faker\Provider\Image as deprecated

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    • Added support for PHP 8.2
    • Dropped support for PHP <7.2.5

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.26.1) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.5) · Repo · Changelog

    Release Notes

    2.3.5

    Fixed

    • Fixed error using InlineParserEngine when no inline parsers are registered in the Environment (#908)

    2.3.4

    Changed

    • Made a number of small tweaks to the embed extension's parsing behavior to fix #898:
      • Changed EmbedStartParser to always capture embed-like lines in container blocks, regardless of parent block type
      • Changed EmbedProcessor to also remove Embed blocks that aren't direct children of the Document
      • Increased the priority of EmbedProcessor to 1010

    Fixed

    • Fixed EmbedExtension not parsing embeds following a list block (#898)

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.2.1) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)
    • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#1723)
    • Added support for __toString for objects which are not json serializable in JsonFormatter (#1733)
    • Added GoogleCloudLoggingFormatter (#1719)
    • Added support for Predis 2.x (#1732)
    • Added AmqpHandler->setExtraAttributes to allow configuring attributes when using an AMQPExchange (#1724)
    • Fixed serialization/unserialization of handlers to make sure private properties are included (#1727)
    • Fixed allowInlineLineBreaks in LineFormatter causing issues with windows paths containing \n or \r sequences (#1720)
    • Fixed max normalization depth not being taken into account when formatting exceptions with a deep chain of previous exceptions (#1726)
    • Fixed PHP 8.2 deprecation warnings (#1722)
    • Fixed rare race condition or filesystem issue where StreamHandler is unable to create the directory the log should go into yet it exists already (#1678)

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.61.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.7.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.16) · Repo · Changelog

    Release Notes

    9.2.16 (from changelog)

    Fixed

    • #926: File view has wrong colouring for the first column

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.23) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.4.0) · Repo · Changelog

    Release Notes

    4.4.0

    Changed

    • Allow brick/math 0.10.
    • Remove dev dependency to moontoast/math.
    • Un-deprecate UuidInterface::getUrn().

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.30.0) · Repo · Changelog

    Release Notes

    1.30.0

    What's Changed

    New Contributors

    Full Changelog: 1.29.7...1.30.0

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    • preparation for upcoming feature

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    Changelog (v6.1.2...v6.1.3)

    • no significant changes

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.0)

    🗑️ giggsey/libphonenumber-for-php (removed)

    🗑️ giggsey/locale (removed)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.6.1 (patch)

    [php] Update orchestra/testbench: 7.6.0 → 7.6.1 (patch)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.6.1) · Repo

    Release Notes

    7.6.1

    Changes

    Testbench Changes

    Changes
    • Update skeleton to match v9.3.3.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.1

    New features

    • BigInteger::gcdMultiple() returns the GCD of multiple BigInteger numbers

    0.10.0

    💥 Breaking changes

    • Minimum PHP version is now 7.4

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.20.0) · Repo · Changelog

    Release Notes

    1.20.0

    • Fixed typo in French phone number (#452)
    • Fixed some Hungarian naming bugs (#451)
    • Fixed bug where the NL-BE VAT generation was incorrect (#455)
    • Improve Turkish phone numbers for E164 and added landline support (#460)
    • Add Microsoft Edge User Agent (#464)
    • Added option to set image formats on Faker\Provider\Image (#473)
    • Added support for French color translations (#466)
    • Support filtering timezones by country code (#480)
    • Fixed typo in some greek names (#490)
    • Marked the Faker\Provider\Image as deprecated

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    • Added support for PHP 8.2
    • Dropped support for PHP <7.2.5

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.24.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.5) · Repo · Changelog

    Release Notes

    2.3.5

    Fixed

    • Fixed error using InlineParserEngine when no inline parsers are registered in the Environment (#908)

    2.3.4

    Changed

    • Made a number of small tweaks to the embed extension's parsing behavior to fix #898:
      • Changed EmbedStartParser to always capture embed-like lines in container blocks, regardless of parent block type
      • Changed EmbedProcessor to also remove Embed blocks that aren't direct children of the Document
      • Increased the priority of EmbedProcessor to 1010

    Fixed

    • Fixed EmbedExtension not parsing embeds following a list block (#898)

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    • Deprecated CubeHandler and PHPConsoleHandler as both projects are abandoned and those should not be used anymore (#1734)
    • Added RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord to increase interoperability (#1723)
    • Added support for __toString for objects which are not json serializable in JsonFormatter (#1733)
    • Added GoogleCloudLoggingFormatter (#1719)
    • Added support for Predis 2.x (#1732)
    • Added AmqpHandler->setExtraAttributes to allow configuring attributes when using an AMQPExchange (#1724)
    • Fixed serialization/unserialization of handlers to make sure private properties are included (#1727)
    • Fixed allowInlineLineBreaks in LineFormatter causing issues with windows paths containing \n or \r sequences (#1720)
    • Fixed max normalization depth not being taken into account when formatting exceptions with a deep chain of previous exceptions (#1726)
    • Fixed PHP 8.2 deprecation warnings (#1722)
    • Fixed rare race condition or filesystem issue where StreamHandler is unable to create the directory the log should go into yet it exists already (#1678)

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.61.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.6.1) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.4.0) · Repo · Changelog

    Release Notes

    4.4.0

    Changed

    • Allow brick/math 0.10.
    • Remove dev dependency to moontoast/math.
    • Un-deprecate UuidInterface::getUrn().

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.30.0) · Repo · Changelog

    Release Notes

    1.30.0

    What's Changed

    New Contributors

    Full Changelog: 1.29.7...1.30.0

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.35.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.0)

    🗑️ giggsey/libphonenumber-for-php (removed)

    🗑️ giggsey/locale (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 2
  • [php] Update orchestra/testbench: 7.6.0 → 7.17.0 (minor)

    [php] Update orchestra/testbench: 7.6.0 → 7.17.0 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ orchestra/testbench (7.6.0 → 7.17.0) · Repo

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ fakerphp/faker (indirect, 1.19.0 → 1.21.0) · Repo · Changelog

    Release Notes

    1.21.0

    More info than we can show here.

    1.20.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ guzzlehttp/psr7 (indirect, 2.4.0 → 2.4.3) · Repo · Changelog

    Release Notes

    2.4.3

    More info than we can show here.

    2.4.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.45.1) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.8) · Repo · Changelog

    Release Notes

    2.3.8

    More info than we can show here.

    2.3.7 (from changelog)

    More info than we can show here.

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/config (indirect, 1.1.1 → 1.2.0) · Repo · Changelog

    Release Notes

    1.2.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.12.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.64.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/schema (indirect, 1.2.2 → 1.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nikic/php-parser (indirect, 4.14.0 → 4.15.2) · Repo · Changelog

    Release Notes

    4.15.2

    More info than we can show here.

    4.15.1

    More info than we can show here.

    4.15.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ orchestra/testbench-core (indirect, 7.6.0 → 7.17.0) · Repo

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/php-code-coverage (indirect, 9.2.15 → 9.2.22) · Repo · Changelog

    Release Notes

    9.2.22 (from changelog)

    More info than we can show here.

    9.2.21 (from changelog)

    More info than we can show here.

    9.2.20 (from changelog)

    More info than we can show here.

    9.2.19 (from changelog)

    More info than we can show here.

    9.2.18 (from changelog)

    More info than we can show here.

    9.2.16 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpunit/phpunit (indirect, 9.5.21 → 9.5.27) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.7.0) · Repo · Changelog

    Release Notes

    4.7.0

    More info than we can show here.

    4.6.0

    More info than we can show here.

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/comparator (indirect, 4.0.6 → 4.0.8) · Repo · Changelog

    Release Notes

    4.0.8 (from changelog)

    More info than we can show here.

    4.0.7 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/exporter (indirect, 4.0.4 → 4.0.5) · Repo · Changelog

    Release Notes

    4.0.5 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ sebastian/type (indirect, 3.0.0 → 3.2.0) · Repo · Changelog

    Release Notes

    3.2.0 (from changelog)

    More info than we can show here.

    3.1.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/laravel-ray (indirect, 1.29.7 → 1.31.0) · Repo · Changelog

    Release Notes

    1.31.0

    More info than we can show here.

    1.30.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ spatie/ray (indirect, 1.34.5 → 1.36.0) · Repo · Changelog

    Release Notes

    1.36.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/deprecation-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/event-dispatcher (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/event-dispatcher-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Release Notes

    6.2.2

    More info than we can show here.

    6.2.1

    More info than we can show here.

    6.2.0

    More info than we can show here.

    6.1.8

    More info than we can show here.

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-ctype (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-iconv (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-grapheme (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-idn (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-intl-normalizer (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-mbstring (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php72 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php80 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/polyfill-php81 (indirect, 1.26.0 → 1.27.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/service-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/stopwatch (indirect, 6.1.0 → 6.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation-contracts (indirect, 3.1.1 → 3.2.0) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/yaml (indirect, 6.1.2 → 6.2.2) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/mail-mime-parser (indirect, 2.2.1 → 2.2.3) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ zbateson/stream-decorators (indirect, 1.0.6 → 1.0.7) · Repo

    Release Notes

    1.0.7

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.15.0)

    🆕 symfony/polyfill-uuid (added, 1.27.0)

    🆕 symfony/uid (added, 6.2.0)

    🗑️ phpdocumentor/reflection-common (removed)

    🗑️ phpdocumentor/reflection-docblock (removed)

    🗑️ phpdocumentor/type-resolver (removed)

    🗑️ phpspec/prophecy (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 0
  • [php] Update phpstan/phpstan: 1.8.3 → 1.9.4 (minor)

    [php] Update phpstan/phpstan: 1.8.3 → 1.9.4 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ phpstan/phpstan (1.8.3 → 1.9.4) · Repo · Changelog

    Release Notes

    1.9.4

    More info than we can show here.

    1.9.2

    More info than we can show here.

    1.9.1

    More info than we can show here.

    1.9.0

    More info than we can show here.

    1.8.11

    More info than we can show here.

    1.8.10

    More info than we can show here.

    1.8.9

    More info than we can show here.

    1.8.8

    More info than we can show here.

    1.8.7

    More info than we can show here.

    1.8.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 1
  • [php] Update nunomaduro/larastan: 2.1.11 → 2.2.9 (minor)

    [php] Update nunomaduro/larastan: 2.1.11 → 2.2.9 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ nunomaduro/larastan (2.1.11 → 2.2.9) · Repo · Changelog

    Release Notes

    2.2.9

    More info than we can show here.

    2.2.8

    More info than we can show here.

    2.2.4

    More info than we can show here.

    2.1.12

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    ✳️ phpstan/phpstan (1.8.3 → 1.9.1) · Repo · Changelog

    Release Notes

    1.9.1

    More info than we can show here.

    1.9.0

    More info than we can show here.

    1.8.11

    More info than we can show here.

    1.8.10

    More info than we can show here.

    1.8.9

    More info than we can show here.

    1.8.8

    More info than we can show here.

    1.8.7

    More info than we can show here.

    1.8.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ brick/math (indirect, 0.9.3 → 0.10.2) · Repo · Changelog

    Release Notes

    0.10.2

    More info than we can show here.

    0.10.1

    More info than we can show here.

    0.10.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dflydev/dot-access-data (indirect, 3.0.1 → 3.0.2) · Repo · Changelog

    Release Notes

    3.0.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ doctrine/inflector (indirect, 2.0.4 → 2.0.6) · Repo

    Release Notes

    2.0.6

    More info than we can show here.

    2.0.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ dragonmantank/cron-expression (indirect, 3.3.1 → 3.3.2) · Repo · Changelog

    Release Notes

    3.3.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ graham-campbell/result-type (indirect, 1.0.4 → 1.1.0) · Repo · Changelog

    Release Notes

    1.1.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/framework (indirect, 9.19.0 → 9.38.0) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ laravel/serializable-closure (indirect, 1.2.0 → 1.2.2) · Repo · Changelog

    Release Notes

    1.2.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/commonmark (indirect, 2.3.3 → 2.3.7) · Repo · Changelog

    Release Notes

    2.3.7 (from changelog)

    More info than we can show here.

    2.3.6

    More info than we can show here.

    2.3.5

    More info than we can show here.

    2.3.4

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ league/flysystem (indirect, 3.1.0 → 3.10.2) · Repo · Changelog

    Release Notes

    3.10.2 (from changelog)

    More info than we can show here.

    3.10.1 (from changelog)

    More info than we can show here.

    3.10.0 (from changelog)

    More info than we can show here.

    3.9.0 (from changelog)

    More info than we can show here.

    3.8.0 (from changelog)

    More info than we can show here.

    3.7.0 (from changelog)

    More info than we can show here.

    3.6.0 (from changelog)

    More info than we can show here.

    3.5.2 (from changelog)

    More info than we can show here.

    3.5.1 (from changelog)

    More info than we can show here.

    3.5.0 (from changelog)

    More info than we can show here.

    3.4.0 (from changelog)

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ mockery/mockery (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

    Release Notes

    1.5.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ monolog/monolog (indirect, 2.7.0 → 2.8.0) · Repo · Changelog

    Release Notes

    2.8.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nesbot/carbon (indirect, 2.59.1 → 2.62.1) · Repo

    Release Notes

    2.62.1

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ nette/utils (indirect, 3.2.7 → 3.2.8) · Repo

    Release Notes

    3.2.8

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpdocumentor/type-resolver (indirect, 1.6.1 → 1.6.2) · Repo

    Release Notes

    1.6.2

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ phpoption/phpoption (indirect, 1.8.1 → 1.9.0) · Repo

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ ramsey/uuid (indirect, 4.3.1 → 4.5.1) · Repo · Changelog

    Release Notes

    4.5.1

    More info than we can show here.

    4.4.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/console (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/css-selector (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Release Notes

    6.1.3

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/error-handler (indirect, 6.1.0 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/finder (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-foundation (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/http-kernel (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Release Notes

    6.1.7

    More info than we can show here.

    6.1.5

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mailer (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/mime (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/process (indirect, 6.1.0 → 6.1.3) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/routing (indirect, 6.1.1 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/string (indirect, 6.1.2 → 6.1.7) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/translation (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ symfony/var-dumper (indirect, 6.1.0 → 6.1.6) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ tijsverkoyen/css-to-inline-styles (indirect, 2.2.4 → 2.2.5) · Repo · Changelog

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ↗️ vlucas/phpdotenv (indirect, 5.4.1 → 5.5.0) · Repo

    Release Notes

    5.5.0

    More info than we can show here.

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    🆕 nunomaduro/termwind (added, 1.14.2)

    🆕 symfony/polyfill-uuid (added, 1.26.0)

    🆕 symfony/uid (added, 6.1.5)

    🗑️ composer/pcre (removed)


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 0
  • [js] Update chart.js: 3.7.0 → 3.9.1 (minor)

    [js] Update chart.js: 3.7.0 → 3.9.1 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ chart.js (3.7.0 → 3.9.1) · Repo

    Release Notes

    3.9.1

    Essential Links

    Bugs Fixed

    Thanks to @LeeLenaleee

    3.9.0

    Essential Links

    Enhancements

    • #10439 feat: remove line element from scatter controller
    • #10528 feat: pass some chart options to DateAdapter
    • #10405 Add circular prop to arc element
    • #10530 Skip all borders if borderSkipped === true
    • #10517 parsing: support dot(s) in object keys
    • #10519 Enable borderDash option in the grid as scriptable

    Performance

    • #10517 parsing: support dot(s) in object keys

    Bugs Fixed

    • #10524 pass boxWidth only if pointStyleWidth presents
    • #10523 fix: calc visible points on update #10467

    Documentation

    • #10527 Add docs for changing from time scale to logarithmic/linear scale
    • #10518 Improve docs radial linear grid
    • #10522 Fix Stack Overflow tag: chart.js
    • #10520 Fix Stack Overflow tag: chart.js
    • #10515 Fix dead link on reload or open in new tab
    • #10516 Clarifying threshold requirement in the docs for decimation

    Development

    Thanks to @LeeLenaleee, @M4sterShake, @benmccann, @dangreen, @kurkle, @peterhauke, @stockiNail, @thabarbados and @touletan

    3.8.2

    Essential Links

    Bugs Fixed

    • #10513 Explicitly include package.json files for subpackages

    Development

    • #10513 Explicitly include package.json files for subpackages

    Thanks to @etimberg

    3.8.1

    Essential Links

    Enhancements

    • #10495 Improve error message with id of the canvas
    • #10412 Add pointStyleWidth option for legend

    Bugs Fixed

    • #10484 Resolve plugin defaults for local plugins
    • #10489 draw tooltip with object borderwidth
    • #10451 Fix options update when changing to shared opts
    • #10454 Fix crash with skipNull and uneven datasets
    • #10414 Respect `fill: false` with custom draw times

    Types

    • #10494 Allow clip to be configurable in options object typescript
    • #10436 Add index to legendItem interface
    • #10404 Add padding to pointLabels type, add type to scriptable context
    • #10387 Allow for each dataset to be individually typed without a main type

    Documentation

    • #10490 document defaults for plugins
    • #10497 Update link to be able to use within github
    • #10446 Add a stale version warning + a link to the latest version of docs
    • #10470 Update integration.md
    • #10447 Enforce maximum width on chart editor blocks in the docs
    • #10456 Update aspectRatio documentation
    • #10415 Update responsive.md
    • #10434 Clarify helpers need to be imported when using bundlers
    • #10410 Fix typo in link to documentation from sample
    • #10400 Fix default value of 'includeInvisible' option in the documentation
    • #10392 Clarify api docs

    Development

    • #10509 Bump to 3.8.1
    • #10493 Bump terser from 4.8.0 to 4.8.1
    • #10471 Bump moment from 2.29.2 to 2.29.4
    • #10431 Bump actions/setup-node from 2 to 3
    • #10430 Bump actions/checkout from 2 to 3
    • #10393 Bump eventsource from 1.1.0 to 1.1.1

    Thanks to @LeeLenaleee, @Pourbahrami, @andrewl64, @dependabot, @dependabot[bot], @etimberg, @ideabrian, @igorlukanin, @kurkle, @naveensrinivasan, @stockiNail and @touletan

    3.8.0

    Essential Links

    • #10341 Correct auto.esm.js import to allow module to work in browser
    • #10316 Use abs() when comparing for spanGaps
    • #10320 Bump async from 2.6.3 to 2.6.4
    • #10290 Bump moment from 2.29.1 to 2.29.2
    • #10260 Bump minimist from 1.2.5 to 1.2.6
    • #10204 Bump karma from 6.3.14 to 6.3.16
    • #10200 Bump url-parse from 1.5.7 to 1.5.10
    • #10198 Bump prismjs from 1.25.0 to 1.27.0
    • #10181 Bump url-parse from 1.5.3 to 1.5.7
    • #10146 Bump karma from 6.3.9 to 6.3.14
    • #10150 Bump log4js from 6.3.0 to 6.4.1
    • #10152 Bump engine.io from 6.1.0 to 6.1.2
    • #10151 Bump node-fetch from 2.6.6 to 2.6.7
    • #10149 Bump follow-redirects from 1.14.6 to 1.14.8

    Enhancements

    • #10362 Add option to include invisible points
    • #10328 Resolve canvasGradient is undefined in node
    • #10293 Enable configuration of radial scale point label border radius
    • #10278 Allow time scale to offset using skipped ticks
    • #10046 Interaction functions
    • #10182 Allow individual chart controllers to opt-in to the decimation plugin
    • #10088 Make object notation usable for polarArea and radar
    • #10106 Add new align 'inner' for X axis

    Bugs Fixed

    • #10371 Update to v0.2.1 color dependency to fix bug with invalid colours
    • #10340 Update scale polarArea correctly on data hide
    • #10289 display tooltips only at points in chart area
    • #10328 Resolve canvasGradient is undefined in node
    • #10301 Trigger legend onLeave when the mouse leaves the canvas
    • #10276 Document tooltip draw hooks and only call hooks when the tooltip draws
    • #10157 minimum bar length setting keeps bar base in view

    Types

    • #10364 Types: Allow font to be partial scriptable and individually scriptable
    • #10283 Types: add 'middle' to borderSkipped
    • #10275 Export types for cartesian and radial tick options
    • #10269 add startAngle to radial scale options typings
    • #10254 Add missing fields to the ScriptableContext type
    • #10179 Allow array for line opts in dataset

    Documentation

    • #10308 Add links to docs in all the samples
    • #10259 Fix a typo in data-structures.md
    • #10266 Correct chart initialization flow
    • #10250 Update link to filler plugin
    • #10184 Fix broken link in Animations docs page.
    • #10158 remove hardcoded licenseYear in docs
    • #10156 update link to license and bump license year
    • #10154 Document scale update plugin hooks

    Development

    • #10377 Bump to 3.8.0
    • #10247 Resolve circulair import filler plugin
    • #10243 Replace deprecated String.prototype.substr()
    • #10040 Refactor filler plugin for easier maintenance

    Thanks to @CommanderRoot, @LeeLenaleee, @Talla2XLC, @akiraaso, @dependabot, @dependabot[bot], @etimberg, @joshkel, @kurkle, @kylejonesdev, @linkviii, @luke-heberling, @msteiger, @pzelnip, @t-mangoe and @yhvicey

    3.7.1

    Essential Links

    Bugs Fixed

    • #10024 Fix using above/below filling option with discontinuous lines

    Types

    • #10124 Add missing mouse events to CoreChartOptions.events type
    • #10133 Allow spanGaps to be specified on LineOptions
    • #10137 Ensure that min/max of TimeScaleOptions can be a string
    • #10075 fix: allow colors as array
    • #10131 Correct type for updateHoverStyle
    • #10130 Type Chart.legend property
    • #10111 Change repeating alingment string to single type
    • #10078 Move scriptable and array to helper function in types
    • #10057 add typing and docs for maxTicksLimit all scales

    Documentation

    • #10138 Sort docs sub menus alphabetically, add line and plugin sample
    • #10100 Sort line and bubble dataset options alphabetically
    • #10103 Fix typos found by codespell
    • #10057 add typing and docs for maxTicksLimit all scales
    • #10045 typo Cofiguration

    Development

    • #10148 Bump to 3.7.1
    • #10117 add SubTitle to TS register test
    • #10078 Move scriptable and array to helper function in types
    • #10038 Improve issue templates

    Thanks to @DimitriPapadopoulos, @LeeLenaleee, @LovelyAndy, @caub, @charlesmass2, @etimberg, @jmorel and @stockiNail

    Does any of this look wrong? Please let us know.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 0
  • [js] Update all of typescript-eslint: 5.12.0 → 5.30.4 (minor)

    [js] Update all of typescript-eslint: 5.12.0 → 5.30.4 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ @​typescript-eslint/eslint-plugin (5.12.0 → 5.30.4) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.

    ✳️ @​typescript-eslint/parser (5.12.0 → 5.30.4) · Repo · Changelog

    Release Notes

    Too many releases to show here. View the full release notes.

    Commits

    See the full diff on Github. The new version differs by more commits than we can show here.


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 0
  • [js] Update @mdi/js: 6.5.95 → 6.9.96 (minor)

    [js] Update @mdi/js: 6.5.95 → 6.9.96 (minor)

    Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

    What changed?

    ✳️ @​mdi/js (6.5.95 → 6.9.96) · Repo

    Commits

    See the full diff on Github. The new version differs by 5 commits:


    Depfu Status

    Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

    All Depfu comment commands
    @​depfu rebase
    Rebases against your default branch and redoes this update
    @​depfu recreate
    Recreates this PR, overwriting any edits that you've made to it
    @​depfu merge
    Merges this PR once your tests are passing and conflicts are resolved
    @​depfu close
    Closes this PR and deletes the branch
    @​depfu reopen
    Restores the branch and reopens this PR (if it's closed)
    @​depfu pause
    Ignores all future updates for this dependency and closes this PR
    @​depfu pause [minor|major]
    Ignores all future minor/major updates for this dependency and closes this PR
    @​depfu resume
    Future versions of this dependency will create PRs again (leaves this PR as is)
    depfu 
    opened by depfu[bot] 1
This is an open source demo of administration panel for polymorphic relationship and SEO content

Laravel SEO admin This application demonstrates usage of polymorphic relationships described at (http://maxoffsky.com/code-blog/using-polymorphic-rela

Maksim Surguy 127 Oct 11, 2022
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.

Nebula Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS. Nebula m

Nebula 228 Nov 11, 2022
A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL

A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL Install To get started with SweetAle

Rashid Ali 939 Jan 8, 2023
Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications.

Laravel Boilerplate Project Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications. Table of Con

Labs64 848 Dec 28, 2022
MapServer and PHP-MapScript application to create publication-quality maps

SimpleMappr Installation and Configuration SimpleMappr, http://www.simplemappr.net is a web-based application that produces publication-quality geogra

David Shorthouse 28 Mar 17, 2022
Worlds (soon to be) most advanced Anime site! Featuring Administration features and everything you need for users and yourself. The successor of aniZero.

/**********************************************************************\ | _____ H33Tx & xHENAI __ 31.01.2022| |

HENAI.eu 40 Jan 3, 2023
👻 It's never been easier to build and customize admin panels. Yah! yaldash is a beautifully designed administration panel for Laravel.

?? It's never been easier to build and customize admin panels. Yah! yaldash is a beautifully designed administration panel for Laravel.

Yasser A.Idrissi 396 Dec 30, 2022
📦 Flatpack: Administration panel for Laravel, ready to assemble.

Flatpack ?? Administration panel for Laravel, ready to assemble. Quickly create CRUD (Create, Read, Update, Delete) interfaces for your Eloquent model

Flatpack 10 Sep 16, 2022
Laravel Responder - a package for building API responses, integrating Fractal into Laravel and Lumen

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.

Alexander Tømmerås 776 Dec 25, 2022
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.

ActionView English | 中文 An issue tracking tool based on php laravel-framework in back-end and reactjs+redux in front-end, it's similar to Jira. You co

null 1.7k Dec 23, 2022
An open source Laravel Soundboard with Admin Panel CRUD (Create Read Update Delete) built on Laravel, Bootstrap, and Vue.js

Laravel Soundboard An open source Laravel Soundboard with Admin Panel CRUD (Create Read Update Delete) built on Laravel 5.8, Bootstrap 4, Vue.js, Boot

Jeremy Kenedy 24 Oct 28, 2022
Invalidate caches and achieve high hitrate with readable and maintainable annotations

Purgatory Purgatory is an extension which makes it possible for Symfony applications to handle enormous load using minimal infrastructure. Infrastruct

null 45 Nov 30, 2022
Free and open-source Laravel admin dashboard interface built with Livewire & Alpine.js based on Bootstrap 5

Volt Dashboard Laravel Free Frontend Web App for Laravel with Livewire & Alpine.js Never start a development project from scratch again. We've partner

Themesberg 200 Jan 4, 2023
Attendize is an open-source ticketing and event management application built using the Laravel PHP framework

Attendize is an open-source ticketing and event management application built using the Laravel PHP framework. Attendize allows event organisers to sel

Attendize 3.6k Dec 27, 2022
ergodnc (Ergonomic Desk & Coffee) is an open source Laravel project that's being built live on the official Laravel YouTube Channel

About This Project ergodnc (Ergonomic Desk & Coffee) is an open source Laravel project that's being built live on the official Laravel YouTube Channel

Mohamed Said 248 Dec 26, 2022
University, College, and High School name generator using fakerphp/faker

FakerSchools University, College, and High School name generator using fakerphp/faker Installation Add the FakerSchools library to your composer.json

Kenny Johnson 2 Oct 20, 2022
A High-Level Overview of Laravel Octane

This is the source code behind the Laracasts Larabit: A High-Level Overview of Laravel Octane, and features all of the files and code available in that video.

Andrew Schmelyun 1 Feb 10, 2022
Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.

Live helper chat It's an open-source powered application, which brings simplicity and usability in one place. With live helper chat you can bring live

Live Helper Chat 1.7k Dec 29, 2022
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Livewire 17.7k Jan 1, 2023