Skip to content

Update dependency webdav to v4 - autoclosed

Reiter, Christoph requested to merge renovate/webdav-4.x into master

This MR contains the following updates:

Package Type Update Change
webdav dependencies major ^3.6.1 -> ^4.0.0

Release Notes

perry-mitchell/webdav-client

v4.7.0

Compare Source

2021-08-27

  • #​65 Lock / Unlock methods

v4.6.1

Compare Source

2021-08-14

  • Bugfix:
    • #​267 Fix getFileContents string handling of remote JSON files

v4.6.0

Compare Source

2021-05-21

  • response property on WebDAVClientError instances (#​261)

v4.5.0

Compare Source

2021-05-17

  • Update dependencies - Webpack v5
  • Bugfix:
    • #​263 Fix putFileContents onUploadProgress callback option

v4.4.0

Compare Source

2021-05-09

  • #​259 Ensure correct collection path when creating directory
  • #​258 Handle prop status code in response when using stat

v4.3.0

Compare Source

2021-03-28

  • #​118 createDirectory recursive option

v4.2.1

Compare Source

2021-03-07

Includes a new feature for v4: data override option in method options. This missing feature is actually a regression when compared to the v3 code-base, but is now a first-party citizen in v4.

  • Bugfix:
    • #​238 Regression: Not possible to request custom properties in v4

v4.2.0

Compare Source

2021-02-18

  • #​203 putFileContents 412 response handling when { overwrite: false }
  • #​142 Callbacks with responses for createReadStream and createWriteStream
  • #​31 Errors thrown for range requests that don't return 206 Partial Content

v4.1.0

Compare Source

2021-02-15

  • Overridable headers option for most methods
  • Set and get base client headers via setHeaders and getHeaders

v4.0.0

Compare Source

2021-02-01

  • Major release
    • Project re-written in Typescript

Breaking changes:

  • Authentication is explicit in v4, when not using basic/no authentication. Specify the authentication type when creating the client.
  • headers can be specified when creating a client. These are overridden by method-specific headers when making requests.

Configuration

📅 Schedule: "every weekend" (UTC).

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

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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Reiter, Christoph

Merge request reports