Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

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.24.2

Release notes

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

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

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

Release notes

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

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/strapi from 4.14.4 to 4.24.2

Release notes

Sourced from @​strapi/strapi's releases.

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/utils from 4.16.2 to 4.24.2

Release notes

Sourced from @​strapi/utils's releases.

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (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.24.2

Release notes

Sourced from @​strapi/admin's releases.

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/data-transfer from 4.14.4 to 4.24.2

Updates @strapi/database from 4.14.4 to 4.24.2

Release notes

Sourced from @​strapi/database's releases.

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/design-system from 1.12.0 to 1.18.0

Updates @strapi/generate-new from 4.14.4 to 4.24.2

Release notes

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

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/generators from 4.14.4 to 4.24.2

Release notes

Sourced from @​strapi/generators's releases.

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

Commits

Updates @strapi/helper-plugin from 4.14.4 to 4.24.2

Release notes

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

v4.24.2

⚠️ Security Warning and Notice ⚠️

Strapi was made aware of a vulnerably that were patched in this release, for now we are going to delay the detailed disclosure of the exact details on how to exploit it and how it was patched to give time for users to upgrade before we do public disclosure.

📚 Update and Migration Guides

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

Full Changelog: strapi/strapi@v4.24.2...v4.24.1

v4.24.1

🔥 Bug fix

📚 Update and Migration Guides

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

v4.24.0

🔥 Bug fix

⚙️ Chore

📚 Update and Migration Guides

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

v4.23.2

What's Changed

Full Changelog: strapi/strapi@v4.23.1...v4.23.2

v4.23.1

📖 Documentation

... (truncated)

CommitsDescription has been truncated

updated-dependencies:
- dependency-name: "@strapi/plugin-i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/plugin-users-permissions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/strapi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: meilisearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/admin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/data-transfer"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/database"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/design-system"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/generate-new"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/generators"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/helper-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/icons"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/logger"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/permissions"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/plugin-content-manager"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/plugin-content-type-builder"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/plugin-email"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/plugin-upload"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/provider-audit-logs-local"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/provider-email-sendmail"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/provider-upload-local"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/types"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/typescript-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
- dependency-name: "@strapi/ui-primitives"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: playground
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels May 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #929.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playground/playground-be4dead57e branch June 1, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants