mapbox / mapbox/mapbox-gl-traffic

Possibly outdated `mapbox-gl` peer dependency

Open
#14 1 comment 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.