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

fixes punycode warning #10678

Merged
merged 6 commits into from
Apr 7, 2024
Merged

Conversation

johnspackman
Copy link
Member

The punycode warning is caused by old octokit and node-fetch; both are upgraded

Also this fixes #10669

Copy link
Member

@derrell derrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The native fetch API is implemented and marked experimental in NodeJS, so soon this can change again to avoid even the import and use native functionality.

Copy link
Contributor

@goldim goldim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wanna pay your attention on know-good compiler. It still has this warning. Is it a good idea to create an issue for it?

run /var/www/html/qooxdoo/known-good/node_modules/.bin/qx compile --target=build
(node:39891) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

@johnspackman
Copy link
Member Author

No, that problem should go away after this is released, known-good will automatically become a version with this fix in it.

(I think it's automatic anyway! If not we'll just have to update a target version, but can't do that until after this is released)

@hkollmann hkollmann merged commit a5765e5 into qooxdoo:master Apr 7, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

warnings during qx create app
6 participants