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-seek
to version3.2.0
(#1078)sku
applications 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-register
target tonode18.20
(#1076) -
sku translations
: Throw an error whenlanguages
has not been configured (#1090)Previously, if
languages
was not configured, thesku translations
command would log a message and continue to run the command, which would eventually error due to the lack of a vocab config (generated from thelanguages
config).
We now throw an error sooner to make it clear that thelanguages
configuration is required to run anysku translations
commands. -
sku translations
: Suggest using thevocab
CLI whenlanguages
is 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-staged
dependency to^15.2.10
(#1084) -
Update
env-ci
dependency to^11.1.0
(#1082) -
sku translations
: Whenlanguages
is 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)