-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(deps): update novnc to 1.5.0 #57
Conversation
So turns out this was an intentional change in novnc/noVNC@b35cf6d |
`@patternfly/react-console` depends on `@novnc/novnc` but allows minor and patch version updates. A minor version of novnc broke PatternFly's imports as they removed ES6 imports and therefore imports have to be adjusted. Until `@patternfly/react-console` merges my PR and releases a new version which is still compatible with PF5. novnc/noVNC@b35cf6d patternfly/react-console#57
`@patternfly/react-console` depends on `@novnc/novnc` but allows minor and patch version updates. A minor version of novnc broke PatternFly's imports as they removed ES6 imports and therefore imports have to be adjusted. Until `@patternfly/react-console` merges my PR and releases a new version which is still compatible with PF5. novnc/noVNC@b35cf6d patternfly/react-console#57
`@patternfly/react-console` depends on `@novnc/novnc` but allows minor and patch version updates. A minor version of novnc broke PatternFly's imports as they removed ES6 imports and therefore imports have to be adjusted. Until `@patternfly/react-console` merges my PR and releases a new version which is still compatible with PF5. novnc/noVNC@b35cf6d patternfly/react-console#57
`@patternfly/react-console` depends on `@novnc/novnc` but allows minor and patch version updates. A minor version of novnc broke PatternFly's imports as they removed ES6 imports and therefore imports have to be adjusted. Until `@patternfly/react-console` merges my PR and releases a new version which is still compatible with PF5. novnc/noVNC@b35cf6d patternfly/react-console#57
I am a bit clueless about the typescript error, the previous version but it never annotated any types. |
I've disabled one tsconfig option which made I've followed this blog post on disabling the relevant config option https://mariusschulz.com/blog/untyped-imports-in-typescript |
🎉 This PR is included in version 5.1.0-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* chore(pf-issues): Updated code to push issues to PatternFly Issues. (#52) * Fix link to virt-manager.org/download (#51) * chore: Create dependabot.yml * chore(deps): update novnc to 1.5.0 (#57) * fix(build): Update README.md to restart build that didn't deploy. * fix(beta): Upgraded to beta release candidate and mereged main fixes. fix(beta): * fix(doc-framework): Upgraded to the latest document framework. --------- Co-authored-by: Pierre CORSINI <[email protected]> Co-authored-by: Nicole Thoen <[email protected]> Co-authored-by: Jelle van der Waa <[email protected]>
During a regular update of an unrelated package,
@novnc/novnc
got updated to 1.5.0, this seems to be expected as even with^1.5.0
1.*.*
might be updated while with~1.3.0
only1.3.X
can be updated (bug fixes).It would be nice if there could be a new
react-console
release which made it more restricted to~1.3.0
to unblock or merging this PR. I've tested it oncockpit-machines
and a quick some test seems to work fine.cockpit-project/cockpit-machines#1692