wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
93 stars 41 forks source link

Upgrade babel to version 7.24 #372

Closed chrismayer closed 2 months ago

chrismayer commented 3 months ago

This upgrades babel to version 7.24.x in order to remove a critical vulnerability.

chrismayer commented 2 months ago

Merging wo/ formal review since this has no functional impact / breaking change and removes a critical vulnerability.

sronveaux commented 2 months ago

Hi @chrismayer,

Sorry for the late reply, you really did well by merging this one directly.

However, I just wanted to comment that it can potentially have a functional impact for people who tune the browserlist file or explicitly request dependencies to be transpiled. I just tried on a complex app to force transpilation and it worked flawlessly though!

Thanks for this update.

chrismayer commented 2 months ago

Thanks for your feedback @sronveaux, especially for the hints with the browserlist file or explicitly request dependencies to be transpiled :+1: