You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the package.json, node versions >=18 are supported.
When I execute an aio command using node22, I do not want to get a punycode warning.
Actual Behaviour
However, when executing aio plugins I get a warning
$ aio plugins
(node:32423) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Expected Behaviour
According to the package.json, node versions >=18 are supported.
When I execute an aio command using node22, I do not want to get a punycode warning.
Actual Behaviour
However, when executing
aio plugins
I get a warningKnown details:
the punycode comes in through eslint(even latest 9.13.0) and @adobe/eslint-config-aio-lib-config that both use ajv
│ ├─┬ [email protected]
│ │ ├── [email protected] deduped
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
I tried to workaround it by using https://github.com/andreinwald/uri-js-replace but failes to do so.
The text was updated successfully, but these errors were encountered: