forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

fix: bump sdr to resolve the issue of deploying MD files #5650

Closed mingxuanzhangsfdx closed 1 week ago

mingxuanzhangsfdx commented 2 weeks ago

What does this PR do?

Bump sdr and related dependencies to fix the issue that the action of deploying MD files forever deploys the first-time snapshot.

What issues does this PR fix or reference?

@W-15952068@

Functionality Before

The action of deploying MD files forever deploys the first-time snapshot.

Functionality After

It will deploy MD with the correct content.

diyer commented 2 weeks ago

This is great @mingxuanzhangsfdx !!. However we should have test coverage with this change, either in SDR or our end to avoid having tech debt and not have this issue pop up again in future