chore(deps): update directus/directus to v11.15.0 #3752

Merged
alexlebens merged 1 commits from renovate/unified-directusdirectus into main 2026-02-05 20:54:41 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
directus/directus minor 11.14.111.15.0

Release Notes

directus/directus (directus/directus)

v11.15.0

Compare Source

⚠️ Potential Breaking Changes

Attached prompts, content items, and visual editor elements to AI Assistant Context (#​26512 by @​bryantgillespie)
To use this feature, update @​directus/visual-editing to v1.2.0+ on your website.

New Features & Improvements
🐛 Bug Fixes & Optimizations
📦 Published Versions
  • @directus/app@15.1.0
  • @directus/api@33.1.0
  • @directus/ai@1.1.0
  • @directus/composables@11.2.10
  • create-directus-extension@11.0.26
  • @directus/env@5.5.0
  • @directus/errors@2.2.0
  • @directus/extensions@3.0.17
  • @directus/extensions-registry@3.0.17
  • @directus/extensions-sdk@17.0.6
  • @directus/memory@3.1.0
  • @directus/pressure@3.0.15
  • @directus/schema-builder@0.0.12
  • @directus/storage-driver-azure@12.0.15
  • @directus/storage-driver-cloudinary@12.0.15
  • @directus/storage-driver-gcs@12.0.15
  • @directus/storage-driver-s3@​12.1.1
  • @directus/storage-driver-supabase@3.0.15
  • @directus/system-data@4.1.0
  • @directus/themes@1.2.2
  • @directus/types@14.1.0
  • @directus/utils@13.2.0
  • @directus/validation@2.0.15
  • @directus/sdk@21.1.0

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 these updates again.


  • 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 | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.14.1` → `11.15.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.15.0`](https://github.com/directus/directus/releases/tag/v11.15.0) [Compare Source](https://github.com/directus/directus/compare/v11.14.1...v11.15.0) ##### ⚠️ Potential Breaking Changes **Attached prompts, content items, and visual editor elements to AI Assistant Context ([#&#8203;26512](https://github.com/directus/directus/pull/26512) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))** To use this feature, update [@&#8203;directus/visual-editing](https://github.com/directus/visual-editing) to v1.2.0+ on your website. ##### ✨ New Features & Improvements - **[@&#8203;directus/app](https://github.com/directus/app)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#&#8203;26512](https://github.com/directus/directus/pull/26512) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#&#8203;26481](https://github.com/directus/directus/pull/26481) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added toggle to allow comparing revision to previous revision ([#&#8203;26480](https://github.com/directus/directus/pull/26480) by [@&#8203;robluton](https://github.com/robluton)) - Added relational field support on x-axis of bar chart ([#&#8203;26489](https://github.com/directus/directus/pull/26489) by [@&#8203;JamesW1](https://github.com/JamesW1)) - Added visual editing support to the live preview split pane, including display options menu, full-width mode with drag-to-expand, and quick access to the Visual Editor module. ([#&#8203;26463](https://github.com/directus/directus/pull/26463) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Changed permission-blocked fields from disabled to non-editable appearance ([#&#8203;26572](https://github.com/directus/directus/pull/26572) by [@&#8203;HZooly](https://github.com/HZooly)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#&#8203;26512](https://github.com/directus/directus/pull/26512) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#&#8203;26481](https://github.com/directus/directus/pull/26481) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/sdk](https://github.com/directus/sdk)** - Fixed race condition and allow accessing the connected state ([#&#8203;26511](https://github.com/directus/directus/pull/26511) by [@&#8203;Nitwel](https://github.com/Nitwel)) - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - **[@&#8203;directus/system-data](https://github.com/directus/system-data)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - **[@&#8203;directus/types](https://github.com/directus/types)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#&#8203;26481](https://github.com/directus/directus/pull/26481) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/errors](https://github.com/directus/errors)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - **[@&#8203;directus/env](https://github.com/directus/env)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#&#8203;26473](https://github.com/directus/directus/pull/26473) by [@&#8203;gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - **[@&#8203;directus/utils](https://github.com/directus/utils)** - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - **[@&#8203;directus/ai](https://github.com/directus/ai)** - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#&#8203;26512](https://github.com/directus/directus/pull/26512) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#&#8203;26481](https://github.com/directus/directus/pull/26481) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/memory](https://github.com/directus/memory)** - Added distributed locking ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) ##### 🐛 Bug Fixes & Optimizations - **[@&#8203;directus/app](https://github.com/directus/app)** - Replaced deprecated `ldapjs` with `ldapts` ([#&#8203;26363](https://github.com/directus/directus/pull/26363) by [@&#8203;dstockton](https://github.com/dstockton)) - Fixed an issue where the caret would jump to the end of the input in `v-template-input` when typing or updating content. ([#&#8203;26520](https://github.com/directus/directus/pull/26520) by [@&#8203;mustafaazad03](https://github.com/mustafaazad03)) - Fixed back button navigation on related items ([#&#8203;26553](https://github.com/directus/directus/pull/26553) by [@&#8203;robluton](https://github.com/robluton)) - Fixed table options menu clipping in markdown editor ([#&#8203;26487](https://github.com/directus/directus/pull/26487) by [@&#8203;DamnItAzriel](https://github.com/DamnItAzriel)) - Hide AI settings page when MCP and AI features are disabled through ENV ([#&#8203;26504](https://github.com/directus/directus/pull/26504) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Updated dependency ([#&#8203;26518](https://github.com/directus/directus/pull/26518) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed inconsistent disabled state across interfaces ([#&#8203;26470](https://github.com/directus/directus/pull/26470) by [@&#8203;formfcw](https://github.com/formfcw)) - Fixed an issue where custom CSS classes applied to PrivateView were not rendered ([#&#8203;26523](https://github.com/directus/directus/pull/26523) by [@&#8203;u12206050](https://github.com/u12206050)) - Fixed WYSIWYG interface not rendering when field is named "tooltip" ([#&#8203;26581](https://github.com/directus/directus/pull/26581) by [@&#8203;robluton](https://github.com/robluton)) - Fixed issue preventing sidebar details from being fetched when navigating back ([#&#8203;26542](https://github.com/directus/directus/pull/26542) by [@&#8203;robluton](https://github.com/robluton)) - Fixed Vue warning by passing required prop to interfaces ([#&#8203;26506](https://github.com/directus/directus/pull/26506) by [@&#8203;formfcw](https://github.com/formfcw)) - Fixed hardcoded "Loading..." text in field tree by using translation key ([#&#8203;26526](https://github.com/directus/directus/pull/26526) by [@&#8203;sinan-yildiz-marsus](https://github.com/sinan-yildiz-marsus)) - Renamed AI Chat to AI Assistant ([#&#8203;26517](https://github.com/directus/directus/pull/26517) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Improved error message for system field updates that are not schema.is\_indexed ([#&#8203;26548](https://github.com/directus/directus/pull/26548) by [@&#8203;JamesW1](https://github.com/JamesW1)) - Replaced deprecated `ldapjs` with `ldapts` ([#&#8203;26363](https://github.com/directus/directus/pull/26363) by [@&#8203;dstockton](https://github.com/dstockton)) - Changed users.last\_access display mode to absolute ([#&#8203;26548](https://github.com/directus/directus/pull/26548) by [@&#8203;JamesW1](https://github.com/JamesW1)) - **[@&#8203;directus/system-data](https://github.com/directus/system-data)** - Added collaborative editing ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#&#8203;26481](https://github.com/directus/directus/pull/26481) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - Changed users.last\_access display mode to absolute ([#&#8203;26548](https://github.com/directus/directus/pull/26548) by [@&#8203;JamesW1](https://github.com/JamesW1)) - Renamed AI Chat to AI Assistant ([#&#8203;26517](https://github.com/directus/directus/pull/26517) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie)) - **[@&#8203;directus/env](https://github.com/directus/env)** - Fixed LDAP DN properties casted as arrays ([#&#8203;26579](https://github.com/directus/directus/pull/26579) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@&#8203;directus/memory](https://github.com/directus/memory)** - Handled empty buffers to prevent errors during race conditions or disconnects ([#&#8203;26172](https://github.com/directus/directus/pull/26172) by [@&#8203;Nitwel](https://github.com/Nitwel)) ##### 📦 Published Versions - `@directus/app@15.1.0` - `@directus/api@33.1.0` - `@directus/ai@1.1.0` - `@directus/composables@11.2.10` - `create-directus-extension@11.0.26` - `@directus/env@5.5.0` - `@directus/errors@2.2.0` - `@directus/extensions@3.0.17` - `@directus/extensions-registry@3.0.17` - `@directus/extensions-sdk@17.0.6` - `@directus/memory@3.1.0` - `@directus/pressure@3.0.15` - `@directus/schema-builder@0.0.12` - `@directus/storage-driver-azure@12.0.15` - `@directus/storage-driver-cloudinary@12.0.15` - `@directus/storage-driver-gcs@12.0.15` - `@directus/storage-driver-s3@&#8203;12.1.1` - `@directus/storage-driver-supabase@3.0.15` - `@directus/system-data@4.1.0` - `@directus/themes@1.2.2` - `@directus/types@14.1.0` - `@directus/utils@13.2.0` - `@directus/validation@2.0.15` - `@directus/sdk@21.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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added the image label 2026-02-05 20:32:25 +00:00
renovate-bot added 1 commit 2026-02-05 20:32:26 +00:00
chore(deps): update directus/directus to v11.15.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 16s
d18117e6ec
renovate-bot force-pushed renovate/unified-directusdirectus from d18117e6ec to 2ae15a9d83 2026-02-05 20:33:35 +00:00 Compare
renovate-bot force-pushed renovate/unified-directusdirectus from 2ae15a9d83 to dcde12299a 2026-02-05 20:44:25 +00:00 Compare
renovate-bot force-pushed renovate/unified-directusdirectus from dcde12299a to 76da5da2b1 2026-02-05 20:52:22 +00:00 Compare
renovate-bot force-pushed renovate/unified-directusdirectus from 76da5da2b1 to 59d68b3c93 2026-02-05 20:54:15 +00:00 Compare
alexlebens merged commit 2bf0d6f925 into main 2026-02-05 20:54:41 +00:00
alexlebens deleted branch renovate/unified-directusdirectus 2026-02-05 20:54:49 +00:00
Sign in to join this conversation.