developmentseed / developmentseed/osm-teams
Ramda contains is a deprecated symbol
Open
Category: API
Category: Testing
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
`contains` [is deprecated in Ramda](https://ramdajs.com/docs/#contains), I noticed because my IDE started flagging it's usage.
https://github.com/ramda/ramda/issues/2447
- upgrade ramda to latest
- replace `contains()` calls with `includes()`
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the package manifest and all `contains()` calls, then inspect the existing test commands. Upgrade Ramda, replace the deprecated calls with `includes()`, and run the relevant tests to confirm the application still passes without deprecated usage.
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
- 45/100