Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 18 no longer supported (due to minimatch used by webdav) ? #1140

Closed
mcm1957 opened this issue Aug 3, 2024 · 3 comments
Closed

Node 18 no longer supported (due to minimatch used by webdav) ? #1140

mcm1957 opened this issue Aug 3, 2024 · 3 comments

Comments

@mcm1957
Copy link
Contributor

mcm1957 commented Aug 3, 2024

Backitup (current github revision) requires webdav 5.7.0
webdav requires minimatch 10.0.1 (according to package.lock.json)
minimatch requires node 20 or 22

So - as far as I see - backitup will no longer run at node 18.

Please verify / investigate. Maybe I'm wrong...

One solution would be to require node 20 (eingines clause). But this would conflict mit ioBroker officially still supporting node 18.

See https://forum.iobroker.net/topic/76190/instanz-backitup-wurde-gestoppt
In that case backitup 2.x.x was used but failed due to minimatch and node 18.

@mcm1957 mcm1957 changed the title Backitup - node 18 no longer suüpported (due to minimatch used by webdav)? Backitup - node 18 no longer supported (due to minimatch used by webdav)? Aug 3, 2024
@mcm1957 mcm1957 changed the title Backitup - node 18 no longer supported (due to minimatch used by webdav)? Node 18 no longer supported (due to minimatch used by webdav) ? Aug 3, 2024
@simatec
Copy link
Owner

simatec commented Aug 3, 2024

I have reinserted version 5.6.0 and added it as a fixed version.
Furthermore, I asked the developer of Webdav for a downgrade of minimatch, because Node 18 is not End of Life

perry-mitchell/webdav-client#382

@simatec
Copy link
Owner

simatec commented Aug 3, 2024

Fix in v3.0.15

@simatec simatec closed this as completed Aug 3, 2024
@mcm1957
Copy link
Contributor Author

mcm1957 commented Aug 3, 2024

Thanks for the ultra fast response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants