Upgrade xtend
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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