Skip to content

Bump i18next-cli from 1.69.0 to 1.71.3 - #1305

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/i18next-cli-1.71.3
Open

Bump i18next-cli from 1.69.0 to 1.71.3#1305
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/i18next-cli-1.71.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps i18next-cli from 1.69.0 to 1.71.3.

Changelog

Sourced from i18next-cli's changelog.

1.71.3

  • fix: fallbackNS accounting now works when the fallback namespace lives in its own file outside a merged output (mergeNamespaces: true), e.g. split out and hidden via ignoreNamespaces: status and extract look up a fallback namespace missing from the merged file at its per-namespace path, and a function output resolves the merged file without a namespace (matching what extract writes), so hybrid layouts are expressible via an output function. When a fallbackNS is listed in ignoreNamespaces but its translations cannot be found, status now warns instead of silently reporting the keys as absent (#287).

1.71.2

  • fix: extract no longer scales quadratically with the number of keys: selector-API / returnObjects keys are matched via an O(key depth) Set lookup instead of one regex per object key, and the per-key leaf check uses a precomputed ancestor-prefix Set instead of scanning all keys. A 4-minute run on a ~11,500-key monorepo drops to seconds; written output is byte-identical (#286).

1.71.1

  • feat: .reduce()/.reduceRight() over an as const array now bind the element callback parameter (the second one, (acc, el) => …) like .map()/.forEach() already did, so ERRORS.reduce((acc, n) => { acc[n] = t(`errors.${n}.title`) }, {}) extracts every element without the (typeof ERRORS)[number] cast workaround (#285).

1.71.0

  • feat: new status.ignoreKeys config option: glob patterns (same shape as preservePatterns, optional ns: prefix) for keys that status should not report or fail on, e.g. keys that are intentionally empty in some locales. Only affects status; extract is unchanged (#284).

1.70.4

  • feat: useTranslation(ns) where ns is a function parameter now resolves to the parameter's string default (({ ns = 'a' }) =>, (ns = 'a') =>), or, without a default, to the first member of its inline union type ({ ns: 'a' | 'b' }), mirroring the TFunction<'a' | 'b'> rule (#284).

1.70.3

  • fix: TFunction<Ns> members are now found inside intersection types (Base & { t?: TFunction<Ns> }), including optional t?: and overload implementation signatures (#284).
  • fix: named type aliases (TFunction<Namespace>, <Ns extends Namespace>) are no longer resolved to their first member. Introduced in 1.70.2, this could attribute keys to an arbitrary namespace when the alias is an app-wide union. Inline unions and literal generic constraints still resolve to the first member.

... (truncated)

Commits
  • 507f361 1.71.3
  • 5329192 fix: resolve fallbackNS from a split-out namespace file when hidden via ignor...
  • dacfb22 1.71.2
  • bfa79b1 fix: make extract scale linearly with key count (#286)
  • a4970f8 1.71.1
  • e3c5676 feat: bind the element callback param of .reduce()/.reduceRight() over as-con...
  • e8abf5b chore: update dependencies and bump CI actions to v7
  • 1f9dec5 1.71.0
  • 86607c7 feat: add status.ignoreKeys to suppress known-good keys in the status report ...
  • 9007ae1 1.70.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.69.0 to 1.71.3.
- [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md)
- [Commits](i18next/i18next-cli@v1.69.0...v1.71.3)

---
updated-dependencies:
- dependency-name: i18next-cli
  dependency-version: 1.71.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 82.704%. remained the same — dependabot/npm_and_yarn/i18next-cli-1.71.3 into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant