Update all digest updates to v5.50.2 #81

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

This PR contains the following updates:

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

Release Notes

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

v5.50.2

Compare Source

5.50.2 (2026-07-15)
🚀 New feature
  • admin: make admin auth cookie name configurable (#​26931)
  • i18n: complete Korean (ko) translation (#​26941)
🔥 Bug fix
  • admin: prevent deprecated CJS Vite Node API warning on startup (#​26947)
  • admin: pre-commit fails when staging files ignored by ESLint (#​26958)
  • admin: show plan label instead of edition in dashboard (#​26891)
  • admin: restore runtime default for context helper (#​26809)
  • ci: reduce false positives in issue template checker (#​26955)
  • ci: use npm install in issue template checker workflow (#​26974)
  • content-manager: clear stale Blocks editor selection on external value change (#​26959)
  • core: backward compat - reject 'status' attribute when draftAndPublish is enabled (#​26890)
  • core: validate license registry responses with zod (#​26935)
  • core: preserve duplicate form relation edits when cloning (#​26961)
  • data-transfer: bump ws to 8.21.0 to fix CVE-2026-48779 (#​26898)
  • database: include status sort expression in SELECT when using DISTINCT (#​26751)
  • database: lint script does not run type check (#​26819)
  • email: only warn about sendmail provider in development (#​26893)
  • openapi: add bearerAuth and bracket pagination query params (#​26948)
  • strapi: auto-exclude pre-built plugin UI libs from Vite optimizeDeps (#​26944)
  • strapi: fix develop blank admin from optimizeDeps auto-exclude (#​27014)
  • upgrade: prompt to pin ranged @​strapi/* dependencies before upgrading (#​26929)
  • upload: load remote asset thumbnails with crossOrigin to prevent CORS preview failures (#​26581, #​26901)
  • utils: align remaining convert-query-params errors with ValidationError (#​26908)
⚙️ Chore
⚠️ Changes to be aware of
Admin auth cookie name

You can set admin.auth.cookie.name in admin config to rename the access-token cookie (default remains jwtToken). Useful when another app on a shared parent domain sets a jwtToken cookie and breaks admin login.

(#​26931)

status attribute with Draft & Publish

In v5, status is reserved for draft/published filtering. If a content type has Draft & Publish enabled and a custom status field, Strapi now logs a startup warning instead of failing boot. The Content-Type Builder still blocks adding status or enabling D&P when status already exists.

(#​26890)

Upgrade tool and ranged @strapi/* versions

@strapi/upgrade now warns and offers to pin ranged @strapi/* dependencies (e.g. ^5.50.0) before upgrading, so upgrades don't silently report "already up-to-date" when node_modules resolved ahead of package.json.

(#​26929)

❤️ Thank You

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate.

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.50.1` → `5.50.2`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.50.1/5.50.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.50.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.50.1/5.50.2?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.50.1` → `5.50.2`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.50.1/5.50.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.50.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.50.1/5.50.2?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.50.1` → `5.50.2`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.50.1/5.50.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.50.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.50.1/5.50.2?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.50.1` → `5.50.2`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.50.1/5.50.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.50.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.50.1/5.50.2?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.50.2`](https://github.com/strapi/strapi/releases/tag/v5.50.2) [Compare Source](https://github.com/strapi/strapi/compare/v5.50.1...v5.50.2) ##### 5.50.2 (2026-07-15) ##### 🚀 New feature - **admin:** make admin auth cookie name configurable ([#&#8203;26931](https://github.com/strapi/strapi/pull/26931)) - **i18n:** complete Korean (ko) translation ([#&#8203;26941](https://github.com/strapi/strapi/pull/26941)) ##### 🔥 Bug fix - **admin:** prevent deprecated CJS Vite Node API warning on startup ([#&#8203;26947](https://github.com/strapi/strapi/pull/26947)) - **admin:** pre-commit fails when staging files ignored by ESLint ([#&#8203;26958](https://github.com/strapi/strapi/pull/26958)) - **admin:** show plan label instead of edition in dashboard ([#&#8203;26891](https://github.com/strapi/strapi/pull/26891)) - **admin:** restore runtime default for context helper ([#&#8203;26809](https://github.com/strapi/strapi/pull/26809)) - **ci:** reduce false positives in issue template checker ([#&#8203;26955](https://github.com/strapi/strapi/pull/26955)) - **ci:** use npm install in issue template checker workflow ([#&#8203;26974](https://github.com/strapi/strapi/pull/26974)) - **content-manager:** clear stale Blocks editor selection on external value change ([#&#8203;26959](https://github.com/strapi/strapi/pull/26959)) - **core:** backward compat - reject 'status' attribute when draftAndPublish is enabled ([#&#8203;26890](https://github.com/strapi/strapi/pull/26890)) - **core:** validate license registry responses with zod ([#&#8203;26935](https://github.com/strapi/strapi/pull/26935)) - **core:** preserve duplicate form relation edits when cloning ([#&#8203;26961](https://github.com/strapi/strapi/pull/26961)) - **data-transfer:** bump ws to 8.21.0 to fix CVE-2026-48779 ([#&#8203;26898](https://github.com/strapi/strapi/pull/26898)) - **database:** include status sort expression in SELECT when using DISTINCT ([#&#8203;26751](https://github.com/strapi/strapi/pull/26751)) - **database:** lint script does not run type check ([#&#8203;26819](https://github.com/strapi/strapi/pull/26819)) - **email:** only warn about sendmail provider in development ([#&#8203;26893](https://github.com/strapi/strapi/pull/26893)) - **openapi:** add bearerAuth and bracket pagination query params ([#&#8203;26948](https://github.com/strapi/strapi/pull/26948)) - **strapi:** auto-exclude pre-built plugin UI libs from Vite optimizeDeps ([#&#8203;26944](https://github.com/strapi/strapi/pull/26944)) - **strapi:** fix develop blank admin from optimizeDeps auto-exclude ([#&#8203;27014](https://github.com/strapi/strapi/pull/27014)) - **upgrade:** prompt to pin ranged @&#8203;strapi/\* dependencies before upgrading ([#&#8203;26929](https://github.com/strapi/strapi/pull/26929)) - **upload:** load remote asset thumbnails with crossOrigin to prevent CORS preview failures ([#&#8203;26581](https://github.com/strapi/strapi/pull/26581), [#&#8203;26901](https://github.com/strapi/strapi/pull/26901)) - **utils:** align remaining convert-query-params errors with ValidationError ([#&#8203;26908](https://github.com/strapi/strapi/pull/26908)) ##### ⚙️ Chore - **ai-tooling:** sync skills when cursor sets up a new worktree ([#&#8203;26954](https://github.com/strapi/strapi/pull/26954)) - **data-transfer:** clarify --exclude files CLI messaging ([#&#8203;26914](https://github.com/strapi/strapi/pull/26914)) - **deps:** patch/minor dependency bumps ([#&#8203;26823](https://github.com/strapi/strapi/pull/26823)) - **deps:** bump [@&#8203;xhmikosr/decompress](https://github.com/xhmikosr/decompress) from 10.2.0 to 10.2.1 ([#&#8203;26928](https://github.com/strapi/strapi/pull/26928)) - **deps:** bump sharp from 0.33.5 to 0.34.5 ([#&#8203;26993](https://github.com/strapi/strapi/pull/26993)) - **deps:** bump [@&#8203;internationalized/date](https://github.com/internationalized/date) from 3.5.4 to 3.12.1 ([#&#8203;26994](https://github.com/strapi/strapi/pull/26994)) - **deps:** bump design-system and icons to v2.2.3 ([#&#8203;27002](https://github.com/strapi/strapi/pull/27002)) - **eslint:** enforce zero warnings in package lint scripts ([#&#8203;26922](https://github.com/strapi/strapi/pull/26922)) - **husky:** run git hooks through yarn exec ([#&#8203;27006](https://github.com/strapi/strapi/pull/27006)) - **tooling:** remove unused find-up after lint-staged 16 ([#&#8203;26792](https://github.com/strapi/strapi/pull/26792)) - **types:** drop CommonJS tsconfig overrides, build JS via rollup ([#&#8203;26934](https://github.com/strapi/strapi/pull/26934)) - **typescript:** scope tsconfig types per workspace ([#&#8203;26699](https://github.com/strapi/strapi/pull/26699)) - **typescript-utils:** migrate to typescript ([#&#8203;26811](https://github.com/strapi/strapi/pull/26811)) - **typescript-utils:** bump internal deps to 5.50.1 ([#&#8203;26946](https://github.com/strapi/strapi/pull/26946)) ##### ⚠️ Changes to be aware of ##### Admin auth cookie name You can set `admin.auth.cookie.name` in admin config to rename the access-token cookie (default remains `jwtToken`). Useful when another app on a shared parent domain sets a `jwtToken` cookie and breaks admin login. ([#&#8203;26931](https://github.com/strapi/strapi/pull/26931)) ##### `status` attribute with Draft & Publish In v5, `status` is reserved for draft/published filtering. If a content type has Draft & Publish enabled and a custom `status` field, Strapi now logs a startup warning instead of failing boot. The Content-Type Builder still blocks adding `status` or enabling D\&P when `status` already exists. ([#&#8203;26890](https://github.com/strapi/strapi/pull/26890)) ##### Upgrade tool and ranged `@strapi/*` versions `@strapi/upgrade` now warns and offers to pin ranged `@strapi/*` dependencies (e.g. `^5.50.0`) before upgrading, so upgrades don't silently report "already up-to-date" when `node_modules` resolved ahead of `package.json`. ([#&#8203;26929](https://github.com/strapi/strapi/pull/26929)) ##### ❤️ Thank You - Abdallah M. [@&#8203;abdallahmz](https://github.com/abdallahmz) - akash-dabhi-qed [@&#8203;akash-dabhi-qed](https://github.com/akash-dabhi-qed) - Ali Ataf [@&#8203;aliataf](https://github.com/aliataf) - Andrei L [@&#8203;unrevised6419](https://github.com/unrevised6419) - arun [@&#8203;aun009](https://github.com/aun009) - Bassel Kanso - Ben Irvin - Giulio Montagner [@&#8203;giu1io](https://github.com/giu1io) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - jasleenkaur-qed42 - moduvoice - Monu Meena [@&#8203;Monu01123](https://github.com/Monu01123) - Nico André </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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==-->
renovate[bot] added 1 commit 2026-07-16 04:12:17 +04:00
Update all digest updates to v5.50.2
Test / Basic (pull_request) Successful in 12m50s
Test / Basic (push) Successful in 6m31s
ea5cd240e2
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-07-16 04:12:17 +04:00
renovate[bot] merged commit ea5cd240e2 into master 2026-07-16 04:46:35 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-07-16 04:46:35 +04:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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