Closed renovate[bot] closed 2 years ago
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:
The artifact failure details are included below:
Command failed: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/Ardakilic/WhatTheTag":"/mnt/renovate/gh/Ardakilic/WhatTheTag" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/Ardakilic/WhatTheTag" docker.io/renovate/php:8.1.3 bash -l -c "install-tool composer 1.10.25 && composer update cviebrock/eloquent-sluggable --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Dependency "laravel/framework" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "laravel/framework" is also a root requirement, but is not explicitly allowed. Ignoring.
Dependency "laravel/framework" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Info from https://repo.packagist.org: [37;44m#StandWith[30;43mUkraine[0m
Updating dependencies (including require-dev)
PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 8192 bytes) in phar:///home/ubuntu/composer/1.10.25/bin/composer/src/Composer/DependencyResolver/GenericRule.php on line 36
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 9.x releases. However, if you upgrade to 9.x manually then Renovate will reenable minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
^4.3
->^9.0
Release Notes
cviebrock/eloquent-sluggable
### [`v9.0.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#900---24-Jan-2022) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.8...9.0.0) - Laravel 9 support ([#577](https://togithub.com/cviebrock/eloquent-sluggable/issues/577), [#578](https://togithub.com/cviebrock/eloquent-sluggable/issues/578), thanks [@carbonvader](https://togithub.com/carbonvader) and [@tabcitu](https://togithub.com/tabcitu)) ### [`v8.0.8`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#808---11-Jun-2021) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.7...8.0.8) - fix event tests and `registerModelEvent()` hook ([#556](https://togithub.com/cviebrock/eloquent-sluggable/issues/556), [#561](https://togithub.com/cviebrock/eloquent-sluggable/issues/561), thanks [@standaniels](https://togithub.com/standaniels)) ### [`v8.0.7`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#807---19-May-2021) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.5...8.0.7) - fix issue with `SluggableObserver::SAVED` not always saving the model ([#558](https://togithub.com/cviebrock/eloquent-sluggable/issues/558), [#560](https://togithub.com/cviebrock/eloquent-sluggable/issues/560), thanks [@llewellyn-kevin](https://togithub.com/llewellyn-kevin)) ### [`v8.0.5`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#805---28-Feb-2021) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.4...8.0.5) - started unique suffixes with "-2" instead of "-1" ([#549](https://togithub.com/cviebrock/eloquent-sluggable/issues/549), thanks [@Tamim26061](https://togithub.com/Tamim26061)) - this can be adjusted via the `firstUniqueSuffix` config setting ### [`v8.0.4`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#804---20-Jan-2021) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.3...8.0.4) - bug fix for [#543](https://togithub.com/cviebrock/eloquent-sluggable/issues/543)#issuecomment-763391948 (thanks [@dluague](https://togithub.com/dluague)) ### [`v8.0.3`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#803---19-Jan-2021) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.2...8.0.3) - add ability to slug models on Eloquent's `saved` event, rather than `saving` - this adds a few more SQL queries per save, but allows for the use of the primary key field in the `source` configuration (see [#539](https://togithub.com/cviebrock/eloquent-sluggable/issues/539) and [#448](https://togithub.com/cviebrock/eloquent-sluggable/issues/448)) - default configuration remains the same, but might change in a future release - added base `customizeSlugEngine` and `scopeWithUniqueSlugConstraints` methods to the trait, to enforce type hinting and return values - NOTE: if you were using these methods in your models, you may need to ensure the method signatures match now - see [#544](https://togithub.com/cviebrock/eloquent-sluggable/issues/544) for more information, including what to do if you had custom methods in another trait - add `slugEngineOptions` configuration option (see [#454](https://togithub.com/cviebrock/eloquent-sluggable/issues/454), thanks [@Adioz01](https://togithub.com/Adioz01)) - move automated testing from travis-ci to Github actions ([#534](https://togithub.com/cviebrock/eloquent-sluggable/issues/534), thanks [@cbl](https://togithub.com/cbl)) - clean up some third-party tools and badges - clean up docblocks, return hints, and PHPUnit method calls ### [`v8.0.2`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#802---29-Nov-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.1...8.0.2) - support PHP 8.0 ([#533](https://togithub.com/cviebrock/eloquent-sluggable/issues/533), thanks [@cbl](https://togithub.com/cbl)) ### [`v8.0.1`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#801---28-Sep-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/8.0.0...8.0.1) - fix when manually setting a slug to a "falsy" value ([#527](https://togithub.com/cviebrock/eloquent-sluggable/issues/527), thanks [@huiyang](https://togithub.com/huiyang)) ### [`v8.0.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#800---10-Sep-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/7.0.2...8.0.0) - Laravel 8 support ### [`v7.0.2`](https://togithub.com/cviebrock/eloquent-sluggable/compare/7.0.1...7.0.2) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/7.0.1...7.0.2) ### [`v7.0.1`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#701---06-Apr-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/7.0.0...7.0.1) - fix to help support translatable slugs (using either spatie or Astrotomic package) ([#506](https://togithub.com/cviebrock/eloquent-sluggable/issues/506), thanks [@GeoSot](https://togithub.com/GeoSot)) ### [`v7.0.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#700---04-Mar-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.4...7.0.0) - Laravel 7.0 support ### [`v6.0.4`](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.3...6.0.4) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.3...6.0.4) ### [`v6.0.3`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#603---09-Feb-2020) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.2...6.0.3) - bump [cocur/slugify](https://togithub.com/cocur/slugify) to `^4.0` ### [`v6.0.2`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#602---09-Oct-2019) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.1...6.0.2) - fix for PHP 7.4 beta ([#486](https://togithub.com/cviebrock/eloquent-sluggable/issues/486), thanks [@KamaZzw](https://togithub.com/KamaZzw)) ### [`v6.0.1`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#601---13-Sep-2019) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/6.0.0...6.0.1) - fix for semantic versioning ### [`v6.0.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#600---03-Sep-2019) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.8.1...6.0.0) - Laravel 6.0 support (note the package version will now follow the Laravel version) ### [`v4.8.1`](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.8.0...4.8.1) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.8.0...4.8.1) ### [`v4.8.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#480---28-Feb-2019) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.7.1...4.8.0) - Laravel 5.8 support ([#460](https://togithub.com/cviebrock/eloquent-sluggable/issues/460), big thanks [@tabuna](https://togithub.com/tabuna)) ### [`v4.7.1`](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.7.0...4.7.1) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.7.0...4.7.1) ### [`v4.7.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#470---24-Feb-2019) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.6.1...4.7.0) - Fix slug getting set to `null` if model is updated with no source column loaded ([#450](https://togithub.com/cviebrock/eloquent-sluggable/issues/450), thanks [@mylgeorge](https://togithub.com/mylgeorge)) ### [`v4.6.1`](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.6.0...4.6.1) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.6.0...4.6.1) ### [`v4.6.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#460---04-Sep-2018) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.5.2...4.6.0) - Laravel 5.7 support ### [`v4.5.2`](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.5.1...4.5.2) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.5.1...4.5.2) ### [`v4.5.1`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#451---21-May-2018) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.5.0...4.5.1) - Bump versions of package dependencies ### [`v4.5.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#450---10-Feb-2018) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.4.2...4.5.0) - Laravel 5.6 support ### [`v4.4.2`](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.4.1...4.4.2) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.4.1...4.4.2) ### [`v4.4.1`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#441---04-Jan-2018) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.4.0...4.4.1) - Better exception message when calling `SlugService::createSlug` with an invalid attribute ([#402](https://togithub.com/cviebrock/eloquent-sluggable/issues/402), thanks [@lptn](https://togithub.com/lptn)) - Prettier unit test output ### [`v4.4.0`](https://togithub.com/cviebrock/eloquent-sluggable/blob/HEAD/CHANGELOG.md#440---12-Dec-2017) [Compare Source](https://togithub.com/cviebrock/eloquent-sluggable/compare/4.3.0...4.4.0) - Make sure truncated slugs (due to maxLength) don't end in a separator ([#398](https://togithub.com/cviebrock/eloquent-sluggable/issues/398)) - Add `maxLengthKeepWords` configuration option ([#398](https://togithub.com/cviebrock/eloquent-sluggable/issues/398))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.
This PR has been generated by WhiteSource Renovate. View repository job log here.