Files
backstage/.changeset/light-snakes-exercise.md
T
Fredrik Adelöw de8a975911 remove usages of node-abort-controller
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-11-28 17:04:49 +01:00

718 B

@backstage/backend-common, @backstage/backend-tasks, @backstage/plugin-catalog-backend-module-incremental-ingestion, @backstage/plugin-search-backend-node
@backstage/backend-common @backstage/backend-tasks @backstage/plugin-catalog-backend-module-incremental-ingestion @backstage/plugin-search-backend-node
minor minor patch patch

Changed to use native AbortController and AbortSignal from Node.js, instead of the one from node-abort-controller. This is possible now that the minimum supported Node.js version of the project is 16.

Note that their interfaces are very slightly different, but typically not in a way that matters to consumers. If you see any typescript errors as a direct result from this, they are compatible with each other in the ways that we interact with them, and should be possible to type-cast across without ill effects.