If I update this shared library, what downstream projects will break?
Who maintains this module, and what other teams rely on it?
How does this frontend change impact our backend services?
import { SectionHeading, Strong, TextLink } from '@nx/nx-dev/ui-common';
import { ReactElement } from 'react';
import {
AngularIcon,
CursorIcon,
GithubCopilot,
GoIcon,
IntellijAiIcon,
JavaIcon,
NodeIcon,
ReactIcon,
StorybookIcon,
TypeScriptIcon,
} from '@nx/nx-dev/ui-icons';
import Image from 'next/image';
export function MonorepoAiSupport(): ReactElement {
return (
If I update this shared library, what downstream projects will
break?
Who maintains this module, and what other teams rely on it?
How does this frontend change impact our backend services?