mapbox / mapbox/mapbox-gl-traffic
Possibly outdated `mapbox-gl` peer dependency
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 108
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
To quote [package.json](https://github.com/mapbox/mapbox-gl-traffic/blob/master/package.json#L32):
```json
"peerDependencies": {
"mapbox-gl": ">=0.29.0 <2.0.0"
},
```
Is there a reason for this peerDep to be capped at 2.0.0?
I'm happy to submit a PR for this but I'd like to confirm if this is intentional before I do so.
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
Read package.json at line 32 and inspect the current peerDependencies declaration for mapbox-gl. Confirm whether versions above 2.0.0 are intended to be supported; done means the dependency range reflects the project's confirmed compatibility, if the maintainer approves the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100