app-tutorial
app-tutorial copied to clipboard
chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.5.0
Bumps @nextcloud/axios from 2.3.0 to 2.5.0.
Release notes
Sourced from @nextcloud/axios's releases.
v2.5.0
2.5.0 - 2024-04-30
Added
- Export
isAxiosErrorand Axios types - So in most cases you do not need to also depend on vanilla AxiosFixed
- 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/routerfrom 2.1.2 to 3.0.1- Bump
@nextcloud/authfrom 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
Node16orNodeNextto import the packageChanged
- 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.0 - 2024-04-30
Added
- Export
isAxiosErrorand Axios types - So in most cases you do not need to also depend on vanilla AxiosFixed
- 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/routerfrom 2.1.2 to 3.0.1- Bump
@nextcloud/authfrom 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
Node16orNodeNextto import the packageChanged
- Axios upgrade from v0.27 to v1.4
- Update node engines to next LTS (node 20 / npm 9)
- Dependency updates
Commits
0de2deeMerge pull request #656 from nextcloud-libraries/chore/prepare-2-5-04d7163echore: Prepare 2.5.0 releasec282b38Merge pull request #652 from nextcloud-libraries/fix/npma6c005aMerge pull request #653 from nextcloud-libraries/update-workflowsd92c7a7Merge pull request #654 from nextcloud-libraries/fix/readmeef511faMerge pull request #655 from nextcloud-libraries/fix/export-typesd7e0a6bfeat: ExportisAxiosErrorand axios types5afd991fix: Adjust badges and links in README4bbe70cMerge pull request #643 from nextcloud-libraries/dependabot/npm_and_yarn/next...a569865chore(deps): Bump@nextcloud/authfrom 2.1.0 to 2.3.0- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #627.