Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Support for the latest version of typeorm (v0.3.0) #49

Open
micalevisk opened this issue Mar 18, 2022 · 3 comments · May be fixed by #56
Open

Support for the latest version of typeorm (v0.3.0) #49

micalevisk opened this issue Mar 18, 2022 · 3 comments · May be fixed by #56

Comments

@micalevisk
Copy link

I know that the semver range below covers the v0.3.0 that was just released

typeorm-uml/package.json

Lines 66 to 67 in 583708a

"peerDependencies": {
"typeorm": "^0.2.0"

but I'm not sure if typeorm-uml will keeping working if I upgrade my typeorm (which I cannot do for now)

Please, read this when you have time: https://github.com/typeorm/typeorm/releases/tag/0.3.0 and close this issue if you know that typeorm-urml won't break if we use typeorm@0.3.0

@iamchathu
Copy link

The 0.3 version has removed ‘ormconfig’ and moved to dbSource file. I think the library may needs to update support for that.

@jorgebodega
Copy link

jorgebodega commented Aug 1, 2022

Hi! I'm using this package and have some troubles with peer dependencies. I cannot fix it by my side, as DevOps block any --legacy-peer-deps in CI.

But if I force the install in my local machine, I can run with typeorm@0.3.7 and typeorm-uml@1.6.5, with exactly the same command,

ts-node ./node_modules/typeorm-uml/bin/run ./src/ormconfig.ts

Maybe I can try to help with the update or something.

@GP4cK GP4cK linked a pull request Sep 7, 2022 that will close this issue
@Distortedlogic
Copy link

bump

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants