Update all digest updates #21

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-02-12 04:12:30 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@​strapi/plugin-cloud 5.35.05.36.0 age confidence
@strapi/plugin-users-permissions 5.35.05.36.0 age confidence
@strapi/strapi (source) 5.35.05.36.0 age confidence
@strapi/typescript-utils (source) 5.35.05.36.0 age confidence
@types/react (source) 19.2.1319.2.14 age confidence

Release Notes

strapi/strapi (@​strapi/plugin-users-permissions)

v5.36.0

Compare Source

5.36.0 (2026-02-11)
🚀 New feature
  • persistent list view settings (#​24246)
  • strapi/create: type strapi configs (#​21859)
  • upload-aws-s3: add extended configuration for S3-compatible providers (#​25263)
🔥 Bug fix
  • responsive drawer for content history (#​25344)
  • scrolling in sidenav also scroll content (#​25379)
  • match database package version (#​25389)
  • content-manager: preserve origin id when cloning, to fetch relations so they are corrected re-populated (#​25307)
  • preview-config: allow and await for async handler (#​25396)
  • upload-aws-s3: use baseUrl even if upload location lacks protocol (#​23400)
💅 Enhancement
  • improve mobile design for edit view forms (#​25320)
  • create-strapi-app: add --non-interactive mode for CI and scripts (#​25373)
🚨 Security
❤️ Thank You

Configuration

📅 Schedule: 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | @&#8203;strapi/plugin-cloud | [`5.35.0` → `5.36.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.35.0/5.36.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.35.0/5.36.0?slim=true) | | [@strapi/plugin-users-permissions](https://github.com/strapi/strapi) | [`5.35.0` → `5.36.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.35.0/5.36.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.35.0/5.36.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi)) | [`5.35.0` → `5.36.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.35.0/5.36.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.35.0/5.36.0?slim=true) | | [@strapi/typescript-utils](https://github.com/strapi/strapi) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.35.0` → `5.36.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.35.0/5.36.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.35.0/5.36.0?slim=true) | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`19.2.13` → `19.2.14`](https://renovatebot.com/diffs/npm/@types%2freact/19.2.13/19.2.14) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.2.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.2.13/19.2.14?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-users-permissions)</summary> ### [`v5.36.0`](https://github.com/strapi/strapi/releases/tag/v5.36.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.35.0...v5.36.0) ##### 5.36.0 (2026-02-11) ##### 🚀 New feature - persistent list view settings ([#&#8203;24246](https://github.com/strapi/strapi/pull/24246)) - **strapi/create:** type strapi configs ([#&#8203;21859](https://github.com/strapi/strapi/pull/21859)) - **upload-aws-s3:** add extended configuration for S3-compatible providers ([#&#8203;25263](https://github.com/strapi/strapi/pull/25263)) ##### 🔥 Bug fix - responsive drawer for content history ([#&#8203;25344](https://github.com/strapi/strapi/pull/25344)) - scrolling in sidenav also scroll content ([#&#8203;25379](https://github.com/strapi/strapi/pull/25379)) - match database package version ([#&#8203;25389](https://github.com/strapi/strapi/pull/25389)) - **content-manager:** preserve origin id when cloning, to fetch relations so they are corrected re-populated ([#&#8203;25307](https://github.com/strapi/strapi/pull/25307)) - **preview-config:** allow and await for async handler ([#&#8203;25396](https://github.com/strapi/strapi/pull/25396)) - **upload-aws-s3:** use baseUrl even if upload location lacks protocol ([#&#8203;23400](https://github.com/strapi/strapi/pull/23400)) ##### 💅 Enhancement - improve mobile design for edit view forms ([#&#8203;25320](https://github.com/strapi/strapi/pull/25320)) - **create-strapi-app:** add --non-interactive mode for CI and scripts ([#&#8203;25373](https://github.com/strapi/strapi/pull/25373)) ##### 🚨 Security - upgrade apollo to 4.13.0 ([#&#8203;25375](https://github.com/strapi/strapi/pull/25375)) ##### ❤️ Thank You - Adrien L - Andrei L [@&#8203;unrevised6419](https://github.com/unrevised6419) - Ben Irvin - Enrique Carpintero - jayesh70599 [@&#8203;jayesh70599](https://github.com/jayesh70599) - Marian Vonsien [@&#8203;mvo-zyres](https://github.com/mvo-zyres) - mathildeleg [@&#8203;mathildeleg](https://github.com/mathildeleg) - Paul Bratslavsky [@&#8203;PaulBratslavsky](https://github.com/PaulBratslavsky) - Schero D. [@&#8203;Schero94](https://github.com/Schero94) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIl19-->
renovate[bot] added 1 commit 2026-02-12 04:03:55 +04:00
Update all digest updates
All checks were successful
Test / Basic (pull_request) Successful in 3m25s
Test / Basic (push) Successful in 2m51s
RenovateBot / renovate (push) Successful in 2m34s
77f6274473
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-02-12 04:03:55 +04:00
renovate[bot] merged commit 77f6274473 into master 2026-02-12 04:12:30 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-02-12 04:12:30 +04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/strapi-plugin-checkbox-list#21