Skip to content

Commit 9026ea8

Browse files
Merge #617
617: Bump @strapi/strapi from 4.5.2 to 4.5.4 in /playground r=bidoubiwa a=dependabot[bot] Bumps [`@strapi/strapi](https://github.com/strapi/strapi)` from 4.5.2 to 4.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/strapi/strapi/releases"><code>`@​strapi/strapi</code>'s` releases</a>.</em></p> <blockquote> <h2>v4.5.4</h2> <h3>💅 Enhancement</h3> <ul> <li>[core:admin] useFetchClient hook replacing axiosInstance (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14759">strapi/strapi#14759</a>) <a href="https://github.com/simotae14"><code>`@​simotae14</code></a></li>` <li>[core:admin] replace some lodash function with native (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14996">strapi/strapi#14996</a>) <a href="https://github.com/jimmywarting"><code>`@​jimmywarting</code></a></li>` <li>[core:admin] Add Turkish translation (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15145">strapi/strapi#15145</a>) <a href="https://github.com/bdaylik"><code>`@​bdaylik</code></a></li>` <li>[core:content-type-builder] Tracking system, editing collection name (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14927">strapi/strapi#14927</a>) <a href="https://github.com/simotae14"><code>`@​simotae14</code></a></li>` <li>[core:upload] ML: Empty state is shown after deleting all assets from a page (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14359">strapi/strapi#14359</a>) <a href="https://github.com/gitstart"><code>`@​gitstart</code></a></li>` </ul> <h3>⚙️ Chore</h3> <ul> <li>[dependencies] chore(deps): bump react-router-dom from 5.2.0 to 5.3.4 (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14988">strapi/strapi#14988</a>) <a href="https://github.com/dependabot"><code>`@​dependabot</code></a></li>` <li>[dependencies] chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15083">strapi/strapi#15083</a>) <a href="https://github.com/dependabot"><code>`@​dependabot</code></a></li>` <li>[dependencies] chore(deps-dev): bump jest-styled-components from 7.0.2 to 7.1.1 (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15090">strapi/strapi#15090</a>) <a href="https://github.com/dependabot"><code>`@​dependabot</code></a></li>` <li>[tooling] Add support team issue workflows to GH Actions (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14565">strapi/strapi#14565</a>) <a href="https://github.com/derrickmehaffy"><code>`@​derrickmehaffy</code></a></li>` </ul> <h3>📖 Documentation</h3> <ul> <li>[docs] Fix typo (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15001">strapi/strapi#15001</a>) <a href="https://github.com/fenghan34"><code>`@​fenghan34</code></a></li>` </ul> <h3>🔥 Bug fix</h3> <ul> <li>[cli] Fix create-strapi-app for commander 8.2.0 (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15060">strapi/strapi#15060</a>) <a href="https://github.com/innerdvations"><code>`@​innerdvations</code></a></li>` <li>[core:admin] Change strapi icons color in dashboard (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15047">strapi/strapi#15047</a>) <a href="https://github.com/simotae14"><code>`@​simotae14</code></a></li>` <li>[core:content-manager] Fix some usecases where deadlocks can happen (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15034">strapi/strapi#15034</a>) <a href="https://github.com/petersg83"><code>`@​petersg83</code></a></li>` <li>[core:content-manager] fix: wrong editor focus checking method (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15052">strapi/strapi#15052</a>) <a href="https://github.com/gitstart"><code>`@​gitstart</code></a></li>` <li>[core:content-manager] [CustomInputs]: add global cache to useLazyComponents (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15067">strapi/strapi#15067</a>) <a href="https://github.com/joshuaellis"><code>`@​joshuaellis</code></a></li>` <li>[core:content-manager] [CRUDReducer]: Add flag to only set modified data (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15098">strapi/strapi#15098</a>) <a href="https://github.com/joshuaellis"><code>`@​joshuaellis</code></a></li>` <li>[core:content-manager] fix: filter path because a dynamic zone is a component but it should be classified as a dynamic zone (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15139">strapi/strapi#15139</a>) <a href="https://github.com/joshuaellis"><code>`@​joshuaellis</code></a></li>` <li>[core:content-manager] fix: Relations are missing a focus outline on a single item title (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15164">strapi/strapi#15164</a>) <a href="https://github.com/gitstart"><code>`@​gitstart</code></a></li>` <li>[core:database] Fix: many to many relationship to the same content type gives error on save (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15003">strapi/strapi#15003</a>) <a href="https://github.com/Marc-Roig"><code>`@​Marc-Roig</code></a></li>` <li>[core:database] Fix all usecases where deadlocks can happen (for MySQL versions above 5 and MariaDB) (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15143">strapi/strapi#15143</a>) <a href="https://github.com/petersg83"><code>`@​petersg83</code></a></li>` <li>[core:upload] Preserve folder id when cropping images (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15092">strapi/strapi#15092</a>) <a href="https://github.com/gu-stav"><code>`@​gu-stav</code></a></li>` <li>[core:upload] ML: Unable to select all media library assets, when page is greater than 1 (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15132">strapi/strapi#15132</a>) <a href="https://github.com/gitstart"><code>`@​gitstart</code></a></li>` <li>[generators:app] fix import of <code>`@​strapi/icons/</code>Puzzle` in generated admin plugin (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15016">strapi/strapi#15016</a>) <a href="https://github.com/tomscytale"><code>`@​tomscytale</code></a></li>` <li>[tooling] [build-script]: use / as the path separator for glob.sync (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15140">strapi/strapi#15140</a>) <a href="https://github.com/joshuaellis"><code>`@​joshuaellis</code></a></li>` </ul> <h3>🚨 Security</h3> <ul> <li>[core:admin] Protect telemetry properties route (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/15111">strapi/strapi#15111</a>) <a href="https://github.com/christiancp100"><code>`@​christiancp100</code></a></li>` </ul> <hr /> <h3>📚 Update and Migration Guides</h3> <ul> <li>General update guide can be found <a href="https://docs.strapi.io/developer-docs/latest/update-migration-guides/update-version.html">here</a></li> <li>Migration guides can be found <a href="https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides.html">here</a> 📚</li> </ul> <h2>v4.5.3</h2> <h3>🚀 New feature</h3> <ul> <li>[core:database] generate db config with all clients (<a href="https://github-redirect.dependabot.com/strapi/strapi/pull/14233">strapi/strapi#14233</a>) <a href="https://github.com/Elhebert"><code>`@​Elhebert</code></a></li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/strapi/strapi/commit/8716ecc920130db5341b0904cf868c6e6b581a5d"><code>8716ecc</code></a> v4.5.4</li> <li><a href="https://github.com/strapi/strapi/commit/af0cd00b2862212486d3e6c6fd3ab16e1e6f63ea"><code>af0cd00</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/strapi/strapi/issues/15164">#15164</a> from GitStartHQ/fix/relation-title-missing-outline</li> <li><a href="https://github.com/strapi/strapi/commit/fc781681a34c5a1b0e21d8bf56d1d948ce82db37"><code>fc78168</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/strapi/strapi/issues/14083">#14083</a> from strapi/chore/user-level-data</li> <li><a href="https://github.com/strapi/strapi/commit/1ea8e0ce8b7b3626fa55d90e43acf2201c4dc658"><code>1ea8e0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/strapi/strapi/issues/15143">#15143</a> from strapi/fix/deadlock-innodb</li> <li><a href="https://github.com/strapi/strapi/commit/8de62f9731123f0020b51667f73e93ae40d77469"><code>8de62f9</code></a> Merge branch 'main' into fix/relation-title-missing-outline</li> <li><a href="https://github.com/strapi/strapi/commit/809b380be68cdb2656e3303663ceef56078f3519"><code>809b380</code></a> Merge branch 'main' into chore/user-level-data</li> <li><a href="https://github.com/strapi/strapi/commit/314c1837f58b189603cecef5ac886868b6f96f8b"><code>314c183</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/strapi/strapi/issues/15111">#15111</a> from strapi/protect-telemetry-properties</li> <li><a href="https://github.com/strapi/strapi/commit/9b429aa020d702b89999499aeaf8fb8bfe9352de"><code>9b429aa</code></a> Merge branch 'main' into fix/relation-title-missing-outline</li> <li><a href="https://github.com/strapi/strapi/commit/3a579fa5f4b58503c1c38acfdd483cea2708e4dd"><code>3a579fa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/strapi/strapi/issues/14565">#14565</a> from strapi/actions/supportAutomation</li> <li><a href="https://github.com/strapi/strapi/commit/9774afd522ac2add96c7b4bad8801127fcad7ce6"><code>9774afd</code></a> chore: removes redundant styles</li> <li>Additional commits viewable in <a href="https://github.com/strapi/strapi/compare/v4.5.2...v4.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@strapi/strapi&package-manager=npm_and_yarn&previous-version=4.5.2&new-version=4.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 63c0f97 + 85ec631 commit 9026ea8

File tree

2 files changed

+206
-224
lines changed

2 files changed

+206
-224
lines changed

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@strapi/plugin-i18n": "^4.5.4",
1414
"@strapi/plugin-users-permissions": "^4.5.4",
15-
"@strapi/strapi": "^4.5.2",
15+
"@strapi/strapi": "^4.5.4",
1616
"@strapi/utils": "^4.4.3",
1717
"meilisearch": "^0.30.0",
1818
"sqlite3": "^5.1.4"

0 commit comments

Comments
 (0)