| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-3030.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3030 +/- ##
==========================================
- Coverage 68.98% 68.94% -0.04%
==========================================
Files 857 852 -5
Lines 23421 23284 -137
Branches 1819 1790 -29
==========================================
- Hits 16156 16053 -103
+ Misses 6365 6343 -22
+ Partials 900 888 -12
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Can I get a review on this? (not really sure who to ping, maybe @mareklibra as he has some commits in serial console) |
Sorry, something went wrong.
|
code changes look ok to me but I don't really know this package all that well. If @mareklibra is OK with it then I am. |
Sorry, something went wrong.
There was a problem hiding this comment.
Is this a breaking change? That is, considering users must now move to xterm-4.0.0, change their imports, etc.?
Sorry, something went wrong.
|
yes, users needs to move xterm to 4.0.0. But otherwise there should be no other visible change nor they do not need to adjust their code in any way. |
Sorry, something went wrong.
|
As long as it's not considered a breaking change, I believe it would be ok. |
Sorry, something went wrong.
|
Sorry for nagging, but is there anything else to be done on our (@marusak 's) side? This seems approved and all tests passed. Thanks! |
Sorry, something went wrong.
|
Should this be a breaking change? Regardless, the commit message needs to be updated for semantic release. If breaking, then please use major otherwise feat would do. |
Sorry, something went wrong.
I answered this in a previous comment
Can this be done on squashing? If it can, then I don't need to push force and then tests don't need to re-run. Otherwise I can edit the commit message (feat(SerialConsole): Use xterm v4 would work, I guess?) |
Sorry, something went wrong.
|
Sorry, I guess my question is, if adopters are forced to move to xterm 4.0.0 then wouldn't this be a breaking change? |
Sorry, something went wrong.
I don't know what is defined as breaking change. It requires users to update xterm to 4.0.0, but otherwise they should not notice any difference and they do not need to update their code (unless they use xterm on other places as well). |
Sorry, something went wrong.
|
I'm going to flag this for a major release as it would break consumers if they pull this change and do nothing else. |
Sorry, something went wrong.
BREAKING CHANGE: bump xterm from ^3.3.0 to ^4.0.0
There was a problem hiding this comment.
I added an empty commit with a proper message for a major release for @patternfly/react-console.
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: Use xterm v4 in SerialConsole. Fixes #2912