Nonprofit-Exchange-Hub / web-app

Nonprofit Circle (formerly Nonprofit Exchange Hub) A hub for the exchange of goods, information and connections for nonprofits of all sizes.
MIT License
29 stars 19 forks source link

Migrate NestJs V8 to NestJs V9 #319

Closed esteban-gs closed 1 year ago

esteban-gs commented 1 year ago

Dev Summary

The intent of this PR is to use all NestJs packages in their latest usable versions. Additionally, I also removed a few unused packages. Staying with V8 blocks Swagger docs development.

Test Plan

repro steps:

  1. If this builds for production with the CI check, it's a good sign.
  2. Run npm run test:e2e to verify all tests run (already checked by CI pipeline)

Resources