Skip to content

@apify/input_secrets: bump ow to drop deprecated lodash.isequal #657

Description

@l2ysho

@apify/input_secrets depends on ow@^0.28.2, which pulls in the deprecated lodash.isequal@4.5.0. It reaches consumers through @apify/input_schema (e.g. apify-cli), producing:

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

ow@2.0.0 switched to fast-equals, so bumping ow to >=2 clears it.

Chain: @apify/input_schema@3.28.18@apify/input_secrets@1.2.47ow@0.28.2lodash.isequal@4.5.0

Heads-up: ow has breaking API changes and is ESM-only from v2 — needs a usage check, not a blind bump.

Context: apify/apify-cli#1218.

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-buildersIssues owned by the Builders team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions