Skip to content

build(deps): bump the i18next group across 1 directory with 2 updates - #5952

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/i18next-69f263e7bc
Open

build(deps): bump the i18next group across 1 directory with 2 updates#5952
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/i18next-69f263e7bc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the i18next group with 2 updates in the / directory: react-i18next and i18next-cli.

Updates react-i18next from 17.0.10 to 17.0.11

Changelog

Sourced from react-i18next's changelog.

17.0.11

  • chore: html-parse-stringify updated to ^4.0.1. The parser powering <Trans> is now actively maintained under the i18next org (i18next/html-parse-stringify) after years without upstream releases. 4.x brings modern dual ESM/CJS packaging with an exports map, zero runtime dependencies, reworked TypeScript types and a long list of parser fixes (literal < in text, multiline/CRLF attribute values, comments containing >, doctype handling, quote-aware bracket handling).
  • refactor(Trans): the internal escapeLiteralLessThan scanner (~80 lines) is replaced by the parser's new allowedTags option with identical semantics: only numbered tags, kept basic HTML tags and known component names are parsed as markup, any other tag-shaped sequence in the translation stays literal text. Rendered output is unchanged (all 493 tests pass, including the #1880 and #1893 escaping cases).
Commits
  • 274e2e6 17.0.11
  • 3c4c563 build
  • 1e7ccae chore: html-parse-stringify ^4.0.1 + 17.0.11 changelog
  • 4412e25 html-parse-stringify ^4.0.0: replace escapeLiteralLessThan with the parser's ...
  • 5787979 ci: types-compat falls back to latest when no @​types/react pre-release tag ex...
  • See full diff in compare view

Updates i18next-cli from 1.66.2 to 1.71.0

Changelog

Sourced from i18next-cli's changelog.

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.

1.70.2

  • fix: namespace detection for union / generic / array forms (#284):
    • TFunction<'a' | 'b'>, TFunction<Ns> with <Ns extends 'a' | 'b'>, and TFunction<Alias> with a local type Alias = 'a' | 'b' resolve to the first member (plain, destructured and props.t member-call forms).
    • useTranslation(['a', 'b'] as const) and useTranslation(NS) with a local const NS = ['a', 'b'] are resolved like the inline array form.

1.70.1

  • feat: further namespace detection improvements (#284):
    • ReturnType<typeof useTranslation<'ns', 'keyPrefix'>>['t'] on parameters (plain and destructured) is treated like TFunction<'ns', 'keyPrefix'>.
    • A locally declared wrapper that forwards its first parameter as the key to an already scoped translation function (e.g. const t = useCallback((key, opts) => tLocal(key, opts), [...])) inherits that function's namespace / keyPrefix.
  • fix: t() calls inside fenced code blocks (```) of doc comments are no longer extracted as real call sites.

1.70.0

  • feat: improve namespace detection for t functions whose namespace is not a plain useTranslation('ns') literal (#284):

... (truncated)

Commits
  • 1f9dec5 1.71.0
  • 86607c7 feat: add status.ignoreKeys to suppress known-good keys in the status report ...
  • 9007ae1 1.70.4
  • 0fd2170 feat: resolve useTranslation(ns) from param defaults and union-typed params (...
  • 577740b 1.70.3
  • 768951d fix: find TFunction members in intersection types, stop guessing namespaces f...
  • d72338c 1.70.2
  • cb975a5 fix: resolve union/generic/aliased TFunction namespaces and as-const/const-va...
  • b399f29 fix changelog
  • 476d977 1.70.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 14:10
@dependabot dependabot Bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Sep 1, 2026
Bumps the i18next group with 2 updates in the / directory: [react-i18next](https://github.com/i18next/react-i18next) and [i18next-cli](https://github.com/i18next/i18next-cli).


Updates `react-i18next` from 17.0.10 to 17.0.11
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v17.0.10...v17.0.11)

Updates `i18next-cli` from 1.66.2 to 1.71.0
- [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md)
- [Commits](i18next/i18next-cli@v1.66.2...v1.71.0)

---
updated-dependencies:
- dependency-name: i18next-cli
  dependency-version: 1.70.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: i18next
- dependency-name: react-i18next
  dependency-version: 17.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: i18next
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the i18next group with 2 updates build(deps): bump the i18next group across 1 directory with 2 updates Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/i18next-69f263e7bc branch from ec715e0 to 127f91b Compare September 2, 2026 12:47
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 2, 2026

Copy link
Copy Markdown

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 127f91b
Status: ✅  Deploy successful!
Preview URL: https://346aeb30.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-i18n-6gug.matrix-authentication-service-docs.pages.dev

View logs

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

Labels

A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants