Deprecated dependencies when installing `eas-cli@latest`
Build/Submit details page URL
No response
Summary
When installing the latest version of eas-cli globally using Yarn, I see multiple deprecation and unsupported package warnings. It still installs successfully, but the warnings suggest that dependencies are outdated or unsupported.
Managed or bare?
Bare
Environment
expo-env-info 2.0.7 environment info: System: OS: Linux 6.16 Fedora Linux 42 (Workstation Edition) Shell: 5.9 - /usr/bin/zsh Binaries: Node: 22.19.0 - ~/.nvm/versions/node/v22.19.0/bin/node Yarn: 1.22.22 - /usr/bin/yarn npm: 11.6.0 - ~/.nvm/versions/node/v22.19.0/bin/npm SDKs: Android SDK: API Levels: 36 Build Tools: 36.0.0, 36.1.0 System Images: android-36 | Google Play Intel x86_64 Atom npmPackages: expo: ~53.0.22 => 53.0.22 react: 19.0.0 => 19.0.0 react-native: 0.79.5 => 0.79.5 Expo Workflow: bare
Error output
[email protected]: this version is no longer supported[email protected]: This package is deprecated. Use optional chaining (?.) instead.@oclif/[email protected]: Package no longer supported[email protected]: Package no longer supported[email protected]: versions prior to v4 are no longer supported[email protected]: versions prior to v9 are no longer supported[email protected]: This module is not supported and leaks memory[email protected]has unmet peer dependency@types/node@*[email protected]has unmet peer dependencytypescript@>=2.7
Reproducible demo or steps to reproduce from a blank project
-
Run:
yarn global add eas-cli@latest -
Observe warnings in the terminal.