Skip to content

chore(deps): bump react-i18next from 17.0.8 to 17.0.9#24

Merged
koreahghg merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/react-i18next-17.0.9
Jul 14, 2026
Merged

chore(deps): bump react-i18next from 17.0.8 to 17.0.9#24
koreahghg merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/react-i18next-17.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps react-i18next from 17.0.8 to 17.0.9.

Changelog

Sourced from react-i18next's changelog.

17.0.9

  • fix: allow TypeScript 7 in the optional typescript peer dependency range (^5 || ^6 || ^7). With typescript@7.0.2 in a project, npm install failed with an ERESOLVE peer conflict. Fixes #1927, thanks @​andikapradanaarif.
  • fix(types): <Trans t={t} ns="ns" …> with a t from useTranslation(['ns']) now typechecks under TypeScript 7. TS7 intersects the Ns inference candidates coming from the t prop (readonly ['ns']) and the ns prop ('ns') into an unsatisfiable 'ns' & readonly ['ns'], where TS6 resolved them. The ns prop on TransProps, TransSelectorProps and IcuTransWithoutContextProps now also accepts a single namespace out of an array-typed Ns (Ns | (Ns extends readonly (infer S extends string)[] ? S : never)) — which matches runtime behavior and is unchanged under TS5/TS6.
Commits
  • 8b4a9ea 17.0.9
  • 422bab1 fix: support typescript 7 — widen peer range and fix Trans ns inference under...
  • 6e18aa9 README: mention npx i18next-cli localize as the zero-to-localized path
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@dependabot dependabot Bot requested review from g-hyxn and koreahghg as code owners July 13, 2026 14:10
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@dependabot dependabot Bot requested a review from yangeunjun00 as a code owner July 13, 2026 14:10
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 13, 2026
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.8 to 17.0.9.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v17.0.8...v17.0.9)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-version: 17.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/react-i18next-17.0.9 branch from 48a52b5 to fc6e8c0 Compare July 14, 2026 00:53
@koreahghg koreahghg merged commit c8112e8 into develop Jul 14, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/react-i18next-17.0.9 branch July 14, 2026 01:48
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