🐞 Patch Changes
-
#11335
4c4741bThanks @ematipico! - Reverts #11292, which caused a regression to the input type -
#11326
41121fbThanks @florian-lefebvre! - Fixes a case where runningastro syncwhen using the experimentalastro:envfeature would fail if environment variables were missing -
#11338
9752a0bThanks @zaaakher! - Fixes svg icon margin in devtool tooltip title to look coherent inrtlandltrlayouts -
#11331
f1b78a4Thanks @bluwy! - Removesresolvepackage and simplify internal resolve check -
#11339
8fdbf0eThanks @matthewp! - Remove non-fatal errors from telemetryPreviously we tracked non-fatal errors in telemetry to get a good idea of the types of errors that occur in
astro dev. However this has become noisy over time and results in a lot of data that isn’t particularly useful. This removes those non-fatal errors from being tracked.