Skip to content

0.39.0

Choose a tag to compare

@github-actions github-actions released this 04 Nov 11:35
· 219 commits to main since this release

What's Changed

🐞 Bug Fixes

  • bd40d68 common: Properly log the exception in GeneratorLogger
  • 8fd8074 scanner: Fix handling of failed provenance resolutions

🎉 New Features

  • 225609b ui: Add NPM environment configuration to Analyzer sub-form
  • c53babf ui: Add environment definitions for NPM to create-run-utils
  • 28ab7f8 ui: Add necessary consts and schemas for NPM environment definition
  • fc30b2d ui: Align the default NPM auth mode with the backend
  • 7761a49 ui: Remove the prohibiting check from "Create" button

✅ Tests

  • 948f0be dao: Convert a test to WordSpec to group tests by function

🐘 Build & ⚙️ CI

  • 717af0c renovate: Increase allowed Temurin version for Renovate to 21
  • b9d2907 renovate: Replace deprecated properties
  • f7bb9b4 renovate: Use the latest Renovate version for validation

📖 Documentation

  • 4ea2986 model: Align EnvironmentDefinitions type alias documentation
  • c2ba258 model: Slightly improve function docs in SecretRepository
  • 23cfc6c model: Update the environmentConfig property documentation
  • f36dcf9 website: Add a Gradle environment definition
  • 2de6a48 website: Improve the general "Environment Definitions" documentation
  • 9d3d61b website: Merge the examples for all "Environment Definitions"
  • 0f14d5c website: Remove a default property from the Yarn example
  • 20de438 website: Use better service example names
  • e70efb5 Move the ORT Server specific contributing guide to the website

🔧 Chores

  • bde97c7 analyzer: Rename PIPTOOL_VERSION to PIP_VERSION
  • 807da32 analyzer: Simplify a condition
  • 2530d5c common: Avoid some code duplications for .npmrc entries
  • 9c3d9b0 common: Do not add a blank scope or email to .npmrc
  • bffa83d common: Fix a typo in a test variable
  • 991e6ae common: Give generator target file constants more speaking names
  • 9d5939c common: Improve the wording of GeneratorLogger messages
  • 8d8d127 common: Omit a superfluous type specifier for mocking
  • 4e8e5cf common: Simplify reading a text resource
  • d8c6cfb plugin-info: Simplify reading a text resource
  • 2c056df Remove "Repository" from (some) EnvironmentDefinitions

🚀 Dependency Updates

  • ee5427a analyzer: Align Android command line tools version with ORT
  • 39481db analyzer: Do not install a specific npm version
  • fab716c analyzer: Upgrade Composer to 2.8.12
  • f6eaa14 analyzer: Upgrade Conan 2 to 2.21.0
  • e8a8056 analyzer: Upgrade Go to 1.25.0
  • 10af9b3 analyzer: Upgrade Poetry to 2.1.3
  • 247eb76 analyzer: Upgrade node to the current LTS version 24
  • 6ad1206 analyzer: Upgrade pip to 25.2.0
  • 59ec0dd analyzer: Upgrade pyenv to 2.6.11
  • 9887310 update awssdk to v1.5.73
  • cb332f6 update com.autonomousapps:dependency-analysis-gradle-plugin to v3.4.0
  • 1df41a2 update com.autonomousapps:dependency-analysis-gradle-plugin to v3.4.1
  • b9c004f update com.github.gmazzo.buildconfig to v5.7.1
  • b66fcfe update com.google.devtools.ksp to v2.3.1
  • 7f592f0 update dependency @eslint/compat to v1.4.1
  • 06c875d update dependency @hey-api/openapi-ts to v0.86.11
  • cb20716 update dependency @hey-api/openapi-ts to v0.86.12
  • c939e64 update dependency @hey-api/openapi-ts to v0.86.8
  • bf0991b update dependency @hey-api/openapi-ts to v0.87.0
  • 20446ec update dependency @tanstack/react-query to v5.90.6
  • 5bd02d4 update dependency @types/node to v24.10.0
  • 6be938c update dependency @types/node to v24.9.2
  • b6ae326 update dependency axios to v1.13.1
  • 86bd28f update dependency debounce to v3
  • ba9ff16 update dependency globals to v16.5.0
  • 1c16073 update dependency lucide-react to ^0.552.0
  • 535f534 update dependency react-hook-form to v7.66.0
  • c3db81a update dependency vitest to v4.0.5
  • cbc3983 update dependency vitest to v4.0.6
  • 60b9cef update eclipse-temurin docker tag to v21.0.8_9-jdk-jammy
  • cda7b36 update eslint monorepo to v9.39.0
  • bb29ec1 update eslint monorepo to v9.39.1
  • 235a340 update gradle to v9.2.0
  • 174a983 update nginx:1.29-alpine docker digest to 9dacca6
  • 30e0588 update nginx:1.29-alpine docker digest to b3c656d
  • e00dbc5 update node.js to 0f2d677
  • c2bb55c update org.ossreviewtoolkit:version-catalog to v71.0.1
  • 3baaca7 update tanstack-router monorepo to v1.134.9
  • 0b9368e update typescript-eslint monorepo to v8.46.3

🚜 Refactorings

  • 768a6c7 secrets: Do not create unnecessary ListQueryParameters
  • 19bf3c1 secrets: Rename Secret to SecretValue
  • 2047f7d workers: Make a resolve function suspending
  • a0a3294 workers: Simplify secret resolution