Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
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
v5.7.1
v5.7.0
What's Changed
- Make markdown-links-check not blocking by default in MegaLinter base config by @nvuillam in #888
- Make YAMLLINT not blocking by default for SF Projects by @nvuillam in #891
- New command hardis:git:pull-requests:extract: Extract Pull Requests from Git Server into CSV/XLS by @nvuillam in #892
- Fix bug when scrach org username is > 80 chars by @nvuillam in #894
Full Changelog: v5.6.3...v5.7.0
v5.6.3
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
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