Bump i18next from 25.8.4 to 26.0.10#3535
Conversation
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.4 to 26.0.10. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v25.8.4...v26.0.10) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a05b563. Configure here.
| "dexie": "4.0.11", | ||
| "eventemitter2": "6.4.9", | ||
| "i18next": "^25.2.1", | ||
| "i18next": "^26.0.10", |
There was a problem hiding this comment.
Removed initImmediate option silently ignored in i18next v26
High Severity
The initImmediate: false option in localize.js is silently ignored by i18next v26, which removed it as a breaking change. This option previously ensured synchronous initialization so that the exported i18next instance was fully ready when imported. Without the equivalent initAsync: false, initialization may become asynchronous, causing translations to be unavailable when the module is first consumed.
Please tell me if this was useful or not with a 👍 or 👎.
Reviewed by Cursor Bugbot for commit a05b563. Configure here.


Bumps i18next from 25.8.4 to 26.0.10.
Release notes
Sourced from i18next's releases.
... (truncated)
Changelog
Sourced from i18next's changelog.
... (truncated)
Commits
61eaf5b26.0.1047fd92ffeat: getFixedT 4th-arg scopeNs decouples selector ns-detection from resoluti...caf33f626.0.9eed0146fix(types): relax unformatted interpolation values tostring | number170fb0aModernize locize.com URLs and refresh UTM tags3ea438f26.0.85176bbdretry version bump10b48c626.0.89fdd99aretry version bump9ee7da1changelogDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major-version bump of the core i18n library could introduce runtime or typing behavior changes in translation/interpolation and initialization paths. Lockfile reshuffling also changes some transitive dependencies, which may affect build/lint tooling.
Overview
Updates
i18nextfrom v25.x to^26.0.10inpackage.jsonand refreshespackage-lock.jsonaccordingly.The lockfile update reflects upstream dependency metadata changes (e.g., dropping
@babel/runtimefromi18nextand updating peer dependency constraints), along with associated transitive dependency graph adjustments.Reviewed by Cursor Bugbot for commit a05b563. Bugbot is set up for automated code reviews on this repo. Configure here.