[PR #798] [MERGED] chore(deps): bump @nuxtjs/axios from 5.9.7 to 5.10.0 #2861

Closed
opened 2026-03-17 00:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 976d5e2 chore(deps): bump @nuxtjs/axios from 5.9.7 to 5.10.0

📊 Changes

2 files changed (+14 additions, -9 deletions)

View changed files

📝 package-lock.json (+13 -8)
📝 package.json (+1 -1)

📄 Description

Bumps @nuxtjs/axios from 5.9.7 to 5.10.0.

Release notes

Sourced from @nuxtjs/axios's releases.

v5.10.0

Features

  • plugin: enable server brotli if supported (closes #276) (074f98c)

Bug Fixes

  • module: Allow browserBaseURL as empty string (fixes #303) (18afe5c)
  • plugin: preserve default headers (fixes #323) (6c5605d)
  • plugin: use globalName instead of $nuxt (fixes #345) (fd1f8ec)
Changelog

Sourced from @nuxtjs/axios's changelog.

5.10.0 (2020-04-21)

Features

  • plugin: enable server brotli if supported (closes #276) (074f98c)

Bug Fixes

  • module: browserBaseURL as empty string (fixes #303) (18afe5c)
  • plugin: preserve default headers (fixes #323) (6c5605d)
  • plugin: use globalName instead of $nuxt (fixes #345) (fd1f8ec)
Commits
  • 86d16cf chore(release): 5.10.0
  • 8be99d1 test: remove brotli test
  • 074f98c feat(plugin): enable server brotli if supported (closes #276)
  • 18afe5c fix(module): browserBaseURL as empty string (fixes #303)
  • 6c5605d fix(plugin): preserve default headers (fixes #323)
  • fd1f8ec fix(plugin): use globalName instead of $nuxt (fixes #345)
  • 7dec0a0 chore: update yarn.lock
  • a9d3e55 chore(deps): update all non-major dependencies (#350)
  • d6b1043 chore(deps): update dependency defu to v2 (#351)
  • 509e43f Vue School links (#352)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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/798 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/axios-5.10.0` --- ### 📝 Commits (1) - [`976d5e2`](https://github.com/hoppscotch/hoppscotch/commit/976d5e2bb35a6260fe1b7d692494ad2c281be57d) chore(deps): bump @nuxtjs/axios from 5.9.7 to 5.10.0 ### 📊 Changes **2 files changed** (+14 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+13 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.9.7 to 5.10.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.10.0</h2> <h3>Features</h3> <ul> <li><strong>plugin:</strong> enable server brotli if supported (closes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/074f98cbdf409473357b2cd24cd6cb13fe75f149">074f98c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>module:</strong> Allow <code>browserBaseURL</code> as empty string (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/303">#303</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/18afe5c1a9aac6380bdd5ffb337a0968a6d504aa">18afe5c</a>)</li> <li><strong>plugin:</strong> preserve default headers (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/323">#323</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/6c5605df0b77e9e4df32ad1eaecb2eac60eb1c1d">6c5605d</a>)</li> <li><strong>plugin:</strong> use <code>globalName</code> instead of <code>$nuxt</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/345">#345</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/fd1f8ec17160f6e88610e3dfa2153423b3140592">fd1f8ec</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.9.7...v5.10.0">5.10.0</a> (2020-04-21)</h2> <h3>Features</h3> <ul> <li><strong>plugin:</strong> enable server brotli if supported (closes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/074f98cbdf409473357b2cd24cd6cb13fe75f149">074f98c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>module:</strong> browserBaseURL as empty string (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/303">#303</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/18afe5c1a9aac6380bdd5ffb337a0968a6d504aa">18afe5c</a>)</li> <li><strong>plugin:</strong> preserve default headers (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/323">#323</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/6c5605df0b77e9e4df32ad1eaecb2eac60eb1c1d">6c5605d</a>)</li> <li><strong>plugin:</strong> use <code>globalName</code> instead of <code>$nuxt</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/345">#345</a>) (<a href="https://github.com/nuxt-community/axios-module/commit/fd1f8ec17160f6e88610e3dfa2153423b3140592">fd1f8ec</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/axios-module/commit/86d16cf58d3583008cb24f1170e237709eb205dd"><code>86d16cf</code></a> chore(release): 5.10.0</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/8be99d18ac3c339e00ce6daf7303e77c2f915baa"><code>8be99d1</code></a> test: remove brotli test</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/074f98cbdf409473357b2cd24cd6cb13fe75f149"><code>074f98c</code></a> feat(plugin): enable server brotli if supported (closes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/276">#276</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/18afe5c1a9aac6380bdd5ffb337a0968a6d504aa"><code>18afe5c</code></a> fix(module): browserBaseURL as empty string (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/303">#303</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/6c5605df0b77e9e4df32ad1eaecb2eac60eb1c1d"><code>6c5605d</code></a> fix(plugin): preserve default headers (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/323">#323</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/fd1f8ec17160f6e88610e3dfa2153423b3140592"><code>fd1f8ec</code></a> fix(plugin): use <code>globalName</code> instead of <code>$nuxt</code> (fixes <a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/345">#345</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/7dec0a0f405b4380f7c9664e5ebabd81ec750b46"><code>7dec0a0</code></a> chore: update yarn.lock</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/a9d3e5575a886e986a929df25c9e561024bcaff7"><code>a9d3e55</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/350">#350</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/d6b10430845a3b50acf2250713de4ef45de663fa"><code>d6b1043</code></a> chore(deps): update dependency defu to v2 (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/351">#351</a>)</li> <li><a href="https://github.com/nuxt-community/axios-module/commit/509e43fbeb9c69f2a572071acbb69d82a485b5e6"><code>509e43f</code></a> Vue School links (<a href="https://github-redirect.dependabot.com/nuxt-community/axios-module/issues/352">#352</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/axios-module/compare/v5.9.7...v5.10.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.9.7&new-version=5.10.0)](https://dependabot.com/compatibility-score/?dependency-name=@nuxtjs/axios&package-manager=npm_and_yarn&previous-version=5.9.7&new-version=5.10.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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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:31:54 +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#2861
No description provided.