oss-review-toolkit/ort (org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager)
### [`v32.0.0`](https://redirect.github.com/oss-review-toolkit/ort/releases/tag/32.0.0)
[Compare Source](https://redirect.github.com/oss-review-toolkit/ort/compare/31.0.0...32.0.0)
##### What's Changed
##### Breaking Changes π
- [`1621941`](https://redirect.github.com/oss-review-toolkit/ort/commit/162194172ca5d04d4763c5e17b5b6e58d12c4065) feat(gradle)!: Make GradleInspector the new default
- [`c21b31b`](https://redirect.github.com/oss-review-toolkit/ort/commit/c21b31bf416a527f4d0ae1b8cebc21d47d7ef86f) refactor(reporter)!: Rename the reporter to AOSD2 to avoid confusion
##### Bug Fixes π
- [`2438448`](https://redirect.github.com/oss-review-toolkit/ort/commit/2438448a82f761f7f7f9505b5d3511fb5f535bcf) gradle-inspector: Do not assume all POM artifacts to be metadata-only
- [`7c421cc`](https://redirect.github.com/oss-review-toolkit/ort/commit/7c421cc445bd0aaf703ef9b0329f1060cb94b723) gradle-inspector: Handle dependency cycles properly
- [`78f0a07`](https://redirect.github.com/oss-review-toolkit/ort/commit/78f0a07a218b208e9ba6ebf8b35e7402763ceb1f) gradle-inspector: Keep the artifact URL on invalid hash values
- [`04b0356`](https://redirect.github.com/oss-review-toolkit/ort/commit/04b03563a62363b2070ac0a4e743c36933ee4e58) model: Add a heuristic to get the manager in dependency graphs
- [`7b12e72`](https://redirect.github.com/oss-review-toolkit/ort/commit/7b12e72e4eb6c7ccdd28821ba62ed849929b16d8) osv: Remove an invalid reference type
- [`694ac3c`](https://redirect.github.com/oss-review-toolkit/ort/commit/694ac3cd631eb6c901b49fcba466d37f2877a75f) pub: Improve `containsFlutterSdk()`
- [`9cca883`](https://redirect.github.com/oss-review-toolkit/ort/commit/9cca8838b6e12336c01461a52ffa58eeb07b9b8e) pub: Use the correct key name when replacing options
##### New Features π
- [`8ce9483`](https://redirect.github.com/oss-review-toolkit/ort/commit/8ce948350221b4ae053512d4b271cdf0e6c49ea5) gradle-inspector: Allow to customize the Java home for analysis
- [`af559df`](https://redirect.github.com/oss-review-toolkit/ort/commit/af559df48fd88af9f57d691dd5f006aa3fd1857f) jenkins: Allow to configure the list of advisors
- [`9bcb485`](https://redirect.github.com/oss-review-toolkit/ort/commit/9bcb4855f9f8e096ff5a94344d3991a36f990d12) osv: Add new ecosystem constants for completeness
- [`723e003`](https://redirect.github.com/oss-review-toolkit/ort/commit/723e0038ee16357f7358c0055af421fdf7586cb5) plugins-api: Allow to manually set the plugin ID
- [`da7b11f`](https://redirect.github.com/oss-review-toolkit/ort/commit/da7b11f8963604c0fb4b631890d3acdcf14970fc) pub: Always use the (one) enabled Gradle package manager
- [`94e30b1`](https://redirect.github.com/oss-review-toolkit/ort/commit/94e30b12278fc135e9f73d4bb00cb8bf4605988a) scripts: Add a script to generate all CLI completion scripts
- [`3a68e61`](https://redirect.github.com/oss-review-toolkit/ort/commit/3a68e61e6cee7e6c0e8939dfcf44f8948c6f3c37) scripts: Align on more portable `env` shebangs to discover `bash`
##### Build π & CI βοΈ
- [`e609a22`](https://redirect.github.com/oss-review-toolkit/ort/commit/e609a22d4dd4f706d218e0696f7ecd303cc0b87a) refactor: Use the new script to generate CLI completions
##### Chores π§
- [`7c52615`](https://redirect.github.com/oss-review-toolkit/ort/commit/7c52615ea4dff819d6c5fe7f9e64d1c48cf7ffe5) analyzer: Remove a too strict assumption in dependency verification
- [`cc04a19`](https://redirect.github.com/oss-review-toolkit/ort/commit/cc04a1939ed51ddc14b02dd1bf609c89f0380547) docker: Update Npm to the latest minor version
- [`002b58b`](https://redirect.github.com/oss-review-toolkit/ort/commit/002b58b4da2aa5c21f9062def4192cb1b116d7ab) docker: Update Pnpm to version 9.9.0
- [`45ff021`](https://redirect.github.com/oss-review-toolkit/ort/commit/45ff021980835b99326860c51dab3ff27f5000bf) docker: Update Swift to version 5.10.1
- [`f2fc447`](https://redirect.github.com/oss-review-toolkit/ort/commit/f2fc447300f732b20d2810fe668af7ce63dc25f0) docker: Upgrade Go to version 1.23.0
- [`7373195`](https://redirect.github.com/oss-review-toolkit/ort/commit/73731955a96ac6da30d14fcbb4ee9b38b74337e9) gradle-inspector: Rename the `init.gradle` template
- [`7689ecb`](https://redirect.github.com/oss-review-toolkit/ort/commit/7689ecbcb5b8033ec9672550d6c4cfffc22eb0ae) yarn2: Fix a typo
- [`d9eb1da`](https://redirect.github.com/oss-review-toolkit/ort/commit/d9eb1da58154e5e714717ca8d35f2f1ee01f0c4a) Remove references to JitPack in favor of Maven Central
- [`54a2e4e`](https://redirect.github.com/oss-review-toolkit/ort/commit/54a2e4e1a2cdbd6d20b31329d4392d5cac541214) Use `ifEmpty` and `ifBlank` to simplify code
- [`714996c`](https://redirect.github.com/oss-review-toolkit/ort/commit/714996c3a6672f16bdfb4b3e88c074202571b573) Use `ifEmpty` and `ifBlank` to simplify code
- [`de66c45`](https://redirect.github.com/oss-review-toolkit/ort/commit/de66c453b38f310c654e6d2515a5748d986e4b43) Use `singleOrNull` to simplfiy code
##### Dependency Updates π
- [`3a1fbf6`](https://redirect.github.com/oss-review-toolkit/ort/commit/3a1fbf61a951eaed3a6450a125f278967d2155e3) Update the native-gradle-plugin to version 0.10.3
- [`fbe3ae8`](https://redirect.github.com/oss-review-toolkit/ort/commit/fbe3ae84832d664495d75ce665add2a4666f7724) update actions/attest-build-provenance digest to [`1c608d1`](https://redirect.github.com/oss-review-toolkit/ort/commit/1c608d1)
- [`f7d2368`](https://redirect.github.com/oss-review-toolkit/ort/commit/f7d2368ba238c9e5ed47a4dc7c241f81a128596f) update dependency ch.qos.logback:logback-classic to v1.5.8
- [`d80b9d2`](https://redirect.github.com/oss-review-toolkit/ort/commit/d80b9d24b9168ba438f3d1ba07a2b745b13a9835) update dependency dev.adamko.dokkatoo:dokkatoo-plugin to v2.4.0
- [`e20681a`](https://redirect.github.com/oss-review-toolkit/ort/commit/e20681a9b7e004877092598dc59ddd31c4d3cc79) update dependency gradle to v8.10.1
- [`64828ac`](https://redirect.github.com/oss-review-toolkit/ort/commit/64828ac6f78c834c54f8ef782c348bb3bdf97cc7) update detektplugin to v1.23.7
- [`80f62a1`](https://redirect.github.com/oss-review-toolkit/ort/commit/80f62a1cc53b8c18f51eeeef259806b02563bbfc) update exposed to v0.54.0
- [`8836de6`](https://redirect.github.com/oss-review-toolkit/ort/commit/8836de6991eb4414db8c290121e617ed796adc38) update ksp to v2.0.20-1.0.25
- [`01f3d58`](https://redirect.github.com/oss-review-toolkit/ort/commit/01f3d58f450d69b47e7789111ee1486d28bc03d3) update log4j2 monorepo to v2.24.0
- [`7be755c`](https://redirect.github.com/oss-review-toolkit/ort/commit/7be755cfb2a27844489d8ae9768272df577fe006) update wagoid/commitlint-github-action digest to [`3d28780`](https://redirect.github.com/oss-review-toolkit/ort/commit/3d28780)
##### Documentation π
- [`a53b7c6`](https://redirect.github.com/oss-review-toolkit/ort/commit/a53b7c67c93ca1bb4c1df5ce07b317bd9d4678d1) README: Remove the wrapper validation badge
- [`d06e12e`](https://redirect.github.com/oss-review-toolkit/ort/commit/d06e12e4db3f7cf8b49a470e11effb74aea5c1df) README: Swap OpenSSF Best Practices and Scorecard badges
- [`0d1965b`](https://redirect.github.com/oss-review-toolkit/ort/commit/0d1965b6ea348f0d564e8b80a56dbd1966dae9ed) gradle-inspector: Fix the link to the init script resource
- [`eaba79c`](https://redirect.github.com/oss-review-toolkit/ort/commit/eaba79c49bdb21390ec9254aa908f4cf71023674) gradle-inspector: Mention `javaHome` as part of class docs
- [`9646794`](https://redirect.github.com/oss-review-toolkit/ort/commit/9646794a344a64dcf0dc8bb7724444a53ef949d1) gradle-inspector: Update the list of known limitations
- [`5daae47`](https://redirect.github.com/oss-review-toolkit/ort/commit/5daae471b10da1853fafa22e6697ee1909f00327) issues: Limit `ort requirements` output to commands
- [`f5d54b8`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5d54b86bd22fbeeadd737d21a03ac7ead7fcac5) model: Improve `VulnerabilityReference` property docs
- [`15bf4fc`](https://redirect.github.com/oss-review-toolkit/ort/commit/15bf4fc0685fab5676f59eb2482a4d351bf607d0) osv: Add documentation to all top-level classes
- [`f57e046`](https://redirect.github.com/oss-review-toolkit/ort/commit/f57e04674af0c1af3568c5daa263d1ed513ecd02) osv: Generalize wording from "list" to "collection"
- [`f54636e`](https://redirect.github.com/oss-review-toolkit/ort/commit/f54636e7063a918cbca8fe4490e8a492d7085ef3) plugins-api: Fix description of `PluginDescriptor.id`
- [`785514e`](https://redirect.github.com/oss-review-toolkit/ort/commit/785514e3b55f784c6980c663092b7bc20aaf5176) plugins-api: Improve docs for `OrtPlugin`
- [`81561d1`](https://redirect.github.com/oss-review-toolkit/ort/commit/81561d19b372928d716ee9da735070807b1cca29) Avoid "our" in comments and use passive voice
- [`2b2bb87`](https://redirect.github.com/oss-review-toolkit/ort/commit/2b2bb87421ccbf4c5cdec0c4369939bd2fa5397b) Avoid "we" in comments and use passive voice
##### Refactorings π
- [`b0fc861`](https://redirect.github.com/oss-review-toolkit/ort/commit/b0fc86100ec63bd1ef2ffdd07444aefe28b22e74) model: Inline some default parameters in a test function
- [`dabcd27`](https://redirect.github.com/oss-review-toolkit/ort/commit/dabcd2741b7284f394229ab47d66946cf125336b) model: Inline the misleading `Project.managerName` property
- [`8272678`](https://redirect.github.com/oss-review-toolkit/ort/commit/827267842d0a9e2cc7539f4d8810020510569bf5) node: Drop the `--fields` option
- [`aa46f27`](https://redirect.github.com/oss-review-toolkit/ort/commit/aa46f274891d97624f323b4de6754b4f3eac3d5a) node: Factor out `mapNpmLicenses()`
- [`b4205ba`](https://redirect.github.com/oss-review-toolkit/ort/commit/b4205ba803086c813c7ea8dc6239504565a100dd) node: Improve code for parsing `package.json` and beyond
- [`2cd8fe4`](https://redirect.github.com/oss-review-toolkit/ort/commit/2cd8fe40bf9fe6f4bac8cdb8e0850e797206059a) node: Improve the name of `packagesHeaders`
- [`4e19bbd`](https://redirect.github.com/oss-review-toolkit/ort/commit/4e19bbdfc34610a4a88f08541298e5943142ec16) node: Move Yarn2 into its own dedicated package
- [`77590e3`](https://redirect.github.com/oss-review-toolkit/ort/commit/77590e3510b8daedfb65209c5285d65bbea42fd6) node: Port the parsing of Yarn2 package infos to KxS
- [`f567582`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5675820c542e30da96c7c951aeba614d1bbce7b) node: Re-use `getProjectAdditionalData()` also for projects
- [`9ea65f9`](https://redirect.github.com/oss-review-toolkit/ort/commit/9ea65f9615d99424a04345be12e05deb039d761b) node: Rename `parseNpmAuthors()` to singular form
- [`3382b5b`](https://redirect.github.com/oss-review-toolkit/ort/commit/3382b5b2fb1abfd7ee374fb7f575637ab1f9445e) node: Turn `fixNpmDownloadUrl()` into an extension
- [`407172e`](https://redirect.github.com/oss-review-toolkit/ort/commit/407172e10253c1f0cc86c6c70bdfe7e4459b0eea) node: Use an object mapper for parsing Yarn2's `info` output
- [`4d854a7`](https://redirect.github.com/oss-review-toolkit/ort/commit/4d854a77284764fa79fe8b329c94f3d3cb4ba114) node: Use the `info` alias for the `view` command
- [`0efc494`](https://redirect.github.com/oss-review-toolkit/ort/commit/0efc49457db3acc9df0a42254e2c7027823b66ec) npm: Use a more speaking name for `packageFile`
- [`8553c7f`](https://redirect.github.com/oss-review-toolkit/ort/commit/8553c7f300c0c88ea5cca04256f6a6b7deedd32e) npm: Use a more speaking name for `packageJson`
- [`6ecdb9e`](https://redirect.github.com/oss-review-toolkit/ort/commit/6ecdb9ef873f78121bc837e93ebbaa6f97d2b300) plugins: Fix casing in plugin IDs
- [`6c653f1`](https://redirect.github.com/oss-review-toolkit/ort/commit/6c653f194bdc70b6c0a75aa20b3755638da20032) plugins-api: Rename `OrtPlugin.name` to `displayName`
- [`399d507`](https://redirect.github.com/oss-review-toolkit/ort/commit/399d507abd76603585ba9f7021fa46a5ced40945) pub: Inline some variables in `parseProject()`
- [`7ef80e6`](https://redirect.github.com/oss-review-toolkit/ort/commit/7ef80e631c9a18fcfb8f63abb66936532091e7f0) pub: Port Pubspec parsing to KxS and use a data class
- [`f5b8f6d`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5b8f6db2b493f5082db89294faabd4c1939b55f) pub: Rename several `manifest` variable
- [`fca5d83`](https://redirect.github.com/oss-review-toolkit/ort/commit/fca5d83dca1c635aa8fcbb7fb614c7fae86db856) pub: Use a more speaking name for `pubspec`
- [`34e2339`](https://redirect.github.com/oss-review-toolkit/ort/commit/34e2339fe03e49fc9a9b91175408f02244d52fdf) yarn: Relax strictness in `processAdditionalPackageInfo()`
##### Tests β
- [`e571858`](https://redirect.github.com/oss-review-toolkit/ort/commit/e571858d48e5311469d489ab4e7b793056751b1a) bazel: `MODULE.bazel` files from a local registry should be ignored
- [`55fa8bd`](https://redirect.github.com/oss-review-toolkit/ort/commit/55fa8bd8fd5ebde10b57b8a3e1f8bdd302ee56c7) conan: Update expected results
- [`1132b40`](https://redirect.github.com/oss-review-toolkit/ort/commit/1132b40d24fb4836f8a79692e056e6e559bba0ba) nuget: Disable `NuGetFunTest`
- [`146f9a0`](https://redirect.github.com/oss-review-toolkit/ort/commit/146f9a08d6f00d50262165388955b28740e0ba30) pub: Update expected results
- [`e84d43a`](https://redirect.github.com/oss-review-toolkit/ort/commit/e84d43aa8c51222783c3f3c95a3e8ddf7b8e5319) pyhton: Update expected results
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 contains the following updates:
31.0.0
->32.0.0
31.0.0
->32.0.0
31.0.0
->32.0.0
31.0.0
->32.0.0
31.0.0
->32.0.0
Release Notes
oss-review-toolkit/ort (org.ossreviewtoolkit.plugins.packagemanagers:nuget-package-manager)
### [`v32.0.0`](https://redirect.github.com/oss-review-toolkit/ort/releases/tag/32.0.0) [Compare Source](https://redirect.github.com/oss-review-toolkit/ort/compare/31.0.0...32.0.0) ##### What's Changed ##### Breaking Changes π - [`1621941`](https://redirect.github.com/oss-review-toolkit/ort/commit/162194172ca5d04d4763c5e17b5b6e58d12c4065) feat(gradle)!: Make GradleInspector the new default - [`c21b31b`](https://redirect.github.com/oss-review-toolkit/ort/commit/c21b31bf416a527f4d0ae1b8cebc21d47d7ef86f) refactor(reporter)!: Rename the reporter to AOSD2 to avoid confusion ##### Bug Fixes π - [`2438448`](https://redirect.github.com/oss-review-toolkit/ort/commit/2438448a82f761f7f7f9505b5d3511fb5f535bcf) gradle-inspector: Do not assume all POM artifacts to be metadata-only - [`7c421cc`](https://redirect.github.com/oss-review-toolkit/ort/commit/7c421cc445bd0aaf703ef9b0329f1060cb94b723) gradle-inspector: Handle dependency cycles properly - [`78f0a07`](https://redirect.github.com/oss-review-toolkit/ort/commit/78f0a07a218b208e9ba6ebf8b35e7402763ceb1f) gradle-inspector: Keep the artifact URL on invalid hash values - [`04b0356`](https://redirect.github.com/oss-review-toolkit/ort/commit/04b03563a62363b2070ac0a4e743c36933ee4e58) model: Add a heuristic to get the manager in dependency graphs - [`7b12e72`](https://redirect.github.com/oss-review-toolkit/ort/commit/7b12e72e4eb6c7ccdd28821ba62ed849929b16d8) osv: Remove an invalid reference type - [`694ac3c`](https://redirect.github.com/oss-review-toolkit/ort/commit/694ac3cd631eb6c901b49fcba466d37f2877a75f) pub: Improve `containsFlutterSdk()` - [`9cca883`](https://redirect.github.com/oss-review-toolkit/ort/commit/9cca8838b6e12336c01461a52ffa58eeb07b9b8e) pub: Use the correct key name when replacing options ##### New Features π - [`8ce9483`](https://redirect.github.com/oss-review-toolkit/ort/commit/8ce948350221b4ae053512d4b271cdf0e6c49ea5) gradle-inspector: Allow to customize the Java home for analysis - [`af559df`](https://redirect.github.com/oss-review-toolkit/ort/commit/af559df48fd88af9f57d691dd5f006aa3fd1857f) jenkins: Allow to configure the list of advisors - [`9bcb485`](https://redirect.github.com/oss-review-toolkit/ort/commit/9bcb4855f9f8e096ff5a94344d3991a36f990d12) osv: Add new ecosystem constants for completeness - [`723e003`](https://redirect.github.com/oss-review-toolkit/ort/commit/723e0038ee16357f7358c0055af421fdf7586cb5) plugins-api: Allow to manually set the plugin ID - [`da7b11f`](https://redirect.github.com/oss-review-toolkit/ort/commit/da7b11f8963604c0fb4b631890d3acdcf14970fc) pub: Always use the (one) enabled Gradle package manager - [`94e30b1`](https://redirect.github.com/oss-review-toolkit/ort/commit/94e30b12278fc135e9f73d4bb00cb8bf4605988a) scripts: Add a script to generate all CLI completion scripts - [`3a68e61`](https://redirect.github.com/oss-review-toolkit/ort/commit/3a68e61e6cee7e6c0e8939dfcf44f8948c6f3c37) scripts: Align on more portable `env` shebangs to discover `bash` ##### Build π & CI βοΈ - [`e609a22`](https://redirect.github.com/oss-review-toolkit/ort/commit/e609a22d4dd4f706d218e0696f7ecd303cc0b87a) refactor: Use the new script to generate CLI completions ##### Chores π§ - [`7c52615`](https://redirect.github.com/oss-review-toolkit/ort/commit/7c52615ea4dff819d6c5fe7f9e64d1c48cf7ffe5) analyzer: Remove a too strict assumption in dependency verification - [`cc04a19`](https://redirect.github.com/oss-review-toolkit/ort/commit/cc04a1939ed51ddc14b02dd1bf609c89f0380547) docker: Update Npm to the latest minor version - [`002b58b`](https://redirect.github.com/oss-review-toolkit/ort/commit/002b58b4da2aa5c21f9062def4192cb1b116d7ab) docker: Update Pnpm to version 9.9.0 - [`45ff021`](https://redirect.github.com/oss-review-toolkit/ort/commit/45ff021980835b99326860c51dab3ff27f5000bf) docker: Update Swift to version 5.10.1 - [`f2fc447`](https://redirect.github.com/oss-review-toolkit/ort/commit/f2fc447300f732b20d2810fe668af7ce63dc25f0) docker: Upgrade Go to version 1.23.0 - [`7373195`](https://redirect.github.com/oss-review-toolkit/ort/commit/73731955a96ac6da30d14fcbb4ee9b38b74337e9) gradle-inspector: Rename the `init.gradle` template - [`7689ecb`](https://redirect.github.com/oss-review-toolkit/ort/commit/7689ecbcb5b8033ec9672550d6c4cfffc22eb0ae) yarn2: Fix a typo - [`d9eb1da`](https://redirect.github.com/oss-review-toolkit/ort/commit/d9eb1da58154e5e714717ca8d35f2f1ee01f0c4a) Remove references to JitPack in favor of Maven Central - [`54a2e4e`](https://redirect.github.com/oss-review-toolkit/ort/commit/54a2e4e1a2cdbd6d20b31329d4392d5cac541214) Use `ifEmpty` and `ifBlank` to simplify code - [`714996c`](https://redirect.github.com/oss-review-toolkit/ort/commit/714996c3a6672f16bdfb4b3e88c074202571b573) Use `ifEmpty` and `ifBlank` to simplify code - [`de66c45`](https://redirect.github.com/oss-review-toolkit/ort/commit/de66c453b38f310c654e6d2515a5748d986e4b43) Use `singleOrNull` to simplfiy code ##### Dependency Updates π - [`3a1fbf6`](https://redirect.github.com/oss-review-toolkit/ort/commit/3a1fbf61a951eaed3a6450a125f278967d2155e3) Update the native-gradle-plugin to version 0.10.3 - [`fbe3ae8`](https://redirect.github.com/oss-review-toolkit/ort/commit/fbe3ae84832d664495d75ce665add2a4666f7724) update actions/attest-build-provenance digest to [`1c608d1`](https://redirect.github.com/oss-review-toolkit/ort/commit/1c608d1) - [`f7d2368`](https://redirect.github.com/oss-review-toolkit/ort/commit/f7d2368ba238c9e5ed47a4dc7c241f81a128596f) update dependency ch.qos.logback:logback-classic to v1.5.8 - [`d80b9d2`](https://redirect.github.com/oss-review-toolkit/ort/commit/d80b9d24b9168ba438f3d1ba07a2b745b13a9835) update dependency dev.adamko.dokkatoo:dokkatoo-plugin to v2.4.0 - [`e20681a`](https://redirect.github.com/oss-review-toolkit/ort/commit/e20681a9b7e004877092598dc59ddd31c4d3cc79) update dependency gradle to v8.10.1 - [`64828ac`](https://redirect.github.com/oss-review-toolkit/ort/commit/64828ac6f78c834c54f8ef782c348bb3bdf97cc7) update detektplugin to v1.23.7 - [`80f62a1`](https://redirect.github.com/oss-review-toolkit/ort/commit/80f62a1cc53b8c18f51eeeef259806b02563bbfc) update exposed to v0.54.0 - [`8836de6`](https://redirect.github.com/oss-review-toolkit/ort/commit/8836de6991eb4414db8c290121e617ed796adc38) update ksp to v2.0.20-1.0.25 - [`01f3d58`](https://redirect.github.com/oss-review-toolkit/ort/commit/01f3d58f450d69b47e7789111ee1486d28bc03d3) update log4j2 monorepo to v2.24.0 - [`7be755c`](https://redirect.github.com/oss-review-toolkit/ort/commit/7be755cfb2a27844489d8ae9768272df577fe006) update wagoid/commitlint-github-action digest to [`3d28780`](https://redirect.github.com/oss-review-toolkit/ort/commit/3d28780) ##### Documentation π - [`a53b7c6`](https://redirect.github.com/oss-review-toolkit/ort/commit/a53b7c67c93ca1bb4c1df5ce07b317bd9d4678d1) README: Remove the wrapper validation badge - [`d06e12e`](https://redirect.github.com/oss-review-toolkit/ort/commit/d06e12e4db3f7cf8b49a470e11effb74aea5c1df) README: Swap OpenSSF Best Practices and Scorecard badges - [`0d1965b`](https://redirect.github.com/oss-review-toolkit/ort/commit/0d1965b6ea348f0d564e8b80a56dbd1966dae9ed) gradle-inspector: Fix the link to the init script resource - [`eaba79c`](https://redirect.github.com/oss-review-toolkit/ort/commit/eaba79c49bdb21390ec9254aa908f4cf71023674) gradle-inspector: Mention `javaHome` as part of class docs - [`9646794`](https://redirect.github.com/oss-review-toolkit/ort/commit/9646794a344a64dcf0dc8bb7724444a53ef949d1) gradle-inspector: Update the list of known limitations - [`5daae47`](https://redirect.github.com/oss-review-toolkit/ort/commit/5daae471b10da1853fafa22e6697ee1909f00327) issues: Limit `ort requirements` output to commands - [`f5d54b8`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5d54b86bd22fbeeadd737d21a03ac7ead7fcac5) model: Improve `VulnerabilityReference` property docs - [`15bf4fc`](https://redirect.github.com/oss-review-toolkit/ort/commit/15bf4fc0685fab5676f59eb2482a4d351bf607d0) osv: Add documentation to all top-level classes - [`f57e046`](https://redirect.github.com/oss-review-toolkit/ort/commit/f57e04674af0c1af3568c5daa263d1ed513ecd02) osv: Generalize wording from "list" to "collection" - [`f54636e`](https://redirect.github.com/oss-review-toolkit/ort/commit/f54636e7063a918cbca8fe4490e8a492d7085ef3) plugins-api: Fix description of `PluginDescriptor.id` - [`785514e`](https://redirect.github.com/oss-review-toolkit/ort/commit/785514e3b55f784c6980c663092b7bc20aaf5176) plugins-api: Improve docs for `OrtPlugin` - [`81561d1`](https://redirect.github.com/oss-review-toolkit/ort/commit/81561d19b372928d716ee9da735070807b1cca29) Avoid "our" in comments and use passive voice - [`2b2bb87`](https://redirect.github.com/oss-review-toolkit/ort/commit/2b2bb87421ccbf4c5cdec0c4369939bd2fa5397b) Avoid "we" in comments and use passive voice ##### Refactorings π - [`b0fc861`](https://redirect.github.com/oss-review-toolkit/ort/commit/b0fc86100ec63bd1ef2ffdd07444aefe28b22e74) model: Inline some default parameters in a test function - [`dabcd27`](https://redirect.github.com/oss-review-toolkit/ort/commit/dabcd2741b7284f394229ab47d66946cf125336b) model: Inline the misleading `Project.managerName` property - [`8272678`](https://redirect.github.com/oss-review-toolkit/ort/commit/827267842d0a9e2cc7539f4d8810020510569bf5) node: Drop the `--fields` option - [`aa46f27`](https://redirect.github.com/oss-review-toolkit/ort/commit/aa46f274891d97624f323b4de6754b4f3eac3d5a) node: Factor out `mapNpmLicenses()` - [`b4205ba`](https://redirect.github.com/oss-review-toolkit/ort/commit/b4205ba803086c813c7ea8dc6239504565a100dd) node: Improve code for parsing `package.json` and beyond - [`2cd8fe4`](https://redirect.github.com/oss-review-toolkit/ort/commit/2cd8fe40bf9fe6f4bac8cdb8e0850e797206059a) node: Improve the name of `packagesHeaders` - [`4e19bbd`](https://redirect.github.com/oss-review-toolkit/ort/commit/4e19bbdfc34610a4a88f08541298e5943142ec16) node: Move Yarn2 into its own dedicated package - [`77590e3`](https://redirect.github.com/oss-review-toolkit/ort/commit/77590e3510b8daedfb65209c5285d65bbea42fd6) node: Port the parsing of Yarn2 package infos to KxS - [`f567582`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5675820c542e30da96c7c951aeba614d1bbce7b) node: Re-use `getProjectAdditionalData()` also for projects - [`9ea65f9`](https://redirect.github.com/oss-review-toolkit/ort/commit/9ea65f9615d99424a04345be12e05deb039d761b) node: Rename `parseNpmAuthors()` to singular form - [`3382b5b`](https://redirect.github.com/oss-review-toolkit/ort/commit/3382b5b2fb1abfd7ee374fb7f575637ab1f9445e) node: Turn `fixNpmDownloadUrl()` into an extension - [`407172e`](https://redirect.github.com/oss-review-toolkit/ort/commit/407172e10253c1f0cc86c6c70bdfe7e4459b0eea) node: Use an object mapper for parsing Yarn2's `info` output - [`4d854a7`](https://redirect.github.com/oss-review-toolkit/ort/commit/4d854a77284764fa79fe8b329c94f3d3cb4ba114) node: Use the `info` alias for the `view` command - [`0efc494`](https://redirect.github.com/oss-review-toolkit/ort/commit/0efc49457db3acc9df0a42254e2c7027823b66ec) npm: Use a more speaking name for `packageFile` - [`8553c7f`](https://redirect.github.com/oss-review-toolkit/ort/commit/8553c7f300c0c88ea5cca04256f6a6b7deedd32e) npm: Use a more speaking name for `packageJson` - [`6ecdb9e`](https://redirect.github.com/oss-review-toolkit/ort/commit/6ecdb9ef873f78121bc837e93ebbaa6f97d2b300) plugins: Fix casing in plugin IDs - [`6c653f1`](https://redirect.github.com/oss-review-toolkit/ort/commit/6c653f194bdc70b6c0a75aa20b3755638da20032) plugins-api: Rename `OrtPlugin.name` to `displayName` - [`399d507`](https://redirect.github.com/oss-review-toolkit/ort/commit/399d507abd76603585ba9f7021fa46a5ced40945) pub: Inline some variables in `parseProject()` - [`7ef80e6`](https://redirect.github.com/oss-review-toolkit/ort/commit/7ef80e631c9a18fcfb8f63abb66936532091e7f0) pub: Port Pubspec parsing to KxS and use a data class - [`f5b8f6d`](https://redirect.github.com/oss-review-toolkit/ort/commit/f5b8f6db2b493f5082db89294faabd4c1939b55f) pub: Rename several `manifest` variable - [`fca5d83`](https://redirect.github.com/oss-review-toolkit/ort/commit/fca5d83dca1c635aa8fcbb7fb614c7fae86db856) pub: Use a more speaking name for `pubspec` - [`34e2339`](https://redirect.github.com/oss-review-toolkit/ort/commit/34e2339fe03e49fc9a9b91175408f02244d52fdf) yarn: Relax strictness in `processAdditionalPackageInfo()` ##### Tests β - [`e571858`](https://redirect.github.com/oss-review-toolkit/ort/commit/e571858d48e5311469d489ab4e7b793056751b1a) bazel: `MODULE.bazel` files from a local registry should be ignored - [`55fa8bd`](https://redirect.github.com/oss-review-toolkit/ort/commit/55fa8bd8fd5ebde10b57b8a3e1f8bdd302ee56c7) conan: Update expected results - [`1132b40`](https://redirect.github.com/oss-review-toolkit/ort/commit/1132b40d24fb4836f8a79692e056e6e559bba0ba) nuget: Disable `NuGetFunTest` - [`146f9a0`](https://redirect.github.com/oss-review-toolkit/ort/commit/146f9a08d6f00d50262165388955b28740e0ba30) pub: Update expected results - [`e84d43a`](https://redirect.github.com/oss-review-toolkit/ort/commit/e84d43aa8c51222783c3f3c95a3e8ddf7b8e5319) pyhton: Update expected resultsConfiguration
π 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.
This PR was generated by Mend Renovate. View the repository job log.