Closed dependabot[bot] closed 4 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
@strapi/plugin-i18n
Sourced from @strapi/plugin-i18n's releases.
@strapi/plugin-i18n
v4.25.1 💅 Enhancement [core:admin] NPS: Update frequency of the NPS (strapi/strapi#20492) @simotae14 📚 Update and Migration Guides General update guide can be found here Migration guides can be found here 📚 v4.25.0 🚀 New feature [cli] feat(cli): cloud cli commands (v4) (strapi/strapi#20119) @nathan-pichon 🔥 Bug fix [core:upload] Fix: Query Validation in Files' Admin API (strapi/strapi#20389) @Convly 💅 Enhancement [core:admin] Replace lock icon with lightning icon in the Settings and Navbar links (strapi/strapi#20413) @simotae14 🚨 Security [core:database] Update MySQL2 Dependency to v3.10.0 (strapi/strapi#20417) @derrickmehaffy 📚 Update and Migration Guides General update guide can be found here Migration guides can be found here 📚 v4.24.5 What's Changed chore(deps): bump @strapi/design-system from 1.18.0 to 1.19.0 by @simotae14 in strapi/strapi#20408 fix(security-middleware): fix config merging with defaults by @med8bra in strapi/strapi#19590 chore(ci): remove mysql_native_password in test container by @innerdvations in strapi/strapi#20400 New Contributors @med8bra made their first contribution in strapi/strapi#19590 Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5 v4.24.4 🔥 Bug fix [core:content-type-builder] fix(ctb): validation compares pluralName and collectionName correctly (strapi/strapi#20347) @innerdvations [typescript] [TS] Update position attribute to be optional in relation reordering types (strapi/strapi#20370) @Convly 📚 Update and Migration Guides General update guide can be found here Migration guides can be found here 📚
@simotae14
@nathan-pichon
@Convly
@derrickmehaffy
@strapi/design-system
@med8bra
@innerdvations
Full Changelog: https://github.com/strapi/strapi/compare/v4.24.4...v4.24.5
... (truncated)
67a0dd0
a64ced5
66cff7f
9e68799
bb2e16a
aa35157
c413ad9
ca6c7c8
bfa5109
655449a
Updates @strapi/plugin-users-permissions from 4.16.2 to 4.25.1
@strapi/plugin-users-permissions
Sourced from @strapi/plugin-users-permissions's releases.
@strapi/plugin-users-permissions
b11829e
8cc7465
b4115cb
5554458
f4ff842
8b56147
670141a
adb9db5
Updates @strapi/strapi from 4.14.4 to 4.25.1
@strapi/strapi
Sourced from @strapi/strapi's releases.
@strapi/strapi
Updates @strapi/utils from 4.16.2 to 4.25.1
@strapi/utils
Sourced from @strapi/utils's releases.
@strapi/utils
Updates meilisearch from 0.36.0 to 0.40.0
meilisearch
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 Update readme links to the documentation (#1650) @mdubus 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 }, }, })
@brunoocasali
generateTenantToken
await
const token = client.generateTenantToken(apiKeyUid, searchRules, { apiKey: apiKey, expiresAt: expiresAt, })
const token = await client.generateTenantToken(apiKeyUid, searchRules, { apiKey: apiKey, expiresAt: expiresAt, })
@mdubus
Thanks again to @brunoocasali, @mdubus! 🎉
null
@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 }, }, })
cd61a8c
9639f78
f53131f
45c5d96
e0b1e71
2f37b74
ba8e617
4475864
a756c11
b208992
Updates @strapi/admin from 4.14.4 to 4.25.1
@strapi/admin
Sourced from @strapi/admin's releases.
@strapi/admin
Updates @strapi/data-transfer from 4.14.4 to 4.25.1
@strapi/data-transfer
Updates @strapi/database from 4.14.4 to 4.25.1
@strapi/database
Sourced from @strapi/database's releases.
@strapi/database
Updates @strapi/design-system from 1.12.0 to 1.19.0
@strapi/design-system
Updates @strapi/generate-new from 4.14.4 to 4.25.1
@strapi/generate-new
Sourced from @strapi/generate-new's releases.
@strapi/generate-new
Updates @strapi/generators from 4.14.4 to 4.25.1
@strapi/generators
Sourced from @strapi/generators's releases.
@strapi/generators
Updates @strapi/helper-plugin from 4.14.4 to 4.25.1
@strapi/helper-plugin
Sourced from @strapi/helper-plugin's releases.
@strapi/helper-plugin
Superseded by #944.
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.1Release notes
Sourced from
@strapi/plugin-i18n
's releases.... (truncated)
Commits
67a0dd0
v4.25.1a64ced5
v4.25.0 (#20500)66cff7f
v4.24.59e68799
chore(deps): bump@strapi/design-system
from 1.18.0 to 1.19.0 (#20408)bb2e16a
v4.24.4aa35157
v4.24.3c413ad9
release: v4.24.2 to develop (#20280)ca6c7c8
release: 4.24.1 to develop (#20248)bfa5109
v4.24.0655449a
v4.23.1Updates
@strapi/plugin-users-permissions
from 4.16.2 to 4.25.1Release notes
Sourced from
@strapi/plugin-users-permissions
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/strapi
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/strapi
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/utils
from 4.16.2 to 4.25.1Release notes
Sourced from
@strapi/utils
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
meilisearch
from 0.36.0 to 0.40.0Release notes
Sourced from meilisearch's releases.
... (truncated)
Commits
cd61a8c
Merge #16539639f78
Merge #1652f53131f
Update src/package-version.ts45c5d96
Update package.jsone0b1e71
Update crypto statement to fix vite issue2f37b74
Merge #1650ba8e617
docs: update readme links to the documentation4475864
Merge #1648a756c11
Update src/package-version.tsb208992
Update package.jsonUpdates
@strapi/admin
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/admin
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/data-transfer
from 4.14.4 to 4.25.1Updates
@strapi/database
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/database
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/design-system
from 1.12.0 to 1.19.0Updates
@strapi/generate-new
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/generate-new
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/generators
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/generators
's releases.... (truncated)
Commits
67a0dd0
v4.25.1b11829e
NPS: Update frequency of the NPS (#20492)a64ced5
v4.25.0 (#20500)8cc7465
feat(cli): cloud cli commands (v4) (#20119)b4115cb
test: temporarily disable broken edit ctb tests on CI (#20481)5554458
fix(chore): increase specificity of the Lightning icon color (#20467)f4ff842
test: backport cli tests (#20433)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)670141a
Merge pull request #20437 from strapi/releases/4.24.5adb9db5
Fix: Query Validation in Files' Admin API (#20389)Updates
@strapi/helper-plugin
from 4.14.4 to 4.25.1Release notes
Sourced from
@strapi/helper-plugin
's releases.... (truncated)
Commits
67a0dd0
v4.25.1a64ced5
v4.25.0 (#20500)8b56147
Replace lock icon with lightning icon in the Settings and Navbar links (Superseded by #944.