Skip to content

v2.17.0

Compare
Choose a tag to compare
@botzai botzai released this 03 Dec 08:59
· 264 commits to master since this release

2.17.0 (2024-12-03)

Bug Fixes

  • add missing function imports in exemptionLoader test (f57be34)
  • add missing localConfigPath parameter in exemption loader tests (5e40ddf)
  • add readFileSync to fs mock in exemptionLoader test (685e6c7)
  • improve exemption loading and URL normalization (6c4db5c)
  • improve pre-release version handling in semver comparisons (10414a5)
  • improve semver comparison for pre-release versions (967cb03)
  • improve SSH URL normalization in GitHub URL parser (b348b40)
  • preserve URLs already in org/repo format in normalizeGitHubUrl (322f89f)
  • simplify SSH URL regex pattern in GitHub URL normalization (67b0798)
  • update fs import and exemption loader tests (99261b8)
  • update fs mock to include existsSync for tests (b7e587c)
  • update regex pattern for SSH GitHub URL normalization (3b2bb64)
  • update test to call loadLocalExemptions instead of loadExemptions (c8b5fa3)
  • update test to match exact warning message format (517c301)

Features

  • exemptions: support directories of json files and fix alpha comparison of semver in outdated (1303392)
  • support multiple exemption files in archetype-specific directories (74a413e)