Skip to content

Commit b096e09

Browse files
Upgrade: [dependabot] - bump react-i18next from 15.1.1 to 15.1.3 (#222)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.1 to 15.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>15.1.3</h3> <ul> <li>fix: Self-closing REACT components in translation strings should not attempt to replace the component's children <a href="https://redirect.github.com/i18next/react-i18next/issues/1815">1815</a> <a href="https://redirect.github.com/i18next/react-i18next/pull/1816">1816</a></li> </ul> <h3>15.1.2</h3> <ul> <li>fix: Attempted to assign to readonly property <a href="https://redirect.github.com/i18next/next-i18next/pull/1813">1813</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/bf52f87a0c39dbcb0977353dbeda5deee3c08911"><code>bf52f87</code></a> 15.1.3</li> <li><a href="https://github.com/i18next/react-i18next/commit/7916634f157aef773ee868b2c61d41fda5eb3752"><code>7916634</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/99bf308660513868d55b60116ef98dac666f3ccc"><code>99bf308</code></a> fix issue where component children would be removed when they are passed to r...</li> <li><a href="https://github.com/i18next/react-i18next/commit/ae85abbfc4548b2473c2fe726301d4b7bfe502a6"><code>ae85abb</code></a> cosmetics</li> <li><a href="https://github.com/i18next/react-i18next/commit/4cd54b1111db6d33e16b8b9c6815e49b4a883d52"><code>4cd54b1</code></a> build</li> <li><a href="https://github.com/i18next/react-i18next/commit/9f2737704780e8a5707e13bee7394ffd898c99c4"><code>9f27377</code></a> 15.1.2</li> <li><a href="https://github.com/i18next/react-i18next/commit/12e2ebdf38542490177a3974a5ef1cfa393e34af"><code>12e2ebd</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/2d00f347befd760a5f3b5a209e6208ebff54f3dd"><code>2d00f34</code></a> fix: Attempted to assign to readonly property (<a href="https://redirect.github.com/i18next/react-i18next/issues/1813">#1813</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/594555c45dd680eaabca502e66bb80eab645ccad"><code>594555c</code></a> update i18next dep in example</li> <li><a href="https://github.com/i18next/react-i18next/commit/c9a73eb19b6e665957245f41f4f33aa2f1830269"><code>c9a73eb</code></a> update deps in react example</li> <li>Additional commits viewable in <a href="https://github.com/i18next/react-i18next/compare/v15.1.1...v15.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-i18next&package-manager=npm_and_yarn&previous-version=15.1.1&new-version=15.1.3)](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>
1 parent 0295a38 commit b096e09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cpt-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"nhsuk-react-components": "^5.0.0",
1919
"react": "^18",
2020
"react-dom": "^18",
21-
"react-i18next": "^15.1.1",
21+
"react-i18next": "^15.1.3",
2222
"react-intl": "^7.0.1",
2323
"sass": "^1.81.0"
2424
},

0 commit comments

Comments
 (0)