[PR #615] [CLOSED] Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.5.1 #627

Closed
opened 2026-02-26 06:31:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/615
Author: @dependabot[bot]
Created: 9/28/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nextcloud/axios-2.5.1


📝 Commits (1)

  • 34de4a1 Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.5.1

📊 Changes

2 files changed (+174 additions, -133 deletions)

View changed files

📝 package-lock.json (+173 -132)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/axios from 2.3.0 to 2.5.1.

Release notes

Sourced from @​nextcloud/axios's releases.

v2.5.1

2.5.1 - 2024-09-18

Fixed

  • Make license info SPDX compliant: GPL-3.0-or-later

v2.5.0

2.5.0 - 2024-04-30

Added

  • Export isAxiosError and Axios types - So in most cases you do not need to also depend on vanilla Axios

Fixed

  • fix: Set X-Requested-With header on all requests to avoid browser auth dialogs

Changed

  • Update NPM to v10 for LTS Node version 20
  • Bump axios from 1.5.0 to 1.6.8
  • Bump @​nextcloud/router from 2.1.2 to 3.0.1
  • Bump @​nextcloud/auth from 2.1.0 to 2.3.0
  • Migrate to vite and vitest
  • Adjust badges and links in README

v2.4.0

2.4.0 – 2023-06-28

Fixed

  • Fix package exports to allow Typescript projects with module resolution of Node16 or NodeNext to import the package

Changed

  • Axios upgrade from v0.27 to v1.4
  • Update node engines to next LTS (node 20 / npm 9)
  • Dependency updates
Changelog

Sourced from @​nextcloud/axios's changelog.

2.5.1 - 2024-09-18

Fixed

  • Make license info SPDX compliant: GPL-3.0-or-later

2.5.0 - 2024-04-30

Added

  • Export isAxiosError and Axios types - So in most cases you do not need to also depend on vanilla Axios

Fixed

  • fix: Set X-Requested-With header on all requests to avoid browser auth dialogs

Changed

  • Update NPM to v10 for LTS Node version 20
  • Bump axios from 1.5.0 to 1.6.8
  • Bump @​nextcloud/router from 2.1.2 to 3.0.1
  • Bump @​nextcloud/auth from 2.1.0 to 2.3.0
  • Migrate to vite and vitest
  • Adjust badges and links in README

2.4.0 – 2023-06-28

Fixed

  • Fix package exports to allow Typescript projects with module resolution of Node16 or NodeNext to import the package

Changed

  • Axios upgrade from v0.27 to v1.4
  • Update node engines to next LTS (node 20 / npm 9)
  • Dependency updates
Commits
  • 3b5ca76 Merge pull request #704 from nextcloud-libraries/fix/noid/spdxLicenseString
  • 83251d1 chore: Bump version to 2.5.1
  • f5b582a fix: Update license string to be SPDX compliant
  • 0de2dee Merge pull request #656 from nextcloud-libraries/chore/prepare-2-5-0
  • 4d7163e chore: Prepare 2.5.0 release
  • c282b38 Merge pull request #652 from nextcloud-libraries/fix/npm
  • a6c005a Merge pull request #653 from nextcloud-libraries/update-workflows
  • d92c7a7 Merge pull request #654 from nextcloud-libraries/fix/readme
  • ef511fa Merge pull request #655 from nextcloud-libraries/fix/export-types
  • d7e0a6b feat: Export isAxiosError and axios types
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/nextcloud/twofactor_gateway/pull/615 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/28/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/axios-2.5.1` --- ### 📝 Commits (1) - [`34de4a1`](https://github.com/nextcloud/twofactor_gateway/commit/34de4a197771864905cdfc1a05643069a7398991) Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.5.1 ### 📊 Changes **2 files changed** (+174 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+173 -132) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.3.0 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud/nextcloud-axios/releases"><code>@​nextcloud/axios</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <h2>2.5.1 - 2024-09-18</h2> <h3>Fixed</h3> <ul> <li>Make license info SPDX compliant: GPL-3.0-or-later</li> </ul> <h2>v2.5.0</h2> <h2>2.5.0 - 2024-04-30</h2> <h3>Added</h3> <ul> <li>Export <code>isAxiosError</code> and Axios types - So in most cases you do not need to also depend on vanilla Axios</li> </ul> <h3>Fixed</h3> <ul> <li>fix: Set X-Requested-With header on all requests to avoid browser auth dialogs</li> </ul> <h3>Changed</h3> <ul> <li>Update NPM to v10 for LTS Node version 20</li> <li>Bump axios from 1.5.0 to 1.6.8</li> <li>Bump <code>@​nextcloud/router</code> from 2.1.2 to 3.0.1</li> <li>Bump <code>@​nextcloud/auth</code> from 2.1.0 to 2.3.0</li> <li>Migrate to vite and vitest</li> <li>Adjust badges and links in README</li> </ul> <h2>v2.4.0</h2> <h2>2.4.0 – 2023-06-28</h2> <h3>Fixed</h3> <ul> <li>Fix package exports to allow Typescript projects with module resolution of <code>Node16</code> or <code>NodeNext</code> to import the package</li> </ul> <h3>Changed</h3> <ul> <li>Axios upgrade from v0.27 to v1.4</li> <li>Update node engines to next LTS (node 20 / npm 9)</li> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/nextcloud-axios/blob/v2.5.1/CHANGELOG.md"><code>@​nextcloud/axios</code>'s changelog</a>.</em></p> <blockquote> <h2>2.5.1 - 2024-09-18</h2> <h3>Fixed</h3> <ul> <li>Make license info SPDX compliant: GPL-3.0-or-later</li> </ul> <h2>2.5.0 - 2024-04-30</h2> <h3>Added</h3> <ul> <li>Export <code>isAxiosError</code> and Axios types - So in most cases you do not need to also depend on vanilla Axios</li> </ul> <h3>Fixed</h3> <ul> <li>fix: Set X-Requested-With header on all requests to avoid browser auth dialogs</li> </ul> <h3>Changed</h3> <ul> <li>Update NPM to v10 for LTS Node version 20</li> <li>Bump axios from 1.5.0 to 1.6.8</li> <li>Bump <code>@​nextcloud/router</code> from 2.1.2 to 3.0.1</li> <li>Bump <code>@​nextcloud/auth</code> from 2.1.0 to 2.3.0</li> <li>Migrate to vite and vitest</li> <li>Adjust badges and links in README</li> </ul> <h2>2.4.0 – 2023-06-28</h2> <h3>Fixed</h3> <ul> <li>Fix package exports to allow Typescript projects with module resolution of <code>Node16</code> or <code>NodeNext</code> to import the package</li> </ul> <h3>Changed</h3> <ul> <li>Axios upgrade from v0.27 to v1.4</li> <li>Update node engines to next LTS (node 20 / npm 9)</li> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/3b5ca76d9671a7e91c7ebfa05957a34c8f419a53"><code>3b5ca76</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/704">#704</a> from nextcloud-libraries/fix/noid/spdxLicenseString</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/83251d1f73f8f4c2b6cd46d657f994268cefb275"><code>83251d1</code></a> chore: Bump version to 2.5.1</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/f5b582a681a639e8651b859da89c279882dd0e44"><code>f5b582a</code></a> fix: Update license string to be SPDX compliant</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/0de2dee710e7fd089093c3e5a7711aea8e510e21"><code>0de2dee</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/656">#656</a> from nextcloud-libraries/chore/prepare-2-5-0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/4d7163e72e9c1e803564912307b50d4ffa5ebd71"><code>4d7163e</code></a> chore: Prepare 2.5.0 release</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/c282b38c3018fb328b635e6024882e4dbe89ac7f"><code>c282b38</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/652">#652</a> from nextcloud-libraries/fix/npm</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/a6c005a19ba3cad3b122dc27cb923d0f3a493aa3"><code>a6c005a</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/653">#653</a> from nextcloud-libraries/update-workflows</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/d92c7a7a13c3ef4a33e72376c8b8738e9b75aaa1"><code>d92c7a7</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/654">#654</a> from nextcloud-libraries/fix/readme</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/ef511fac9576d650a7a9205dcd999f2de7a08a57"><code>ef511fa</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/nextcloud-axios/issues/655">#655</a> from nextcloud-libraries/fix/export-types</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-axios/commit/d7e0a6b3d389ebb9612dd3dcd0055ddfe4e82cae"><code>d7e0a6b</code></a> feat: Export <code>isAxiosError</code> and axios types</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud/nextcloud-axios/compare/v2.3.0...v2.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/axios&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.5.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-02-26 06:31:39 +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/twofactor_gateway-nextcloud#627
No description provided.