Update dependency @eventcatalog/core to v4 - #29
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
from
July 9, 2026 08:10
b394aab to
d2c8034
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
from
July 17, 2026 20:27
d2c8034 to
9db94f3
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
2 times, most recently
from
July 29, 2026 08:05
fe9bc3c to
c8ad3ed
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
3 times, most recently
from
August 8, 2026 07:31
2f8de36 to
58984b1
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
2 times, most recently
from
August 22, 2026 03:55
810171e to
bc275a7
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
2 times, most recently
from
September 5, 2026 04:06
cc2ceec to
1653675
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
2 times, most recently
from
September 13, 2026 16:02
2d3b7c5 to
b0a5e70
Compare
renovate
Bot
force-pushed
the
renovate/eventcatalog-core-4.x
branch
from
September 19, 2026 14:47
b0a5e70 to
a600cc3
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.55.5→4.10.14Release Notes
event-catalog/eventcatalog (@eventcatalog/core)
v4.10.14Compare Source
Patch Changes
089076b: Render Protovalidate and custom field annotations in the Protobuf schema viewer, and add property hover feedback across schema formats.v4.10.13Compare Source
Patch Changes
8ec3e6c: Show the Assistant by default with bring-your-own-model setup guidance and an option to hide it. Refresh the Ask and search UI, add the keyboard shortcut, and prevent focus from entering the closed assistant sidebar.v4.10.12Compare Source
Patch Changes
55c993d: Add build-time link validation for static catalogs and fix broken resource reference linkslinkValidationconfig option checks internal links and anchors in generated HTML after static builds (warns by default, can be set toerrororignore, supportsignoreglobs)<ResourceRef>now links teams, users, and custom pages without a version segment, resolves owners to the correct users or teams page, and resolves messages to the collection they actually live innode_modulesso dependency example catalogs are never loaded as catalog resourcesUpdated dependencies [
55c993d]v4.10.11Compare Source
Patch Changes
79d6dcd: Fix DomainGrid command and query links in domain/system architecture views. SSR (and system pages) now hydrate service sends/receives so links use/docs/commands|queries|events/...and the resource name, instead of defaulting missing collections to events.v4.10.10Compare Source
Patch Changes
50888dc: Load schema explorer content, examples, producers, and consumers on demand instead of embedding every version and relationship in the page. Preserve the producer label in the list and full relationships in the selected schema. Fetch comparison versions when needed, with loading states, retries, and cached requests.v4.10.9Compare Source
Patch Changes
65d02d1: Stop prerendering Field Usage pages for messages with no field-level lineage. The sidebar already hid those links; static builds still emitted a full HTML page per event/command/query. On a synthetic catalog of 8 domains / 64 services / 640 events this removed 640 pages and cut total HTML from 199.45 MB to 163.58 MB (−18%, −35.9 MB). Also compact NodeGraph island props so docs/visualiser pages no longer embed markdown bodies or hydrated producer/consumer trees.d2a6402: Use dagre's tight-tree ranker for large node graphs so domain and architecture maps layout in hundreds of milliseconds instead of several seconds.d2a6402]v4.10.8Compare Source
Patch Changes
b0b0b11]v4.10.7Compare Source
Patch Changes
48b79c2: fix(embed): hide catalog chrome and fill the viewport when embedding pages?embed=true?theme=light/?theme=darkalongsideembed=trueso an embed can pick its own theme without overwriting the user's saved catalog preferencev4.10.6Compare Source
Patch Changes
076c612: feat(core): redesigned mermaid and PlantUML diagram controls. Diagrams now have hover-revealed pan/zoom/reset controls with smooth transitions, a fullscreen modal viewer (drag, scroll and pinch to zoom, keyboard shortcuts) andplacement/actionsoptions for code blocks and<MermaidFileLoader />v4.10.5Compare Source
Patch Changes
b2dc248: chore(core): add content hash, plan, ci and command fields to build telemetryv4.10.4Compare Source
Patch Changes
7192a9b: Fix mermaidiconPacksso extra Iconify collections (e.g. openmoji, mdi) load from their own packs instead of always using logos.1592c57: fix(auth): pin issuer on the GitHub auth provider so RFC 9207issvalidation no longer fails withunexpected "iss" (issuer) response parameter valuewhen an older @auth/core copy is hoisted in user projectsv4.10.3Compare Source
Patch Changes
0acf0d8: fix(core): embedded<ArchitectureGraph/>not rendering in static builds and 404s on domain System Diagram visualiser pages<ArchitectureGraph/>placeholder and its island are now paired by document order instead of a render-time occurrence counter — Astro can invoke MDX component functions more than once per tag, which drifted the counter and left the island unable to find its portal div (the graph silently rendered nothing)./visualiser/domains/:id/:version/systems-contextpages were never generated because the guard looked systems up by their hydrated entry id — it now reads the hydrated system entries directly, matching the sidebar's guard.v4.10.2Compare Source
Patch Changes
f2f2c6b: fix type errors in sidebar builders and dictionary term edit URL resolution, and run type checks in CIv4.10.1Compare Source
Patch Changes
ab6aa90: feat(core): fade in the architecture graph on mount instead of popping in after hydration75cd12d: feat(core): new<ArchitectureGraph/>MDX component to embed the D3 architecture graph in resource and custom documentation pages, focused on the page's resourcev4.10.0Compare Source
Minor Changes
af02bfc: feat(core): customize any resource's sidebar with asidebar.jsonfileDrop a
sidebar.jsonnext to any resource'sindex.mdx(domains, systems, services, agents, messages, flows, containers, entities, data products and ADRs) to fully define that resource's sidebar. Compose predefined$sections(kept live as your catalog changes) with your own groups of resource references ([[service|order-service]]), documentation ([[doc|guides/onboarding]]), specifications ([[spec|openapi.yml]]), schemas ([[schema|order-placed]]) and links (with{id}/{version}/{collection}placeholders). Groups nest, accept an explicitcollapsedinitial state, and versioned resources inherit the resource folder's sidebar. Unresolvable tokens and doc/spec/schema references fail the build with an error naming the file and the valid options.The sidebar also renders as a consistent docs-style tree: every group is collapsible with carets on the right, nested groups indent under a guide line, item counts are removed, the selected item stays in view after navigation, and scroll position is remembered.
v4.9.0Compare Source
Minor Changes
679c0d8: fix(core): silence Astro 7.2.8 content reference errors for message schemas, fix dark-theme syntax colours on first load of light-mode schema pages, and stop TanStack Table warnings on the directory pagesPatch Changes
68881a4]v4.8.4Compare Source
Patch Changes
5e77f94: fix(core): stop treating entities owned by a domain as external in the entity mapv4.8.3Compare Source
Patch Changes
adb80fd: Fix LikeC4 diagrams in Vite dev by resolvinglikec4:plugin/virtual modules without a\0prefix.v4.8.2Compare Source
Patch Changes
93aedc2: AddeditUrlsupport for ubiquitous language terms so dictionary pages can show "Edit this page" like other resources.93aedc2]v4.8.1Compare Source
Patch Changes
917b12e: chore(deps): bump astro and @astrojs packages to latest patch releasesv4.8.0Compare Source
Minor Changes
2d47c4a: Support V-prefixed integer resource versions such asV1,V2, andV10across version comparison, lookup, federation, and snapshots. Prerelease versions now follow strict semver rules instead of being coerced to their stable version.Patch Changes
2d47c4a]v4.7.12Compare Source
Patch Changes
1deed7d: Show version-specific producers and consumers in the sidebar for historical messages.4cab4e0: Remove unused NestedSideBar SearchBar leftover code. Catalog search is unchanged: the header SearchModal and Discover grid filter are still in place.v4.7.11Compare Source
Patch Changes
19439c8: Fix service and agent visualiser context menus linking container nodes to /entities/… instead of /containers/….v4.7.10Compare Source
Patch Changes
6917590: Fix legacy generated documentation pills being unreadable in dark mode.3167265: fix(core): dev command crashing on Windows with regex_error(error_escape)The file watcher interpolated raw Windows backslash paths into its ignore
glob, which @parcel/watcher compiles with std::regex. Depending on the
characters in the project path (e.g. a folder starting with
xproduced aninvalid
\xescape), this crashednpm run devon startup. Paths are nownormalized to forward slashes before building the glob.
v4.7.9Compare Source
Patch Changes
c186d1e: Fix indexed search so ubiquitous language terms are searchable.v4.7.8Compare Source
Patch Changes
74f6e23: Require the built-in Federation workflow to use the offline EventCatalog Enterprise entitlement instead of the Scale entitlement.v4.7.7Compare Source
Patch Changes
2669f4b: Fix LikeC4 virtual module imports by resolving LikeC4 package subpaths from the catalog workspace.v4.7.6Compare Source
Patch Changes
b9321e6: Clarify that the built-in Federation workflow uses the EventCatalog Commercial License, ship the mixed-license terms with the core package, and enforce the existing Scale entitlement for every configured federation run.v4.7.5Compare Source
Patch Changes
fc71bc8: Add ESLint-style--verbosefederation diagnostics for asset collisions and missing-resource references, with structured attributes, gray rule IDs, and consolidated problem counts.Remove the incomplete federation reference mode so all configured sources are consistently hydrated.
ac6aa66: Federation now restores the previous output when a run fails part way through. The federated resources directory, managed public assets, andeventcatalog.lockare snapshotted before the update and rolled back if hydration, public asset composition, or lock writing throws, so a failed federate no longer leaves the catalog in a half-written state.55a9c8e: Clarify the federation lock file log message to reflect that it records resolved source state, not just pinned commitsb68efb2: Federation diagnostics are now configurable per rule. Setfederation.rulesineventcatalog.config.jstooff,warn, orerrorfor anyfederation/*rule, and add a newfederation/unresolved-versionwarning when a resource references a version that does not exist. Remote references are resolved against resources owned by the central catalog before diagnostics are applied, and warning counts remain visible when errors coexist.Updated dependencies [
fc71bc8]v4.7.4Compare Source
Patch Changes
653219a: Make federated custom components available through@catalog/components, with local catalog components taking precedence.653219a: Support local filesystem catalogs as federation sources using thefile:protocol.Ignore generated
distand.eventcatalog-coreresources when indexing catalogs.Updated dependencies [
653219a]v4.7.3Compare Source
Patch Changes
74bd3ce: Make federated custom components available through@catalog/components, with local catalog components taking precedence.v4.7.2Compare Source
Patch Changes
39cb616]v4.7.1Compare Source
Patch Changes
0546a63: fix(core): show AsyncAPI parser errors instead of a blank page when a specification fails to parsev4.7.0Compare Source
Minor Changes
cd55298: feat(core): render node graphs for channelsChannel nodes offer a "Focus node" link to
/visualiser/channels/{id}/{version}, but thatroute was never generated, so the link 404'd. For the same reason
<NodeGraph />on a channeldocumentation page rendered empty.
Channels are now registered as a graph root in both places, and have their own graph showing the
producers and messages that publish into the channel, the services and agents that consume from
it, and any channels it routes to or is routed from. Channel documentation sidebars now also
include an Architecture → Map link to the channel graph when the visualiser is enabled, and
every channel in a routed chain exposes the standard resource context menu. Navigating between a
channel's map and documentation now also keeps the channel sidebar selected.
The focused channel is highlighted with the same persistent viewing border as other resource nodes.
Channel maps resolve complete routing chains, so messages enter through their producer channel,
pass through intermediate channels, and reach consumers through their configured channel without
incorrect direct edges to the focused channel.
Patch Changes
cd55298]v4.6.3Compare Source
Patch Changes
f59c821: Add theeventcatalog federateCLI command. Readsfederation.sourcesfrom the catalog config, fetches and indexes each configured GitHub source, resolves the combined graph, then hydrates federated content and public assets into the local catalog. Includes a content-addressed cache (--no-cacheto bypass), pinned source commits in a lockfile, and ownership conflict reporting.f59c821]v4.6.2Compare Source
Patch Changes
3395e8c: fix: bump vulnerable dependencies flagged by npm audit (hono, mermaid, react-syntax-highlighter, uuid)3395e8c]v4.6.1Compare Source
Patch Changes
20f51e0: Resources pages now list every resource directly attached to a domain (subdomains, systems, agents and data products alongside services, flows, entities and messages), and the sidebar Resources link appears whenever any of those exist. Service sidebar links are versioned again, and sidebar icons render at a consistent size.9a1bf7a: Keep the Browse section expanded while continuing to auto-collapse other large sidebar groups.91e8fc2: chore(core): bump astro and @astrojs dependencies to their latest patch/minor releasesb6569aa: fix(core): update js-yaml to patch denial-of-service vulnerabilitiesv4.6.0Compare Source
Minor Changes
3ee5549: feat(core): load catalog content from federated source directoriesAstro content collections now also scan
federated/*/so resources pulled in fromfederated catalog sources (services, domains, subdomains, resource docs and doc
categories, ubiquitous language, users and teams) are picked up alongside the
local catalog.
Patch Changes
51c5f45: Bundle the Auth Astro server dependency used by the login page so production SSR deployments can resolve it at runtime.439161f]v4.5.2Compare Source
Patch Changes
d01cfe6]v4.5.1Compare Source
Patch Changes
d8f460d: fix(core): type wire links as tuples for astro checkv4.5.0Compare Source
Minor Changes
ba27fe3: feat(core): add opt-in architecture graph — a catalog-wide force-directed graph at /visualiser/graph, enabled viavisualiser.architectureGraph.enabledv4.4.1Compare Source
Patch Changes
87862ef: updated auth/core versionv4.4.0Compare Source
Minor Changes
9ab9991: feat(core): astro-compress is now an optional peer dependency, install it in your catalog to usecompress: true. Top level sidebar groups now stay expanded.v4.3.4Compare Source
Patch Changes
b1f3308: Improve sidebar navigation group collapsing, persistence, and layout scrollingv4.3.3Compare Source
Patch Changes
04e5d19: Add stable, versionless URLs for the latest service's specifications, changelog, and attached documentation.v4.3.2Compare Source
Patch Changes
5dd9f5d: Add recursive embedded entity properties and opt-in whole-entity relationship targets, render embedded properties in entity documentation and visualiser nodes, and keep generated entity maps more compact.5dd9f5d]v4.3.1Compare Source
Patch Changes
ee68c2a: fix(sidebar): use stable collapse keys for ADR status groups so collapse state persists correctlyv4.3.0Compare Source
Minor Changes
c73c813: Add scoped MCP servers for domains and systems, with anmcp.enabledconfiguration option to disable the built-in server.v4.2.6Compare Source
Patch Changes
c4c5418]v4.2.5Compare Source
Patch Changes
eef46fc: Add a navigation loading indicator so users get feedback during slower (e.g. SSR) page transitions instead of the page appearing unresponsive.v4.2.4Compare Source
Patch Changes
2e7cff2: chore(deps): bump astro to 7.1.1 and update @astrojs integration packagesv4.2.3Compare Source
Patch Changes
aafd17a: Add support for custom extension properties (x-*) on resources, with new<CustomProperties>and<CustomProperty>MDX components to display them.aafd17a]v4.2.2Compare Source
Patch Changes
8850fcf: Suppress the AstrogetStaticPaths() ignored in dynamic pagerouter warning during builds and extract the Astro output filters into a dedicated, tested modulev4.2.1Compare Source
Patch Changes
3d39871: Fix changelog file diff resolution for versioned resources in SSR deployments.ac932a9: Suppress Astro's empty optional collection messages when previewing or starting EventCatalog while preserving other warnings.5f3ce55: Fix the raw Markdown resource endpoints resolving catalog files from the server working directory in SSR deployments.v4.2.0Compare Source
Minor Changes
6bd170f: Allow services, domains, and agents to document messages triggered by any received message and show both sides of those relationships in message sidebars and node graphs. Messages with documented trigger relationships include a dedicated Trigger paths page with one visual row per path and its optional scenarios; messages without paths do not generate the page. The SDK supports trigger pointers and includes domains when resolving message producers and consumers. Message, service, and data store visualizers now keep the currently viewed resource visibly marked as the graph's focus, and resource context menus can focus another node in its own map. Edge labels now render above graph edges so intersecting paths do not obscure their text.Patch Changes
6bd170f]v4.1.5Compare Source
Patch Changes
afc9ebf: fix(core): serve proper favicons instead of the logo imagev4.1.4Compare Source
Patch Changes
3a64d3a: fix(core): toolkit pages no longer inherit the default app content wrapper, so they can control their own layout and paddingv4.1.3Compare Source
Patch Changes
a4caa45: Count custom pages and custom API routes in build analytics resource inventoryv4.1.2Compare Source
Patch Changes
c4df67f: fix(core): builds failing withTypeError: Missing parameter: idwhentrailingSlash: trueis setAstro 7.0.4 (withastro/astro PR #17224) changed route patterns for dynamic file
endpoints (e.g.
/docs/teams/[id].md) to never accept a trailing slash, but theprerender path generator still appends one when
trailingSlash: 'always'isconfigured. The generated path (
/docs/teams/customer-platform.md/) no longermatches the route pattern, so static builds crash. A Vite plugin now patches
Astro's param extraction to retry with the trailing slash flipped when no route
pattern matches — a no-op on unaffected Astro versions and once the regression
is fixed upstream.
v4.1.1Compare Source
Patch Changes
c769012: feat(create-eventcatalog): optionally install EventCatalog Skills when scaffolding a new project, and surface the skills repo in the CLI bannerv4.1.0Compare Source
Minor Changes
80b0ddc: Custom pages:.astroand API route files in your catalog'spages/directory are now served as routes under a configurable prefix (pages.prefix, defaults tocustom). Requires the Scale plan.v4.0.7Compare Source
Patch Changes
a68d3a2: Fix the AI assistant API URL when EventCatalog is deployed with a custom base path (#1345).9c6ead6: Schema Explorer version comparison now lets you pick any two versions to diff using From/To selectors instead of only showing consecutive-version diffs37bb4c9: Resolve JSON Schema$refpointers (local and remote) when rendering remote JSON schemas, so referenced definitions are inlined instead of shown as unresolved$refvalues.0983132]f963964]v4.0.6Compare Source
Patch Changes
7ca87f7: Fix SchemaViewer portal targeting when multiple schemas share the same id on a page, so each schema renders into its correct container.v4.0.5Compare Source
Patch Changes
d6da676: Add a domain type filter (root domains / subdomains) to the Discover table and show subdomains nested under their parent domain in the name column.v4.0.4Compare Source
Patch Changes
cb103f0: Persist Discover table filters in the URL so searches, filters, and toggles survive page reloads and can be shared via linkv4.0.3Compare Source
Patch Changes
eec436c: Add custom documentation tools (getCustomDocs, searchCustomDocs, getCustomDoc) to AI Chat and MCP Server, with section-level full-text search powered by MiniSearchv4.0.2Compare Source
Patch Changes
a74a736: Restrict EntityMap MDX component collection prop to domains or servicesv4.0.1Compare Source
Patch Changes
44f4bcf]v4.0.0Compare Source
Major Changes
728ca67: Add support for a newsystemscollection. Systems are a versioned resource that can be defined in any folder (including inside domains), rendered as documentation pages, and listed in the sidebar with their own icon and color. Systems can group services, flows, entities, data stores (containers), and diagrams, have their own architecture overview page (/architecture/systems/[id]) listing their entities, services, external integrations, data stores, and flows, be visualised as an architecture map, be browsed and filtered on a dedicated discover page (/discover/systems), and be targeted by architecture decision records (appliesTo: [{ type: 'system' }]). Domains can reference one or more systems, which are listed in the domain sidebar, rendered as expandable sections on the domain's architecture page (listing the system's services, like subdomains, with external services shown under "External Integrations"), and merged into the domain's architecture map (each referenced system's services are grouped within the domain graph). Teams and users can own systems, which are surfaced on their profile pages.Systems can also declare
relationshipsto other systems (each with an optionalversionandlabel), which power a new Context Diagram visualiser (/visualiser/systems/[id]/[version]/context, linked from the system sidebar under Architecture). Starting from a system, the diagram walks its relationships outward to build the reachable neighbourhood of systems, rendering each as a node (showing its service, entity, and data store counts) connected by labelled edges. Clicking a system node opens that system's architecture map.Systems support a
scopeofinternal(default) orexternal. External systems represent third-party/SaaS systems you integrate with (e.g. "Resend", "Stripe") and are shaded and badged as "External System" in the Context Diagram.Systems can also declare
actors— people or roles that interact with the system (e.g. a Customer or Support Agent). Each actor has anid(used to de-duplicate the same actor across systems), an optionalname/label, and adirection(inbound= actor → system, e.g. "logs into";outbound= system → actor, e.g. "sends notifications to"). Actors are rendered as nodes on the Context Diagram connected to their system by a labelled, directional edge.Minor Changes
cc936ab: Add configurable navigation groups for the vertical sidebar. You can now define custom navigation groups and items vianavigation.groupsin youreventcatalog.config.ts, including custom labels, Lucide icons, hrefs, external links, active-state matching, and top/bottom positioning. This replaces the previoussidebarvisibility config.f02e737: Add a dedicated "Top level diagrams" navigation group that surfaces the System Context Map below top-level domains in the sidebar.e1c3984: Upgrade to Astro 7 and migrate markdown/MDX config to the new unified processor APIPatch Changes
6f1790b: Replace the resource-specific Browse sidebar links with a single Discover link and add a Kind filter to discover pages for switching between available resource collections.bea8571: Rebuild the create-eventcatalog default template with a new e-commerce catalog (domains, systems, services, messages) and fix the collapsed vertical nav brand link alignment.15aabba: Fix dev watcher incorrectly matching generated files when IGNORE_BUILD_ARTIFACTS is set. Build-artifact exclusions are now skipped in dev mode, since Astro's watcher uses picomatch against the pattern array where negated patterns caused unrelated generated files to match.a99dc45: Remove the Export to PDF / print feature and make diagram version comparison available to everyone (no longer gated behind the Scale plan)86148d9: Add systems support to AI Chat, catalog tools, and sidebar navigation. The chat panel now recognises system pages and resources, the AI tools accept thesystemscollection, the custom documentation page renders the System Context Map when a domain has systems, and the System section in the sidebar shows the System Context Map when systems exist.d64cfab: Add systems support to the SDK. Systems are a new resource type that can group services, flows, entities, and containers, and can be nested within domains. Includes helpers to read and write systems, add resources to a system, write resources directly into a system, and add systems to domains.9949f9f]728ca67]d64cfab]v3.48.4Compare Source
Patch Changes
29dc055]v3.48.3Compare Source
Patch Changes
2bb0759: Improve node graph performance by deferring dagre layout when composing sub-graphs and using Map-based de-duplication for nodes and edgesv3.48.2Compare Source
Patch Changes
38287a4: Sort ADRs in the sidebar by resource name instead of datev3.48.1Compare Source
Patch Changes
a57b658](https://redirect.github.com/event-cataConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.