Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency laravel/framework to v7- autoclosed #52

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2020

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require major 5.6.25 -> 7.26.0

Release Notes

laravel/framework

v7.26.0

Compare Source

v7.25.0

Compare Source

v7.25.0 (2020-08-11)

Added
  • Added support to use where in apiResource method (#​33790, 3dcc4a6)
  • Support tls:// scheme when using url in Redis config (#​33800)
  • Scoped resource routes (#​33752)
  • Added Once blade Blocks (#​33812)
  • Let mailables accept a simple array of email addresses as cc or bcc (#​33810)
  • Added support for PhpRedis 5.3 options parameter (#​33799)
Changed
  • Removed quotes when setting isolation level for mysql connections (#​33805)
  • Make LazyCollection#countBy be lazy (#​33801)
Fixed

v7.24.0

Compare Source

Added
  • Added possibility to configure isolation level for mysql connections (#​33783, c6a3174)
  • Added plain text only notifications (#​33781)
Changed
  • Verify column names are actual columns when using guarded (#​33777)

v7.23.2

Compare Source

Fixed
  • Fixed Illuminate\Support\Arr::query() (c6f9ae2)
  • Dont allow mass filling with table names (9240404, f5fa6e3)

v7.23.1

Compare Source

Added
  • Added isNotFilled() method to Request (#​33732)
Fixed

v7.23.0

Compare Source

Added
  • Added dynamic slot (directive) name support (#​33724)
  • Added plain mail to notifications (#​33725)
  • Support the sink option when using Http::fake() (#​33720, fba984b)
  • Added whereBetweenColumns | orWhereBetweenColumns | whereNotBetweenColumns | orWhereNotBetweenColumns methods to Illuminate\Database\Query\Builder (#​33728)
Changed
  • Ignore numeric field names in validators (#​33712)
  • Fixed validation rule 'required_unless' when other field value is boolean. (#​33715)

v7.22.4

Compare Source

Update
  • Update cookies encryption (release)

v7.22.3

Compare Source

Update
  • Update cookies encryption (release)

v7.22.2

Compare Source

Fixed

v7.22.1

Compare Source

Fixed

v7.22.0

Compare Source

Added
  • Added sectionMissing Blade Directive (#​33614)
  • Added range option to queue:retry command (#​33627)
Fixed
  • Prevent usage of get*AtColumn() when model has no timestamps (#​33634)
  • Dont decrement transaction below 0 in Illuminate\Database\Concerns\ManagesTransactions::handleCommitTransactionException() (7681795)
  • Fixed transaction problems on closure transaction (c4cdfc7)
  • Prevent to serialize uninitialized properties (#​33644)
  • Fixed missing statement preventing deletion in Illuminate\Database\Eloquent\Relations\MorphPivot::delete() (#​33648)
Changed
  • Throw a TypeError if concrete is not a string or closure in Illuminate\Container\Container::bind() (#​33539)
  • Add HTML comment block around inline inspiring quote for consistency with blade template version (#​33625)
  • Improve cookie encryption (#​33662)

v7.21.0

Compare Source

Added
  • Added Illuminate\Database\Schema\ForeignKeyDefinition::nullOnDelete() (#​33551)
  • Added getFallbackLocale() and setFallbackLocale() methods to Illuminate\Foundation\Application (#​33595)
Fixed
  • Fixed Illuminate/Redis/Connections/PhpRedisConnection::*scan() returns (d3d36f0)
  • Align (fix) nested arrays support for assertViewHas & assertViewMissing in Illuminate\Testing\TestResponse (#​33566)
  • Fixed issue where Storage::path breaks when using cache due to missing method in CachedAdapter (#​33602)
Changed
  • Added a base exception for Http Client exceptions (#​33581)

v7.20.0

Compare Source

Added
  • Added Illuminate\Database\Schema\ForeignKeyDefinition::cascadeOnUpdate() (#​33522)
Changed
  • Apply model connection name to Database validation rules (#​33525)
  • Allow calling invokable classes using FQN in Illuminate\Container\BoundMethod.php::call() (#​33535)

v7.19.1

Compare Source

Added
  • Added support for SQL Server LoginTimeout to specify seconds to wait before failing connection attempt (#​33472)
  • Added ability to simulate "withCredentials" in test requests (#​33497, aa17e75)
Fixed
  • Fixed Illuminate\Cache\FileStore::flush() (#​33458)
  • Fixed auto creating model by class name (#​33481)
  • Don't return nested data from validator when failing an exclude rule (#​33435)
  • Fixed validation nested error messages (6615371)
  • Fixed Illuminate\Support\Reflector to handle parent (#​33502)
Revert

v7.19.0

Compare Source

Added
  • Added everyTwoHours() | everyThreeHours() | everyFourHours() | everySixHours() methods to Illuminate\Console\Scheduling\ManagesFrequencies (#​33393)
  • Conditionally returning appended attributes in API resources (#​33422)
  • Added ScheduledTaskFailed event (#​33427)
  • Added Illuminate\Support\Stringable::when() (#​33455)
Fixed
  • Fixed signed urls with custom parameters (bcb133e)
  • Determine model key name correctly in Illuminate/Validation/Concerns/ValidatesAttributes.php (a1fdd53)
  • Fixed notifications database channel for anonymous notifiables (#​33409)
Chnaged
  • Improve SQL Server last insert id retrieval (#​33430, de1d159)
  • Make Str::endsWith return false if both haystack and needle are empty strings (#​33434)

v7.18.0

Compare Source

Added
  • Added Illuminate\Http\Client\PendingRequest::withMiddleware() (#​33315, b718d3a)
  • Make ComponentAttributeBag Macroable (#​33354)
  • Added filter and whereStartsWith and thatStartWith to Illuminate\View\ComponentAttributeBag (0abe2db, 07ee3e8)
  • Added Illuminate\Database\Eloquent\Collection::toQuery() (#​33356, 15586fa)
  • Added first() to Illuminate\View\ComponentAttributeBag (#​33358, 731b94f)
  • Added everyTwoMinutes() | everyThreeMinutes() | everyFourMinutes() methods to Illuminate/Console/Scheduling/ManagesFrequencies (#​33379)
Fixed
  • Fixed ConfigurationUrlParser query decoding (#​33340)
  • Fixed exists in Illuminate\Database\Eloquent\Relations\Concerns\AsPivot::delete() (#​33347)
Changed
  • Replace placeholder for dots and asterisks in validator (#​33367)

v7.17.2

Compare Source

Added
  • Added Illuminate\Http\Client\PendingRequest::withBody() method (1e1f531, 7b0b437)
Fixed
Revert

v7.17.1

Compare Source

Fixed
  • Fixed "Undefined variable: current" exception in Illuminate\Database\Eloquent\Concerns\HasAttributes::originalIsEquivalent() #​33308

v7.17.0

Compare Source

Added
  • Added Illuminate\Console\Scheduling\ManagesFrequencies::lastDayOfMonth() (#​33241, be194a8)
  • Allow array based event listeners (7594267)
  • Allow array callback format with non-static methods in Illuminate\Auth\Access\Gate::define() (b7977d3)
  • Added Illuminate\Console\Scheduling\ManagesFrequencies::time() parameter on twiceMonthly function (#​33274)
  • Added providerIsLoaded method to Illuminate\Foundation\Application (#​33286, b87233f)
Fixed
  • Fixed domain binding with custom fields in Illuminate\Routing\Route::domain() (#​33231)
  • Fixed Model::originalIsEquivalent() with floats (#​33259, d68d915)

v7.16.1

Compare Source

Revert
  • Revert "handle array callbacks" in event dispatcher (4e3fedb)

v7.16.0

Compare Source

Added
  • Added makeVisibleIf and makeHiddenIf methods to Illuminate\Database\Eloquent\Concerns\HidesAttributes (#​33176, 42383e4)
  • Added option to specify a custom guard for the make:policy command (#​33210, 13e3b65)
  • Added theme property to Illuminate\Mail\Mailable class (#​33218)
Changed

v7.15.0

Compare Source

Added
  • Added extendable relations for models (#​33025)
  • Added Illuminate\Foundation\Testing\Concerns\MakesHttpRequests::withToken() (#​33075, 79383a1)
  • Added the ability to Illuminate\Database\Eloquent\Relations\HasOneOrMany::makeMany() (create many without saving) (#​33021)
  • Added Illuminate\Database\Schema\Blueprint::foreignUuid() (#​33129)
  • Allow setting the event handler queue via a viaQueue() method (#​32770, 852a927)
Fixed
  • Fixed Model::withoutEvents() not registering listeners inside boot() (#​33149, 4bb32ae)

v7.14.1

Compare Source

Added
  • Added missing symfony/mime suggest (#​33067)
Fixed
  • Fixed Illuminate\Database\Eloquent\Relations\MorphToMany::getCurrentlyAttachedPivots() (110b129)

v7.14.0

Compare Source

Added
  • Views: make attributes available within render method (#​32978)
  • Added forceDeleted method to SoftDeletes (#​32982)
  • Added Illuminate\Filesystem\Filesystem::guessExtension() method (#​33001, d26be90)
  • Added Illuminate\Http\Client\Request::toPsrRequest() (#​33016)
  • Added Illuminate\Support\MessageBag::addIf() method (50efe09)
  • Provide psr/container-implementation (#​33020)
  • Support PHP 8's reflection API (#​33039, 6018c1d)
Fixed
Changed
  • Use new line for route:list middleware (#​32993)
  • Disallow generation commands with reserved names (#​33037)

v7.13.0

Compare Source

Added
Fixed
  • Fixed route list command for excluded middleware (7ebd211)
  • Fixed behavior of oneachside = 1 with paginator in Illuminate\Pagination\UrlWindow (c59cffa, 5d817be)
Changed
  • Using an indexed array as the limit modifier for phpredis zrangebyscore (#​32952)

v7.12.0

Compare Source

Added
  • Added Illuminate\Http\Middleware\TrustHosts (9229264)
  • Added ability to skip middleware from resource routes (#​32891)
Fixed
  • Fixed Queued Mail MessageSent Listener With Attachments (#​32795)
  • Added error clearing before sending in Illuminate\Mail\Mailer::sendSwiftMessage() (#​32799)
  • Avoid foundation function call in the auth component (#​32805)
  • Fixed inferred table reference for Illuminate\Database\Schema\ForeignIdColumnDefinition::constrained() (#​32847)
  • Fixed wrong component generation (73060db)
  • Fixed bug with request rebind and url defaults in Illuminate\Routing\UrlGenerator (6ad92bf)
  • Fixed Illuminate\Cache\ArrayStore::increment() bug that changes expiration to forever (#​32875)
Changed
  • Dont cache non objects in Illuminate/Database/Eloquent/Concerns/HasAttributes::getClassCastableAttributeValue() (894fe22)
  • Added explicit symfony/polyfill-php73 dependency (5796b1e)
  • Set Cache\FileStore file permissions only once (#​32845, 11c533b)
  • Added alias as key of package's view components (#​32863)

v7.11.0

Compare Source

Added
  • Added support for FILTER_FLAG_EMAIL_UNICODE via "email:filter_unicode" in email validator (#​32711, 43a1ed1)
  • Added Illuminate\Support\Stringable::split() (#​32713, 19c5054)
  • Added orWhereIntegerInRaw() and orWhereIntegerNotInRaw() to Illuminate\Database\Query\Builder (#​32710)
  • Added Illuminate\Cache\DatabaseStore::add() (7fc452b)
  • Implement env and production Blade directives (#​32742)
  • Added Illuminate\Database\Eloquent\Relations\MorphTo::morphWithCount() method (#​32738)
  • Added Illuminate\Database\Eloquent\Collection::loadMorphCount() method (#​32739)
  • Added support viaQueues method for notifications (e97d17c)
  • Added loadMorph and loadMorphCount methods to Illuminate\Database\Eloquent\Model (#​32760)
  • Added Illuminate\Database\DatabaseManager::usingConnection() method (#​32761, 5f8c7de)
  • Added Illuminate\Http\Client\PendingRequest::head() method (#​32782)
Fixed
  • Fixed belongsToMany child relationship solving (c5e88be)
  • Allow overriding the MySQL server version for strict mode (#​32708)
  • Added boolean to types that don't need character options (#​32716)
  • Fixed Illuminate\Foundation\Testing\PendingCommand that do not resolve 'OutputStyle::class' from the container (#​32687)
  • Clear resolved event facade on Illuminate\Foundation\Testing\Concerns\MocksApplicationServices::withoutEvents() (d1e7f85)
  • Fixed Illuminate\Database\Eloquent\Collection::getQueueableRelations() for filtered collections (#​32747)
  • Fixed Illuminate\Database\Eloquent\Collection::loadCount method to ensure count is set on all models (#​32740)
  • Fixed deprecated "Doctrine/Common/Inflector/Inflector" class (#​32734)
  • Fixed Illuminate\Validation\Validator::getPrimaryAttribute() (#​32775)
  • Revert of "Remove strval from Illuminate/Validation/ValidationRuleParser::explodeWildcardRules()" (52940cf)
Changed
  • Updated user model var name in make:policy command (#​32748)
  • Remove the undocumented dot keys support in validators (#​32764)

v7.10.3

Compare Source

v7.10.3 (2020-05-06)

Added
  • Added Illuminate\Http\Client\Response::failed() (#​32699)
  • Added SSL SYSCALL EOF as a lost connection message (#​32697)
Fixed
  • Fixed FakerGenerator Unique caching issue (#​32703)
  • Set/reset the select to from.* in Illuminate/Database/Query/Builder::runPaginationCountQuery() (858f454, 98a242e)

v7.10.2

Compare Source

Fixed
  • Updated Illuminate\Database\Query\Builder::runPaginationCountQuery() to support groupBy and sub-selects (#​32688)

v7.10.1

Compare Source

Fixed
  • Fixed Illuminate\Database\Eloquent\Collection::getQueueableRelations() (7b32460)

v7.10.0

Compare Source

Added
  • Added artisan make:cast command (#​32594)
  • Added Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::assertDatabaseCount() (#​32597)
  • Allow configuring the auth_mode for SMTP mail driver (#​32616)
  • Added hasNamedScope() function to the Base Model (#​32622, #​32631)
  • Allow doing truth-test assertions with just a closure (#​32626, f69ad90, 22d6fca)
  • Run pagination count as subquery for group by and havings (#​32624)
  • Added Callbacks with Output to Console Schedule (#​32633, 35a7883, 8d8d620)
  • Added Cache::lock() support for the database cache driver (#​32639, 573831b)
  • Same-session ID request concurrency limiting (#​32636)
  • Add skipUntil and skipWhile methods to the collections (#​32672, #​32676)
  • Support delete with limit on sqlsrv (f16d325)
  • Added mergeFillable() and mergeGuarded() to Model (#​32679)
Fixed
  • Prevents a memory leak in Faker (2228233)
  • Fixed setting component name and attributes (#​32599, f8ff3ca)
  • Fixed Illuminate\Foundation\Testing\TestResponse::assertSessionHasInput() (f0639fd)
  • Set relation connection on eager loaded MorphTo (#​32602)
  • Filtering null's in hasMorph() (#​32614)
  • Fixed Illuminate\Foundation\Console\EventMakeCommand::alreadyExists() (7bba4bf)
  • Fixed Illuminate\Console\Scheduling\Schedule::compileParameters() (cfc3ac9, 36e215d)
  • Fixed bug with model name in Illuminate\Database\Eloquent\RelationNotFoundException::make() (f72a166)
  • Allow trashed through parents to be included in has many through queries (#​32609)
Changed
  • Changed Illuminate/Database/Eloquent/Relations/Concerns/AsPivot::fromRawAttributes() (6c502c1)
  • Restore оnly common relations (#​32613, d82f78b, 48e4d60)
  • Use single space if plain email is empty in Illuminate\Mail\Mailer::addContent() (0557622)
  • Remove wasted file read when loading package manifest in Illuminate\Foundation\PackageManifest::getManifest() (#​32646)
  • Do not change character and collation for some columns on change (fccdf7c)
  • Use table name when resolving has many through / one relationships (8d69454)

v7.9.2

Compare Source

v7.9.2 (2020-04-28)

Changed
  • Extract InvokableComponentVariable class (f1ef6e6)
  • Changed argument order in Illuminate\View\Compilers\ComponentTagCompiler::__construct() (520544d)

v7.9.1

Compare Source

Added
  • Added more proxy methods to deferred value from Illuminate\View\Component::createInvokableVariable() (08c4012)

v7.9.0

Compare Source

Added
  • Add pdo try again as lost connection message (#​32544)
  • Compile Echos Within Blade Component Attributes (#​32558)
  • Parameterless Component Methods Invokable With & Without Parens (#​32560)
Fixed
  • Fixed firstWhere behavior for relations (#​32525)
  • Added check to avoid endless loop in MailManager::createTransport() (#​32549)
  • Fixed table prefixes with compileDropDefaultConstraint() (#​32554)
  • Fixed boolean value in Illuminate\Foundation\Testing\TestResponse::assertSessionHasErrors() (#​32555)
  • Fixed Model::getOriginal() with custom casts (9e22c7c)
Changed
  • Added withName to Illuminate\View\Component::ignoredMethods() (2e9eef2)

v7.8.1

Compare Source

Fixed
  • Fixed Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse() (d460374)

v7.8.0

Compare Source

Added
  • Added signedRoute() and temporarySignedRoute() methods to Illuminate\Routing\Redirector (#​32489)
  • Added takeUntil and takeWhile collection methods (#​32494, #​32496)
  • Added Illuminate\Container\ContextualBindingBuilder::giveTagged() (#​32514)
  • Added methods withFragment and withoutFragment to Illuminate\Http\RedirectResponse (11d6bef, 0099591, 42c67a1, a1e741a)
  • Added exclude_without validation rule (4083ae5)
Fixed
  • Fixed compiled route actions without a namespace (#​32512)
  • Reset select bindings when setting select (#​32531)
Changed
  • Added warn in Illuminate/Support/Facades/Auth::routes() when laravel/ui is not installed (#​32482)
  • Added auth to each master on Illuminate\Redis\Connections\PhpRedisConnection::flushdb() (837921b)
  • Register opis key so it is not tied to a deferred service provider (Illuminate/Encryption/EncryptionServiceProvider.php) (62d8a07)
  • Pass status code to schedule finish (#​32516)
  • Check route:list --columns option case insensitively (#​32521)
Deprecated
  • Deprecate Illuminate\Support\Traits\EnumeratesValues::until (#​32517)

v7.7.1

Compare Source

Added
  • Allow developers to specify accepted keys in array rule (#​32452)
Changed
  • Add check is_object to Illuminate\Database\Eloquent\Model::refresh() (1b0bdb4)

v7.7.0

Compare Source

v7.7.0 (2020-04-21)

Added
  • Added ArrayAccess support for Http client get requests (#​32401)
  • Added Illuminate\Http\Client\Factory::assertSentCount() (#​32407)
  • Added Illuminate\Database\Schema\Blueprint::rawIndex() (#​32411)
  • Added getGrammar into passthru in Eloquent builder (#​32412)
  • Added --relative option to storage:link command (#​32457, 24b705e)
  • Added dynamic column key for foreign constraints (#​32449)
  • Added container support for variadic constructor arguments (#​32454, 1dd6db3)
  • Added Illuminate\Http\Client\Request::hasHeaders() (#​32462)
Fixed
  • Fixed MorphPivot::delete() for models with primary key (#​32421)
  • Throw exception on missing required parameter on Container call method (#​32439, 44c2a8d)
  • Fixed Http Client multipart request (#​32428, 1f163d4)
  • Fixed Illuminate\Support\Stringable::isEmpty() (#​32447)
  • Fixed whereNull/whereNotNull for json in MySQL (#​32417, d3bb329)
  • Fixed Collection::orderBy() with callable (#​32471)
Changed
  • Re-use Router::newRoute() inside CompiledRouteCollection (#​32416)
  • Make Illuminate\Queue\InteractsWithQueue.php::$job public (2e272ee)
  • Catch and report exceptions thrown during schedule run execution (#​32461)

v7.6.2

Compare Source

Added
  • Added substrCount() method to Stringable and Str (#​32393)
Fixed
  • Fixed Lazyload PackageManifest (#​32391)
  • Fixed email validator (#​32388)
  • Fixed Illuminate\Mail\Mailable::attachFromStorageDisk() (#​32394)
Changed
  • Changed Illuminate\Translation\Translator::setLocale() (e78d24f, a0094a5)
  • Changed Illuminate\Mail\Mailable::attachData() (#​32392)

v7.6.1

Compare Source

Fixed
  • Fixed Illuminate\Testing\TestResponse::offsetExists() (#​32377)

v7.6.0

Compare Source

Added
  • Added Collection::until() method (#​32262)
  • Added HtmlString::isEmpty() method (#​32289, #​32300)
  • Added Illuminate\Support\Stringable::isNotEmpty() method (#​32293)
  • Added ltrim() and rtrim() methods to Illuminate\Support\Stringable class (#​32288)
  • Added ability to skip a middleware (#​32347, 412261c)
  • Added Illuminate\Http\Client\Response::object() method (#​32341)
  • Set component alias name (#​32346)
  • Added Illuminate\Database\Eloquent\Collection::append() method (#​32324)
  • Added "between" clauses for BelongsToMany pivot columns (#​32364)
  • Support retryAfter() method option on Queued Listeners (#​32370)
  • Added support for the new composer installed.json format (#​32310)
  • Added uuid change support in migrations (#​32316)
  • Allowed store resource into postgresql bytea (#​32319)
Fixed
  • Fixed *scan methods for phpredis (#​32336)
  • Fixed Illuminate\Auth\Notifications\ResetPassword::toMail() (#​32345)
  • Call setLocale in Illuminate\Translation\Translator::__construct() (1c6a504)
  • Used a map to prevent unnecessary array access in Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse() (#​32296)
  • Prevent timestamp update when pivot is not dirty (#​32311)
  • Fixed CURRENT_TIMESTAMP precision bug in Illuminate\Database\Schema\Grammars\MySqlGrammar (#​32298)
Changed
  • Added default value to HtmlString constructor (#​32290)
  • Used BindingResolutionException to signal problem with container resolution (#​32349)
  • Illuminate\Validation\Concerns\ValidatesAttributes.php ::validateUrl() use Symfony/Validator 5.0.7 regex (#​32315)
Depreciated

v7.5.2

Compare Source

Fixed
  • Prevent insecure characters in locale (c248521)
Optimization

v7.5.1

Compare Source

Fixed
  • Fixed Check a request header with an array value in Illuminate\Http\Client\Request::hasHeader() (#​32274)
  • Fixed setting mail header (#​32272)

v7.5.0

Compare Source

Added
  • Added assertNotSent() and assertNothingSent() methods to Illuminate\Http\Client\Factory (#​32197)
  • Added enum support for renameColumn() (#​32205)
  • Support returning an instance of a caster (#​32225)
Fixed
  • Prevent long URLs from breaking email layouts (#​32189)
  • Fixed camel casing relationship (#​32217)
  • Fixed merging boolean or null attributes in Blade components (#​32245)
  • Fixed Console expectation assertion order (#​32258)
  • Fixed route helper with custom binding key (#​32264)
  • Fixed double slashes matching in UriValidator (fix inconsistencies between cached and none cached routes) (#​32260)
  • Fixed setting mail header (#​32272)
Optimization
  • Optimize Container::resolve() method (#​32194)
  • Optimize performance for data_get() method (#​32192)
  • Optimize Str::startsWith() (#​32243)

v7.4.0

Compare Source

Added
  • Makes the stubs used for make:policy customizable (#​32040, 9d36a36)
  • Implement HigherOrderWhenProxy for Collections (#​32148)
  • Added Illuminate\Testing\PendingCommand::expectsChoice() (#​32139)
  • Added support for default values for the "props" blade tag (#​32177)
  • Added Castable interface (#​32129, 9cbf908, 651371a)
  • Added the ability to remove orders from the query builder (#​32186)
Fixed
  • Added missing return in the PendingMailFake::sendNow() and PendingMailFake::send() (#​32093)
  • Fixed custom Model attributes casts (#​32118)
  • Fixed route group prefixing (#​32135, 870efef)
  • Fixed component class view reference (#​32132)
Changed
  • Remove Swift Mailer bindings (#​32165)
  • Publish console stub when running stub:publish command (#​32096)
  • Publish rule stub when running make:rule command (#​32097)
  • Adding the middleware.stub to the files that will be published when running php artisan stub:publish (#​32099)
  • Adding the factory.stub to the files that will be published when running php artisan stub:publish (#​32100)
  • Adding the seeder.stub to the files that will be published when running php artisan stub:publish (#​32122)

v7.3.0

Compare Source

Added
  • Added possibility to use ^4.0 versions of ramsey/uuid (#​32086)
Fixed

v7.2.2

Compare Source

Fixed
  • Fixed empty data for blade components (#​32032)
  • Fixed subdirectories when making components by make:component (#​32030)
  • Fixed serialization of models when sending notifications (#​32051)
  • Fixed route trailing slash in cached routes matcher (#​32048)
Changed
  • Throw exception for non existing component alias (#​32036)
  • Don't overwrite published stub files by default in stub:publish command (#​32038)

v7.2.1

Compare Source

Fixed

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Jun 26, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_composer --label=renovate_child -v "/mnt/renovate/gh/TsiroJohn/LaravelCMS":"/mnt/renovate/gh/TsiroJohn/LaravelCMS" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/TsiroJohn/LaravelCMS" renovate/composer bash -l -c "composer update laravel/framework --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader"
Dependency "symfony/css-selector" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - cviebrock/eloquent-sluggable 4.5.1 requires illuminate/database ~5.6.0 -> satisfiable by illuminate/database[v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9].
    - cviebrock/eloquent-sluggable 4.5.1 requires illuminate/database ~5.6.0 -> satisfiable by illuminate/database[v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9].
    - don't install illuminate/database v5.6.0|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.1|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.10|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.11|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.12|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.13|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.14|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.15|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.16|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.17|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.19|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.2|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.20|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.21|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.22|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.23|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.24|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.25|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.26|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.27|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.28|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.29|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.3|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.30|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.31|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.32|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.33|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.34|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.35|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.36|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.37|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.38|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.39|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.4|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.5|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.6|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.7|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.8|don't install laravel/framework v7.26.0
    - don't install illuminate/database v5.6.9|don't install laravel/framework v7.26.0
    - Installation request for laravel/framework 7.26.0 -> satisfiable by laravel/framework[v7.26.0].
    - Installation request for cviebrock/eloquent-sluggable 4.5.1 -> satisfiable by cviebrock/eloquent-sluggable[4.5.1].


@renovate renovate bot force-pushed the renovate/laravel-framework-7.x branch from 0bd5fce to 423ab13 Compare June 30, 2020 14:33
@renovate renovate bot force-pushed the renovate/laravel-framework-7.x branch 3 times, most recently from 9889f6a to 33d598b Compare July 14, 2020 14:37
@renovate renovate bot force-pushed the renovate/laravel-framework-7.x branch 4 times, most recently from e112cbb to 1aee0f5 Compare July 27, 2020 18:46
@renovate renovate bot force-pushed the renovate/laravel-framework-7.x branch 4 times, most recently from f26e932 to 8bd7738 Compare August 7, 2020 16:00
@renovate renovate bot force-pushed the renovate/laravel-framework-7.x branch from 8bd7738 to aeb8789 Compare August 26, 2020 03:03
@renovate renovate bot changed the title Update dependency laravel/framework to v7 Update dependency laravel/framework to v7- autoclosed Oct 27, 2020
@renovate renovate bot closed this Oct 27, 2020
@renovate renovate bot deleted the renovate/laravel-framework-7.x branch October 27, 2020 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant