-
Type: Sub-task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
The "standard-version" dep is no longer used and our custom bigint eslint plugin could use an update. Then there won't be deprecation warnings when developing BSON.
Developer Experience
- Less warning messages when running npm install
- Less deps for dependabot to yell at us about
Dependencies
- standard-version - the old changelog tool
- eslint as a dev dep of the bigint plugin
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Remove standard-version
- Update eslint in the bigint plugin, change the test from using parserOptions to languageOptions
Testing Requirements
- None
Documentation Requirements
- None
Follow Up Requirements
- None