Skip to content

Commit 35fbb96

Browse files
Upgrade: [dependabot] - bump i18next-http-backend from 2.6.2 to 3.0.1 (#220)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.6.2 to 3.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md">i18next-http-backend's changelog</a>.</em></p> <blockquote> <h3>3.0.1</h3> <ul> <li>try to get rid of top-level await</li> </ul> <h3>3.0.0</h3> <ul> <li>fix for Deno 2 and removal of unnecessary .cjs file</li> <li>for esm build environments not supporting top-level await, you should import the <code>i18next-http-backend/cjs</code> export or stay at v2.6.2 or v2.7.1</li> </ul> <h3>2.7.1</h3> <ul> <li>same as 2.6.2</li> </ul> <h3>2.7.0</h3> <ul> <li>deprecated, same as v3.0.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-http-backend/commit/3c0ada7f168150938c0f14da4a9dad8a6a9a39e3"><code>3c0ada7</code></a> 3.0.1</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/dd21d68e4a66c68b0e840c3210bd0b9c1c69ffb0"><code>dd21d68</code></a> try to get rid of top-level await</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/2f975d728af649f4d73c579dd99c50e610780c11"><code>2f975d7</code></a> update changelog</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/00f0e5914c48a8510bebdad4401c77e3f1d64244"><code>00f0e59</code></a> update changelog</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/30e4fc527168d9fb8e2bde5991cbb468e2404f5e"><code>30e4fc5</code></a> 3.0.0</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/8d8bf8da5009da99ea4d67a4ec0facba577a21a6"><code>8d8bf8d</code></a> bump major</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/09dc9c9cf47d05974fae1a54f27eb4164eaa2a2f"><code>09dc9c9</code></a> update i18next dep</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/1c233f192d9e578ad84cf82bc153e1da93d6e593"><code>1c233f1</code></a> Mention JSONC in docs &amp; tests (<a href="https://redirect.github.com/i18next/i18next-http-backend/issues/159">#159</a>)</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/64e4a2eae2dae88b8866bb369442037c0e3bf356"><code>64e4a2e</code></a> changelog</li> <li><a href="https://github.com/i18next/i18next-http-backend/commit/d9629f99deff637729d90e337fdd2eaaa1c53012"><code>d9629f9</code></a> typo in changelog</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next-http-backend/compare/v2.6.2...v3.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next-http-backend&package-manager=npm_and_yarn&previous-version=2.6.2&new-version=3.0.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jim Wild <[email protected]>
1 parent 86bfae3 commit 35fbb96

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
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"i18next": "^23.16.8",
1515
"i18next-browser-languagedetector": "^8.0.0",
16-
"i18next-http-backend": "^2.6.2",
16+
"i18next-http-backend": "^3.0.1",
1717
"next": "15.0.3",
1818
"nhsuk-react-components": "^5.0.0",
1919
"react": "^18",

0 commit comments

Comments
 (0)