-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added support for tedious v16 and v17 #1184
Conversation
5bb8d65
to
785760f
Compare
Draft PR still. Our tedious app test loads a wrong tedious dependency from mssql v9 (tedious v15) |
Trying to switch to yarn to get rid of the annoying installation problems with npm. |
I will do that after the merge, because we need to ship this update. |
- typeorm needed a refresh, because it relied on mssql v9, which installs tedious v15 - we thought we have tested against v17, but we didn't
179f33d
to
788e90d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -94,6 +94,7 @@ | |||
"@grpc/proto-loader": "^0.7.13", | |||
"@hapi/hapi": "^21.3.10", | |||
"@ibm/tekton-lint": "^1.0.0-beta.9", | |||
"@opentelemetry/instrumentation": "0.50.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a workaround for now.
Hopefully we can move to yarn asap.
refs https://jsw.ibm.com/browse/INSTA-1561
An underlying npm workspaces bug made us believe that we are testing against tedious v17.
See comment.