Ardakilic / WhatTheTag

A Laravel 5.5 Photo Tagging Web Application
59 stars 11 forks source link

Update dependency laravel/scout to v10 #62

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laravel/scout require major ^3.0 -> ^10.0

Release Notes

laravel/scout ### [`v10.0.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v1002-httpsgithubcomlaravelscoutcomparev1001v1002---2023-03-07) [Compare Source](https://togithub.com/laravel/scout/compare/v10.0.1...v10.0.2) - Use `newQuery()` instead of `query()` in `DatabaseEngine` by [@​jbelien](https://togithub.com/jbelien) in [https://github.com/laravel/scout/pull/713](https://togithub.com/laravel/scout/pull/713) ### [`v10.0.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v1001-httpsgithubcomlaravelscoutcomparev1000v1001---2023-03-05) [Compare Source](https://togithub.com/laravel/scout/compare/v10.0.0...v10.0.1) - Fix missing function issue by [@​JerryBels](https://togithub.com/JerryBels) in [https://github.com/laravel/scout/pull/711](https://togithub.com/laravel/scout/pull/711) ### [`v10.0.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v1000-httpsgithubcomlaravelscoutcomparev981v1000---2023-03-02) [Compare Source](https://togithub.com/laravel/scout/compare/v9.8.1...v10.0.0) - Refactor the use of getScoutKeyName by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/509](https://togithub.com/laravel/scout/pull/509) - Remove obsolete code for scout key name by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/545](https://togithub.com/laravel/scout/pull/545) - Provide searchable data array with primary key and value for MeiliSearch by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/546](https://togithub.com/laravel/scout/pull/546) - Fix custom scout keys not being utilized when deleting from queue by [@​stevebauman](https://togithub.com/stevebauman) in [https://github.com/laravel/scout/pull/657](https://togithub.com/laravel/scout/pull/657) - Drop old PHP and Laravel versions by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/675](https://togithub.com/laravel/scout/pull/675) - Meilisearch v1 support by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/678](https://togithub.com/laravel/scout/pull/678) ### [`v9.8.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v981-httpsgithubcomlaravelscoutcomparev980v981---2023-02-14) [Compare Source](https://togithub.com/laravel/scout/compare/v9.8.0...v9.8.1) ##### Changed - Adds types to `makeAllSearchableUsing` by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/scout/pull/660](https://togithub.com/laravel/scout/pull/660) ### [`v9.8.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v980-httpsgithubcomlaravelscoutcomparev972v980---2023-01-17) [Compare Source](https://togithub.com/laravel/scout/compare/v9.7.2...v9.8.0) ##### Added - Laravel v10 Support by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/696](https://togithub.com/laravel/scout/pull/696) - Enable order by for `collection` & `database` engines by [@​stein-j](https://togithub.com/stein-j) in [https://github.com/laravel/scout/pull/695](https://togithub.com/laravel/scout/pull/695) ### [`v9.7.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v972-httpsgithubcomlaravelscoutcomparev971v972---2023-01-09) [Compare Source](https://togithub.com/laravel/scout/compare/v9.7.1...v9.7.2) ##### Fixed - Handle non-consecutive key collection on MeiliSearch document deletion by [@​pyrou](https://togithub.com/pyrou) in [https://github.com/laravel/scout/pull/688](https://togithub.com/laravel/scout/pull/688) - Fix missing variable in closure by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/694](https://togithub.com/laravel/scout/pull/694) ### [`v9.7.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v971-httpsgithubcomlaravelscoutcomparev970v971---2023-01-06) [Compare Source](https://togithub.com/laravel/scout/compare/v9.7.0...v9.7.1) ##### Fixed - Make scout compatible with new meilisearch casing by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/687](https://togithub.com/laravel/scout/pull/687) ### [`v9.7.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v970-httpsgithubcomlaravelscoutcomparev962v970---2023-01-03) [Compare Source](https://togithub.com/laravel/scout/compare/v9.6.2...v9.7.0) ##### Changed - Add analytics for Meilisearch engine by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/681](https://togithub.com/laravel/scout/pull/681) - Allow options for search requests by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/683](https://togithub.com/laravel/scout/pull/683) ### [`v9.6.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v962-httpsgithubcomlaravelscoutcomparev961v962---2022-12-21) [Compare Source](https://togithub.com/laravel/scout/compare/v9.6.1...v9.6.2) ##### Fixed - Added a missing import by [@​driesvints](https://togithub.com/driesvints) in https://github.com/laravel/scout/commit/56adabcc1575a692824ffa8009719b20e7778f28 ### [`v9.6.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v961-httpsgithubcomlaravelscoutcomparev960v961---2022-12-20) [Compare Source](https://togithub.com/laravel/scout/compare/v9.6.0...v9.6.1) ##### Changed - Allow FQCN to delete-index command by [@​kichetof](https://togithub.com/kichetof) in [https://github.com/laravel/scout/pull/677](https://togithub.com/laravel/scout/pull/677) ### [`v9.6.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v960-httpsgithubcomlaravelscoutcomparev951v960---2022-12-15) [Compare Source](https://togithub.com/laravel/scout/compare/v9.5.1...v9.6.0) ##### Added - Add command delete-all-indexes, update scout:index to allow FQCN and apply filterable on SoftDeletes by [@​kichetof](https://togithub.com/kichetof) in [https://github.com/laravel/scout/pull/671](https://togithub.com/laravel/scout/pull/671) - Added soft deleted to Meilisearch by [@​kichetof](https://togithub.com/kichetof) in [https://github.com/laravel/scout/pull/672](https://togithub.com/laravel/scout/pull/672) ### [`v9.5.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v951-httpsgithubcomlaravelscoutcomparev950v951---2022-12-08) [Compare Source](https://togithub.com/laravel/scout/compare/v9.5.0...v9.5.1) ##### Fixed - Fix the sync index settings command not using the scout prefix by [@​tonysm](https://togithub.com/tonysm) in [https://github.com/laravel/scout/pull/670](https://togithub.com/laravel/scout/pull/670) ### [`v9.5.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v950-httpsgithubcomlaravelscoutcomparev9412v950---2022-12-06) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.12...v9.5.0) ##### Added - Support Meilisearch index settings by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/669](https://togithub.com/laravel/scout/pull/669) ### [`v9.4.12`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9412-httpsgithubcomlaravelscoutcomparev9411v9412---2022-10-04) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.11...v9.4.12) ##### Fixed - Fix custom scout keys not being utilized when deleting from queue by [@​stevebauman](https://togithub.com/stevebauman) in [https://github.com/laravel/scout/pull/656](https://togithub.com/laravel/scout/pull/656) ### [`v9.4.11`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9411-httpsgithubcomlaravelscoutcomparev9410v9411---2022-09-27) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.10...v9.4.11) ##### Fixed - Use scout key when mapping keys from search results by [@​flexchar](https://togithub.com/flexchar) in [https://github.com/laravel/scout/pull/652](https://togithub.com/laravel/scout/pull/652) ### [`v9.4.10`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9410-httpsgithubcomlaravelscoutcomparev949v9410---2022-07-19) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.9...v9.4.10) ##### Fixed - Return collection by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/scout/pull/635](https://togithub.com/laravel/scout/pull/635) ### [`v9.4.9`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v949-httpsgithubcomlaravelscoutcomparev948v949---2022-05-05) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.8...v9.4.9) ##### Fixed - Apply `limit` on `DatabaseEngine` before applying additional constraints by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/scout/pull/621](https://togithub.com/laravel/scout/pull/621) ### [`v9.4.8`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v948-httpsgithubcomlaravelscoutcomparev947v948---2022-05-03) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.7...v9.4.8) ##### Changed - Add limit to database engine by [@​keithbrink](https://togithub.com/keithbrink) in [https://github.com/laravel/scout/pull/619](https://togithub.com/laravel/scout/pull/619) ### [`v9.4.7`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v947-httpsgithubcomlaravelscoutcomparev946v947---2022-04-06) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.6...v9.4.7) ##### Fixed - Fixed access to undefined key by [@​den1n](https://togithub.com/den1n) in [https://github.com/laravel/scout/pull/612](https://togithub.com/laravel/scout/pull/612) ### [`v9.4.6`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v946-httpsgithubcomlaravelscoutcomparev945v946---2022-03-29) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.5...v9.4.6) ##### Changed - Added the ability to pass an array of options to full-text search. by [@​den1n](https://togithub.com/den1n) in [https://github.com/laravel/scout/pull/606](https://togithub.com/laravel/scout/pull/606) - Update suggested SDK versions of Algolia and Meilisearch by [@​mmachatschek](https://togithub.com/mmachatschek) in [https://github.com/laravel/scout/pull/608](https://togithub.com/laravel/scout/pull/608) ### [`v9.4.5`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v945-httpsgithubcomlaravelscoutcomparev944v945---2022-02-22) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.4...v9.4.5) ##### Changed - Remove redundant `return` key like for all `when` methods for databas… by [@​siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/scout/pull/592](https://togithub.com/laravel/scout/pull/592) ##### Fixed - Implements Meilisearch sort on paginate by [@​mrABR](https://togithub.com/mrABR) in [https://github.com/laravel/scout/pull/587](https://togithub.com/laravel/scout/pull/587) - Remove default order by model key desc in database engine when full-text index is used by [@​smknstd](https://togithub.com/smknstd) in [https://github.com/laravel/scout/pull/590](https://togithub.com/laravel/scout/pull/590) - Call queryCallback in DatabaseEngine by [@​Alanaktion](https://togithub.com/Alanaktion) in [https://github.com/laravel/scout/pull/591](https://togithub.com/laravel/scout/pull/591) ### [`v9.4.4`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v944-httpsgithubcomlaravelscoutcomparev943v944---2022-02-15) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.3...v9.4.4) ##### Fixed - Fix collection engine `mapIds` bug by [@​amir9480](https://togithub.com/amir9480) in [https://github.com/laravel/scout/pull/585](https://togithub.com/laravel/scout/pull/585) ### [`v9.4.3`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v943-httpsgithubcomlaravelscoutcomparev942v943---2022-02-08) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.2...v9.4.3) ##### Fixed - Skip adding search constraints with empty search on DatabaseEngine ([#​582](https://togithub.com/laravel/scout/pull/582)) ### [`v9.4.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v942-2022-01-18-httpsgithubcomlaravelscoutcomparev941v942) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.1...v9.4.2) ##### Added - Add sorting for Meilisearch ([#​537](https://togithub.com/laravel/scout/pull/537)) ### [`v9.4.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9412-httpsgithubcomlaravelscoutcomparev9411v9412---2022-10-04) [Compare Source](https://togithub.com/laravel/scout/compare/v9.4.0...v9.4.1) ##### Fixed - Fix custom scout keys not being utilized when deleting from queue by [@​stevebauman](https://togithub.com/stevebauman) in [https://github.com/laravel/scout/pull/656](https://togithub.com/laravel/scout/pull/656) ### [`v9.4.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v940-2022-01-12-httpsgithubcomlaravelscoutcomparev934v940) [Compare Source](https://togithub.com/laravel/scout/compare/v9.3.4...v9.4.0) ##### Added - Add a DatabaseEngine ([#​564](https://togithub.com/laravel/scout/pull/564)) ##### Changed - Optimize whereIn to use whereIntegerInRaw when primaryKey is integer ([#​568](https://togithub.com/laravel/scout/pull/568)) - Add limit to collection engine ([#​569](https://togithub.com/laravel/scout/pull/569)) - Laravel 9 support ([#​571](https://togithub.com/laravel/scout/pull/571)) ### [`v9.3.4`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v934-2021-12-23-httpsgithubcomlaravelscoutcomparev932v934) [Compare Source](https://togithub.com/laravel/scout/compare/v9.3.2...v9.3.4) No significant changes. ### [`v9.3.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v932-2021-11-16-httpsgithubcomlaravelscoutcomparev931v932) [Compare Source](https://togithub.com/laravel/scout/compare/v9.3.1...v9.3.2) ##### Fixed - Fix issues for users providing searchable array without primary key ([#​547](https://togithub.com/laravel/scout/pull/547)) ### [`v9.3.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v931-2021-10-12-httpsgithubcomlaravelscoutcomparev930v931) [Compare Source](https://togithub.com/laravel/scout/compare/v9.3.0...v9.3.1) ##### Fixed - Return correct output of mapIds method for MeiliSearch ([#​538](https://togithub.com/laravel/scout/pull/538)) ### [`v9.3.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v930-2021-10-05-httpsgithubcomlaravelscoutcomparev9210v930) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.10...v9.3.0) ##### Added - Add simplePaginateRaw query ([#​534](https://togithub.com/laravel/scout/pull/534)) ### [`v9.2.10`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9210-2021-09-28-httpsgithubcomlaravelscoutcomparev929v9210) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.9...v9.2.10) ##### Changed - Collection Engine: add support for non-scalar values ([#​528](https://togithub.com/laravel/scout/pull/528)) ##### Fixed - Support boolean filters ([#​524](https://togithub.com/laravel/scout/pull/524)) ### [`v9.2.9`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v929-2021-09-14-httpsgithubcomlaravelscoutcomparev928v929) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.8...v9.2.9) ##### Fixed - Searching on custom searchable data when using collection driver ([#​521](https://togithub.com/laravel/scout/pull/521)) ### [`v9.2.8`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v928-2021-08-31-httpsgithubcomlaravelscoutcomparev927v928) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.7...v9.2.8) ##### Changed - Add the ability to omit the search argument in the `CollectionEngine` ([#​515](https://togithub.com/laravel/scout/pull/515)) ##### Fixed - Update meilisearch-sdk version to v0.19.0 ([#​511](https://togithub.com/laravel/scout/pull/511)) - Check for meilisearch-php 0.19.0 instead ([#​513](https://togithub.com/laravel/scout/pull/513)) ### [`v9.2.7`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v927-2021-08-24-httpsgithubcomlaravelscoutcomparev926v927) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.6...v9.2.7) ##### Changed - Support rename of filters to filter in meilisearch 0.21.x ([#​510](https://togithub.com/laravel/scout/pull/510)) ### [`v9.2.6`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v926-2021-08-17-httpsgithubcomlaravelscoutcomparev925v926) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.5...v9.2.6) ##### Fixed - Fixed non string columns breaking model filter with collection driver ([#​507](https://togithub.com/laravel/scout/pull/507)) ### [`v9.2.5`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v925-2021-08-10-httpsgithubcomlaravelscoutcomparev924v925) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.4...v9.2.5) ##### Fixed - `HasManyThrough::macro('unsearchable')` fix ([#​505](https://togithub.com/laravel/scout/pull/505)) ### [`v9.2.4`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v924-2021-08-03-httpsgithubcomlaravelscoutcomparev923v924) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.3...v9.2.4) ##### Changed - Timeout options for algolia client ([#​501](https://togithub.com/laravel/scout/pull/501)) ##### Fixed - Fix meilisearch where in ([#​498](https://togithub.com/laravel/scout/pull/498)) ### [`v9.2.3`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v923-2021-07-13-httpsgithubcomlaravelscoutcomparev922v923) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.2...v9.2.3) ##### Changed - Filter on sensitive attributes ([#​491](https://togithub.com/laravel/scout/pull/491), [1dfde65](https://togithub.com/laravel/scout/commit/1dfde65d4d9fa78512c68020f6fa05ee0f19eae8)) ### [`v9.2.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v922-2021-07-06-httpsgithubcomlaravelscoutcomparev921v922) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.1...v9.2.2) ##### Changed - Improve observer strategy ([#​490](https://togithub.com/laravel/scout/pull/490), [19cff04](https://togithub.com/laravel/scout/commit/19cff04e97f3fbaf67bf2bbe68a5d4daba6ba8b1)) - Downcase attribute and query for case-insensitive search ([#​493](https://togithub.com/laravel/scout/pull/493)) - Use numeric check ([996256a](https://togithub.com/laravel/scout/commit/996256abf3b59db3e8dd3b428e027c0c1b2c37d3)) - Custom callback support on collection engine ([7da9dd6](https://togithub.com/laravel/scout/commit/7da9dd69df7e63d48c53f5e92fa777b2b67d352e)) ### [`v9.2.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v9210-2021-09-28-httpsgithubcomlaravelscoutcomparev929v9210) [Compare Source](https://togithub.com/laravel/scout/compare/v9.2.0...v9.2.1) ##### Changed - Collection Engine: add support for non-scalar values ([#​528](https://togithub.com/laravel/scout/pull/528)) ##### Fixed - Support boolean filters ([#​524](https://togithub.com/laravel/scout/pull/524)) ### [`v9.2.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v920-2021-06-29-httpsgithubcomlaravelscoutcomparev912v920) [Compare Source](https://togithub.com/laravel/scout/compare/v9.1.2...v9.2.0) ##### Added - Collection Engine ([#​488](https://togithub.com/laravel/scout/pull/488)) ### [`v9.1.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v912-2021-06-15-httpsgithubcomlaravelscoutcomparev911v912) [Compare Source](https://togithub.com/laravel/scout/compare/v9.1.1...v9.1.2) ##### Fixed - Fix removing queued models with custom Scout keys ([#​480](https://togithub.com/laravel/scout/pull/480)) - Re-query scout engine when paginate results contains insufficient keys to generate proper pagination count query ([#​483](https://togithub.com/laravel/scout/pull/483)) ### [`v9.1.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v911-2021-06-08-httpsgithubcomlaravelscoutcomparev910v911) [Compare Source](https://togithub.com/laravel/scout/compare/v9.1.0...v9.1.1) ##### Changed - Overridable jobs ([#​476](https://togithub.com/laravel/scout/pull/476)) ### [`v9.1.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v910-2021-05-13-httpsgithubcomlaravelscoutcomparev900v910) [Compare Source](https://togithub.com/laravel/scout/compare/v9.0.0...v9.1.0) ##### Added - Use queued job for "unsearching" when Scout queue is enabled ([#​471](https://togithub.com/laravel/scout/pull/471)) ##### Changed - Remove useless variable in `simplePaginate` ([#​472](https://togithub.com/laravel/scout/pull/472)) ### [`v9.0.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v900-2021-04-27-httpsgithubcomlaravelscoutcomparev861v900) [Compare Source](https://togithub.com/laravel/scout/compare/v8.6.1...v9.0.0) ##### Added - Support MeiliSearch Engine ([#​455](https://togithub.com/laravel/scout/pull/455), [#​457](https://togithub.com/laravel/scout/pull/457)) - Add support for cursor and LazyCollection on scout ([#​439](https://togithub.com/laravel/scout/pull/439), [1ebcd0d](https://togithub.com/laravel/scout/commit/1ebcd0d11185d43cea18e9b774b2926314311e41), [#​470](https://togithub.com/laravel/scout/pull/470)) ##### Changed - Drop support for old Laravel versions and PHP 7.2 ([#​459](https://togithub.com/laravel/scout/pull/459)) ##### Fixed - Fixes pagination count when `Laravel\Scout\Builder` contains custom query callback ([#​469](https://togithub.com/laravel/scout/pull/469)) ### [`v8.6.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v861-2021-04-06-httpsgithubcomlaravelscoutcomparev860v861) [Compare Source](https://togithub.com/laravel/scout/compare/v8.6.0...v8.6.1) ##### Changed - Move booting of services ([#​453](https://togithub.com/laravel/scout/pull/453)) - Add reset method ([fb8ce0c](https://togithub.com/laravel/scout/commit/fb8ce0c3a0ea33fc67be9a0916bf049a7e86bd54)) ### [`v8.6.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v860-2021-01-19-httpsgithubcomlaravelscoutcomparev854v860) [Compare Source](https://togithub.com/laravel/scout/compare/v8.5.4...v8.6.0) ##### Added - Add ability to use simplePaginate ([#​443](https://togithub.com/laravel/scout/pull/443)) ### [`v8.5.4`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v854-2021-01-12-httpsgithubcomlaravelscoutcomparev853v854) [Compare Source](https://togithub.com/laravel/scout/compare/v8.5.3...v8.5.4) ##### Changed - Use the Config facade instead ([#​442](https://togithub.com/laravel/scout/pull/442)) ### [`v8.5.3`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v853-2021-01-05-httpsgithubcomlaravelscoutcomparev852v853) [Compare Source](https://togithub.com/laravel/scout/compare/v8.5.2...v8.5.3) ##### Fixed - Allow running observer callbacks after database transactions have committed ([#​440](https://togithub.com/laravel/scout/pull/440), [56ea20d](https://togithub.com/laravel/scout/commit/56ea20d8e46cc9cd03d04cbdd071e4deb94e7f26)) ### [`v8.5.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v852-2020-12-30-httpsgithubcomlaravelscoutcomparev851v852) [Compare Source](https://togithub.com/laravel/scout/compare/v8.5.1...v8.5.2) ##### Changed - Revert `$afterCommit` property ([ece6758](https://togithub.com/laravel/scout/commit/ece6758b82c51ff7f5e011f243a7c6b33711a847)) ### [`v8.5.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v851-2020-12-22-httpsgithubcomlaravelscoutcomparev850v851) [Compare Source](https://togithub.com/laravel/scout/compare/v8.5.0...v8.5.1) ##### Changed - Run observer callbacks after database transactions have committed ([#​436](https://togithub.com/laravel/scout/pull/436)) ### [`v8.5.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v850-2020-12-10-httpsgithubcomlaravelscoutcomparev840v850) [Compare Source](https://togithub.com/laravel/scout/compare/v8.4.0...v8.5.0) ##### Added - PHP 8 Support ([#​425](https://togithub.com/laravel/scout/pull/425)) ### [`v8.4.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v840-2020-10-20-httpsgithubcomlaravelscoutcomparev831v840) [Compare Source](https://togithub.com/laravel/scout/compare/v8.3.1...v8.4.0) ##### Added - Add `makeAllSearchableUsing` ([bf8585e](https://togithub.com/laravel/scout/commit/bf8585eaff9204d23602f9c064b7e3cc074212e2)) ### [`v8.3.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v831-2020-09-01-httpsgithubcomlaravelscoutcomparev830v831) [Compare Source](https://togithub.com/laravel/scout/compare/v8.3.0...v8.3.1) ##### Fixed - Fix HasManyThrough relationships ([#​416](https://togithub.com/laravel/scout/pull/416)) ### [`v8.3.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v830-2020-08-25-httpsgithubcomlaravelscoutcomparev821v830) [Compare Source](https://togithub.com/laravel/scout/compare/v8.2.1...v8.3.0) ##### Added - Laravel 8 support ([#​415](https://togithub.com/laravel/scout/pull/415)) ##### Changed - Update builder class pagination methods to resolve LengthAwarePaginator using container ([#​413](https://togithub.com/laravel/scout/pull/413)) ### [`v8.2.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v821-2020-08-06-httpsgithubcomlaravelscoutcomparev820v821) [Compare Source](https://togithub.com/laravel/scout/compare/v8.2.0...v8.2.1) ##### Fixed - Fix undefined `$user` variable bug ([e751cf4](https://togithub.com/laravel/scout/commit/e751cf4669ecab2fce887265280d1dfd29075aef)) ### [`v8.2.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v820-2020-08-04-httpsgithubcomlaravelscoutcomparev810v820) [Compare Source](https://togithub.com/laravel/scout/compare/v8.1.0...v8.2.0) ##### Added - Identifying users ([#​411](https://togithub.com/laravel/scout/pull/411), [fe28ab2](https://togithub.com/laravel/scout/commit/fe28ab26bf1e5c9c3b46f2535bea746b69fa6fb1)) ### [`v8.1.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v810-2020-07-14-httpsgithubcomlaravelscoutcomparev801v810) [Compare Source](https://togithub.com/laravel/scout/compare/v8.0.1...v8.1.0) ##### Added - Optional param for chunk size on `scout:import` ([#​407](https://togithub.com/laravel/scout/pull/407)) ### [`v8.0.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v801-2020-04-21-httpsgithubcomlaravelscoutcomparev800v801) [Compare Source](https://togithub.com/laravel/scout/compare/v8.0.0...v8.0.1) ##### Fixed - Merge default scout configs ([#​402](https://togithub.com/laravel/scout/pull/402)) ### [`v8.0.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v800-2020-03-03-httpsgithubcomlaravelscoutcomparev721v800) [Compare Source](https://togithub.com/laravel/scout/compare/v7.2.1...v8.0.0) ##### Changed - Use chunkById instead of chunk ([#​360](https://togithub.com/laravel/scout/pull/360)) - Drop support for Laravel 5.x - Drop support for PHP 7.1 ### [`v7.2.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v721-2019-09-24-httpsgithubcomlaravelscoutcomparev720v721) [Compare Source](https://togithub.com/laravel/scout/compare/v7.2.0...v7.2.1) ##### Fixed - Proper version ([44c8924](https://togithub.com/laravel/scout/commit/44c8924815aab8dbbb1388bbd468e67f398ff3ef)) ### [`v7.2.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v720-2019-09-24-httpsgithubcomlaravelscoutcomparev713v720) [Compare Source](https://togithub.com/laravel/scout/compare/v7.1.3...v7.2.0) ##### Added - Add `__call()` method to AlgoliaEngine ([#​384](https://togithub.com/laravel/scout/pull/384)) ### [`v7.1.3`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v713-2019-07-30-httpsgithubcomlaravelscoutcomparev712v713) [Compare Source](https://togithub.com/laravel/scout/compare/v7.1.2...v7.1.3) ##### Changed - Updated version constraints for Laravel 6 ([b31e612](https://togithub.com/laravel/scout/commit/b31e6123776ae7f5006dd8e12701e3d661c3db0d)) ### [`v7.1.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v712-2019-04-30-httpsgithubcomlaravelscoutcomparev711v712) [Compare Source](https://togithub.com/laravel/scout/compare/v7.1.1...v7.1.2) ##### Fixed - Calling `values()` on sorted collection to reset the array keys ([#​372](https://togithub.com/laravel/scout/pull/372)) ### [`v7.1.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v711-2019-04-02-httpsgithubcomlaravelscoutcomparev710v711) [Compare Source](https://togithub.com/laravel/scout/compare/v7.1.0...v7.1.1) ##### Changed - Remove support for PHP 7.0 ([217c2ee](https://togithub.com/laravel/scout/commit/217c2eebacb2fb242083102222428fa492b637bd)) ##### Fixed - Fix engine results order ([#​369](https://togithub.com/laravel/scout/pull/369), [bde4969](https://togithub.com/laravel/scout/commit/bde49694850e1c025bea7a77f3bd422862c7ab87)) - Fix empty update with soft delete ([#​370](https://togithub.com/laravel/scout/pull/370)) ### [`v7.1.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v710-2019-02-14-httpsgithubcomlaravelscoutcomparev700v710) [Compare Source](https://togithub.com/laravel/scout/compare/v7.0.0...v7.1.0) ##### Added - Added support for Laravel 5.8 ([694d83b](https://togithub.com/laravel/scout/commit/694d83bfc735cc2147c5ad57b034ea89a7893e08)) ### [`v7.0.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v700-2019-02-08-httpsgithubcomlaravelscoutcomparev613v700) [Compare Source](https://togithub.com/laravel/scout/compare/v6.1.3...v7.0.0) ##### Changed - Upgraded Algolia API client to v2 ([#​349](https://togithub.com/laravel/scout/pull/349), [#​353](https://togithub.com/laravel/scout/pull/353)) ### [`v6.1.3`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v613-2018-12-11-httpsgithubcomlaravelscoutcomparev612v613) [Compare Source](https://togithub.com/laravel/scout/compare/v6.1.2...v6.1.3) ##### Fixed - Pass plain array to newCollection method ([68fbcd1](https://togithub.com/laravel/scout/commit/68fbcd1e67fd1e0b9ee8ba32ece2e68e28630c7e)) ### [`v6.1.2`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v612-2018-12-11-httpsgithubcomlaravelscoutcomparev611v612) [Compare Source](https://togithub.com/laravel/scout/compare/v6.1.1...v6.1.2) ##### Fixed - Use Model collection where appropriate ([#​334](https://togithub.com/laravel/scout/pull/334)) ### [`v6.1.1`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v611-2018-11-20-httpsgithubcomlaravelscoutcomparev610v611) [Compare Source](https://togithub.com/laravel/scout/compare/v6.1.0...v6.1.1) ##### Added - Builder implementation can be changed using the container ([#​322](https://togithub.com/laravel/scout/pull/322)) ### [`v6.1.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v610-2018-11-19-httpsgithubcomlaravelscoutcomparev600v610) [Compare Source](https://togithub.com/laravel/scout/compare/v6.0.0...v6.1.0) ##### Fixed - Fix soft delete on `Searchable` trait ([#​321](https://togithub.com/laravel/scout/pull/321)) ##### Changed - Skip empty updates for `AlgoliaEngine` ([#​318](https://togithub.com/laravel/scout/pull/318)) ### [`v6.0.0`](https://togithub.com/laravel/scout/blob/HEAD/CHANGELOG.md#v600-2018-10-08-httpsgithubcomlaravelscoutcomparev503v600) [Compare Source](https://togithub.com/laravel/scout/compare/v5.0.3...v6.0.0) ##### Changed - Adds default `$query` value on `Searchable::search` ([#​309](https://togithub.com/laravel/scout/pull/309)) - Flush records of a model using the engine. **This removes the emitting of the `ModelsFlushed` event.** ([#​310](https://togithub.com/laravel/scout/pull/310)) ### [`v5.0.3`](https://togithub.com/laravel/scout/compare/v5.0.2...v5.0.3) [Compare Source](https://togithub.com/laravel/scout/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/laravel/scout/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/laravel/scout/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/laravel/scout/compare/v5.0.0...v5.0.1) [Compare Source](https://togithub.com/laravel/scout/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/laravel/scout/compare/v4.0.4...v5.0.0) [Compare Source](https://togithub.com/laravel/scout/compare/v4.0.4...v5.0.0) ### [`v4.0.4`](https://togithub.com/laravel/scout/compare/v4.0.3...v4.0.4) [Compare Source](https://togithub.com/laravel/scout/compare/v4.0.3...v4.0.4) ### [`v4.0.3`](https://togithub.com/laravel/scout/compare/v4.0.2...v4.0.3) [Compare Source](https://togithub.com/laravel/scout/compare/v4.0.2...v4.0.3) ### [`v4.0.2`](https://togithub.com/laravel/scout/compare/v4.0.1...v4.0.2) [Compare Source](https://togithub.com/laravel/scout/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://togithub.com/laravel/scout/compare/v4.0.0...v4.0.1) [Compare Source](https://togithub.com/laravel/scout/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/laravel/scout/compare/v3.0.14...v4.0.0) [Compare Source](https://togithub.com/laravel/scout/compare/v3.0.14...v4.0.0) ### [`v3.0.14`](https://togithub.com/laravel/scout/compare/v3.0.13...v3.0.14) [Compare Source](https://togithub.com/laravel/scout/compare/v3.0.13...v3.0.14) ### [`v3.0.13`](https://togithub.com/laravel/scout/compare/v3.0.12...v3.0.13) [Compare Source](https://togithub.com/laravel/scout/compare/v3.0.12...v3.0.13) ### [`v3.0.12`](https://togithub.com/laravel/scout/compare/v3.0.11...v3.0.12) [Compare Source](https://togithub.com/laravel/scout/compare/v3.0.11...v3.0.12)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/Ardakilic/WhatTheTag":"/mnt/renovate/gh/Ardakilic/WhatTheTag" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/Ardakilic/WhatTheTag" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.4 && composer update laravel/scout --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - cviebrock/eloquent-sluggable is locked to version 4.3.0 and an update of this package was not requested.
    - cviebrock/eloquent-sluggable 4.3.0 requires php ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires laravel/scout ^10.0 -> satisfiable by laravel/scout[v10.0.0, v10.0.1, v10.0.2].
    - laravel/scout[v10.0.0, ..., v10.0.2] require illuminate/bus ^9.0|^10.0 -> found illuminate/bus[v9.0.0, ..., v9.52.4, v10.0.0, ..., v10.4.1] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - algolia/algoliasearch-client-php is locked to version 2.2.6 and an update of this package was not requested.
    - algolia/algoliasearch-client-php 2.2.6 requires php ^5.3 || ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 4
    - filp/whoops is locked to version 2.1.14 and an update of this package was not requested.
    - filp/whoops 2.1.14 requires php ^5.5.9 || ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 5
    - fzaninotto/faker is locked to version v1.7.1 and an update of this package was not requested.
    - fzaninotto/faker v1.7.1 requires php ^5.3.3 || ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 6
    - phpunit/phpunit is locked to version 5.7.25 and an update of this package was not requested.
    - phpunit/phpunit 5.7.25 requires php ^5.6 || ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 7
    - doctrine/inflector v1.2.0 requires php ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
    - laravel/framework v5.5.22 requires doctrine/inflector ~1.1 -> satisfiable by doctrine/inflector[v1.2.0].
    - laravel/framework is locked to version v5.5.22 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.