chore(deps): update all non-major dependencies#197
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
17.4.0→17.5.01.51.7→1.53.23.8.1→3.8.21.0.0-rc.13→1.0.0-rc.153.7.0→3.7.1Release Notes
sindresorhus/globals (globals)
v17.5.0Compare Source
i18next/i18next-cli (i18next-cli)
v1.53.2Compare Source
localeandnamespacefields to theTranslationResultobject passedto the
afterSyncplugin hook, so plugins no longer need to reverse-engineerthese values from the file path.
Relates to #237.
v1.53.1Compare Source
t(($) => $.table.columns[field])) incorrectly treating keys as unusedand removing them during extraction. Dynamic bracket expressions are now
resolved via the expression resolver, and function parameter type
annotations (e.g.
field: "name" | "age") are captured so the resolvercan enumerate all possible key values.
Fixes #234.
v1.53.0Compare Source
types.basePathconfiguration to support nested namespaces inTypeScript type generation. When set, namespaces are derived from the file's
path relative to
basePathinstead of just the filename, solocales/en/dashboard/user.jsonproduces namespace"dashboard/user"insteadof
"user". WhenbasePathis omitted, existing behavior is preserved.Contributed by @camerondubas in
#236.
types.basePathis misconfigured and translation filesfall outside the specified base directory.
console.warnfor warnings in the typegenerator.
v1.52.1Compare Source
extract --sync-all --trust-derivedresetting secondary locale valuesto empty strings even when the trusted derived default was already in sync in
the primary locale. Secondary translations are now only cleared when the
primary locale would actually be updated by the sync.
Follow-up to #235.
v1.52.0Compare Source
extract --trust-derivedas an opt-in companion to--sync-primaryand
--sync-all. When enabled, the extractor also trusts default valuesinferred from keys, including plain key-as-text usage such as
t('Hello world')andkeyPrefix-derived values, while preserving theexisting strict sync behavior by default.
Follows up on #235.
v1.51.9Compare Source
extract --sync-allproducing different results on repeated runs when akey has a derived default value (including
keyPrefix-derived keys).Derived defaults are now detected consistently in both the initial write and
existing-value sync paths, so rerunning the same command no longer rewrites
the primary locale unexpectedly.
Fixes #235.
v1.51.8Compare Source
t(($) => $.table.columns[field])) incorrectly treating keys as unusedand removing them during extraction. Dynamic bracket expressions are now
resolved via the expression resolver, so typed variables
(
const field: "name" | "age") and const-initialised variables(
const field = "name") are correctly expanded into all possible keys.Fixes #234.
prettier/prettier (prettier)
v3.8.2Compare Source
rolldown/rolldown (rolldown)
v1.0.0-rc.15Compare Source
🐛 Bug Fixes
generate_transitive_esm_initon circular dependencies (#9041) by @shulaoda🚜 Refactor
v1.0.0-rc.14Compare Source
🚀 Features
disable_panic_hookfeature to disable the panic hook (#9023) by @sapphi-red🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors
mjeanroy/rollup-plugin-license (rollup-plugin-license)
v3.7.1Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.