Skip to content

Conversation

@alexander-schefe
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the node-fetch dependency from the backend package, likely transitioning to use Node.js's built-in fetch API which became available in Node.js 18+.

  • Removed node-fetch package and its type definitions from dependencies
  • Cleaned up imports of node-fetch and its types from source files

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
packages/backend/package.json Removed node-fetch and @types/node-fetch dependencies
packages/backend/src/utils/fetch.ts Removed import of Response type from node-fetch
packages/backend/src/services/alexa.service.ts Removed import of fetch function from node-fetch

@alexander-schefe alexander-schefe merged commit ed70c06 into main Aug 7, 2025
10 checks passed
@alexander-schefe alexander-schefe deleted the chore/remove-node-fetch branch August 7, 2025 10:35
@AdaN6 AdaN6 mentioned this pull request Aug 7, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants