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 v54 (major) #143

Closed
wants to merge 1 commit into from
Closed

deps: update ort to v54 (major) #143

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ossreviewtoolkit.utils:test-utils (source) 53.0.0 -> 54.0.0 age adoption passing confidence
org.ossreviewtoolkit:model (source) 53.0.0 -> 54.0.0 age adoption passing confidence
org.ossreviewtoolkit:detekt-rules (source) 53.0.0 -> 54.0.0 age adoption passing confidence
org.ossreviewtoolkit:cli (source) 53.0.0 -> 54.0.0 age adoption passing confidence
org.ossreviewtoolkit.plugins.commands:analyzer-command (source) 53.0.0 -> 54.0.0 age adoption passing confidence
org.ossreviewtoolkit:analyzer (source) 53.0.0 -> 54.0.0 age adoption passing confidence

Release Notes

oss-review-toolkit/ort (org.ossreviewtoolkit.utils:test-utils)

v54.0.0

Compare Source

What's Changed
🛠 Breaking Changes
  • 5fb6ccb chore!: Remove the old plugin API
  • c5afeca feat(analyzer)!: Migrate package managers to new plugin API
  • 346ea42 refactor(analyzer)!: Move definition file matchers to PackageManager
  • d90ecb6 refactor(analyzer)!: Remove analysisRoot from PackageManager constructor
  • da45b6a refactor(analyzer)!: Remove repoConfig from PackageManager constructor
  • 66b03c5 refactor(model)!: Replace PluginConfiguration with PluginConfig
🐞 Bug Fixes
  • 4c705ad analyzer: Correctly look up dependency graphs by package manager name
  • 77bdbf5 fossid: Use the plugin display name as issue source
  • aee0047 maven: Use the plugin display name as issue source
  • f9b807e spdx: Use the plugin display name as issue source
🎉 New Features
  • 68b6544 Maven: Add P2ArtifactResolver class
  • 790d555 Maven: Add P2RepositoryContentLoader class
  • 9dddaad Maven: Add a class to create artifacts for OSGi dependencies
  • c6eb3a2 Maven: Add functionality to parse artifacts files
  • df0f3cb Maven: Improve parsing of VCS information in Tycho
  • 5040ff8 Maven: Integrate P2ArtifactChecker with Tycho
  • a0860f5 Maven: Update Tycho for the new resolving mechanism
  • e4fc496 plugins: Add a PluginConfig.EMPTY constant
  • 1f854fb requirements: Remove listing plugins from the RequirementsCommand
✅ Tests
  • d7400bf Maven: Add a more advanced funTest for Tycho
  • 342c5f9 bazel: Update expected results
  • 8e5025d model: Remove the individual withResolvedScopes() tests
🐘 Build & ⚙️ CI
  • 44c8cbc gradle: Move all TestData.kt files to testFixtures
📖 Documentation
  • 0de5b34 Maven: Shortly describe the strategy used by Tycho
  • b0503d0 evaluator: Document the CompatibilityModel
🔧 Chores
  • 89701d1 Maven: Remove obsolete code from LocalRepositoryHelper
  • 7ef5351 Maven: Remove the obsolete P2ArtifactTracker class
  • f8ae512 evaluator: Add a checkNotNull() to silence an inspection hint
  • 34c5c6b evaluator: Remove the OSADL matrix timestamp parsing
  • 58ce1d7 maven: Only search once for =-separated fields
  • fef98f9 maven: Prefer buildMap to build a map
  • f73d409 maven: Prefer the speaking first() over [0]
  • ff6abf8 maven: Simplify and generalize findHash()
  • 4a890f6 node: Use the plugin display name as issue source
  • 33b193c nuget: Use the createAndLogIssue helper function
  • 3239b71 plugins: Remove option description from class docs
  • 6503f28 reporter: Make intermediate test fixture properties private
  • 2b15863 scancode: Use the plugin display name as issue source
  • f443beb scanner: Use the plugin display names instead of IDs in logs
  • ebe3095 swiftpm: Use the createAndLogIssue helper function
🚀 Dependency Updates
  • 14cb48c docker: Upgrade ScanCode to version 32.3.3
  • db2dc41 evaluator: Update the OSADL license compliance matrix
  • 9d6a7e8 Update the dependency-analysis-gradle-plugin to version 2.11.0
  • f29c6bc update com.github.jmongard.git-semver-plugin to v0.16.0
  • 8d89d7c update com.vanniktech:gradle-maven-publish-plugin to v0.31.0
  • 3cd3a9d update github/codeql-action digest to 6bb031a
  • c2afe87 update jirarestclient to v6.0.2
  • 4f67f5a update org.cyclonedx:cyclonedx-core-java to v10.2.1
  • 035fe5e update org.graalvm.buildtools:native-gradle-plugin to v0.10.6
  • 5ff3bdc update org.metaeffekt.core:ae-security to v0.135.7
  • 2c8aa0c update software.amazon.awssdk:s3 to v2.30.36
🚜 Refactorings
  • 57ba918 Maven: Extract a class to deal with the local repository
  • 50a9309 Maven: Extract functionality to parse XML documents
  • f87dd03 Maven: Move Tycho-related classes to a dedicated package
  • 6b507da analyzer: Set default package managers in analyzer config
  • 81824ea common-utils: Remove Plugin.isEnabledByDefault
  • 82abb36 gradle: Hardcode the issue source
  • b3aa56b gradle-inspector: Hardcode the issue source
  • bf7cc00 model: Inline qualifiedScopeNames()
  • b56bc84 pub: Extract the command into a separate class
  • 1bde17b yarn2: Extract the command into a separate class
  • fdd755b Add a createAndLogIssue function for use in plugins
  • 7ce74c4 Move withResolvedScopes() from model to analyzer

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.

@sschuberth
Copy link
Member

Closing in favor of #142.

@sschuberth sschuberth closed this Mar 13, 2025
@sschuberth sschuberth deleted the renovate/major-ort branch March 13, 2025 20:16
Copy link
Contributor Author

renovate bot commented Mar 13, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 54.x releases. But if you manually upgrade to 54.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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