Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
v5.10.1
v5.10.0
v5.9.3
What's Changed
- hardis:org:data:import: Allow to run the command in production using, by either:
- Define sfdmuCanModify in your .sfdx-hardis.yml config file. (Example:
sfdmuCanModify: prod-instance.my.salesforce.com
) - Define an environment variable SFDMU_CAN_MODIFY. (Example:
SFDMU_CAN_MODIFY=prod-instance.my.salesforce.com
)
- Define sfdmuCanModify in your .sfdx-hardis.yml config file. (Example:
Pull Requests
Full Changelog: v5.9.2...v5.9.3
v5.9.2
v5.9.1
What's Changed
- Fix issue that generates valid Pull Request comment whereas there is 1 error
- Add TS test case
- Upgrade NPM dependencies
Pull Requests
- fix(deps): bump isomorphic-dompurify from 2.16.0 to 2.18.0 by @dependabot in #916
- chore(dev-deps): bump oclif from 4.15.29 to 4.16.0 by @dependabot in #914
- chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.3.32 to 5.3.38 by @dependabot in #913
- fix(deps): bump puppeteer-core from 23.9.0 to 23.10.1 by @dependabot in #915
- Fix issue that generates valid Pull Request comment whereas there is 1 error by @nvuillam in #918
Full Changelog: v5.9.0...v5.9.1
v5.9.0
What's Changed
- hardis:org:monitor:backup: New mode --full, much slower than default filtered one, but that can retrieve ALL metadatas of an org
- Upgrade documentation
- Upgrade npm dependencies
Pull Requests
- Update screenshot by @nvuillam in #906
- fix(deps): bump axios from 1.7.7 to 1.7.8 by @dependabot in #907
- chore(dev-deps): bump oclif from 4.15.26 to 4.15.29 by @dependabot in #908
- fix(deps): bump cross-spawn from 7.0.5 to 7.0.6 by @dependabot in #909
- fix(deps): bump mega-linter-runner from 8.1.0 to 8.3.0 by @dependabot in #910
- Metadata backup: new option "--full" by @nvuillam in #911
Full Changelog: v5.8.1...v5.9.0
v5.8.1
What's Changed
- Fix hardis:org:diagnose:unused-apex-classes: Use .cls file, not cls-meta.xml file to get creation date from git
Pull Requests
- check git history for .cls files instead of .cls-meta.xml by @k-capehart in #903
New Contributors
- @k-capehart made their first contribution in #903
Full Changelog: v5.8.0...v5.8.1
v5.8.0
v5.7.2
What's Changed
- Fix issue with auth just before running a command (ask to run again the same command meanwhile we find a way to avoid that using SF CLI architecture)
- Upgrade dependencies
Pull Requests
- fix(deps): bump csv-stringify from 6.5.1 to 6.5.2 by @dependabot in #896
- fix(deps): bump openai from 4.70.2 to 4.73.0 by @dependabot in #897
- chore(dev-deps): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #898
- fix(deps): bump puppeteer-core from 23.6.1 to 23.9.0 by @dependabot in #899
- Fix issue with auth just before running a command by @nvuillam in #900
Full Changelog: v5.7.1...v5.7.2