break in nodejs v14
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 546
- Forks
- 76
- Avg merge
- 22h 46m
- Merged PRs (30d)
- 13
Description
etcd3 v1.1.2 not support nodejs v14
because cockatiel need nodejs >= 16
https://github.com/connor4312/cockatiel/blob/master/changelog.md#300-beta0
There is no problem raising the minimum supported nodejs version, but it shouldn't happen in patch release bug fixes version.
This is a break compatibility change, we need a new major release.
Contributor guide
No contributing guide indexed for this repository
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 with the linked commit diff and the cockatiel compatibility note, then inspect the package's dependency and release metadata. Confirm how etcd3 v1.1.2 declares its Node.js support and determine the release change needed to handle the Node.js 14 break without leaving the compatibility policy unresolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100