Skip to content

Merge branch 'main' into renovate/typescript-eslint-monorepo

48eccb3
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update typescript-eslint monorepo to v8.58.2 #1633

Merge branch 'main' into renovate/typescript-eslint-monorepo
48eccb3
Select commit
Loading
Failed to load commit list.
Nx Cloud / Self-Healing completed Apr 20, 2026 in 0s

Setup Automated Fix Suggestions

            Your CI failed, but Self-Healing can analyze failures and generate verified code fixes automatically. [How it works →](https://nx.dev/docs/features/ci-features/self-healing-ci?utm_source=pull-request&utm_medium=check-run)

            **What you get:**
            - AI analyzes logs, workspace structure, and dependencies
            - Generates code fixes with explanations
            - Verifies fixes work before suggesting them
            - One-click apply or review changes

            **Enable in 30 seconds:**
jobs:
  main:
    steps:
      - run: npx nx affected -t lint test build
      - run: npx nx fix-ci
        if: always()  # Runs even after failures
            [Setup guide →](https://nx.dev/docs/features/ci-features/self-healing-ci#configure-your-ci-pipeline?utm_source=pull-request&utm_medium=check-run)