Skip to content

Releases: hardisgroupcom/sfdx-hardis

v5.9.2

09 Dec 23:06
Compare
Choose a tag to compare

What's Changed

  • Fallback message in case sfdx-hardis is not able to parse newest SF CLI errors format. by @nvuillam in #919

Full Changelog: v5.9.1...v5.9.2

v5.9.1

09 Dec 17:30
Compare
Choose a tag to compare

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

02 Dec 22:02
Compare
Choose a tag to compare

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

Full Changelog: v5.8.1...v5.9.0

v5.8.1

26 Nov 09:11
Compare
Choose a tag to compare

What's Changed

Pull Requests

  • check git history for .cls files instead of .cls-meta.xml by @k-capehart in #903

New Contributors

Full Changelog: v5.8.0...v5.8.1

v5.8.0

25 Nov 14:15
Compare
Choose a tag to compare

What's Changed

  • Detect which connected apps are not used anymore, and could be disabled / deleted by @nvuillam in #901

Full Changelog: v5.7.2...v5.8.0

v5.7.2

24 Nov 23:18
Compare
Choose a tag to compare

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

v5.7.1

22 Nov 15:51
Compare
Choose a tag to compare

What's Changed

  • In case a prompt is requested during CI and makes a command fail, display the content of the prompt by @nvuillam in #895

Full Changelog: v5.7.0...v5.7.1

v5.7.0

22 Nov 15:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.3...v5.7.0

v5.6.3

17 Nov 21:34
Compare
Choose a tag to compare

What's Changed

  • MegaLinter config: disable APPLY_FIXES by default
  • Upgrade npm dependencies

Pull Requests

  • fix(deps): bump @salesforce/core from 8.6.4 to 8.8.0 by @dependabot in #881
  • fix(deps): bump ora from 8.1.0 to 8.1.1 by @dependabot in #880
  • chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.20 to 5.2.21 by @dependabot in #882
  • chore(dev-deps): bump oclif from 4.15.20 to 4.15.24 by @dependabot in #883
  • fix(deps): bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot in #885
  • chore(dev-deps): bump oclif from 4.15.20 to 4.15.26 by @dependabot in #884
  • MegaLinter config: disable APPLY_FIXES by default by @nvuillam in #886

Full Changelog: v5.6.2...v5.6.3

v5.6.2

12 Nov 20:10
Compare
Choose a tag to compare

What's Changed

  • hardis:org:diagnose:unused-apex-classes
    • Display class created by and created name MIN(date from org,date from git)
    • Replace errors by warnings, and add a message so users double-check before removing a class
    • Reorder console log
  • Remove unused code from MetadataUtils class

Full Changelog: v5.6.1...v5.6.2