mapbox / mapbox/makizushi

Upgrade xtend

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

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
24
Forks
15
PR merge metrics
No merged PRs in 30d

Description

This would allow deduping xtend in geojson-mapnikify:

$ npm ls xtend
geojson-mapnikify@0.4.3 /Users/dane/projects/geojson-mapnikify
├─┬ makizushi@1.2.0
│ └── xtend@3.0.0 
├─┬ mapnik@3.3.0
│ └─┬ node-pre-gyp@0.6.7
│   └─┬ request@2.55.0
│     └─┬ har-validator@1.7.0
│       └─┬ is-my-json-valid@2.10.1
│         └── xtend@4.0.0 
└── xtend@4.0.0 

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 inspecting the makizushi dependency declaration and the npm dependency tree shown in the issue to find where xtend is pinned. Done means upgrading xtend so the dependency tree no longer contains the older xtend version, while confirming the package still installs successfully.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.