forcedotcom / salesforcedx-apex

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

fix(deps): bump kit #379

Closed mshanemc closed 3 months ago

mshanemc commented 3 months ago

What does this PR do?

bump kit

explanation: I don't know why, but the bundle tests don't seem to like it when you've got different versions of a dependency. In this situation, it's kit. The private method it's complaining about hasn't changed in 3 years. We just made a PR to kit to make it not exist on the class to avoid this in the future.

But the real solution to make sure all the bundler tests aren't constantly throwing false positives is to keep your dependencies current (ex: dependabot + automerge gha)

What issues does this PR fix or reference?

https://github.com/forcedotcom/sfdx-core/actions/runs/9565816018/job/26369656862

needed for @W-10271718@