deps: bump react-i18next from 16.5.8 to 16.6.2#483
deps: bump react-i18next from 16.5.8 to 16.6.2#483dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.8 to 16.6.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v16.5.8...v16.6.2) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c6fef104c8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "react-dom": "^18.3.1", | ||
| "react-hook-form": "^7.71.2", | ||
| "react-i18next": "^16.5.8", | ||
| "react-i18next": "^16.6.2", |
There was a problem hiding this comment.
Delay this upgrade until the app waits for i18n readiness
react-i18next 16.6.0+ now warns whenever t() is used before ready while useSuspense: false is enabled. This app does exactly that on cold starts: src/i18n/index.ts:162-164 disables Suspense, src/main.tsx:1-6 renders <App /> immediately instead of awaiting i18n.init(), and translated components never gate on the ready flag. After this bump, the initial render will emit warning spam from every useTranslation() consumer until init finishes, which will pollute dev/test output and make real i18n regressions much harder to spot.
Useful? React with 👍 / 👎.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
eryxon-flow-website | c6fef10 | Commit Preview URL Branch Preview URL |
Mar 23 2026, 08:32 AM |
Bumps react-i18next from 16.5.8 to 16.6.2.
Changelog
Sourced from react-i18next's changelog.
Commits
519045216.6.2598dd8eaddress: i18next/i18next#2367683156b16.6.1723d84bfeat(types): i18nKey of\<Trans i18nKey={sk} />to accept aSelectorKey5c9f9f0update i18next dep3a68a0b16.6.087eac5ftype-safevaluesprop on\<Trans />component — interpolation variables ar...5228855warn whentis called beforereadywithuseSuspense: false#1896a75ef78update deps and adjust testsDependabot 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)