You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'typeorm' >= 3.0 has no exported member named 'ConnectionOptions'
Minimum reproduction code
no
Steps to reproduce
try use typeorm >= 0.3.0 with nestJs
Expected behavior
The ConnectionOptions type is @deprecated as of [v0.3.0](typeorm/typeorm#8616 (2022-03-17).) The Connection type was also marked as @deprecated in this same version, but both types still have 'alias' types for backwards compatibility's sake. This is accomplished by declaring that ConnectionOptions extends DataSourceOptions and Connection extends DataSource, respectively:
Package version
8.0.3
NestJS version
8.4.1
Node.js version
15.0
In which operating systems have you tested?
macOS
Windows
Linux
Other
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
'typeorm' >= 3.0 has no exported member named 'ConnectionOptions'
Minimum reproduction code
no
Steps to reproduce
try use typeorm >= 0.3.0 with nestJs
Expected behavior
The ConnectionOptions type is @deprecated as of [v0.3.0](typeorm/typeorm#8616 (2022-03-17).) The Connection type was also marked as @deprecated in this same version, but both types still have 'alias' types for backwards compatibility's sake. This is accomplished by declaring that ConnectionOptions extends DataSourceOptions and Connection extends DataSource, respectively:
Package version
8.0.3
NestJS version
8.4.1
Node.js version
15.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: