Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: mark mongoose@8 as unsupported #109

Closed
wants to merge 1 commit into from

Conversation

alecgibson
Copy link

This library doesn't work with mongoose@8. At the very least, mongoose@8 drops support for .count(), which this library still uses.

As a quick note to other developers, this change updates the peer dependency requirement to not include mongoose@8.

This library doesn't work with [`mongoose@8`][1]. At the very least,
`mongoose@8` [drops support][2] for `.count()`, which this library
[still uses][3].

As a quick note to other developers, this change updates the peer
dependency requirement to not include `mongoose@8`.

[1]: https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md#800-rc0--2023-10-24
[2]: Automattic/mongoose#13618
[3]: https://github.com/SoftwareBrothers/adminjs-mongoose/blob/fd8ad92e81da8f61da6759e2c4c9a020d88bc2b6/src/resource.ts#L71
@alecgibson alecgibson closed this Nov 8, 2023
@alecgibson alecgibson deleted the no-mongoose-8 branch November 8, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant