forcedotcom / salesforcedx-apex

Salesforce Apex Node Library
BSD 3-Clause "New" or "Revised" License
18 stars 25 forks source link

fix: switch glob libraries #396

Closed mshanemc closed 2 months ago

mshanemc commented 2 months ago

What does this PR do?

switch glob library (we use fast-glob in other places in the CLI, not sure about VSCE)

still trying to get that major release out in the CLI.

Running into this kind of thing https://github.com/salesforcecli/plugin-apex/actions/runs/9751934644/job/26914499114?pr=513#step:8:40

which is a result of some transitive dependencies messing up semver but only for yarn 1. background https://github.com/isaacs/node-glob/issues/563 https://github.com/isaacs/node-glob/issues/566