Skip to content

56.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 07:47
· 130 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 3e310dc swiftpm: Use identity as name for Swift PM registry deps
  • e63029a yarn: Do not fail for workspaces with interdependent packages

🎉 New Features

  • 865b49b Maven: Handle Tycho identifiers for Maven artifacts
  • ed618c4 Maven: Parse Maven dependencies from Tycho target files

✅ Tests

  • 8413db7 analyzer: Enhance analyze() to support testing scope exclusions
  • 28aef17 analyzer: Remove the now unused collateMultipleProjects()
  • a37baa9 package-managers: Use the more generic analyze()
  • b2e3de1 pnpm: Simplify an expected result
  • d0c98aa yarn: Re-create a lockfile

🐘 Build & ⚙️ CI

  • 8e59727 helper-cli: Fix plugin inclusion for a native image
  • 6af505a helper-cli: Rename the project to "cli-helper"
  • f17867c web-app-template: Configure tasks lazily

🔧 Chores

  • fd85734 helper-cli: Prefer Kotlin's walk() over Java's listFiles()

🚀 Dependency Updates

  • e161da3 update aws-java-sdk-v2 monorepo to v2.31.23

🚜 Refactorings

  • 32c5210 Maven: Extract parsing of Tycho target files