Skip to content

v8.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 15:17
· 461 commits to master since this release

8.12.0 (2023-03-08)

Features

  • MongoMemoryReplSet: remove usage of "tmp" package (3690a00)
  • MongoMemoryServer: remove usage of "tmp" package (6911daf)
  • utils: add function "createTmpDir" and "removeDir" (62d7876)

Dependencies

  • @types/uuid: upgrade to version 9.0.1 (5fb105c)
  • @typescript-eslint/*: upgrade to version 5.54.1 (db3d2b5)
  • eslint: upgrade to version 8.35.0 (665f90f)
  • eslint-config-prettier: upgrade to version 8.7.0 (7260324)
  • prettier: upgrade to version 2.8.4 (07196a9)
  • tslib: upgrade to version 2.5.0 (26166e7)
  • remove "tmp" and "@types/tmp" (5e718ee)

Refactor

  • MongoMemoryServer::cleanup: use "utils.removeDir" instead of custom (2f1f2e8)