sku@13.3.0
Minor Changes
-
Update TypeScript to 5.6 (#1048)
This release includes breaking changes. See the TypeScript 5.6 announcement for more information.
-
Update and pin
browserslist-config-seekto version3.2.0(#1078)skuapplications and libraries now default to supporting the following browser versions:Browser Oldest supported version Chrome 84 Edge 84 Safari 14.1 Firefox 86 Samsung Internet 14
Patch Changes
-
Set
esbuild-registertarget tonode18.20(#1076) -
sku translations: Throw an error whenlanguageshas not been configured (#1090)Previously, if
languageswas not configured, thesku translationscommand would log a message and continue to run the command, which would eventually error due to the lack of a vocab config (generated from thelanguagesconfig).
We now throw an error sooner to make it clear that thelanguagesconfiguration is required to run anysku translationscommands. -
sku translations: Suggest using thevocabCLI whenlanguagesis not configured and a vocab config file is detected (#1090) -
sku translations: Improve log messages and align timing of log messages with actual command execution (#1075) -
sku pre-commit: Updatelint-stageddependency to^15.2.10(#1084) -
Update
env-cidependency to^11.1.0(#1082) -
sku translations: Whenlanguagesis configured in sku config and a vocab config file is found, a warning will be shown telling the user that the vocab config file will be ignored (#1090)