trifectatechfoundation / teach-rs

A modular, reusable university course for Rust
https://teach-rs.trifectatech.org
Creative Commons Attribution Share Alike 4.0 International
2.98k stars 140 forks source link

modmod: Bump Slidev version #107

Closed ifraixedes closed 6 months ago

ifraixedes commented 6 months ago

Slidev version 0.48.X brings some useful features as Notes with clicks sliders and notes marker, see the full list at https://github.com/slidevjs/slidev/releases/tag/v0.48.0

After checking the slides for some of the modules and the changelog from the v0.42.X until the v0.48.X, I assumed that any of the breaking changes reported in the changelog affects the presentations that this course contains.

The only thing that I saw that it could be a potential issues was that v0.43.0 (https://github.com/slidevjs/slidev/releases/tag/v0.43.0) requires NodeJS 18 or newer, however, I didn't find any reference in the repository about that certain NodeJS version is required, so I assumed that it wasn't a change that affects this course.

hdoordt commented 6 months ago

I'd say any breaking changes shouldn't be that much of an issue at this point, including the required version of NodeJS. So long as the slides render correctly, I'm fine with bumping the version of Slidev