marianozunino / morpheus

Morpheus is a modern, open-source database migration tool for Neo4j. It is designed to be a simple, intuitive tool for managing database migrations. The project is inspired by Michael Simons' tool for Java.
MIT License
19 stars 4 forks source link

Update dependencies #39

Closed Brakebein closed 10 months ago

Brakebein commented 11 months ago
marianozunino commented 11 months ago

@Brakebein looks like there is a build error:

src/morpheus/morpheus.service.ts:66:26 - error TS2339: Property 'close' does not exist on type 'Connection | Connection'.
  Property 'close' does not exist on type 'Connection'.

66         await connection.close();

seems related to the updated driver.

I was using an union before providedConnection?: Connection | CypherQBConnection, which is no longer needed, CypherQBConnection is more than enough now.

Brakebein commented 11 months ago

I was hitting npm run build multiple times, but obviously not after the very last change of the dependencies. Now it should work, only using Connection from cypher-query-builder.

marianozunino commented 10 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: