qooxdoo / qooxdoo

qooxdoo - Universal JavaScript Framework
http://qooxdoo.org
Other
764 stars 259 forks source link

Fix punycode warning #10675

Closed johnspackman closed 1 month ago

johnspackman commented 1 month ago

The punycode warning is caused by old octokit and node-fetch; node-fetch is removed from this as our use is trivial, and octokit is upgraded

This PR also includes fixes for dependency discovery, which was useful early on when tracking side effects down, but is no longer strictly necessary for this PR - I'll leave it in for now unless anyone has an objection, in which case I can make it a separate PR

Also this fixes https://github.com/qooxdoo/qooxdoo/issues/10669

johnspackman commented 1 month ago

superceeded by https://github.com/qooxdoo/qooxdoo/pull/10678