Skip to content

chore(deps): update all non-major dependencies#197

Merged
lazka merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 20, 2026
Merged

chore(deps): update all non-major dependencies#197
lazka merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
globals 17.4.017.5.0 age confidence
i18next-cli 1.51.71.53.2 age confidence
prettier (source) 3.8.13.8.2 age confidence
rolldown (source) 1.0.0-rc.131.0.0-rc.15 age confidence
rollup-plugin-license 3.7.03.7.1 age confidence

Release Notes

sindresorhus/globals (globals)

v17.5.0

Compare Source

i18next/i18next-cli (i18next-cli)

v1.53.2

Compare Source

  • Add locale and namespace fields to the TranslationResult object passed
    to the afterSync plugin hook, so plugins no longer need to reverse-engineer
    these values from the file path.
    Relates to #​237.

v1.53.1

Compare Source

  • Fix selector API with dynamic bracket notation (e.g.
    t(($) => $.table.columns[field])) incorrectly treating keys as unused
    and 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 resolver
    can enumerate all possible key values.
    Fixes #​234.

v1.53.0

Compare Source

  • Add optional types.basePath configuration to support nested namespaces in
    TypeScript type generation. When set, namespaces are derived from the file's
    path relative to basePath instead of just the filename, so
    locales/en/dashboard/user.json produces namespace "dashboard/user" instead
    of "user". When basePath is omitted, existing behavior is preserved.
    Contributed by @​camerondubas in
    #​236.
  • Add a warning when types.basePath is misconfigured and translation files
    fall outside the specified base directory.
  • Use the internal logger instead of console.warn for warnings in the type
    generator.

v1.52.1

Compare Source

  • Fix extract --sync-all --trust-derived resetting secondary locale values
    to 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.0

Compare Source

  • Add extract --trust-derived as an opt-in companion to --sync-primary
    and --sync-all. When enabled, the extractor also trusts default values
    inferred from keys, including plain key-as-text usage such as
    t('Hello world') and keyPrefix-derived values, while preserving the
    existing strict sync behavior by default.
    Follows up on #​235.

v1.51.9

Compare Source

  • Fix extract --sync-all producing different results on repeated runs when a
    key 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.8

Compare Source

  • Fix selector API with dynamic bracket notation (e.g.
    t(($) => $.table.columns[field])) incorrectly treating keys as unused
    and 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.2

Compare Source

rolldown/rolldown (rolldown)

v1.0.0-rc.15

Compare Source

🐛 Bug Fixes
  • prevent stack overflow in generate_transitive_esm_init on circular dependencies (#​9041) by @​shulaoda
🚜 Refactor
  • agents: rename Spec-Driven Development to Context Engineering (#​9036) by @​hyf0

v1.0.0-rc.14

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • contrib-guide: mention that running tests on older Node.js version will have different stat results (#​8996) by @​Claude
⚙️ Miscellaneous Tasks
◀️ Revert
❤️ New Contributors
mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.7.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@lazka lazka merged commit 5555b42 into main Apr 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant