[PR #450] [MERGED] ⬆️ Bump @nuxtjs/axios from 5.8.0 to 5.9.0 #2628

Closed
opened 2026-03-17 00:18:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/450
Author: @dependabot-preview[bot]
Created: 12/21/2019
Status: Merged
Merged: 12/21/2019
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/axios-5.9.0


📝 Commits (1)

  • 305a8f7 ⬆️ Bump @nuxtjs/axios from 5.8.0 to 5.9.0

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 package-lock.json (+11 -4)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/axios from 5.8.0 to 5.9.0.

Release notes

Sourced from @nuxtjs/axios's releases.

v5.9.0

Features

Changelog

Sourced from @nuxtjs/axios's changelog.

5.9.0 (2019-12-17)

Features

  • add CancelToken and isCancel to axios instance (#292) (474910b)
  • add function helper setBaseURL (#296) (c429d55)
  • allow adding custom headers with nuxt config (#294) (af1e86d)
  • allow creating new instances (#306) (2ca95e5)

Bug Fixes

  • docs: should be response.code instead of code (#197) (d07102e)
  • headers: don't proxy content-md5 and content-type (#300) (46c49e2)
  • progress: handle canceled requests (#301) (2903fd5)
  • types: correct Vuex Store instance (#227) (e5747eb)
  • use Axios for isCancel (fixes #301) (4f71479)
Commits

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/450 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/21/2019 **Status:** ✅ Merged **Merged:** 12/21/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/axios-5.9.0` --- ### 📝 Commits (1) - [`305a8f7`](https://github.com/hoppscotch/hoppscotch/commit/305a8f74b090ca6de36306fb40d7ea74300515bd) :arrow_up: Bump @nuxtjs/axios from 5.8.0 to 5.9.0 ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.8.0 to 5.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/axios-module/releases">@nuxtjs/axios's releases</a>.</em></p> <blockquote> <h2>v5.9.0</h2> <h3>Features</h3> <ul> <li>allow creating new instances (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/306">#306</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/2ca95e58235f10b22317a7c3d53d539d8006f528">2ca95e5</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/axios-module/blob/dev/CHANGELOG.md">@nuxtjs/axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nuxt-community/axios-module/compare/v5.6.0...v5.9.0">5.9.0</a> (2019-12-17)</h2> <h3>Features</h3> <ul> <li>add <code>CancelToken</code> and <code>isCancel</code> to axios instance (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/292">#292</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/474910bd875f2d1f6bf0e39e511db87b08673cdc">474910b</a>)</li> <li>add function helper <code>setBaseURL</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/296">#296</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/c429d555202620343bc79b70bad3aa61958fb368">c429d55</a>)</li> <li>allow adding custom headers with nuxt config (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/294">#294</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/af1e86d80065951a2ea47cdb291d159bf174f73a">af1e86d</a>)</li> <li>allow creating new instances (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/306">#306</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/2ca95e58235f10b22317a7c3d53d539d8006f528">2ca95e5</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> should be response.code instead of code (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/197">#197</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/d07102e51f9089988ba2b0184dd442ad4fc9d46a">d07102e</a>)</li> <li><strong>headers:</strong> don't proxy <code>content-md5</code> and <code>content-type</code> (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/300">#300</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/46c49e253cb23ffc1cf92ad02a1ab1fc24034906">46c49e2</a>)</li> <li><strong>progress:</strong> handle canceled requests (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/301">#301</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/2903fd579fe5deed693b26660a687089a589ebdf">2903fd5</a>)</li> <li><strong>types:</strong> correct Vuex Store instance (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/227">#227</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/e5747ebb275be56cb4496771911419038952bf4b">e5747eb</a>)</li> <li>use <code>Axios</code> for <code>isCancel</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/301">#301</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/4f714791b564b91b915c107299bb3ffecc3a482b">4f71479</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/axios-module/commit/17f9367ee4788e5ab6ea2c74d88188045a6407ba"><code>17f9367</code></a> chore(release): 5.9.0</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/2ee5cfc1c84fd0040d79011f00e022399985108b"><code>2ee5cfc</code></a> docs: update migration.md (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/309">#309</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/2ca95e58235f10b22317a7c3d53d539d8006f528"><code>2ca95e5</code></a> feat: allow creating new instances (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/306">#306</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/6425515f04360d3a2a3d6cf1bdfc019820b5f12f"><code>6425515</code></a> chore(deps): update dependency consola to ^2.11.1 (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/307">#307</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/520d6d748c72daa8219860bf3161240cf311c498"><code>520d6d7</code></a> chore(release): 5.8.0</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/474910bd875f2d1f6bf0e39e511db87b08673cdc"><code>474910b</code></a> feat: add <code>CancelToken</code> and <code>isCancel</code> to axios instance (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/292">#292</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/0d616f87392db4bf7c0fb29bcc23429fd85848f9"><code>0d616f8</code></a> chore(release): 5.7.1</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/4f714791b564b91b915c107299bb3ffecc3a482b"><code>4f71479</code></a> fix: use <code>Axios</code> for <code>isCancel</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/301">#301</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/6a146b37eb369f63267374befa04e670a20da182"><code>6a146b3</code></a> chore(release): 5.7.0</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/d239c384c98c55aac009e8ce4b93254bb60b0f26"><code>d239c38</code></a> chore: update yarn.lock</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/axios-module/compare/v5.8.0...v5.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@nuxtjs/axios&package-manager=npm_and_yarn&previous-version=5.8.0&new-version=5.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=@nuxtjs/axios&package-manager=npm_and_yarn&previous-version=5.8.0&new-version=5.9.0) 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:18:57 +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#2628
No description provided.