From e7d195c84dd1466c4f54b0c1bd698badc5f420be Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 13:51:27 +0000
Subject: [PATCH] chore(deps): Bump i18next from 26.0.10 to 26.1.0 (#1883)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [i18next](https://github.com/i18next/i18next) from 26.0.10 to
26.1.0.
Release notes
Sourced from i18next's
releases.
v26.1.0
- feat:
enableSelector: 'strict' (TypeOptions + runtime
option). Opt-in mode that drops the flattened-primary form from
NsResource at the type level — every namespace (primary
included) is exposed only under its own key on $, uniformly
across single- and multi-ns hooks. At runtime, a leading selector path
segment matching the scope's namespace list is always rewritten as a
namespace prefix, including the primary. Eliminates the silent-miss
surface area where t($ => $.primary.foo) typechecks but
doesn't resolve under the default mode (see #2429).
Backward-compatible: default enableSelector: false | true |
'optimize' behavior is unchanged. Note: strict mode is
incompatible with the #2405
pattern (keys whose names match sibling namespaces) — those users should
stay on default mode.
Changelog
Sourced from i18next's
changelog.
26.1.0
- feat:
enableSelector: 'strict' (TypeOptions + runtime
option). Opt-in mode that drops the flattened-primary form from
NsResource at the type level — every namespace (primary
included) is exposed only under its own key on $, uniformly
across single- and multi-ns hooks. At runtime, a leading selector path
segment matching the scope's namespace list is always rewritten as a
namespace prefix, including the primary. Eliminates the silent-miss
surface area where t($ => $.primary.foo) typechecks but
doesn't resolve under the default mode (see #2429).
Backward-compatible: default enableSelector: false | true |
'optimize' behavior is unchanged. Note: strict mode is
incompatible with the #2405
pattern (keys whose names match sibling namespaces) — those users should
stay on default mode.
Commits
5af0475
26.1.0
85c0951
feat: enableSelector: 'strict' — explicit-ns selector mode, no flattened
prim...
8fec684
docs(types): clarify ExistsFunction note re: narrowing through
wrappers
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 8e5dae62..d94874ed 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -30,7 +30,7 @@
"downshift": "^9.3.2",
"events": "^3.3.0",
"file-saver": "^2.0.5",
- "i18next": "^26.0.10",
+ "i18next": "^26.1.0",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",
@@ -8052,9 +8052,9 @@
}
},
"node_modules/i18next": {
- "version": "26.0.10",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.10.tgz",
- "integrity": "sha512-k3yGPAlWR2RdMYoVXJoDZDT87qeHIWKH7gVksdZMpRty7QX/D9QZeYGvN08KGbKHke9wn01eYT+EEsrqX/YTlw==",
+ "version": "26.1.0",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.1.0.tgz",
+ "integrity": "sha512-dIU6td04DvQuIqVst5S9g0GviTmhZ0DYD4b9ociVGJmuCa5vZ2de/t+Enf4olvj87mF8Y2lwjNQBwC9QZsvzKQ==",
"funding": [
{
"type": "individual",
diff --git a/package.json b/package.json
index 4e3981bb..ed1e040d 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"downshift": "^9.3.2",
"events": "^3.3.0",
"file-saver": "^2.0.5",
- "i18next": "^26.0.10",
+ "i18next": "^26.1.0",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",