meilisearch / strapi-plugin-meilisearch

A strapi plugin to add your collections to Meilisearch
https://meilisearch.com
MIT License
223 stars 58 forks source link

build(deps): bump the playground group across 1 directory with 25 updates #947

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the playground group with 4 updates in the /playground directory: @strapi/plugin-i18n, @strapi/plugin-users-permissions, @strapi/strapi and meilisearch.

Updates @strapi/plugin-i18n from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/plugin-i18n's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/plugin-users-permissions from 4.16.2 to 4.25.9

Release notes

Sourced from @​strapi/plugin-users-permissions's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/strapi from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/strapi's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/utils from 4.16.2 to 4.25.9

Release notes

Sourced from @​strapi/utils's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates meilisearch from 0.36.0 to 0.42.0

Release notes

Sourced from meilisearch's releases.

v0.42.0 🌻

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

⚠️ Breaking changes

  • Improve errors (#1656) @/flevi29 More details here
  • Changes related to Hybrid search (experimental) for the REST embedder (#1692) @​mdubus
    • Removed parameters: query, inputField, inputType, pathToEmbeddings and embeddingObject.
    • Replaced by request and response
    • New parameter: headers

🚀 Enhancements

  • Hybrid search improvements (#1692) @​mdubus

    • Add url parameter to the OpenAI embedder
    • dimensions is now available as an optional parameter for ollama embedders.
  • Add federated search parameters (#1689) @​flevi29

client.multiSearch({
    federation: {},
    queries: [
      {
        indexUid: 'movies',
        q: 'batman',
        limit: 5,
      },
      {
        indexUid: 'comics',
        q: 'batman',
        limit: 5,
      },
    ]
  })
index.updateDocumentsByFunction({
    context: { ctx: 'Harry' },
    filter: 'id = 4',
    function: 'doc.comment = `Yer a wizard, ${context.ctx}!`',
  })
)
  • Add language settings (#1693) @/flevi29

... (truncated)

Commits


Updates @strapi/admin from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/admin's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/data-transfer from 4.14.4 to 4.25.9

Updates @strapi/database from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/database's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/design-system from 1.12.0 to 1.19.0

Updates @strapi/generate-new from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/generate-new's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/generators from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/generators's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/helper-plugin from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/helper-plugin's releases.

v4.25.9

🔥 Bug fix

💅 Enhancement

🚨 Security

⚙️ Chore

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.8

🚀 New feature

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v4.25.7

⚙️ Chore

🔥 Bug fix

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

... (truncated)

Commits


Updates @strapi/icons from 1.12.0 to 1.19.0

Updates @strapi/logger from 4.14.4 to 4.25.9

Release notes

Sourced from @​strapi/logger's releases.

v4.25.9

🔥 Bug fix