Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.17.0](v2.16.9...v2.17.0) (2024-12-03) ### Bug Fixes * add missing function imports in exemptionLoader test ([f57be34](f57be34)) * add missing localConfigPath parameter in exemption loader tests ([5e40ddf](5e40ddf)) * add readFileSync to fs mock in exemptionLoader test ([685e6c7](685e6c7)) * improve exemption loading and URL normalization ([6c4db5c](6c4db5c)) * improve pre-release version handling in semver comparisons ([10414a5](10414a5)) * improve semver comparison for pre-release versions ([967cb03](967cb03)) * improve SSH URL normalization in GitHub URL parser ([b348b40](b348b40)) * preserve URLs already in org/repo format in normalizeGitHubUrl ([322f89f](322f89f)) * simplify SSH URL regex pattern in GitHub URL normalization ([67b0798](67b0798)) * update fs import and exemption loader tests ([99261b8](99261b8)) * update fs mock to include existsSync for tests ([b7e587c](b7e587c)) * update regex pattern for SSH GitHub URL normalization ([3b2bb64](3b2bb64)) * update test to call loadLocalExemptions instead of loadExemptions ([c8b5fa3](c8b5fa3)) * update test to match exact warning message format ([517c301](517c301)) ### Features * **exemptions:** support directories of json files and fix alpha comparison of semver in outdated ([1303392](1303392)) * support multiple exemption files in archetype-specific directories ([74a413e](74a413e))
- Loading branch information