[PR #186] [CLOSED] fix(deps): bump @nuxtjs/i18n from 7.1.0 to 7.2.0 #193

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/186
Author: @dependabot[bot]
Created: 11/5/2021
Status: Closed

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


📝 Commits (1)

  • e1aafb3 fix(deps): bump @nuxtjs/i18n from 7.1.0 to 7.2.0

📊 Changes

2 files changed (+105 additions, -43 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+104 -42)

📄 Description

Bumps @nuxtjs/i18n from 7.1.0 to 7.2.0.

Release notes

Sourced from @​nuxtjs/i18n's releases.

v7.2.0

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)
Changelog

Sourced from @​nuxtjs/i18n's changelog.

7.2.0 (2021-11-04)

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)
Commits
  • 1113a66 chore: release 7.2.0
  • 8a6d6b3 chore(deps): update all non-major dependencies (#1332)
  • 696bd12 feat: expose hook for extending messages (#1319)
  • afd70b0 chore(ci): only one set of linter annotations in github
  • a305a28 chore: fix some new eslint warnings
  • 0a17df7 chore(docs): rename non-matching page name
  • 89eb12f fix(docs): refactor and separate some pages related to routing
  • c7981ff chore(deps): update devdependency core-js to v3.19.0 (#1330)
  • 7f35a64 chore(deps): update devdependency playwright-chromium to v1.16.1 (#1326)
  • 608dab5 chore(deps): update docs dependencies (#1329)
  • 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/186 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/i18n-7.2.0` --- ### 📝 Commits (1) - [`e1aafb3`](https://github.com/ArthurDanjou/website-old/commit/e1aafb36ddee2267d64506030ffc0aedbe842c6e) fix(deps): bump @nuxtjs/i18n from 7.1.0 to 7.2.0 ### 📊 Changes **2 files changed** (+105 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+104 -42) </details> ### 📄 Description Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 7.1.0 to 7.2.0. <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.0</h2> <h3>Features</h3> <ul> <li>expose hook for extending messages (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1319">#1319</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/696bd1260d731feade80eaa0ad8ff0febe53f3a7">696bd12</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> refactor and separate some pages related to routing (<a href="https://github.com/nuxt-community/i18n-module/commit/89eb12f54dd44088d0718c30756774c24fcb25d9">89eb12f</a>)</li> <li>load vue-template-compiler with nuxt.resolver.requireModule (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1327">#1327</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/c5a3ca861e36ff9602d34c20321667676025af8b">c5a3ca8</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> <h2><a href="https://github.com/nuxt-community/i18n-module/compare/v7.1.0...v7.2.0">7.2.0</a> (2021-11-04)</h2> <h3>Features</h3> <ul> <li>expose hook for extending messages (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1319">#1319</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/696bd1260d731feade80eaa0ad8ff0febe53f3a7">696bd12</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> refactor and separate some pages related to routing (<a href="https://github.com/nuxt-community/i18n-module/commit/89eb12f54dd44088d0718c30756774c24fcb25d9">89eb12f</a>)</li> <li>load vue-template-compiler with nuxt.resolver.requireModule (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1327">#1327</a>) (<a href="https://github.com/nuxt-community/i18n-module/commit/c5a3ca861e36ff9602d34c20321667676025af8b">c5a3ca8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/i18n-module/commit/1113a66bdf7d36da3cc66e2d9282601cbbd5de92"><code>1113a66</code></a> chore: release 7.2.0</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/8a6d6b3bcbb2347ca396071ee5ede2fd221f7c5b"><code>8a6d6b3</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1332">#1332</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/696bd1260d731feade80eaa0ad8ff0febe53f3a7"><code>696bd12</code></a> feat: expose hook for extending messages (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1319">#1319</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/afd70b068690c8c016c7d495e89cfd55f769e3d5"><code>afd70b0</code></a> chore(ci): only one set of linter annotations in github</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/a305a280d2efb551e07008ffecbb29a8b4047d76"><code>a305a28</code></a> chore: fix some new eslint warnings</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/0a17df7ec6955aacc332dacc370459d7efccbb14"><code>0a17df7</code></a> chore(docs): rename non-matching page name</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/89eb12f54dd44088d0718c30756774c24fcb25d9"><code>89eb12f</code></a> fix(docs): refactor and separate some pages related to routing</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/c7981ff9f53e876ef35bc621009aa54d72f760a3"><code>c7981ff</code></a> chore(deps): update devdependency core-js to v3.19.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1330">#1330</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/7f35a6411082fca12359f9eafc4006f0f7dcdc06"><code>7f35a64</code></a> chore(deps): update devdependency playwright-chromium to v1.16.1 (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1326">#1326</a>)</li> <li><a href="https://github.com/nuxt-community/i18n-module/commit/608dab538472ec6eeb6c81a545dfcd306fd8529b"><code>608dab5</code></a> chore(deps): update docs dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/i18n-module/issues/1329">#1329</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/i18n-module/compare/v7.1.0...v7.2.0">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.1.0&new-version=7.2.0)](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:14 +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#193