Skip to content

Consolidate glob dependencies #233193

@legrego

Description

@legrego

Kibana includes the following third-party dependencies to work with glob patterns:

  • globby
  • fast-glob

Kibana as a platform should consolidate the implementation to as few dependencies as possible. Within the scope of this issue, that means one of the following:

  • Remove globby in favor of fast-globby
  • Remove fast-globby in favor of globby
  • Remove both dependencies, and standardize on a different solution such as Node's native glob utility.
  • Document why the current implementation is the preferred approach, to justify keeping both dependencies within the repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Team:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//choredependency-reductioninitiative to reduce the number of Kibana's third-party dependencies

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions