From c98ec60db8349e4d1af9dd80417a27cd6d972b8f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 25 Mar 2026 13:51:52 +0000
Subject: [PATCH] chore(deps): Bump i18next from 25.10.0 to 25.10.4 (#1741)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.0 to
25.10.4.
Release notes
Sourced from i18next's
releases.
v25.10.4
- feat(types): i18nKey of
<Trans i18nKey={sk} /> to
accept a SelectorKey 2364
v25.10.3
- check also for I18NEXT_NO_SUPPORT_NOTICE env variable
v25.10.2
- feat(types):
keyFromSelector is now type-safe — the
selector callback is constrained against your resource definitions,
catching invalid keys at compile time. Supports optional ns
and keyPrefix options for non-default namespace/prefix
contexts 2364
v25.10.1
- fix(types):
FilterKeys now correctly excludes base keys
that have context variants when the provided context doesn't match any
of them (e.g. key some with variant some_me is
no longer accessible with context="one")
Changelog
Sourced from i18next's
changelog.
25.10.4
- feat(types):
exists() is now a type guard that narrows
the key to SelectorKey, so a validated key can be passed
directly to t() 2364
25.10.3
- check also for I18NEXT_NO_SUPPORT_NOTICE env variable
25.10.2
- feat(types):
keyFromSelector is now type-safe — the
selector callback is constrained against your resource definitions,
catching invalid keys at compile time. Supports optional ns
and keyPrefix options for non-default namespace/prefix
contexts 2364
25.10.1
- fix(types):
FilterKeys now correctly excludes base keys
that have context variants when the provided context doesn't match any
of them (e.g. key some with variant some_me is
no longer accessible with context="one")
Commits
[](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 | 26 +++++++++++++-------------
package.json | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 270b08a2..b8c52c5e 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": "^25.10.0",
+ "i18next": "^25.10.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",
@@ -428,9 +428,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.28.6",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
- "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
+ "version": "7.29.2",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
+ "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -8085,26 +8085,26 @@
}
},
"node_modules/i18next": {
- "version": "25.10.0",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.0.tgz",
- "integrity": "sha512-syBEN80PJ3MOpczGXFtv6OTfKQzgi/VbvgtQQjr1z5b/0xSGa1iG8n5ESG7TVT5scGbbRr/1Du2tufHEkr5pHw==",
+ "version": "25.10.4",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.4.tgz",
+ "integrity": "sha512-XsE/6eawy090meuFU0BTY9BtmWr1m9NSwLr0NK7/A04LA58wdAvDsi9WNOJ40Qb1E9NIPbvnVLZEN2fWDd3/3Q==",
"funding": [
{
"type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
+ "url": "https://www.locize.com/i18next"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
+ },
+ {
+ "type": "individual",
+ "url": "https://www.locize.com"
}
],
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.28.6"
+ "@babel/runtime": "^7.29.2"
},
"peerDependencies": {
"typescript": "^5"
diff --git a/package.json b/package.json
index 899994b5..cdf90127 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": "^25.10.0",
+ "i18next": "^25.10.4",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.1",
"json-stringify-pretty-compact": "^4.0.0",