Skip to content

Update dependency score_docs_as_code to v5#117

Merged
masc2023 merged 2 commits into
mainfrom
renovate/score_docs_as_code-5.x
Jul 24, 2026
Merged

Update dependency score_docs_as_code to v5#117
masc2023 merged 2 commits into
mainfrom
renovate/score_docs_as_code-5.x

Conversation

@eclipse-score-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
score_docs_as_code bazel_dep major 4.6.15.0.0

Release Notes

eclipse-score/docs-as-code (score_docs_as_code)

v5.0.0

BREAKING CHANGES

What's Changed

Internal

New Contributors

Full Changelog: eclipse-score/docs-as-code@v4.6.1...v5.0.0


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

This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.

@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 352f4e1b-df10-4f11-b783-983e5fa2680b
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.8.3, but got rules_python@2.2.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (36 packages loaded, 10 targets configured)

Analyzing: target //:license-check (78 packages loaded, 10 targets configured)

Analyzing: target //:license-check (87 packages loaded, 10 targets configured)

Analyzing: target //:license-check (141 packages loaded, 1074 targets configured)

Analyzing: target //:license-check (154 packages loaded, 2785 targets configured)

Analyzing: target //:license-check (156 packages loaded, 5859 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8155 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8155 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8155 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8155 targets configured)

Analyzing: target //:license-check (164 packages loaded, 8155 targets configured)

Analyzing: target //:license-check (166 packages loaded, 8285 targets configured)

Analyzing: target //:license-check (169 packages loaded, 10199 targets configured)

Analyzing: target //:license-check (170 packages loaded, 10319 targets configured)

Analyzing: target //:license-check (170 packages loaded, 10319 targets configured)

DEBUG: /home/runner/.bazel/external/rules_python+/python/private/py_executable.bzl:1498:14: 
======================================================================
WARNING: Target @@score_tooling+//dash/tool/formatters:dash_format_converter is using implicit __init__.py creation.
  This diabolic behavior is deprecated and will be disabled by default in a
  future release.
  See https://github.com/bazel-contrib/rules_python/issues/2945

  Ensure all __init__.py files are explicitly created and
  added to the srcs or deps of your targets.

  Disable implicit creation by setting:
    legacy_create_init = 0
  on the target, or globally by setting:
    --incompatible_default_to_explicit_init_py
======================================================================
DEBUG: /home/runner/.bazel/external/rules_python+/python/private/py_executable.bzl:1498:14: 
======================================================================
WARNING: Target @@bazel_tools//tools/jdk:proguard_whitelister is using implicit __init__.py creation.
  This diabolic behavior is deprecated and will be disabled by default in a
  future release.
  See https://github.com/bazel-contrib/rules_python/issues/2945

  Ensure all __init__.py files are explicitly created and
  added to the srcs or deps of your targets.

  Disable implicit creation by setting:
    legacy_create_init = 0
  on the target, or globally by setting:
    --incompatible_default_to_explicit_init_py
======================================================================
INFO: Analyzed target //:license-check (171 packages loaded, 11898 targets configured).
[11 / 19] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/score_tooling+/dash/tool/formatters/dash_format_converter.runfiles [for tool]; 0s local ... (2 actions, 1 running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
[17 / 19] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
[19 / 19] no actions running
INFO: Elapsed time: 209.334s, Critical Path: 2.50s
INFO: 19 processes: 14 internal, 4 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 19 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

masc2023
masc2023 previously approved these changes Jul 24, 2026
The upgrade of score_docs_as_code from v4.6.1 to v5.0.0 introduced a
new required 'version' attribute for multiple needs types in the
score_metamodel. This caused 33 warnings treated as errors, failing
the docs build.

Add ':version: 1' to all affected needs in:
- examples/docs/architecture_modeling_example.rst
- score/component_example/docs/requirements/requirements.rst
- score/component_example/docs/architecture/component_architecture.rst
@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@masc2023
masc2023 merged commit 00bbd4a into main Jul 24, 2026
9 checks passed
@masc2023
masc2023 deleted the renovate/score_docs_as_code-5.x branch July 24, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

3 participants