Skip to content

chore(deps): bump conan from 2.25.2 to 2.26.0 in /.devcontainer#1176

Merged
Ron (rjaegers) merged 1 commit into
mainfrom
dependabot/pip/dot-devcontainer/conan-2.26.0
Mar 6, 2026
Merged

chore(deps): bump conan from 2.25.2 to 2.26.0 in /.devcontainer#1176
Ron (rjaegers) merged 1 commit into
mainfrom
dependabot/pip/dot-devcontainer/conan-2.26.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 6, 2026

Bumps conan from 2.25.2 to 2.26.0.

Release notes

Sourced from conan's releases.

2.26.0 (25-Feb-2026)

  • Feature: Expose PyEnv env_dir (venv root), env_exe (venv python executable), and bin_path (bin/Scripts directory). (conan-io/conan#19628)
  • Feature: Document publicly LocalAPI. (conan-io/conan#19623). Docs: 📃
  • Feature: Create deployers that generate CycloneDX SBOMs. (conan-io/conan#19611). Docs: 📃
  • Feature: New important! conf that allows tool-requires conf_info to have higher relative priority over profiles conf. (conan-io/conan#19610). Docs: 📃
  • Feature: Don't check for user/channel match in <host_version>. (conan-io/conan#19599). Docs: 📃
  • Feature: Allow disabling environment script generation from recipes using virtualxxxenv = False. (conan-io/conan#19594). Docs: 📃
  • Feature: Add detect_api.detect_emcc_compiler to detect EMSDK Emscripten compiler version. (conan-io/conan#19592). Docs: 📃
  • Feature: Generate .sh scripts with variable existence checks to harden scripts and avoid extra separators for empty variables. (conan-io/conan#19591)
  • Feature: Optimize LRU database updates by using filesystem folder mtimes. (conan-io/conan#19582)
  • Feature: Enable access to the author attribute in the ConanFileInterface class. (conan-io/conan#19577)
  • Feature: Add tools.build:add_rpath_link conf (Meson and CMake toolchains) to pass -rpath-link with all directories of host dependencies (conan-io/conan#19574). Docs: 📃
  • Feature: Add cmake_file_name_variants support to CMakeConfigDeps to allow packages to define additional lower/upper-case variants that consumers may use when calling find_package. (conan-io/conan#19530). Docs: 📃
  • Feature: Add .bat support for tools.env:deactivation_mode=function. (conan-io/conan#19474). Docs: 📃
  • Feature: New package_id_abi_options to allow specific dependency options to affect the consumer package_id when headers variability (e.g. shared) can impact consumer binaries, even in non-embed cases. (conan-io/conan#19438). Docs: 📃
  • Feature: New conan cache sign and conan cache verify commands for signing and verifying packages. (conan-io/conan#19345). Docs: 📃
  • Fix: Use lazy imports to avoid circular dependency so PyInstaller bundles conan.tools.system. (conan-io/conan#19670)
  • Fix: Fix legacy definitions syntax for CMakeConfigDeps (conan-io/conan#19662)
  • Fix: Add support for .txz and .tzst extensions to conan cache save help output. (conan-io/conan#19660). Docs: 📃
  • Fix: Allow requires-only components to create a target with CMakeConfigDeps (conan-io/conan#19645)
  • Fix: MSBuildDeps bug with transitive build requirements and components. (conan-io/conan#19625)
  • Fix: Improve the -DCMAKE_TOOLCHAIN_FILE tip in CMakeToolchain generator to abstract it to a <output_folder>. (conan-io/conan#19602)
  • Fix: Fix CPS parsing of package preprocessor definitions. (conan-io/conan#19539)
  • Fix: Deprecate Python 3.7 warning for Conan. (conan-io/conan#19535). Docs: 📃
  • Fix: Update terminology to use “hash” instead of “signature”. (conan-io/conan#19522). Docs: 📃
  • Bugfix: Solve CMakeConfigDeps issue with in-package config.cmake files that were ignoring cmake_file_name_variants. (conan-io/conan#19669)
  • Bugfix: Fix conan list --graph-context={build,host}-only for consumer recipes without a name (conan-io/conan#19657)
  • Bugfix: Force parsing of conf like tools.microsoft:msvc_update as a string, to avoid parsing it as float and dropping trailing zero. (conan-io/conan#19647)
  • Bugfix: Avoid --build=compatible to rebuild an already existing binary (conan-io/conan#19643)
  • Bugfix: Correctly escape CMakeToolchain.variables for CMake syntax. (conan-io/conan#19642)
  • Bugfix: Fix serialization of cpp_info when it uses the type field. (conan-io/conan#19604)
  • Bugfix: Ensure CPS component Cmake targets follow expected name pattern. (conan-io/conan#19584)
  • Bugfix: Fix corruption of [buildenv] information when using per-package patterns across multiple packages. (conan-io/conan#19571)
  • Bugfix: Add default #platform revision to platform_{tool_}requires. (conan-io/conan#19561). Docs: 📃
  • Bugfix: Add missing riscv64 mappings for yum and apt. (conan-io/conan#19560)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [conan](https://github.com/conan-io/conan) from 2.25.2 to 2.26.0.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.25.2...2.26.0)

---
updated-dependencies:
- dependency-name: conan
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 6, 2026 08:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 6, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-base:edgeghcr.io/philips-software/amp-devcontainer-base:pr-1176

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 175.16 MB 175.16 MB 61 B (0%) 🔽
linux/arm64 167.63 MB 167.63 MB 73 B (0%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 23 0 0 0.69s
✅ DOCKERFILE hadolint 3 0 0 0.89s
✅ GHERKIN gherkin-lint 6 0 0 2.9s
✅ JSON npm-package-json-lint yes no no 0.67s
✅ JSON prettier 21 4 0 0 0.77s
✅ JSON v8r 21 0 0 8.2s
✅ MARKDOWN markdownlint 12 0 0 0 1.12s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.32s
✅ REPOSITORY checkov yes no no 19.17s
✅ REPOSITORY gitleaks yes no no 0.65s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 32.03s
✅ REPOSITORY secretlint yes no no 0.98s
✅ REPOSITORY syft yes no no 2.02s
✅ REPOSITORY trivy yes no no 6.19s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 2.32s
⚠️ SPELL lychee 83 4 0 12.29s
✅ YAML prettier 31 0 0 0 1.07s
✅ YAML v8r 31 0 0 9.8s
✅ YAML yamllint 31 0 0 0.79s

Detailed Issues

⚠️ SPELL / lychee - 4 errors
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html)
[IGNORED] docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a)
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Error (cached)
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
📝 Summary
---------------------
🔍 Total..........126
✅ Successful.....120
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........4

Errors in .github/CONTRIBUTING.md
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?

Errors in README.md
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Error (cached)

Errors in .github/TOOL_VERSION_ISSUE_TEMPLATE.md
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden

Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/version/2/0/code_of_conduct.html | Network error: error sending request for url (https://www.contributor-covenant.org/version/2/0/code_of_conduct.html)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.3.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-1176

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 555.58 MB 555.58 MB 68 B (0%) 🔽
linux/arm64 509.75 MB 509.75 MB 123 B (0%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-1176

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 696.86 MB 696.88 MB +14.45 kB (+0%) 🔼
linux/arm64 677.67 MB 677.68 MB +9 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

Test Results

 12 files   - 1   12 suites   - 1   18m 34s ⏱️ - 3m 55s
 32 tests  - 1   32 ✅  - 1  0 💤 ±0  0 ❌ ±0 
136 runs   - 1  136 ✅  - 1  0 💤 ±0  0 ❌ ±0 

Results for commit 591c1c0. ± Comparison against base commit be2bd22.

@rjaegers Ron (rjaegers) added this pull request to the merge queue Mar 6, 2026
Merged via the queue into main with commit 7c9d1ef Mar 6, 2026
52 checks passed
@rjaegers Ron (rjaegers) deleted the dependabot/pip/dot-devcontainer/conan-2.26.0 branch March 6, 2026 12:58
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

Pull Request Report (#1176)

Static measures

Description Value
Number of added lines 3
Number of deleted lines 3
Number of changed files 2
Number of commits 1
Number of reviews 2
Number of comments (w/o review comments) 6
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 2
Get the total number of participants of a Pull Request 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 4.3 Hours
Time that was spend on the branch before the PR was created 1 Sec
Time that was spend on the branch before the PR was merged 4.3 Hours
Time to merge after last review 23.5 Min

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 1 Hours
Total time spend in last status check run on PR 23.5 Min

@github-actions
Copy link
Copy Markdown
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.9.0 🎉

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

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant