[PR #711] [MERGED] chore(deps): bump nuxt from 2.12.0 to 2.12.1 #2809

Closed
opened 2026-03-17 00:28:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/711
Author: @dependabot-preview[bot]
Created: 3/27/2020
Status: Merged
Merged: 3/27/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/nuxt-2.12.1


📝 Commits (1)

  • 22e255f chore(deps): bump nuxt from 2.12.0 to 2.12.1

📊 Changes

2 files changed (+468 additions, -1476 deletions)

View changed files

📝 package-lock.json (+467 -1475)
📝 package.json (+1 -1)

📄 Description

Bumps nuxt from 2.12.0 to 2.12.1.

Release notes

Sourced from nuxt's releases.

v2.12.1

🐛 Bug Fixes

  • vue-app
    • #7129 Avoid multiple $fetch calls
    • #7103 Use globals.nuxt for fetch client mixin
    • #7128 Set default name to layout to avoid multi mounted calls
  • builder
    • #7097 Ensure entry is in the graph for HMR

🏡 Chore

  • readme
    • #7092 Simplify readme and add gitpod in contributing section
  • examples
    • #7098 Avoid warning with legacy postcss.config.js

💖 Thanks to

Commits
  • 8d35595 v2.12.1
  • ce92204 chore: sync readme
  • 0f27f80 fix(vue-app): avoid multiple $fetch calls (#7129)
  • b82f8d1 fix: set default name to layout to avoid multi mounted (#7128)
  • 90c6922 chore(readme): simplify readme and add gitpod in contributing (#7092)
  • a474c00 chore(deps): update dependency webpack to ^4.42.1 (#7121)
  • deffd1f fix(examples): avoid warning with legacy postcss.config.js (#7098)
  • af3cffc chore(renovate): ignore fs-extra v9 which requires node 10.x
  • 60f1aa9 chore(deps): update all non-major dependencies (dev) (#7100)
  • c8e7397 fix(vue-app): use globals.nuxt for fetch client mixin (#7103)
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/hoppscotch/hoppscotch/pull/711 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/27/2020 **Status:** ✅ Merged **Merged:** 3/27/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt-2.12.1` --- ### 📝 Commits (1) - [`22e255f`](https://github.com/hoppscotch/hoppscotch/commit/22e255f70628f14f5d0380b03308acfa704ca657) chore(deps): bump nuxt from 2.12.0 to 2.12.1 ### 📊 Changes **2 files changed** (+468 additions, -1476 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+467 -1475) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.12.0 to 2.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt.js/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v2.12.1</h2> <h3>🐛 Bug Fixes</h3> <ul> <li><code>vue-app</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7129">#7129</a> Avoid multiple <code>$fetch</code> calls</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7103">#7103</a> Use <code>globals.nuxt</code> for fetch client mixin</li> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7128">#7128</a> Set default name to layout to avoid multi mounted calls</li> </ul> </li> <li><code>builder</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7097">#7097</a> Ensure entry is in the graph for HMR</li> </ul> </li> </ul> <h3>🏡 Chore</h3> <ul> <li><code>readme</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7092">#7092</a> Simplify readme and add gitpod in contributing section</li> </ul> </li> <li><code>examples</code> <ul> <li><a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7098">#7098</a> Avoid warning with legacy <code>postcss.config.js</code></li> </ul> </li> </ul> <h3>💖 Thanks to</h3> <ul> <li>Adam (<a href="https://github.com/mercs600">@mercs600</a>)</li> <li>Aster (<a href="https://github.com/asterd">@asterd</a>)</li> <li>Sean Hellum (<a href="https://github.com/JesterOrNot">@JesterOrNot</a>)</li> <li><a href="https://github.com/daniluk4000">@daniluk4000</a></li> <li><a href="https://github.com/olddeda">@olddeda</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/nuxt.js/commit/8d355956d49c71349d165c4ca7531107e20d7b27"><code>8d35595</code></a> v2.12.1</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/ce92204d08e52c0ddf15eeb691e30e2817f300e8"><code>ce92204</code></a> chore: sync readme</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/0f27f80c0c0b154d42308b9fb3e182562e6dd01d"><code>0f27f80</code></a> fix(vue-app): avoid multiple <code>$fetch</code> calls (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7129">#7129</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/b82f8d16407ae4191ace2596f7b07264ae2dc19d"><code>b82f8d1</code></a> fix: set default name to layout to avoid multi mounted (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7128">#7128</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/90c6922f426c494fd14fcad609ffb12881073805"><code>90c6922</code></a> chore(readme): simplify readme and add gitpod in contributing (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7092">#7092</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/a474c00aae6a9ff66ec33e7eea0eb4c2f92ea46d"><code>a474c00</code></a> chore(deps): update dependency webpack to ^4.42.1 (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7121">#7121</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/deffd1f4d3e631ef53f4dd24c5e260c3686c31ad"><code>deffd1f</code></a> fix(examples): avoid warning with legacy postcss.config.js (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7098">#7098</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/af3cffc3e0a1046baa2e492876ab3f2de157067c"><code>af3cffc</code></a> chore(renovate): ignore fs-extra v9 which requires node 10.x</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/60f1aa93bd794219858e44ed94d14edbf736f068"><code>60f1aa9</code></a> chore(deps): update all non-major dependencies (dev) (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7100">#7100</a>)</li> <li><a href="https://github.com/nuxt/nuxt.js/commit/c8e7397d07b7f227e037d0eff91aa088a2e77e6d"><code>c8e7397</code></a> fix(vue-app): use <code>globals.nuxt</code> for fetch client mixin (<a href="https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/7103">#7103</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.12.0...v2.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.12.0&new-version=2.12.1)](https://dependabot.com/compatibility-score/?dependency-name=nuxt&package-manager=npm_and_yarn&previous-version=2.12.0&new-version=2.12.1) 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:28:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2809
No description provided.