Sebclem / hassio-nextcloud-backup

Hass.io Add-on: Backup your snapshots to Nextcloud
GNU General Public License v3.0
118 stars 15 forks source link

:arrow_up: Update dependency webdav to v5 #208

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webdav 4.10.0 -> 5.6.0 age adoption passing confidence

Release Notes

perry-mitchell/webdav-client (webdav) ### [`v5.6.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v560) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.5.0...v5.6.0) *2024-04-24* - Switch to `entities` over `he` - **Bugfixes** - [#​366](https://togithub.com/perry-mitchell/webdav-client/issues/366) React-native import not working ### [`v5.5.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v550) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.4.0...v5.5.0) *2024-03-18* - [#​303](https://togithub.com/perry-mitchell/webdav-client/issues/303) Partially update file contents - [#​329](https://togithub.com/perry-mitchell/webdav-client/issues/329) Overwrite option for copy/move file - [#​369](https://togithub.com/perry-mitchell/webdav-client/issues/369) Automatic auth mode ### [`v5.4.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v540) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.3.2...v5.4.0) *2024-02-24* - [#​359](https://togithub.com/perry-mitchell/webdav-client/issues/359) React-Native specific build - Updated dependencies ### [`v5.3.2`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v532) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.3.1...v5.3.2) *2024-02-05* - **Bugfix**: - [#​364](https://togithub.com/perry-mitchell/webdav-client/pull/364) XML entities double decoded ### [`v5.3.1`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v531) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.3.0...v5.3.1) *2023-11-27* - **Bugfix**: - [#​360](https://togithub.com/perry-mitchell/webdav-client/pull/360) Incorrect filename due to mishandling of XML-encoded href ### [`v5.3.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v530) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.2.3...v5.3.0) *2023-08-30* - [#​205](https://togithub.com/perry-mitchell/webdav-client/issues/205) Search method - **Bugfix**: - [#​355](https://togithub.com/perry-mitchell/webdav-client/issues/355) Can not be imported with newer node versions - [#​346](https://togithub.com/perry-mitchell/webdav-client/pull/346) Node import forces use of `esModuleInterop` flag ### [`v5.2.3`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v523) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.2.2...v5.2.3) *2023-07-16* - React-Native entry in `package.json` ### [`v5.2.2`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v522) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.2.1...v5.2.2) *2023-06-29* - **Bugfix**: - [#​339](https://togithub.com/perry-mitchell/webdav-client/issues/339) Unable to import files from `dist` ### [`v5.2.1`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v521) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.2.0...v5.2.1) *2023-06-18* - **Bugfix**: - [#​339](https://togithub.com/perry-mitchell/webdav-client/issues/339) Regression: `processResponsePayload` and other methods not exposed in exports ### [`v5.2.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v520) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.1.0...v5.2.0) *2023-06-18* - [#​344](https://togithub.com/perry-mitchell/webdav-client/pull/344) Upgrade `fast-xml-parser` to new major (v4) - **Bugfix**: - [#​336](https://togithub.com/perry-mitchell/webdav-client/issues/336) `fast-xml-parser` vulnerability ### [`v5.1.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v510) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v5.0.0...v5.1.0) *2023-05-29* - [#​342](https://togithub.com/perry-mitchell/webdav-client/issues/342) Support custom remote base directory (other than path specified in URL): `remoteBasePath` ### [`v5.0.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v500) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v4.11.3...v5.0.0) *2022-11-30* - **Major release** - [#​326](https://togithub.com/perry-mitchell/webdav-client/issues/326) Build output is now ESM only (read [this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)) - \~~[#​269](https://togithub.com/perry-mitchell/webdav-client/issues/269)~~ [#​335](https://togithub.com/perry-mitchell/webdav-client/pull/335) Axios replaced with Fetch - [#​178](https://togithub.com/perry-mitchell/webdav-client/issues/178) Support returning current directory info for `getDirectoryContents` - [#​332](https://togithub.com/perry-mitchell/webdav-client/issues/332) HA1 support for Digest authentication - [#​341](https://togithub.com/perry-mitchell/webdav-client/pull/341) Preserve stringified numbers with leading zeros - **Bugfix**: - [#​204](https://togithub.com/perry-mitchell/webdav-client/issues/204) Missing engine restriction for Node - [#​159](https://togithub.com/perry-mitchell/webdav-client/issues/159) Missing error status code Breaking changes: - Download progress no longer supported (`onDownloadProgress`): [see discussion](https://togithub.com/perry-mitchell/webdav-client/issues/319#issuecomment-1328323167) - Upload progress no longer supported (`onUploadProgress`): [see discussion](https://togithub.com/perry-mitchell/webdav-client/issues/319#issuecomment-1328323167) - Node request limitations removed: `maxBodyLength` and `maxContentLength` are no longer needed/supported ### [`v4.11.3`](https://togithub.com/perry-mitchell/webdav-client/compare/v4.11.2...v4.11.3) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v4.11.2...v4.11.3) ### [`v4.11.2`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v4112) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v4.11.1...v4.11.2) *2022-11-19* - **Bugfix**: - [#​323](https://togithub.com/perry-mitchell/webdav-client/issues/323) Cannot use namespace `HotPatcher` as a type ### [`v4.11.1`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v4111) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v4.11.0...v4.11.1) *2022-11-19* - **Bugfix**: - [#​324](https://togithub.com/perry-mitchell/webdav-client/pull/324) Missing leading slash causes extra entries in `getDirectoryContents` call ### [`v4.11.0`](https://togithub.com/perry-mitchell/webdav-client/blob/HEAD/CHANGELOG.md#v4110) [Compare Source](https://togithub.com/perry-mitchell/webdav-client/compare/v4.10.0...v4.11.0) *2022-08-21* - [#​315](https://togithub.com/perry-mitchell/webdav-client/pull/315) `HotPatcher` intermediate type annotation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud