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 #938

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 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.1

Release notes

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

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

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

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

Sourced from @​strapi/strapi's releases.

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

Sourced from @​strapi/utils's releases.

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.40.0

Release notes

Sourced from meilisearch's releases.

v0.40.0 🌻

💥 Breaking Changes

  • Fix the issue introduced in the v0.39 that affected vite apps meilisearch/meilisearch-js#1652 @​brunoocasali
  • Now to use the generateTenantToken you should use it with await: before:
    const token = client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })
    
    after:
    const token = await client.generateTenantToken(apiKeyUid, searchRules, {
        apiKey: apiKey,
        expiresAt: expiresAt,
      })
    

⚙️ Maintenance/misc

Thanks again to @​brunoocasali, @​mdubus! 🎉

v0.39.0 🌻

🚀 Enhancements

  • feat: hybrid search improvements for v1.8.x (#1647) @​mdubus
  • Add null to Embedder type (#1646) @​amit-ksh
  • Add searchCutoffMs index setting (#1643, #1645) @​amit-ksh
    client.index('movies').getSearchCutoffMs()
    client.index('movies').updateSearchCutoffMs(150)
    client.index('movies').resetSearchCutoffMs()
    

⚠️ if you're using vite to build your front-end app, you must add this to your configuration (see more info here meilisearch/meilisearch-js#1649)

export default defineConfig({
  plugins: [vue()],
  build: {
    rollupOptions: {
      external: ['crypto'], // this is the important part
    },
  },
})

... (truncated)

Commits


Updates @strapi/admin from 4.14.4 to 4.25.1

Release notes

Sourced from @​strapi/admin's releases.

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Updates @strapi/database from 4.14.4 to 4.25.1

Release notes

Sourced from @​strapi/database's releases.

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

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

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

Sourced from @​strapi/generators's releases.

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 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.1

Release notes

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

v4.25.1

💅 Enhancement

📚 Update and Migration Guides

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

v4.25.0

🚀 New feature

🔥 Bug fix

💅 Enhancement

🚨 Security

📚 Update and Migration Guides

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

v4.24.5

What's Changed

New Contributors

Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5

v4.24.4

🔥 Bug fix

📚 Update and Migration Guides

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

... (truncated)

Commits