mirror of
https://github.com/evroon/bracket.git
synced 2026-04-23 00:36:58 -04:00
Bump i18next from 23.9.0 to 23.10.0 in /frontend (#511)
Bumps [i18next](https://github.com/i18next/i18next) from 23.9.0 to 23.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v23.10.0</h2> <ul> <li>Add 'isInitializing' property so we're able to detect init() was already called <a href="https://redirect.github.com/i18next/i18next/issues/2141">2141</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>23.10.0</h2> <ul> <li>Add 'isInitializing' property so we're able to detect init() was already called <a href="https://redirect.github.com/i18next/i18next/issues/2141">2141</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="14598e2b74"><code>14598e2</code></a> 23.10.0</li> <li><a href="a19c14148d"><code>a19c141</code></a> add isInitializing property <a href="https://redirect.github.com/i18next/i18next/issues/2141">#2141</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v23.9.0...v23.10.0">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"cookies-next": "^4.1.0",
|
||||
"date-fns": "^3.3.1",
|
||||
"dayjs": "^1.11.10",
|
||||
"i18next": "^23.9.0",
|
||||
"i18next": "^23.10.0",
|
||||
"next": "^14.1.0",
|
||||
"next-i18next": "^15.1.1",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -3190,10 +3190,10 @@ i18next-fs-backend@^2.3.1:
|
||||
resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz#0c7d2459ff4a039e2b3228131809fbc0e74ff1a8"
|
||||
integrity sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg==
|
||||
|
||||
i18next@^23.9.0:
|
||||
version "23.9.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.9.0.tgz#659cfcbf51a20158bb094d17a85f3c583d473901"
|
||||
integrity sha512-f3MUciKqwzNV//mHG6EtdSlC65+nqH/3zK8sOSWqNV6FVu2tmHhF/rFOp9UF8S4m1odojtuipKaKJrP0Loh60g==
|
||||
i18next@^23.10.0:
|
||||
version "23.10.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.10.0.tgz#fb328794ae692e6fdde0564259e421f4203c4a2c"
|
||||
integrity sha512-/TgHOqsa7/9abUKJjdPeydoyDc0oTi/7u9F8lMSj6ufg4cbC1Oj3f/Jja7zj7WRIhEQKB7Q4eN6y68I9RDxxGQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user