mongosh
mongosh copied to clipboard
feat(deps)!: upgrade mongodb driver to 7.0.0 MONGOSH-2978
The idea is to adapt mongosh to use the latest driver, at least, in Node.js 20. The integration with Node.js 24 will happen in another PR.
You'll probably want a bunch of changes from #2560 too and/or base this PR on that one – there's a bunch of stuff that's already been addressed there
Touche! I'll rebase my changes on that branch and start from there.