Files
Renovate Bot a9c708726c
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 1m52s
chore(deps): update directus/directus to v11.17.0 (#5109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | minor | `11.16.1` → `11.17.0` |

---

### Release Notes

<details>
<summary>directus/directus (directus/directus)</summary>

### [`v11.17.0`](https://github.com/directus/directus/releases/tag/v11.17.0)

[Compare Source](https://github.com/directus/directus/compare/v11.16.1...v11.17.0)

##### ⚠️ Potential Breaking Changes

**Added support for importing data in the background ([#&#8203;26914](https://github.com/directus/directus/pull/26914))**
Imports now automatically time out after 1 hour, with a maximum of 20 running concurrently. These limits can be configured via `IMPORT_TIMEOUT` and `IMPORT_MAX_CONCURRENCY`, respectively.

**Improved build times using `tsdown`’s `oxc-transform` ([#&#8203;26604](https://github.com/directus/directus/pull/26604))**
Exports previously available from `@directus/types/collab` are now exported directly from `@directus/types`

**Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#&#8203;26826](https://github.com/directus/directus/pull/26826))**
Potential breaking change: The app UI has been shrunk to 90% of its previous size. Extensions that rely on hardcoded px values or the old 14px root font-size may render incorrectly — all app sizing now uses rem based on the 16px browser default.

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added support for importing data in the background ([#&#8203;26914](https://github.com/directus/directus/pull/26914) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Improved build times using `tsdown`’s `oxc-transform` ([#&#8203;26604](https://github.com/directus/directus/pull/26604) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/specs](https://github.com/directus/specs)**
  - Updated fast-xml-parser, qs, minimatch, tar, undici, vue-split-panel and flatted dependencies ([#&#8203;26951](https://github.com/directus/directus/pull/26951) by [@&#8203;br41nslug](https://github.com/br41nslug))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Added support for importing data in the background ([#&#8203;26914](https://github.com/directus/directus/pull/26914) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added utility endpoint and UI to generate translations collections and fields. ([#&#8203;26742](https://github.com/directus/directus/pull/26742) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
  - Added deployment provider link on the run detail page, opening deployments directly in Vercel or Netlify dashboards. ([#&#8203;26888](https://github.com/directus/directus/pull/26888) by [@&#8203;LZylstra](https://github.com/LZylstra))
  - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#&#8203;26826](https://github.com/directus/directus/pull/26826) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added tool search tool for Anthropic AI provider to reduce context usage ([#&#8203;26864](https://github.com/directus/directus/pull/26864) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
  - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#&#8203;26628](https://github.com/directus/directus/pull/26628) by [@&#8203;dstockton](https://github.com/dstockton))
  - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#&#8203;26882](https://github.com/directus/directus/pull/26882) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#&#8203;26678](https://github.com/directus/directus/pull/26678) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
    config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs.
  - Added utility endpoint and UI to generate translations collections and fields. ([#&#8203;26742](https://github.com/directus/directus/pull/26742) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
  - Added support for Redis namespace control ([#&#8203;26943](https://github.com/directus/directus/pull/26943) by [@&#8203;dstockton](https://github.com/dstockton))
- **[@&#8203;directus/errors](https://github.com/directus/errors)**
  - Added support for importing data in the background ([#&#8203;26914](https://github.com/directus/directus/pull/26914) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Added support for importing data in the background ([#&#8203;26914](https://github.com/directus/directus/pull/26914) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added support for Redis namespace control ([#&#8203;26943](https://github.com/directus/directus/pull/26943) by [@&#8203;dstockton](https://github.com/dstockton))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Added utility endpoint and UI to generate translations collections and fields. ([#&#8203;26742](https://github.com/directus/directus/pull/26742) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Added utility endpoint and UI to generate translations collections and fields. ([#&#8203;26742](https://github.com/directus/directus/pull/26742) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#&#8203;26826](https://github.com/directus/directus/pull/26826) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#&#8203;26826](https://github.com/directus/directus/pull/26826) by [@&#8203;formfcw](https://github.com/formfcw))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fix file renaming ([#&#8203;26946](https://github.com/directus/directus/pull/26946) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed filtering out `preRegisterCheck === false` modules from settings module bar config ([#&#8203;26953](https://github.com/directus/directus/pull/26953) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Prevented uncaught exception when v-menu has no tabbable elements ([#&#8203;26922](https://github.com/directus/directus/pull/26922) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug where global draft updates failed for singleton collections ([#&#8203;26910](https://github.com/directus/directus/pull/26910) by [@&#8203;formfcw](https://github.com/formfcw))
  - Refactored "Clear value(s) on save when hidden" condition so it's applied inside a drawer ([#&#8203;26925](https://github.com/directus/directus/pull/26925) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added functionality to duplicate access policies ([#&#8203;26889](https://github.com/directus/directus/pull/26889) by [@&#8203;robluton](https://github.com/robluton))
  - Reduced width of split panel resize handle to prevent scrollbar interference ([#&#8203;26908](https://github.com/directus/directus/pull/26908) by [@&#8203;robluton](https://github.com/robluton))
  - Updated Vite to version 8.0.0 ([#&#8203;26887](https://github.com/directus/directus/pull/26887) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Corrected field editability for conditional update policies and version items ([#&#8203;26815](https://github.com/directus/directus/pull/26815) by [@&#8203;HZooly](https://github.com/HZooly))
  - Fixed date picker not emitting value after month/year change. ([#&#8203;26880](https://github.com/directus/directus/pull/26880) by [@&#8203;powerseed](https://github.com/powerseed))
  - Fixed inconsistent dropdown arrows in visual editor header bar ([#&#8203;26904](https://github.com/directus/directus/pull/26904) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added API request counting to telemetry reports. Requests are tracked by HTTP method and cache status. ([#&#8203;26738](https://github.com/directus/directus/pull/26738) by [@&#8203;connorwinston](https://github.com/connorwinston))
  - Fix file renaming ([#&#8203;26946](https://github.com/directus/directus/pull/26946) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed errors during import not propagated while the file is streaming ([#&#8203;26881](https://github.com/directus/directus/pull/26881) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Added `cache clear` CLI command with `--system` and `--data` flags ([#&#8203;26898](https://github.com/directus/directus/pull/26898) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Improved build times using `tsdown`’s `oxc-transform` ([#&#8203;26604](https://github.com/directus/directus/pull/26604) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Preserved M2A type info when using named GraphQL fragments ([#&#8203;26920](https://github.com/directus/directus/pull/26920) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added GraphQL resolver deduplication ([#&#8203;26949](https://github.com/directus/directus/pull/26949) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed aggregation sanitization ([#&#8203;26948](https://github.com/directus/directus/pull/26948) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Added cross origin opener policy settings ([#&#8203;26947](https://github.com/directus/directus/pull/26947) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed revisions not using prepareDelta ([#&#8203;26867](https://github.com/directus/directus/pull/26867) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/types](https://github.com/directus/types)**
  - Fix file renaming ([#&#8203;26946](https://github.com/directus/directus/pull/26946) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#&#8203;26882](https://github.com/directus/directus/pull/26882) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Added GraphQL resolver deduplication ([#&#8203;26949](https://github.com/directus/directus/pull/26949) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Fixed revisions not using prepareDelta ([#&#8203;26867](https://github.com/directus/directus/pull/26867) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Fix file renaming ([#&#8203;26946](https://github.com/directus/directus/pull/26946) by [@&#8203;br41nslug](https://github.com/br41nslug))
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#&#8203;26628](https://github.com/directus/directus/pull/26628) by [@&#8203;dstockton](https://github.com/dstockton))
  - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#&#8203;26678](https://github.com/directus/directus/pull/26678) by [@&#8203;bryantgillespie](https://github.com/bryantgillespie))
    config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs.
  - Added cross origin opener policy settings ([#&#8203;26947](https://github.com/directus/directus/pull/26947) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/ai](https://github.com/directus/ai)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/constants](https://github.com/directus/constants)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/errors](https://github.com/directus/errors)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/extensions](https://github.com/directus/extensions)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Updated Vite to version 8.0.0 ([#&#8203;26887](https://github.com/directus/directus/pull/26887) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/format-title](https://github.com/directus/format-title)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/memory](https://github.com/directus/memory)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/pressure](https://github.com/directus/pressure)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/release-notes-generator](https://github.com/directus/release-notes-generator)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Fixed generated build ([#&#8203;26959](https://github.com/directus/directus/pull/26959) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/schema](https://github.com/directus/schema)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/schema-builder](https://github.com/directus/schema-builder)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage](https://github.com/directus/storage)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-local](https://github.com/directus/storage-driver-local)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/stores](https://github.com/directus/stores)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/update-check](https://github.com/directus/update-check)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/utils](https://github.com/directus/utils)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Preserved M2A type info when using named GraphQL fragments ([#&#8203;26920](https://github.com/directus/directus/pull/26920) by [@&#8203;gaetansenn](https://github.com/gaetansenn))
  - Fixed revisions not using prepareDelta ([#&#8203;26867](https://github.com/directus/directus/pull/26867) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/validation](https://github.com/directus/validation)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#&#8203;26879](https://github.com/directus/directus/pull/26879) by [@&#8203;AlexGaillard](https://github.com/AlexGaillard))
  - Improved build times using `tsdown`’s `oxc-transform` ([#&#8203;26604](https://github.com/directus/directus/pull/26604) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Fixed function typing in sdk for  `date` and `time` fields. ([#&#8203;26936](https://github.com/directus/directus/pull/26936) by [@&#8203;costajohnt](https://github.com/costajohnt))

##### 📦 Published Versions

- `@directus/app@15.6.0`
- `@directus/api@35.0.0`
- `@directus/ai@1.3.1`
- `@directus/composables@11.2.16`
- `@directus/constants@14.3.0`
- `create-directus-extension@11.0.32`
- `@directus/env@5.7.0`
- `@directus/errors@2.3.0`
- `@directus/extensions@3.0.22`
- `@directus/extensions-registry@3.0.22`
- `@directus/extensions-sdk@17.1.0`
- `@directus/format-title@12.1.2`
- `@directus/memory@3.1.5`
- `@directus/pressure@3.0.20`
- `@directus/release-notes-generator@2.0.4`
- `@directus/schema@13.0.6`
- `@directus/schema-builder@0.0.17`
- `@directus/specs@13.0.0`
- `@directus/storage@12.0.4`
- `@directus/storage-driver-azure@12.0.20`
- `@directus/storage-driver-cloudinary@12.0.20`
- `@directus/storage-driver-gcs@12.0.20`
- `@directus/storage-driver-local@12.0.4`
- `@directus/storage-driver-s3@&#8203;12.1.6`
- `@directus/storage-driver-supabase@3.0.20`
- `@directus/stores@2.0.1`
- `@directus/system-data@4.4.0`
- `@directus/themes@1.3.0`
- `@directus/types@15.0.0`
- `@directus/update-check@13.0.5`
- `@directus/utils@13.3.2`
- `@directus/validation@2.0.20`
- `@directus/sdk@21.2.1`

</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:eyJjcmVhdGVkSW5WZXIiOiI0My44OS4zIiwidXBkYXRlZEluVmVyIjoiNDMuODkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLXJlbGVhc2VzIiwiaW1hZ2UiXX0=-->

Reviewed-on: #5109
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-26 17:24:49 +00:00
..
2026-03-11 16:52:03 -05:00