rstudio / rstudio

RStudio is an integrated development environment (IDE) for R
https://posit.co/products/open-source/rstudio/
Other
4.59k stars 1.08k forks source link

upgrade electron from 30.0.2 to 30.0.6 #14707

Closed gtritchie closed 4 weeks ago

gtritchie commented 4 weeks ago

Intent

Address #14697

Approach

Bumping to latest 30.x Electron release to pickup bug fixes: https://releases.electronjs.org/release/compare/v30.0.2/v30.0.6

Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #42145

Automated Tests

None (yet). I'm going to do that right after this gets merged.

QA Notes

Try the scenario in the issue.

FWIW, I was able to reproduce the crash on the first try on Ubuntu 22 (in Parallels on an M1 Mac), with build rstudio-2024.07.0-daily-133-arm64.deb. I was unable to repro with this change built on that same VM.

Documentation

NA

Checklist