kpfromer / nestjs-typegoose

Typegoose with NestJS
https://kpfromer.github.io/nestjs-typegoose/
MIT License
291 stars 71 forks source link

feat: updated typegoose 9.x dependency #465

Open dereekb opened 2 years ago

dereekb commented 2 years ago

Should resolve:

460 #452 #433

dereekb commented 2 years ago

The typings didn't change too much. Luckily this library just passes through the typings instead of uses them extensively and got to avoid all the mongoose typings shenanigans like typegoose's library encountered.

Only the tests had some minor changes needed to reflect the new connection options, and updates to mongodb-memory-server.

Nestjs 8 didn't have any breaking changes. I went ahead and just bumped the version to 8, but the nestjs dependencies could probably remain 6 | 7 | 8.

Nierifeng commented 2 years ago

Can you send an npm package?

dereekb commented 2 years ago

Can you send an npm package?

You can replace your "nestjs-typegoose" entry with this in your package.json to pull from my branch that has the build/dist available within it.

"nestjs-typegoose": "git+https://git@github.com/dereekb/nestjs-typegoose.git#ae3da62f6c26ec9ad3df3f69b31dd2db84327c65",
Gallahar commented 1 year ago

Can you send an npm package?

You can replace your "nestjs-typegoose" entry with this in your package.json to pull from my branch that has the build/dist available within it.

"nestjs-typegoose": "git+https://git@github.com/dereekb/nestjs-typegoose.git#ae3da62f6c26ec9ad3df3f69b31dd2db84327c65",

Good day sir, seem's its outdated too ;(