max-mapper / max-mapper/extract-zip

Move `@types/yauzl` to `devDependencies`

Open
#125 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
398
Forks
144
PR merge metrics
No merged PRs in 30d

Description

By defining

  "optionalDependencies": {
    "@types/yauzl": "^2.9.1"
  },

@types/yauzl (and all its dependencies, such as @types/node`) will be installed as dependencies.

All clients using extract-zip will get these node module tool to, and the TypeScript compiler tools pick it up.

Could this go into devDepenencies ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the package manifest entry shown in the issue and confirm how @types/yauzl is currently classified. Move it out of the production dependency set and verify that extract-zip no longer installs it for clients while development tooling can still use it.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.