mycodeself / mongo-migrate-ts

Run mongodb migrations easy from TypeScript
MIT License
86 stars 26 forks source link

chore: bump mongodb to v6 #100

Closed timonmasberg closed 9 months ago

timonmasberg commented 10 months ago

Ran into peer dependency issues. You can review the changes here: https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0. It seems to me that no breaking change is relevant for the internals of this library.

jrh-exacta commented 9 months ago

Is anyone working on this? It would be great to have :)

timonmasberg commented 9 months ago

Is anyone working on this? It would be great to have :)

The maintainer just has to merge this PR, but he seems quite busy atm

puschkin commented 9 months ago

Hello @mycodeself I would be grateful was well if this was merged :)

mycodeself commented 9 months ago

Hey @timonmasberg thanks for your contribution! Sorry for the delay, but yes I'm little bit busy atm.

Would you mind bumping the version of the mongo image used in the circleci tests to make sure it works correctly with mongo version 6?

line 9 in file .circleci/config.yml

thanks!

timonmasberg commented 9 months ago

Hey @timonmasberg thanks for your contribution! Sorry for the delay, but yes I'm little bit busy atm.

Would you mind bumping the version of the mongo image used in the circleci tests to make sure it works correctly with mongo version 6?

line 9 in file .circleci/config.yml

thanks!

ah missed that, thanks

mycodeself commented 9 months ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: