Shazron Abdullah
Shazron Abdullah
https://github.com/adobe/aio-cli-plugin-config/blame/6cc403bc59bfca43ba943bc1e1728bf4ab3c4f79/src/commands/config/index.js#L15 The command is doing something weird, in that it inherits from another command. It shouldn't do so, in this case it is essentially just the list command (not an...
Filed https://github.com/adobe/aio-cli-plugin-config/issues/155
``` ❯ npm root -g /Users/shazron/.nvm/versions/node/v22.11.0/lib/node_modules ❯ cd /Users/shazron/.nvm/versions/node/v22.11.0/lib/node_modules ❯ cd @adobe/aio-cli ❯ npm ls punycode @adobe/[email protected] /Users/shazron/.nvm/versions/node/v22.11.0/lib/node_modules/@adobe/aio-cli ├─┬ @adobe/[email protected] │ └─┬ @adobe/[email protected] │ └─┬ [email protected] │ └─┬ [email protected] │...
`[email protected]` (the latest) does not have punycode as a dependency. `[email protected]` (the latest) still has the `[email protected]` dependency.
1. [email protected] has updated the ajv that has the required updates. However, webpack needs to have a new release that uses the new schema-utils, and that timeline for update is...
webpack can't update to the latest schema-utils because of node version support reasons: https://github.com/webpack/schema-utils/issues/191
PR https://github.com/adobe/aio-lib-console/pull/87
PR https://github.com/adobe/aio-cli-plugin-app-dev/pull/124
PRs merged and released.
Re-opening since the releases don't totally solve the issue yet.