blade-ui-kit / blade-ui-kit.com

Source code for the Blade UI Kit website and documentation.
https://blade-ui-kit.com
MIT License
73 stars 26 forks source link

Bump the php-dependencies group with 3 updates #179

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the php-dependencies group with 3 updates: laravel/scout, meilisearch/meilisearch-php and themesberg/flowbite-blade-icons.

Updates laravel/scout from 10.10.0 to 10.10.1

Release notes

Sourced from laravel/scout's releases.

v10.10.1

Changelog

Sourced from laravel/scout's changelog.

v10.10.1 - 2024-07-02

Commits


Updates meilisearch/meilisearch-php from 1.8.0 to 1.9.0

Release notes

Sourced from meilisearch/meilisearch-php's releases.

v1.9.0 🐘

This version introduces features released on Meilisearch v1.9.0 🎉 Check out the changelog of Meilisearch v1.9.0 for more information on the changes.

🚀 Enhancements

$client->index('INDEX_NAME')->search('badman', [
  'rankingScoreThreshold' => 0.2
]);
$similarQuery = new SimilarDocumentsQuery('TARGET_DOCUMENT_ID');
$client->index('INDEX_NAME')->getSimilar($similarQuery);
  • hybrid search changes (#649) @​ManyTheFish
    • Add setRetrieveVectors method to SimilarDocumentsQuery
    • Add setRetrieveVectors method to DocumentsQuery
  • Add distinct attribute at search (#648) @​the-sinner
$client->index('products')->updateFilterableAttributes(['product_id', 'sku', 'url']);

⚙️ Maintenance/misc

Thanks again to @​Koopzington, @​ManyTheFish, @​curquiza, and @​the-sinner! 🎉

Commits


Updates themesberg/flowbite-blade-icons from 1.0.2 to 1.1.0

Release notes

Sourced from themesberg/flowbite-blade-icons's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/themesberg/flowbite-blade-icons/compare/v1.0.2...v1.1.0

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions