Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update ort to v52 (major) #275

Merged
merged 1 commit into from
Feb 20, 2025
Merged

deps: update ort to v52 (major) #275

merged 1 commit into from
Feb 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager (source) 51.1.0 -> 52.0.0 age adoption passing confidence
org.ossreviewtoolkit:model (source) 51.1.0 -> 52.0.0 age adoption passing confidence
org.ossreviewtoolkit:reporter (source) 51.1.0 -> 52.0.0 age adoption passing confidence
org.ossreviewtoolkit:notifier (source) 51.1.0 -> 52.0.0 age adoption passing confidence
org.ossreviewtoolkit:evaluator (source) 51.1.0 -> 52.0.0 age adoption passing confidence

Release Notes

oss-review-toolkit/ort (org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager)

v52.0.0

Compare Source

Actions Required

ScanCode command line options now need to be comma-separated, for example, replace

ScanCode:
  options:
    commandLine: '--copyright --license --info --strip-root --timeout 300'
    commandLineNonConfig: '--processes 4'

with

ScanCode:
  options:
    commandLine: '--copyright,--license,--info,--strip-root,--timeout,300'
    commandLineNonConfig: '--processes,4'

in your config.yml.

What's Changed
🛠 Breaking Changes
  • 40fa386 feat(scanner)!: Migrate to new plugin API
  • 212eb7b refactor(scanner)!: Extract command line tools
🐞 Bug Fixes
  • 8b31459 docker: Pre-create "$HOME/.gradle" for proper permissions
🎉 New Features
  • 4eedf22 cli: Add a command to list installed plugins
  • 70c3dd0 spdx-utils: Add more mappings for deprecated licenses
  • 6054e0b spdx-utils: Expose simple mapping of licenses to SpdxExpression
📖 Documentation
  • 0f92a13 analyzer: Fix a typo in function docs
🔧 Chores
  • 5d1803b DependencyGraphBuilder: Slightly improve dependency comparison
  • f71062c commands: Remove obsolete code
  • 19da2db model: Prefer entries over values() for enums
  • 552147d scanner: Simplify Semver parsing with coerce()
  • 4ee1030 spdx-utils: Add checkNotNull() calls to resource lookups
  • 431abea spdx-utils: Say "simple mapping" instead of "custom mapping"
  • 4a6ef3d Avoid import of some Companion object members
  • fbd08eb Avoid the use of toRelativeString()
🚀 Dependency Updates
  • b70d31a docker: Upgrade to the latest stable Go version 1.24.0
  • a25942a update com.networknt:json-schema-validator to v1.5.6
  • 4ccd149 update com.scanoss:scanoss to v0.10.0
  • cbb60a8 update ksp monorepo to v2.1.10-1.0.30
  • 1563b20 update mordant to v3.0.2
  • 545475b update org.springframework:spring-core to v6.2.3
  • 4d6800c update software.amazon.awssdk:s3 to v2.30.21
🚜 Refactorings
  • cf145cf spdx-utils: Map deprecated and simple licenses separately

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners February 20, 2025 11:47
@sschuberth sschuberth enabled auto-merge (rebase) February 20, 2025 12:00
@sschuberth sschuberth merged commit e79283a into main Feb 20, 2025
2 checks passed
@sschuberth sschuberth deleted the renovate/major-ort branch February 20, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant