Skip to content

chore(deps): update dependency score_baselibs to v0.2.13 - #223

Open
eclipse-score-bot wants to merge 1 commit into
mainfrom
renovate/score_baselibs-0.x
Open

eclipse-score-bot wants to merge 1 commit into
mainfrom
renovate/score_baselibs-0.x

Conversation

@eclipse-score-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
score_baselibs bazel_dep patch 0.2.120.2.13

Release Notes

eclipse-score/baselibs (score_baselibs)

v0.2.13

Module Name: baselibs
Release Tag: v0.2.13
Origin Release Tag: v0.2.12
Release Commit Hash: e7ddf3b
Release Date: 2026-09-17

Overview

The baselibs module provides a selection of basic C++ utility libraries for common use in the S-CORE project.

Disclaimer

This release is not intended for production use, as it does not include a safety argumentation or a completed safety assessment.
The work products compiled in the safety package are created with care according to the S-CORE process (https://eclipse-score.github.io/process_description/main/index.html). However, as a non-profit, open-source organization, the project cannot assume any liability for its content.

For details on the features, see https://eclipse-score.github.io/score/main/features/baselibs/index.html

Notable Changes
Breaking changes & deprecations
  • score/datetime_converter has been removed, completing its deprecation in v0.2.11. Use POSIX or C library time APIs where equivalent functionality is required. #​471
  • The unused score/os's cpuid, file_stream, and make_dev libraries, tests, and mocks have been removed. #​535
Coverage reporting migration
  • The LLVM source-based coverage migration announced in v0.2.12 is complete. bazel coverage --config=llvm_cov now produces one report for C++ and Rust, including line and branch data and 0% baselines for untested in-scope files. The pipeline is now supplied by score_coverage 0.2.0, which corrects source attribution and report links. #​533 #​584 #​589
New features
  • Rust applications can use a wrapper around score::cpp::stop_token, enabling integration with frameworks that require stop tokens, such as lifecycle. #​461
  • LockedPtr now provides the monadic transform and and_then operations for composing work on locked values. #​456 #​458
  • FlatBuffers JSON-schema generation now post-processes flatc output to restore rich attributes from schema-comment tokens, such as @title, and orders generated attributes deterministically. #​474
  • The OS abstraction now implements setenv and unsetenv, and the score/os:netdb Bazel target is publicly available. #​507 #​535
Bug fixes
  • score::os::StatBuffer now represents user and group IDs as unsigned 64-bit values, and FileUtils::ValidateGroup uses a matching conversion when comparing group IDs. #​563
Compatibility

The following platforms are supported using the bazel_cpp_toolchains (https://github.com/eclipse-score/bazel_cpp_toolchains):

  • x86_64-unknown-linux-gnu
  • aarch64-unknown-linux-gnu
  • x86_64-unknown-nto-qnx800
  • aarch64-unknown-nto-qnx800
Performed Verification
  • Build on all supported platforms
  • Unit test execution on all supported platforms (some test failures are expected on AArch64 and QNX targets).
  • Address and undefined behavior sanitized unit test execution
  • Leak sanitized unit test execution

Report: https://github.com/eclipse-score/baselibs/actions/runs/35227239830

Upgrade Instructions

Backward compatibility with the previous release is not guaranteed.

Contact Information

For any questions or support, please contact the Base Libs Feature Team (https://redirect.github.com/orgs/eclipse-score/discussions/1223) or raise an issue/discussion.

What's Changed

Full Changelog: eclipse-score/baselibs@v0.2.12...v0.2.13


  • 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 Sep 17, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //: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: 4b63e046-889c-40be-bd3d-e27318b95fca
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'platforms', the root module requires module version platforms@1.0.0, but got platforms@1.1.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_platform', the root module requires module version score_platform@0.7.1, but got score_platform@0.7.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_oci', the root module requires module version rules_oci@2.2.7, but got rules_oci@2.3.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 3 packages loaded
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/time/time/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/time/time/BUILD
INFO: Elapsed time: 14.867s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_baselibs-0.x branch 2 times, most recently from 93d1def to 1608f5e Compare September 18, 2026 16:09
@eclipse-score-bot
eclipse-score-bot force-pushed the renovate/score_baselibs-0.x branch from 1608f5e to 161f383 Compare September 21, 2026 11:09

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant