[PR #1459] [CLOSED] chore(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.0 #3322

Closed
opened 2026-03-17 00:56:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1459
Author: @dependabot[bot]
Created: 2/2/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/nuxtjs/axios-5.13.0


📝 Commits (1)

  • 355ce3d chore(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.0

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 package-lock.json (+9 -9)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/axios from 5.12.5 to 5.13.0.

Release notes

Sourced from @nuxtjs/axios's releases.

v5.13.0

Features

  • Support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • Add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)
Changelog

Sourced from @nuxtjs/axios's changelog.

5.13.0 (2021-02-01)

Features

  • support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)
Commits
  • a61b82b chore(release): 5.13.0
  • 8904847 feat: support baseUrl and browserBaseUrl to handle casing typos
  • a1a1894 fix: add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore de...
  • See full diff 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/hoppscotch/hoppscotch/pull/1459 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/2/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/axios-5.13.0` --- ### 📝 Commits (1) - [`355ce3d`](https://github.com/hoppscotch/hoppscotch/commit/355ce3da30878961853e72999474c5e79b3e874a) chore(deps): bump @nuxtjs/axios from 5.12.5 to 5.13.0 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.5 to 5.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/axios-module/releases"><code>@nuxtjs/axios's releases</code></a>.</em></p> <blockquote> <h2>v5.13.0</h2> <h3>Features</h3> <ul> <li>Support <code>baseUrl</code> and <code>browserBaseUrl</code> to handle casing typos (<a href="https://github.com/nuxt-community/axios-module/commit/890484755c1897da8dd80c155fba2328c05f58f8">8904847</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Add <code>x-forwarded-port</code> and <code>x-forwarded-proto</code> to <code>proxyHeaderIgnore</code> defaults (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/465">#465</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/a1a189486d63356433c939529d6e631f3fc9f923">a1a1894</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md"><code>@nuxtjs/axios's changelog</code></a>.</em></p> <blockquote> <h2><a href="https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0">5.13.0</a> (2021-02-01)</h2> <h3>Features</h3> <ul> <li>support baseUrl and browserBaseUrl to handle casing typos (<a href="https://github.com/nuxt-community/axios-module/commit/890484755c1897da8dd80c155fba2328c05f58f8">8904847</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add <code>x-forwarded-port</code> and <code>x-forwarded-proto</code> to <code>proxyHeaderIgnore</code> defaults (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/465">#465</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/a1a189486d63356433c939529d6e631f3fc9f923">a1a1894</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/axios-module/commit/a61b82bb877bc182a4d0cff5de2ed7ad39ce67da"><code>a61b82b</code></a> chore(release): 5.13.0</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/890484755c1897da8dd80c155fba2328c05f58f8"><code>8904847</code></a> feat: support baseUrl and browserBaseUrl to handle casing typos</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/a1a189486d63356433c939529d6e631f3fc9f923"><code>a1a1894</code></a> fix: add <code>x-forwarded-port</code> and <code>x-forwarded-proto</code> to <code>proxyHeaderIgnore</code> de...</li> <li>See full diff in <a href="https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/axios&package-manager=npm_and_yarn&previous-version=5.12.5&new-version=5.13.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>
kerem 2026-03-17 00:56:52 +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#3322
No description provided.