LinusU/node-albatross

Upgrade to MongoDB 4.x / BSON 4.x

LinusU opened this issue · 1 comments

Waiting on upstream:

Things to do:

  • Pin @types/bson to latest 4.x
  • Pin @types/mongodb to latest 4.x
  • Upgrade dependencies on bson & mongodb
  • Make any necessary breaking changes
  • Release as 4.0.0

At the same time we should also drop Node.js 10.x support and convert to using ES Modules:

sindresorhus/meta#15