Shazron Abdullah
Shazron Abdullah
See https://github.com/adobe/aio-lib-core-networking/pull/84 See https://github.com/adobe/aio-cli/pull/704
I'm scheduling it for next week.
Re-opened. In local testing the overrides works but under certain circumstances listed here: https://github.com/npm/cli/issues/5850 But when installing via `npm install -g @adobe/aio-cli` the overrides do not work unfortunately because we...
possible fixes: 1. use dynamic import to use `[email protected]` which is ESM 2. use the built in global fetch in node (experimental in node-18, stable in node-22). Experimental might be...
Doing fix 2 since mixing ESM with CJS in Jest tests is not trivial. Done: - https://github.com/adobe/aio-cli-plugin-app-templates/pull/71 - https://github.com/adobe/aio-cli/pull/714 - https://github.com/adobe/aio-cli-plugin-app/pull/843 - https://github.com/adobe/aio-cli-plugin-telemetry/pull/31 Pending: - @adobe/aio-lib-core-networking - @adobe/aio-lib-events However, there...
It's not a blocker - so it's not scheduled for work on it currently, I'm doing it on my spare time. Please raise a support issue if it's critical so...
No, this issue is caused by Node 22.
oh thank God 😅 for reference, the commit shows in the release notes, where the warning will not show if it's in node_modules: https://nodejs.org/en/blog/release/v22.14.0 [commit](https://github.com/nodejs/node/commit/fa49f0f7d5) I say we can up...
@reck1610 From what I can see `ioslib` uses `node-ios-device` for device functionality under the hood, and it can only install and launch apps on the simulator, so I don't think...
I'm updating `ios-sim` instead to be backwards compatible, with a deprecation message output to stderr when you use the previous function exports, to cause less grief.