-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
fix: update @asyncapi/optimizer to 1.0.3 version and others #1509
fix: update @asyncapi/optimizer to 1.0.3 version and others #1509
Conversation
I suppose workflow is not able to setup a clean install properly @aeworxet. |
d370b24
to
fada34f
Compare
Error: node_modules/@types/lodash/common/object.d.ts(1026,46): error TS1005: '?' expected.
Error: node_modules/@types/lodash/common/object.d.ts(1031,46): error TS1005: '?' expected.
Error: node_modules/@types/lodash/common/object.d.ts(1041,46): error TS1005: '?' expected. is due to this issue I changed - "typescript": "4.6.4"
+ "typescript": "^4.6.4" // <-- added a caret and tests started passing. Does this change break anything? |
It should not as |
fada34f
to
df76c92
Compare
Quality Gate passedIssues Measures |
Asked just in case. It might had been hard-locked on that version for a reason. 🤷 |
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
/rtm |
🎉 This PR is included in version 2.3.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR is a clone of #1503 created just to pass the frozen automerge mechanism.