Skip to content

Bump ow to drop deprecated lodash.isequal #950

Description

@l2ysho

apify-client depends on ow@^0.28.2, which pulls in the deprecated lodash.isequal@4.5.0. Anyone installing apify-client (or apify-cli, which depends on it) sees:

npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.

ow@2.0.0 replaced lodash.isequal with fast-equals, so bumping ow to >=2 removes the warning.

Chain: apify-client@2.23.4ow@0.28.2lodash.isequal@4.5.0

Heads-up: ow had breaking API changes across 0.28 → 2.x/3.x and is ESM-only from v2, so this needs a compile/usage check, not a blind bump.

Context: apify/apify-cli#1218 (CLI install prints deprecation warnings).

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-buildersIssues owned by the Builders team.t-toolingIssues with this label are in the ownership of the tooling team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions