Skip to content

Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0#1826

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/axios-2.6.0
Apr 23, 2026
Merged

Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0#1826
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/axios-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps @nextcloud/axios from 2.5.2 to 2.6.0.

Release notes

Sourced from @​nextcloud/axios's releases.

v2.6.0

2.6.0 - 2026-04-21

Notes

Deprecations

Axios.CancelToken is now deprecated, this was deprecated by upstream Axios since 0.22.0. Please migrate to the native AbortController API using the signal attribute within the Axios request configuration.

Behavior changes

This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped. All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed. For unit tests vitest will keep working as well, for Jest you might need to adjust the transformIgnorePatterns.

Fixed

  • fix: fetch token using @nextcloud/auth which updates the token on context (#913)
  • fix: axios does not preserve symbols in its config (#916)

Changed

  • Updated development dependencies
  • build(deps): Removed dependency on @nextcloud/router
  • build(deps): Added dependency on @nextcloud/auth 2.6.0+
  • build(deps): Bump axios to 1.15.0
  • ci: update all workflow templates from organization template repository (#905)
  • chore: deprecate Axios.CancelToken (#918)
  • chore: drop cjs and migrate building to vanilla Typescript (#919)
Changelog

Sourced from @​nextcloud/axios's changelog.

2.6.0 - 2026-04-16

Notes

Deprecations

Axios.CancelToken is now deprecated, this was deprecated by upstream Axios since 0.22.0. Please migrate to the native AbortController API using the signal attribute within the Axios request configuration.

Behavior changes

This package now only contains Javascript module (ESM) files, meaning the CommonJS files have been dropped. All app bundling tools we provide and support (Vite or Webpack 5+) will keep working without any changes needed. For unit tests vitest will keep working as well, for Jest you might need to adjust the transformIgnorePatterns.

Fixed

  • fix: fetch token using @nextcloud/auth which updates the token on context (#913)
  • fix: axios does not preserve symbols in its config (#916)

Changed

  • Updated development dependencies
  • build(deps): Removed dependency on @nextcloud/router
  • build(deps): Added dependency on @nextcloud/auth 2.6.0+
  • build(deps): Bump axios to 1.15.0
  • ci: update all workflow templates from organization template repository (#905)
  • chore: deprecate Axios.CancelToken (#918)
  • chore: drop cjs and migrate building to vanilla Typescript (#919)
Commits
  • 06dfd2b Merge pull request #920 from nextcloud-libraries/chore/prepare-v2-6-0
  • 7f9f1df chore: prepare v2.6.0
  • f0c1df1 Merge pull request #919 from nextcloud-libraries/chore/typescript
  • 21833ab chore: drop cjs and migrate building to vanilla Typescript
  • e1ddc89 Merge pull request #913 from nextcloud-libraries/fix/fetch-and-set-token
  • 96588b9 fix: fetch token using @nextcloud/auth which updates the token on context
  • c35a05c Merge pull request #916 from nextcloud-libraries/fix/axios
  • 6a4c5c5 fix: axios does not preserve symbols in config
  • 987e803 test: rename folder to comply with internal standards
  • 07b285d test: migrate tests for real browser tests using vitest browsermode +MSW
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/axios since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2026
@dependabot dependabot Bot requested a review from silverkszlo as a code owner April 22, 2026 11:23
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 22, 2026
@dependabot dependabot Bot requested a review from enjeck as a code owner April 22, 2026 11:23
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Apr 22, 2026
@github-actions github-actions Bot enabled auto-merge April 22, 2026 11:23
Bumps [@nextcloud/axios](https://github.com/nextcloud-libraries/nextcloud-axios) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-axios@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/axios-2.6.0 branch from 984a095 to b2484e0 Compare April 23, 2026 18:01
@github-actions github-actions Bot merged commit b97a882 into main Apr 23, 2026
31 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/nextcloud/axios-2.6.0 branch April 23, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants