Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
[email protected]
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: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 the
languages
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)