Update directus/directus Docker tag to v11.10.2 #1207

Merged
alexlebens merged 1 commits from renovate/directus-directus-11.x into main 2025-08-13 22:13:45 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
directus/directus patch 11.10.0 -> 11.10.2

Release Notes

directus/directus (directus/directus)

v11.10.2

Compare Source

🐛 Bug Fixes & Optimizations
📦 Published Versions
  • @directus/app@13.13.1
  • @directus/api@29.1.1

v11.10.1

Compare Source

⚠️ Potential Breaking Changes

Added TypeScript support for services within the extension context (#​25368)
The services exposed to API extensions using TypeScript are now fully typed instead of any, which may cause new type errors when building extensions.

Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before:

  • The ItemsService constructor now expects the collection name to be a string and will error on string | undefined (or other unions).
  • Similarly, functions like service.readOne()/service.readMany() now expect string | number for their primary keys and will error for nullable types

As a workaround, casting the services back to any will result in the original behavior. However, it is recommended to resolve the type errors instead.

New Features & Improvements
🐛 Bug Fixes & Optimizations
📦 Published Versions
  • @directus/app@13.13.0
  • @directus/api@29.1.0
  • @directus/composables@11.2.2
  • @directus/constants@13.0.2
  • create-directus-extension@11.0.17
  • create-directus-project@12.0.2
  • @directus/env@5.1.2
  • @directus/errors@2.0.3
  • @directus/extensions@3.0.9
  • @directus/extensions-registry@3.0.9
  • @directus/extensions-sdk@16.0.0
  • @directus/memory@3.0.8
  • @directus/pressure@3.0.8
  • @directus/release-notes-generator@2.0.2
  • @directus/schema@13.0.2
  • @directus/schema-builder@0.0.4
  • @directus/specs@11.1.1
  • @directus/storage@12.0.1
  • @directus/storage-driver-azure@12.0.8
  • @directus/storage-driver-cloudinary@12.0.8
  • @directus/storage-driver-gcs@12.0.8
  • @directus/storage-driver-local@12.0.1
  • @directus/storage-driver-s3@​12.0.8
  • @directus/storage-driver-supabase@3.0.8
  • @directus/stores@1.0.3
  • @directus/system-data@3.2.1
  • @directus/themes@1.1.4
  • @directus/types@13.2.1
  • @directus/update-check@13.0.2
  • @directus/utils@13.0.9
  • @directus/validation@2.0.8
  • @directus/sdk@20.0.2

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.

🔕 Ignore: Close this PR and you won't be reminded about this update 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) | patch | `11.10.0` -> `11.10.2` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.10.2`](https://github.com/directus/directus/releases/tag/v11.10.2) [Compare Source](https://github.com/directus/directus/compare/v11.10.1...v11.10.2) ##### 🐛 Bug Fixes & Optimizations - **[@&#8203;directus/app](https://github.com/directus/app)** - Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor ([#&#8203;25678](https://github.com/directus/directus/pull/25678) by [@&#8203;formfcw](https://github.com/formfcw)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Fixed failed Directus startup caused by additional arguments to the `start` command ([#&#8203;25675](https://github.com/directus/directus/pull/25675) by [@&#8203;hanneskuettner](https://github.com/hanneskuettner)) ##### 📦 Published Versions - `@directus/app@13.13.1` - `@directus/api@29.1.1` ### [`v11.10.1`](https://github.com/directus/directus/releases/tag/v11.10.1) [Compare Source](https://github.com/directus/directus/compare/v11.10.0...v11.10.1) ##### ⚠️ Potential Breaking Changes **Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368))** The services exposed to API extensions using TypeScript are now fully typed instead of `any`, which may cause new type errors when building extensions. Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before: - The ItemsService constructor now expects the collection name to be a `string` and will error on `string | undefined` (or other unions). - Similarly, functions like `service.readOne()`/`service.readMany()` now expect `string | number` for their primary keys and will error for nullable types As a workaround, casting the services back to `any` will result in the original behavior. However, it is recommended to resolve the type errors instead. - **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) ##### ✨ New Features & Improvements - **[@&#8203;directus/app](https://github.com/directus/app)** - Added new error operation to Flows ([#&#8203;25558](https://github.com/directus/directus/pull/25558) by [@&#8203;licitdev](https://github.com/licitdev)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Added new error operation to Flows ([#&#8203;25558](https://github.com/directus/directus/pull/25558) by [@&#8203;licitdev](https://github.com/licitdev)) - Added support for `private_key_jwt` auth method in OpenID driver ([#&#8203;25644](https://github.com/directus/directus/pull/25644) by [@&#8203;licitdev](https://github.com/licitdev)) - Added the ability to override the email `from` property ([#&#8203;25459](https://github.com/directus/directus/pull/25459) by [@&#8203;jekuer](https://github.com/jekuer)) ##### 🐛 Bug Fixes & Optimizations - **[@&#8203;directus/app](https://github.com/directus/app)** - Ensured user language is set on hydrate ([#&#8203;25647](https://github.com/directus/directus/pull/25647) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Ensured RTL support for the transform property in certain components ([#&#8203;25652](https://github.com/directus/directus/pull/25652) by [@&#8203;formfcw](https://github.com/formfcw)) - Fixed an issue for empty states not being centered in RTL languages ([#&#8203;25636](https://github.com/directus/directus/pull/25636) by [@&#8203;that1matt](https://github.com/that1matt)) - Enabled text selection in the studio ([#&#8203;25510](https://github.com/directus/directus/pull/25510) by [@&#8203;gloriarodrife](https://github.com/gloriarodrife)) - Fixed an issue where the theme overrides interface would be rendered RTL in RTL languages ([#&#8203;25633](https://github.com/directus/directus/pull/25633) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would render english code as RTL in RTL language mode ([#&#8203;25641](https://github.com/directus/directus/pull/25641) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would cause the code editor interface to fail when the language prop was set to null ([#&#8203;25595](https://github.com/directus/directus/pull/25595) by [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent)) - Fix v-resizeable dragging for RTL vs LTR ([#&#8203;25659](https://github.com/directus/directus/pull/25659) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard)) - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that would cause the table header columns to resize in the wrong direction when using rtl languages ([#&#8203;25631](https://github.com/directus/directus/pull/25631) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Ensured that labels for data fields always display in batch mode ([#&#8203;25619](https://github.com/directus/directus/pull/25619) by [@&#8203;formfcw](https://github.com/formfcw)) - Updated dependency form-data ([#&#8203;25579](https://github.com/directus/directus/pull/25579) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Standardized batch mode for raw group fields ([#&#8203;25600](https://github.com/directus/directus/pull/25600) by [@&#8203;timio23](https://github.com/timio23)) - **[@&#8203;directus/api](https://github.com/directus/api)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Updated dependency form-data ([#&#8203;25579](https://github.com/directus/directus/pull/25579) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated dependency tar-fs ([#&#8203;25338](https://github.com/directus/directus/pull/25338) by [@&#8203;br41nslug](https://github.com/br41nslug)) - Fixed admin users email not trimmed on project initialization ([#&#8203;25465](https://github.com/directus/directus/pull/25465) by [@&#8203;ComfortablyCoding](https://github.com/ComfortablyCoding)) - Upgraded rolldown from from 1.0.0-beta.30 to 1.0.0-beta.31 ([#&#8203;25607](https://github.com/directus/directus/pull/25607) by [@&#8203;dependabot](https://github.com/dependabot)) - **[@&#8203;directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25563](https://github.com/directus/directus/pull/25563) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/composables](https://github.com/directus/composables)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/extensions](https://github.com/directus/extensions)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/constants](https://github.com/directus/constants)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - **[@&#8203;directus/storage](https://github.com/directus/storage)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - **[@&#8203;directus/errors](https://github.com/directus/errors)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Moved dependency ([#&#8203;25562](https://github.com/directus/directus/pull/25562) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/themes](https://github.com/directus/themes)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/types](https://github.com/directus/types)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/sdk](https://github.com/directus/sdk)** - Added TypeScript support for services within the extension context ([#&#8203;25368](https://github.com/directus/directus/pull/25368) by [@&#8203;that1matt](https://github.com/that1matt)) - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/pressure](https://github.com/directus/pressure)** - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/memory](https://github.com/directus/memory)** - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/stores](https://github.com/directus/stores)** - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/utils](https://github.com/directus/utils)** - Upgraded dependencies ([#&#8203;25583](https://github.com/directus/directus/pull/25583) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Upgraded tmp dependency from 0.2.3 to 0.2.4 ([#&#8203;25634](https://github.com/directus/directus/pull/25634) by [@&#8203;dependabot](https://github.com/dependabot)) - **[@&#8203;directus/release-notes-generator](https://github.com/directus/release-notes-generator)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/update-check](https://github.com/directus/update-check)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/system-data](https://github.com/directus/system-data)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/validation](https://github.com/directus/validation)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/schema](https://github.com/directus/schema)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed an issue that could report indexed falsy as enabled for mysql columns with the same name in different schemas ([#&#8203;25650](https://github.com/directus/directus/pull/25650) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/specs](https://github.com/directus/specs)** - Upgraded dependencies ([#&#8203;25580](https://github.com/directus/directus/pull/25580) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **create-directus-project** - Upgrade dependencies ([#&#8203;25559](https://github.com/directus/directus/pull/25559) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Upgraded dependencies ([#&#8203;25564](https://github.com/directus/directus/pull/25564) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) - **[@&#8203;directus/env](https://github.com/directus/env)** - Upgrade dependencies ([#&#8203;25561](https://github.com/directus/directus/pull/25561) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten)) ##### 📦 Published Versions - `@directus/app@13.13.0` - `@directus/api@29.1.0` - `@directus/composables@11.2.2` - `@directus/constants@13.0.2` - `create-directus-extension@11.0.17` - `create-directus-project@12.0.2` - `@directus/env@5.1.2` - `@directus/errors@2.0.3` - `@directus/extensions@3.0.9` - `@directus/extensions-registry@3.0.9` - `@directus/extensions-sdk@16.0.0` - `@directus/memory@3.0.8` - `@directus/pressure@3.0.8` - `@directus/release-notes-generator@2.0.2` - `@directus/schema@13.0.2` - `@directus/schema-builder@0.0.4` - `@directus/specs@11.1.1` - `@directus/storage@12.0.1` - `@directus/storage-driver-azure@12.0.8` - `@directus/storage-driver-cloudinary@12.0.8` - `@directus/storage-driver-gcs@12.0.8` - `@directus/storage-driver-local@12.0.1` - `@directus/storage-driver-s3@&#8203;12.0.8` - `@directus/storage-driver-supabase@3.0.8` - `@directus/stores@1.0.3` - `@directus/system-data@3.2.1` - `@directus/themes@1.1.4` - `@directus/types@13.2.1` - `@directus/update-check@13.0.2` - `@directus/utils@13.0.9` - `@directus/validation@2.0.8` - `@directus/sdk@20.0.2` </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
renovate-bot added the
automerge
image
labels 2025-08-12 21:39:16 +00:00
renovate-bot added 1 commit 2025-08-12 21:39:17 +00:00
Update directus/directus Docker tag to v11.10.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 9s
a431a73cf5
renovate-bot force-pushed renovate/directus-directus-11.x from a431a73cf5 to 5be9251549 2025-08-12 23:03:29 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from 5be9251549 to 81627597f1 2025-08-13 00:04:31 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from 81627597f1 to 9fd701f336 2025-08-13 03:03:37 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from 9fd701f336 to d4aabe0e4a 2025-08-13 09:03:39 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from d4aabe0e4a to f9ff42c5c0 2025-08-13 14:03:10 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from f9ff42c5c0 to 28069fab0e 2025-08-13 18:03:28 +00:00 Compare
renovate-bot force-pushed renovate/directus-directus-11.x from 28069fab0e to d9ae48e9d8 2025-08-13 22:01:39 +00:00 Compare
renovate-bot changed title from Update directus/directus Docker tag to v11.10.1 to Update directus/directus Docker tag to v11.10.2 2025-08-13 22:01:40 +00:00
alexlebens merged commit b7275e592f into main 2025-08-13 22:13:45 +00:00
alexlebens deleted branch renovate/directus-directus-11.x 2025-08-13 22:13:46 +00:00
Sign in to join this conversation.
No description provided.