Skip to content

Conversation

@jackwilsdon
Copy link
Contributor

Checklist before requesting a review

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Describe your changes

Adds missing dependency on undici. Normally this being missing isn't an issue as it's listed in package-lock.json, but npm prune on Node.js 24 and above appears to remove it because it's not depended on at the top level. I think it also just makes sense to add this, as multi-scrobbler does depend on it:

import { Agent } from 'undici';
const bypassAgent = new Agent({

@netlify
Copy link

netlify bot commented Jan 11, 2026

Deploy Preview for multi-scrobbler canceled.

Name Link
🔨 Latest commit 1c73dd5
🔍 Latest deploy log https://app.netlify.com/projects/multi-scrobbler/deploys/696424984498aa00080b49ec

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.

1 participant