This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@strapi/plugin-cloud](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/cloud)) | [`5.51.0` → `5.51.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.51.0/5.51.1) |  |  |
| [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.51.0` → `5.51.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.51.0/5.51.1) |  |  |
| [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.51.0` → `5.51.1`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.51.0/5.51.1) |  |  |
| [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.51.0` → `5.51.1`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.51.0/5.51.1) |  |  |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | [`13.0.1` → `13.0.2`](https://renovatebot.com/diffs/npm/better-sqlite3/13.0.1/13.0.2) |  |  |
---
### Release Notes
<details>
<summary>strapi/strapi (@​strapi/plugin-cloud)</summary>
### [`v5.51.1`](https://github.com/strapi/strapi/releases/tag/v5.51.1)
[Compare Source](https://github.com/strapi/strapi/compare/v5.51.0...v5.51.1)
##### 5.51.1 (2026-07-29)
##### 🔥 Bug fix
- respect field length constraints in AI localizations and isolate… ([#​26880](https://github.com/strapi/strapi/pull/26880))
- wording and merging sort options ([844c8d625d](https://github.com/strapi/strapi/commit/844c8d625d))
- preserve sorting on view change ([6ed616ab9a](https://github.com/strapi/strapi/commit/6ed616ab9a))
- **admin:** scope audit logs user filter to log authors ([#​27047](https://github.com/strapi/strapi/pull/27047))
- **content-manager:** homepage recent-documents dates serialize as empty objects ([#​27066](https://github.com/strapi/strapi/pull/27066))
- **core:** enforce required media and relations via api.documents.strictRelations ([#​27028](https://github.com/strapi/strapi/pull/27028))
- **database:** return \[] for empty morphMany on read ([#​27090](https://github.com/strapi/strapi/pull/27090))
- **strapi:** prevent duplicate public assets in Vite builds ([#​27089](https://github.com/strapi/strapi/pull/27089))
##### ⚙️ Chore
- **admin:** allow RFC 6265 control-char regex under develop eslint rules ([e8338bb6ba](https://github.com/strapi/strapi/commit/e8338bb6ba))
- **ci:** remove admin bundle-size workflow ([#​27070](https://github.com/strapi/strapi/pull/27070))
- **deps:** bump brace-expansion from 1.1.14 to 1.1.16 ([#​27071](https://github.com/strapi/strapi/pull/27071))
- **deps:** bump shell-quote from 1.8.4 to 1.10.0 ([#​27072](https://github.com/strapi/strapi/pull/27072))
- **deps:** bump body-parser from 1.20.4 to 1.20.6 ([#​27094](https://github.com/strapi/strapi/pull/27094))
- **deps:** bump dompurify from 3.4.11 to 3.4.12 ([#​27095](https://github.com/strapi/strapi/pull/27095))
- **deps:** bump fast-uri from 3.1.2 to 3.1.4 ([#​27098](https://github.com/strapi/strapi/pull/27098))
- **deps:** bump use-context-selector from 1.4.1 to 1.4.4 ([#​27061](https://github.com/strapi/strapi/pull/27061))
- **deps:** bump cropperjs from 1.6.1 to 1.6.2 ([#​27060](https://github.com/strapi/strapi/pull/27060))
- **deps:** upgrade handlebars, axios, tar, and related transitive deps ([#​27091](https://github.com/strapi/strapi/pull/27091))
- **deps:** bump [@​radix-ui/react-toolbar](https://github.com/radix-ui/react-toolbar) from 1.0.4 to 1.1.11 ([#​27059](https://github.com/strapi/strapi/pull/27059))
- **email-nodemailer:** migrate unit tests from jest to vitest ([#​27074](https://github.com/strapi/strapi/pull/27074))
- **email-sendmail:** migrate unit tests from jest to vitest ([#​27075](https://github.com/strapi/strapi/pull/27075))
- **upload-local:** migrate unit tests from jest to vitest ([#​27073](https://github.com/strapi/strapi/pull/27073))
##### ❤️ Thank You
- Adrien L [@​Adzouz](https://github.com/Adzouz)
- Adrien Lepoutre [@​Adzouz](https://github.com/Adzouz)
- akash-dabhi-qed [@​akash-dabhi-qed](https://github.com/akash-dabhi-qed)
- Ben Irvin
- Giulio Montagner [@​giu1io](https://github.com/giu1io)
- Gonzalo Andres Garcia [@​gonbaum](https://github.com/gonbaum)
- Mehdi Rezaei [@​mehdiraized](https://github.com/mehdiraized)
- Nico André
</details>
<details>
<summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary>
### [`v13.0.2`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v13.0.2)
[Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v13.0.1...v13.0.2)
#### What's Changed
- add gypfile option to package.json by [@​neoxpert](https://github.com/neoxpert) in [#​1505](https://github.com/WiseLibs/better-sqlite3/pull/1505)
- Update SQLite to version 3.53.4 by [@​JoshuaWise](https://github.com/JoshuaWise) in [#​1506](https://github.com/WiseLibs/better-sqlite3/pull/1506)
- validate the parameters of table properly by [@​theosotr](https://github.com/theosotr) in [#​1504](https://github.com/WiseLibs/better-sqlite3/pull/1504)
- fix: this dependabot configuration does not set a co... in... by [@​anupamme](https://github.com/anupamme) in [#​1508](https://github.com/WiseLibs/better-sqlite3/pull/1508)
- fixed process aborting from terminating worker threads ([#​1507](https://github.com/WiseLibs/better-sqlite3/issues/1507))
#### New Contributors
- [@​theosotr](https://github.com/theosotr) made their first contribution in [#​1504](https://github.com/WiseLibs/better-sqlite3/pull/1504)
- [@​anupamme](https://github.com/anupamme) made their first contribution in [#​1508](https://github.com/WiseLibs/better-sqlite3/pull/1508)
**Full Changelog**: <https://github.com/WiseLibs/better-sqlite3/compare/v13.0.1...v13.0.2>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
5.51.0→5.51.15.51.0→5.51.15.51.0→5.51.15.51.0→5.51.113.0.1→13.0.2Release Notes
strapi/strapi (@strapi/plugin-cloud)
v5.51.1Compare Source
5.51.1 (2026-07-29)
🔥 Bug fix
⚙️ Chore
❤️ Thank You
WiseLibs/better-sqlite3 (better-sqlite3)
v13.0.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v13.0.1...v13.0.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.