[PR #287] [CLOSED] fix(deps): bump @nuxtjs/i18n from 7.2.2 to 7.2.3 #304

Closed
opened 2025-12-01 17:06:42 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/287
Author: @dependabot[bot]
Created: 8/2/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/i18n-7.2.3


📝 Commits (1)

  • bfb4301 fix(deps): bump @nuxtjs/i18n from 7.2.2 to 7.2.3

📊 Changes

2 files changed (+60 additions, -52 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+59 -51)

📄 Description

Bumps @nuxtjs/i18n from 7.2.2 to 7.2.3.

Release notes

Sourced from @​nuxtjs/i18n's releases.

v7.2.3

Bug Fixes

  • infinite redirect on URL with special characters (#1472) (426af76)
Changelog

Sourced from @​nuxtjs/i18n's changelog.

7.2.3 (2022-08-01)

Bug Fixes

  • infinite redirect on URL with special characters (#1472) (426af76)
Commits
  • a0d52a1 chore: release 7.2.3
  • 426af76 fix: infinite redirect on URL with special characters (#1472)
  • a5f0188 chore(deps): update all non-major dependencies
  • b776c37 chore(deps): update devdependency @​nuxtjs/eslint-config-typescript to v10
  • 7740a33 chore(deps): update devdependency @​release-it/conventional-changelog to v5 (#...
  • a3fc5b1 chore(deps): update devdependency release-it to v15 (#1435)
  • ae475b9 chore(deps): disable updates of the node engine
  • a8717e7 refactor: require minimum node 14 (#1473)
  • 7183793 chore(docs): add next branch link
  • e5af079 chore(docs): fix typo (#1464)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/287 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/i18n-7.2.3` --- ### 📝 Commits (1) - [`bfb4301`](https://github.com/ArthurDanjou/website-old/commit/bfb430103870b39977fb270465d962973ee23432) fix(deps): bump @nuxtjs/i18n from 7.2.2 to 7.2.3 ### 📊 Changes **2 files changed** (+60 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+59 -51) </details> ### 📄 Description Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 7.2.2 to 7.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/releases"><code>@​nuxtjs/i18n</code>'s releases</a>.</em></p> <blockquote> <h2>v7.2.3</h2> <h3>Bug Fixes</h3> <ul> <li>infinite redirect on URL with special characters (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1472">#1472</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/426af769d5f55d9eeaa3078a8c244caa2d0a7b68">426af76</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/i18n-module/blob/main/CHANGELOG.md"><code>@​nuxtjs/i18n</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/i18n-module/compare/v7.2.2...v7.2.3">7.2.3</a> (2022-08-01)</h3> <h3>Bug Fixes</h3> <ul> <li>infinite redirect on URL with special characters (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1472">#1472</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/426af769d5f55d9eeaa3078a8c244caa2d0a7b68">426af76</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a0d52a1a430d2e26d7c510592ddc9cbb8d72cd34"><code>a0d52a1</code></a> chore: release 7.2.3</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/426af769d5f55d9eeaa3078a8c244caa2d0a7b68"><code>426af76</code></a> fix: infinite redirect on URL with special characters (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1472">#1472</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a5f01886d08e26dbf991fdefb7ac7eed92f57c08"><code>a5f0188</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/b776c371dff16009d54e7e6de410edcc6f94fe06"><code>b776c37</code></a> chore(deps): update devdependency <code>@​nuxtjs/eslint-config-typescript</code> to v10</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/7740a33b471b53551b03383c592df1d50e06c872"><code>7740a33</code></a> chore(deps): update devdependency <code>@​release-it/conventional-changelog</code> to v5 (#...</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a3fc5b1c818f1666b8dd47c8bd826e41ceed42a5"><code>a3fc5b1</code></a> chore(deps): update devdependency release-it to v15 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1435">#1435</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/ae475b91bf3c574e0e2190a8cc79e5c0f497a9c9"><code>ae475b9</code></a> chore(deps): disable updates of the node engine</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a8717e72f3cc9efe8212163b34954eb920c8e22d"><code>a8717e7</code></a> refactor: require minimum node 14 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1473">#1473</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/71837930f5c35d48a66c2e02458cd5a982e61fd3"><code>7183793</code></a> chore(docs): add next branch link</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/e5af079a02892e53e1212c966cce3bfa6504c760"><code>e5af079</code></a> chore(docs): fix typo (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1464">#1464</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v7.2.2...v7.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/i18n&package-manager=npm_and_yarn&previous-version=7.2.2&new-version=7.2.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#304