Skip to content

fix: remove not needed peer dependency#47

Open
Demivan wants to merge 1 commit intoantfu:mainfrom
Demivan:main
Open

fix: remove not needed peer dependency#47
Demivan wants to merge 1 commit intoantfu:mainfrom
Demivan:main

Conversation

@Demivan
Copy link
Copy Markdown

@Demivan Demivan commented Apr 16, 2026

🔗 Linked issue

🧭 Context

When using pnpm with autoInstallPeers: false and strictPeerDependencies: true, eslint-plugin-command is requiring to install @typescript-eslint/rule-tester. This should not be needed

📚 Description

 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ @antfu/eslint-config 8.2.0
  └─┬ eslint-plugin-command 3.5.2
    └── ✕ missing peer @typescript-eslint/rule-tester@"*"
Peer dependencies that should be installed:
  @typescript-eslint/rule-tester@"*"
hint: To auto-install peer dependencies, add the following to "pnpm-workspace.yaml" in your project root:

  autoInstallPeers: true
hint: To disable failing on peer dependency issues, add the following to pnpm-workspace.yaml in your project root:

  strictPeerDependencies: false

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 16, 2026

Deploy Preview for resonant-bonbon-a310e6 ready!

Name Link
🔨 Latest commit 8efb985
🔍 Latest deploy log https://app.netlify.com/projects/resonant-bonbon-a310e6/deploys/69e10c6a2fb25e0008b51c49
😎 Deploy Preview https://deploy-preview-47--resonant-bonbon-a310e6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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