Update directus/directus Docker tag to v11.12.0 (#1489)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | minor | `11.11.0` -> `11.12.0` |
---
### Release Notes
<details>
<summary>directus/directus (directus/directus)</summary>
### [`v11.12.0`](https://github.com/directus/directus/releases/tag/v11.12.0)
[Compare Source](https://github.com/directus/directus/compare/v11.11.0...v11.12.0)
##### ⚠️ Potential Breaking Changes
**Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744))**
- Requesting a non-existent version will now return a Forbidden error.
- The `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` fields will now represent the last actual changes, not the promotion metadata.
- **[@​directus/app](https://github.com/directus/app)**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel))
- **[@​directus/api](https://github.com/directus/api)**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel))
##### ✨ New Features & Improvements
- **[@​directus/app](https://github.com/directus/app)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695) by [@​robluton](https://github.com/robluton))
- Added description and primary key copy option to the policy page sidebar ([#​25755](https://github.com/directus/directus/pull/25755) by [@​khanahmad4527](https://github.com/khanahmad4527))
- **[@​directus/api](https://github.com/directus/api)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695) by [@​robluton](https://github.com/robluton))
- **[@​directus/format-title](https://github.com/directus/format-title)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/system-data](https://github.com/directus/system-data)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/env](https://github.com/directus/env)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/sdk](https://github.com/directus/sdk)**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app)**
- Ensured that custom validation messages are displayed in the drawer ([#​25786](https://github.com/directus/directus/pull/25786) by [@​formfcw](https://github.com/formfcw))
- Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833) by [@​formfcw](https://github.com/formfcw))
- Fixed issue causing incorrect relationships to be used in custom interfaces ([#​25638](https://github.com/directus/directus/pull/25638) by [@​robluton](https://github.com/robluton))
- Ensured that M2M fields in the directus\_files collection use the correct interface ([#​25602](https://github.com/directus/directus/pull/25602) by [@​robluton](https://github.com/robluton))
- **[@​directus/api](https://github.com/directus/api)**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot))
- Added activity tracking for user suspension due to failed login attempts ([#​25836](https://github.com/directus/directus/pull/25836) by [@​gaetansenn](https://github.com/gaetansenn))
- Fixed constraint errors not being propagated in MSSQL ([#​25801](https://github.com/directus/directus/pull/25801) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/utils](https://github.com/directus/utils)**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot))
- Upgraded tmp dependency from 0.2.4 to 0.2.5 ([#​25670](https://github.com/directus/directus/pull/25670) by [@​dependabot](https://github.com/dependabot))
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/validation](https://github.com/directus/validation)**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613) by [@​dependabot](https://github.com/dependabot))
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/types](https://github.com/directus/types)**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744) by [@​Nitwel](https://github.com/Nitwel))
- Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833) by [@​formfcw](https://github.com/formfcw))
- **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/schema-builder](https://github.com/directus/schema-builder)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/format-title](https://github.com/directus/format-title)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/update-check](https://github.com/directus/update-check)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/composables](https://github.com/directus/composables)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/system-data](https://github.com/directus/system-data)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/extensions](https://github.com/directus/extensions)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/constants](https://github.com/directus/constants)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/pressure](https://github.com/directus/pressure)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/storage](https://github.com/directus/storage)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/errors](https://github.com/directus/errors)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/memory](https://github.com/directus/memory)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/schema](https://github.com/directus/schema)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/stores](https://github.com/directus/stores)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/env](https://github.com/directus/env)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
- **[@​directus/sdk](https://github.com/directus/sdk)**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding))
##### 📦 Published Versions
- `@directus/app@14.0.0`
- `@directus/api@31.0.0`
- `@directus/composables@11.2.3`
- `@directus/constants@13.0.3`
- `create-directus-extension@11.0.19`
- `@directus/env@5.2.0`
- `@directus/errors@2.0.4`
- `@directus/extensions@3.0.11`
- `@directus/extensions-registry@3.0.11`
- `@directus/extensions-sdk@16.0.2`
- `@directus/format-title@12.1.0`
- `@directus/memory@3.0.9`
- `@directus/pressure@3.0.9`
- `@directus/schema@13.0.3`
- `@directus/schema-builder@0.0.6`
- `@directus/storage@12.0.2`
- `@directus/storage-driver-azure@12.0.9`
- `@directus/storage-driver-cloudinary@12.0.9`
- `@directus/storage-driver-gcs@12.0.9`
- `@directus/storage-driver-local@12.0.2`
- `@directus/storage-driver-s3@​12.0.9`
- `@directus/storage-driver-supabase@3.0.9`
- `@directus/stores@1.0.4`
- `@directus/system-data@3.3.0`
- `@directus/themes@1.1.5`
- `@directus/types@13.2.3`
- `@directus/update-check@13.0.3`
- `@directus/utils@13.0.10`
- `@directus/validation@2.0.9`
- `@directus/sdk@20.1.0`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 this update again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTE2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1489
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>