Skip to content

chore(deps)(deps): bump i18next from 26.2.0 to 26.3.1 in /apps/ui#216

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/i18next-26.3.1
Closed

chore(deps)(deps): bump i18next from 26.2.0 to 26.3.1 in /apps/ui#216
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/i18next-26.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps i18next from 26.2.0 to 26.3.1.

Release notes

Sourced from i18next's releases.

v26.3.1

  • fix(types): t() with a keyPrefix no longer pollutes its return type with sibling keys' values. A regression in 26.3.0 — the [Res] extends [never] guards added to KeysBuilderWithReturnObjects / KeysBuilderWithoutReturnObjects turned the builders into deferred conditional types, so KeyPrefix<Ns> stopped resolving to a literal union and keyPrefix inference widened to the whole namespace. Symptom: useTranslation(ns, { keyPrefix: 'a.b' }) then t('title') would resolve to '<a.b>.title' | '<other.path>.title' | ... instead of just the scoped value. Affected every react-i18next user using keyPrefix. Restored to the eager 26.2.0 form. The same-namespace conflict handling from #2434 still works via _DropConflictKeys at the merge layer (in options.d.ts). Thanks @​aaronrosenthal (#2436).

v26.3.0

  • feat(types): introduce ResourceNamespaceMap — a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a single CustomTypeOptions.resources declaration (or fall back to typing dependency namespaces as any) because resources is a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally across declare module 'i18next' blocks, so each package can ship its own i18next.d.ts independently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoning t() overload resolution. Fully backwards-compatible — existing CustomTypeOptions.resources augmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS, returnNull, enableSelector, etc.) still belong on CustomTypeOptions. Thanks @​sh3xu (#2434). Fixes #2409.
Changelog

Sourced from i18next's changelog.

26.3.1

  • fix(types): t() with a keyPrefix no longer pollutes its return type with sibling keys' values. A regression in 26.3.0 — the [Res] extends [never] guards added to KeysBuilderWithReturnObjects / KeysBuilderWithoutReturnObjects turned the builders into deferred conditional types, so KeyPrefix<Ns> stopped resolving to a literal union and keyPrefix inference widened to the whole namespace. Symptom: useTranslation(ns, { keyPrefix: 'a.b' }) then t('title') would resolve to '<a.b>.title' | '<other.path>.title' | ... instead of just the scoped value. Affected every react-i18next user using keyPrefix. Restored to the eager 26.2.0 form. The same-namespace conflict handling from #2434 still works via _DropConflictKeys at the merge layer (in options.d.ts). Thanks @​aaronrosenthal (#2436).

26.3.0

  • feat(types): introduce ResourceNamespaceMap — a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a single CustomTypeOptions.resources declaration (or fall back to typing dependency namespaces as any) because resources is a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally across declare module 'i18next' blocks, so each package can ship its own i18next.d.ts independently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoning t() overload resolution. Fully backwards-compatible — existing CustomTypeOptions.resources augmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS, returnNull, enableSelector, etc.) still belong on CustomTypeOptions. Thanks @​sh3xu (#2434). Fixes #2409.
Commits
  • 7bdb5d7 26.3.1
  • a655e32 changelog: 26.3.1 entry for #2436
  • 57ed812 fix(types): keyPrefix no longer pollutes t() return type with sibling keys (#...
  • bdf651c 26.3.0
  • 988a362 changelog: 26.3.0 entry for #2434
  • 159506c feat(types): introduce ResourceNamespaceMap for monorepo namespace augmentati...
  • df68b1f ci: restore JSR publishing via GitHub Actions OIDC
  • See full diff 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](https://github.com/i18next/i18next) from 26.2.0 to 26.3.1.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.2.0...v26.3.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 26.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot dependabot Bot requested a review from agjs as a code owner June 22, 2026 07:14
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
agjs added a commit that referenced this pull request Jun 24, 2026
)

Consolidates the open Dependabot batch (#198#218) into a single change.
Lockfiles regenerated with bun@1.3.14 (respecting the 7-day install
quarantine); api/ui static gates (typecheck, lint, lint-meta, knip) and the
docs build:ci gate pass locally. Test suites run on CI.

apps/api:
- @opentelemetry/exporter-trace-otlp-http 0.218.0 -> 0.219.0 (#210)
- @sentry/bun 10.56.0 -> 10.57.0 (#209)
- bullmq 5.78.0 -> 5.78.1 (#203) — ioredis stays overridden at 5.11.1
- stripe 22.2.0 -> 22.2.1 (#204)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#207)
- @types/nodemailer 8.0.0 -> 8.0.1 (#206)
- @boring-stack-pkg/eslint-plugin-stripe-webhooks 0.1.1 -> 0.1.2 (#212)
- knip 6.14.2 -> 6.16.1 (#213)

apps/ui:
- @hookform/resolvers 5.2.2 -> 5.4.0 (#218)
- react-hook-form 7.78.0 -> 7.79.0 (#217)
- i18next 26.2.0 -> 26.3.1 (#216)
- @sentry/react 10.56.0 -> 10.57.0 (#214)
- lucide-react 1.17.0 -> 1.18.0 (#208), @tailwindcss/vite + tailwindcss
  4.3.0 -> 4.3.1 (#208)
- storybook group 10.4.2 -> 10.4.4 (#205)
- eslint 10.4.1 -> 10.5.0, eslint-plugin-react-refresh 0.5.2 -> 0.5.3,
  eslint-plugin-unicorn 65.0.1 -> 66.0.0 (#211)
- knip 6.14.2 -> 6.16.1 (#215)

apps/docs:
- @astrojs/starlight 0.39.3 -> 0.40.0 (#199)
- @tailwindcss/vite + tailwindcss 4.3.0 -> 4.3.1 (#198)
- sharp 0.34.5 -> 0.35.1 (#200)
- wrangler 4.98.0 -> 4.100.0 (#201)

ci:
- actions/checkout 6.0.3 -> 7.0.0 across all workflows (#202)

eslint-plugin-unicorn 66 (major) tightened two rules; three pre-existing
api spots conform to them now (memory.ts no-unused-properties, two
prefer-ternary). No behavior change.
@agjs

agjs commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Rolled into the aggregated batch #219 (merged). Closing as superseded.

@agjs agjs closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bun/apps/ui/i18next-26.3.1 branch June 24, 2026 08:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant