Skip to content

Deprecated packages #3616

@skurzyp-blockydevs

Description

@skurzyp-blockydevs

Description

The sdk is depending on several deprecated packages:

npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └─┬ @react-native/[email protected]
│         └─┬ @react-native/[email protected]
│           └─┬ [email protected]
│             └── [email protected]
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └─┬ [email protected]
│         └── [email protected]
├─┬ @hashgraph/[email protected]
│ └─┬ @hiero-ledger/[email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       ├─┬ @react-native/[email protected]
│       │ └── [email protected] deduped
│       ├─┬ @react-native/[email protected]
│       │ └─┬ @react-native/[email protected]
│       │   └─┬ [email protected]
│       │     └─┬ [email protected]
│       │       └── [email protected] deduped
│       ├─┬ [email protected]
│       │ └─┬ [email protected]
│       │   └─┬ [email protected]
│       │     └── [email protected] deduped
│       └── [email protected]

The need for update of glob package was addressed previously in #2930

Steps to reproduce

  1. Create a project depending on "@hashgraph/sdk": "2.79.0",
  2. Run npm i
  3. Run npm list glob and other packages to investigate the dependency tree.

Additional context

No response

Hedera network

testnet

Version

v2.79.0

Operating system

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions