Update all digest updates #44

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-04-16 04:13:27 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@strapi/plugin-cloud (source) 5.42.05.42.1 age confidence
@strapi/plugin-users-permissions (source) 5.42.05.42.1 age confidence
@strapi/strapi (source) 5.42.05.42.1 age confidence
@strapi/typescript-utils (source) 5.42.05.42.1 age confidence
prettier (source) 3.8.23.8.3 age confidence

Release Notes

strapi/strapi (@​strapi/plugin-cloud)

v5.42.1

Compare Source

5.42.1 (2026-04-15)
🔥 Bug fix
  • typo in Russian translation for upload button (#​25946)
  • fixed 9 typos, spelling errors, and duplicate words. (#​25936)
  • skip form onChange when markdown updates come from setValue (#​25955)
  • adjust typo in test (#​25960)
  • update snapshot (9b2501ceeb)
  • increase test timeout (f50134dbae)
  • preserve relations in fill from another locale (#​25703)
  • enable save button when re-ordering components or dynamic zones (#​25959)
  • made changes to resolve Firefox timepicker issue (#​25129, #​25438)
  • admin: batch content manager permission checks and reuse session ability (#​25911)
  • core: add firstPublishedAt field to draft (#​25947)
  • document-service: preserve relations during publish (#​25909)
  • tests: type errors cause build to fail which cause tests to fail (072ad0d801)
  • upload: cache busting for cross-origin images in crop (#​25950)
  • upload-aws-s3: trust S3 response Location URL for compatible providers (#​25939)
⚙️ Chore
  • fix typos in comments and docs (12dfbe97c9)
  • adding finnish translation to Strapi Admin (#​25620)
  • fix typos in comments and docs (91407798c4)
  • update Polish language translations (#​23762)
  • deps: bump lodash from 4.17.23 to 4.18.1 (#​25919)
  • deps: bump lodash-es from 4.17.23 to 4.18.1 (#​25906)
  • deps: bump nodemailer from 8.0.4 to 8.0.5 (#​25963)
  • deps: bump axios from 1.13.5 to 1.15.0 (#​25980)
  • deps: bump path-to-regexp from 8.4.1 to 8.4.2 (#​25901)
  • examples: delete config.server.url to restore port override capability (#​26011)
❤️ Thank You
prettier/prettier (prettier)

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

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 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/) | |---|---|---|---| | [@strapi/plugin-cloud](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/cloud)) | [`5.42.0` → `5.42.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.42.0/5.42.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.42.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.42.0/5.42.1?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.42.0` → `5.42.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.42.0/5.42.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.42.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.42.0/5.42.1?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.42.0` → `5.42.1`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.42.0/5.42.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.42.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.42.0/5.42.1?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.42.0` → `5.42.1`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.42.0/5.42.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.42.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.42.0/5.42.1?slim=true) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.8.2` → `3.8.3`](https://renovatebot.com/diffs/npm/prettier/3.8.2/3.8.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.2/3.8.3?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.42.1`](https://github.com/strapi/strapi/releases/tag/v5.42.1) [Compare Source](https://github.com/strapi/strapi/compare/v5.42.0...v5.42.1) ##### 5.42.1 (2026-04-15) ##### 🔥 Bug fix - typo in Russian translation for upload button ([#&#8203;25946](https://github.com/strapi/strapi/pull/25946)) - fixed 9 typos, spelling errors, and duplicate words. ([#&#8203;25936](https://github.com/strapi/strapi/pull/25936)) - skip form onChange when markdown updates come from setValue ([#&#8203;25955](https://github.com/strapi/strapi/pull/25955)) - adjust typo in test ([#&#8203;25960](https://github.com/strapi/strapi/pull/25960)) - update snapshot ([9b2501ceeb](https://github.com/strapi/strapi/commit/9b2501ceeb)) - increase test timeout ([f50134dbae](https://github.com/strapi/strapi/commit/f50134dbae)) - preserve relations in fill from another locale ([#&#8203;25703](https://github.com/strapi/strapi/pull/25703)) - enable save button when re-ordering components or dynamic zones ([#&#8203;25959](https://github.com/strapi/strapi/pull/25959)) - made changes to resolve Firefox timepicker issue ([#&#8203;25129](https://github.com/strapi/strapi/pull/25129), [#&#8203;25438](https://github.com/strapi/strapi/pull/25438)) - **admin:** batch content manager permission checks and reuse session ability ([#&#8203;25911](https://github.com/strapi/strapi/pull/25911)) - **core:** add firstPublishedAt field to draft ([#&#8203;25947](https://github.com/strapi/strapi/pull/25947)) - **document-service:** preserve relations during publish ([#&#8203;25909](https://github.com/strapi/strapi/pull/25909)) - **tests:** type errors cause build to fail which cause tests to fail ([072ad0d801](https://github.com/strapi/strapi/commit/072ad0d801)) - **upload:** cache busting for cross-origin images in crop ([#&#8203;25950](https://github.com/strapi/strapi/pull/25950)) - **upload-aws-s3:** trust S3 response Location URL for compatible providers ([#&#8203;25939](https://github.com/strapi/strapi/pull/25939)) ##### ⚙️ Chore - fix typos in comments and docs ([12dfbe97c9](https://github.com/strapi/strapi/commit/12dfbe97c9)) - adding finnish translation to Strapi Admin ([#&#8203;25620](https://github.com/strapi/strapi/pull/25620)) - fix typos in comments and docs ([91407798c4](https://github.com/strapi/strapi/commit/91407798c4)) - update Polish language translations ([#&#8203;23762](https://github.com/strapi/strapi/pull/23762)) - **deps:** bump lodash from 4.17.23 to 4.18.1 ([#&#8203;25919](https://github.com/strapi/strapi/pull/25919)) - **deps:** bump lodash-es from 4.17.23 to 4.18.1 ([#&#8203;25906](https://github.com/strapi/strapi/pull/25906)) - **deps:** bump nodemailer from 8.0.4 to 8.0.5 ([#&#8203;25963](https://github.com/strapi/strapi/pull/25963)) - **deps:** bump axios from 1.13.5 to 1.15.0 ([#&#8203;25980](https://github.com/strapi/strapi/pull/25980)) - **deps:** bump path-to-regexp from 8.4.1 to 8.4.2 ([#&#8203;25901](https://github.com/strapi/strapi/pull/25901)) - **examples:** delete config.server.url to restore port override capability ([#&#8203;26011](https://github.com/strapi/strapi/pull/26011)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - akash-dabhi-qed [@&#8203;akash-dabhi-qed](https://github.com/akash-dabhi-qed) - Antti Tuppurainen - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - Mark Kaylor [@&#8203;markkaylor](https://github.com/markkaylor) - mathildeleg [@&#8203;mathildeleg](https://github.com/mathildeleg) - Michał Kleszczyński [@&#8203;Magiczne](https://github.com/Magiczne) - Nico André [@&#8203;nclsndr](https://github.com/nclsndr) - Shalabh Gupta [@&#8203;coding-shalabh](https://github.com/coding-shalabh) - Tony [@&#8203;tonytkachenko](https://github.com/tonytkachenko) - Yohaan Narayanan [@&#8203;yohaann196](https://github.com/yohaann196) - Yohei Yamamoto [@&#8203;NAM-MAN](https://github.com/NAM-MAN) </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.8.3`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#383) [Compare Source](https://github.com/prettier/prettier/compare/3.8.2...3.8.3) [diff](https://github.com/prettier/prettier/compare/3.8.2...3.8.3) ##### SCSS: Prevent trailing comma in `if()` function ([#&#8203;18471](https://github.com/prettier/prettier/pull/18471) by [@&#8203;kovsu](https://github.com/kovsu)) <!-- prettier-ignore --> ```scss // Input $value: if(sass(false): 1; else: -1); // Prettier 3.8.2 $value: if( sass(false): 1; else: -1, ); // Prettier 3.8.3 $value: if(sass(false): 1; else: -1); ``` </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuNSIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-04-16 04:05:20 +04:00
Update all digest updates
Test / Basic (pull_request) Successful in 3m27s
Test / Basic (push) Successful in 2m50s
RenovateBot / renovate (push) Successful in 1m57s
6a55d4f4fa
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-04-16 04:05:21 +04:00
renovate[bot] merged commit 6a55d4f4fa into master 2026-04-16 04:13:27 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-04-16 04:13:27 +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#44