mapbox / mapbox/dyno

npm WARN deprecated queue-async@1.0.7: renamed to d3-queue

Open
#155 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
79
Forks
27
PR merge metrics
No merged PRs in 30d

Description

Dyno uses `queue-async` and npm warns about using it when installing, due renaming it to d3-queue.

```
npm WARN deprecated queue-async@1.0.7: renamed to d3-queue
```

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

Start by locating queue-async in Dyno's dependency manifests and checking how it is imported. Replace the deprecated dependency with d3-queue, then run the project's installation or test command to confirm the npm deprecation warning is gone and existing behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.