The GitHub Actions job "Tests (AMD)" on 
airflow.git/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-2-test/3-2-core-ui-package-updates-d21f9bd85f
 has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
251d587cd0807883b204923571e7f5bd5426e7db / Jarek Potiuk <[email protected]>
Adjust UI for new package versions

The dependabot UI bump in this PR triggers ts-compile-lint-ui to
regenerate / lint the changed files, which surfaces three classes of
follow-on changes:

1. ESLint --fix removed several `as Type` casts that the new
   typescript-eslint version flags as unnecessary, in:
   - components/ConfigForm.tsx (`as string`)
   - components/Graph/useGraphLayout.ts (`as Direction`)
   - layouts/Details/Gantt/utils.ts (`as TaskInstanceState`)
   - layouts/Nav/UserSettingsButton.tsx (`as ColorMode`)
   - pages/Connections/ConnectionForm.tsx (`as ParamsSpec`)
   - pages/Dag/Calendar/calendarUtils.ts (one redundant cast)

2. With the `as ColorMode` cast removed, the local
   `type ColorMode` declaration in UserSettingsButton.tsx is now
   unused — TS6196. Delete it.

3. With the `as ParamsSpec` cast removed, the type-only import in
   ConnectionForm.tsx is now unused — TS6133. Delete it.

4. msw 2.14 changed the return type of `setupServer` from
   `SetupServerApi` to `SetupServer`. Update the import + variable
   annotation in testsSetup.ts.

Verified locally: `pnpm tsc -p tsconfig.app.json` and
`pnpm tsc -p tsconfig.node.json` both pass with zero errors.

Report URL: https://github.com/apache/airflow/actions/runs/25742344406

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to