Update directus/directus Docker tag to v11.10.1 #1206
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/directus-directus-11.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
11.10.0
->11.10.1
Release Notes
directus/directus (directus/directus)
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:
string
and will error onstring | undefined
(or other unions).service.readOne()
/service.readMany()
now expectstring | number
for their primary keys and will error for nullable typesAs 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
private_key_jwt
auth method in OpenID driver (#25644 by @licitdev)from
property (#25459 by @jekuer)🐛 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.
This PR has been generated by Renovate Bot.