Skip to content

ci(deps): bump conan from 2.31.2 to 2.32.0 in /.devcontainer - #1458

Merged
Ron (rjaegers) merged 1 commit into
mainfrom
dependabot/pip/dot-devcontainer/conan-2.32.0
Sep 8, 2026
Merged

ci(deps): bump conan from 2.31.2 to 2.32.0 in /.devcontainer#1458
Ron (rjaegers) merged 1 commit into
mainfrom
dependabot/pip/dot-devcontainer/conan-2.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps conan from 2.31.2 to 2.32.0.

Release notes

Sourced from conan's releases.

2.32.0 (31-Aug-2026)

  • Feature: Add basic LoongArch64 architecture support and host detection. (conan-io/conan#20288)
  • Feature: Add support for Xcode 26.6. (conan-io/conan#20280)
  • Feature: Add support for gcc 16.2. (conan-io/conan#20280)
  • Feature: Parse reference attributes from --ref in workspace add. (conan-io/conan#20269)
  • Feature: Add raise_on_errors=True arg to CommandAPI.run, it now raises on all errors returned by commands. (conan-io/conan#20266)
  • Feature: XcodeToolchain now accepts arbitrary extra xcconfig settings via tc.build_settings, for build settings with no dedicated conf. (conan-io/conan#20256). Docs: 📃
  • Feature: conan workspace open with no arguments will read the conanws file and try to open the defined references there into their respective folders if they are not present. (conan-io/conan#20247). Docs: 📃
  • Feature: conan workspace open and conan workspace add --ref learned a new --folder argument to indicate the relative location wrt the workspace root for the cloning of the repository. (conan-io/conan#20247). Docs: 📃
  • Feature: Add architecture_bits build helper to detect when the target architecture is 64-bit. (conan-io/conan#20246). Docs: 📃
  • Feature: Compute CMAKE_Swift_COMPILER_TARGET in CMakeToolchain for Apple Swift cross-builds. (conan-io/conan#20243). Docs: 📃
  • Feature: Add recipe_metadata()/package_metadata() API to download metadata to a user folder. (conan-io/conan#20240). Docs: 📃
  • Feature: Improve source step output. (conan-io/conan#20234)
  • Feature: Make conan report diff -f=html use a dark theme by default. (conan-io/conan#20229)
  • Feature: Add package_type_traits attribute to force requirement traits by package_type (run only for now). (conan-io/conan#20228). Docs: 📃
  • Feature: Add --ref argument to conan editable add <path> as a shortcut to define name, version, etc. (conan-io/conan#20218)
  • Feature: Feature: Allow copy() to accept multiple patterns, also used by exports/exports_sources, for speedup. (conan-io/conan#20217). Docs: 📃
  • Feature: Add qbs_file_name property to override the generated Qbs module name and avoid collisions. (conan-io/conan#20215). Docs: 📃
  • Feature: Allow conan run without a conanfile to run executables from the profile's [tool_requires]. (conan-io/conan#20214). Docs: 📃
  • Feature: Rework the conan graph build-order HTML formatter with search and full offline support. (conan-io/conan#20174)
  • Feature: Populate the download cache with uploaded artifacts if core.download:download_cache is set. (conan-io/conan#20163). Docs: 📃
  • Feature: Accept CMake 4.4 --preset-file presets generated outside the CMake root. (conan-io/conan#20158). Docs: 📃
  • Feature: Add !settings.build_type syntax to exclude build_type from cmake_layout's build_folder_vars. (conan-io/conan#17331). Docs: 📃
  • Fix: Do not force CONFIG requires for transitive dependencies in CMakeConfigDeps. (conan-io/conan#20283)
  • Fix: Correct a typo in the CycloneDX component recipe revision. (conan-io/conan#20271)
  • Fix: Failed creates in workspace subcommands now raise errors as expected. (conan-io/conan#20266)
  • Fix: Add support for python requires in remotes for conan workspace create. (conan-io/conan#20265)
  • Fix: Add support for lockfile reading in conan source for Python requires. (conan-io/conan#20264)
  • Fix: Generate valid CycloneDX SBOMs for recipes without a description attribute. (conan-io/conan#20263)
  • Fix: Match the dll.a extension (MinGW) in deduce_full_cpp_info. (conan-io/conan#20259)
  • Fix: Make test_linker_script test resilient to the exact linker error text, which changed with Meson >= 1.12. (conan-io/conan#20257)
  • Fix: XcodeToolchain's extra flags (tools.build:cflags/cxxflags/ldflags/defines) no longer get overwritten when installing more than one configuration for the same project. (conan-io/conan#20255). Docs: 📃
  • Fix: Correct filename parsing in conan report diff -f=html for non-ASCII filenames. (conan-io/conan#20229)
  • Fix: Remove the Vigenère cipher used to store JWTs, since it provided no real security benefit. (conan-io/conan#20227)
  • Fix: Improve copy() performance when using lists of patterns. (conan-io/conan#20226)
  • Fix: Warn when tools.build:compiler_executables keys are unknown or unused by CMakeToolchain/AutotoolsToolchain. (conan-io/conan#20219). Docs: 📃
  • Fix: Add objc, objcpp and asm as tools.build:compiler_executables for AutotoolsToolchain. (conan-io/conan#20219). Docs: 📃
  • Fix: Make conan lock upgrade-config's path argument point to a conanconfig.yml file, not a conanfile.py. (conan-io/conan#20208). Docs: 📃
  • Fix: Remove the deprecated --order-by behavior and empty version ranges, as planned for Conan 2.32. (conan-io/conan#20207). Docs: 📃
  • Bugfix: intel-cc default compilers on Windows. Classic mode now defaults to icl (not icc/icpc), icx mode to icx (not icx-cl, which is absent in older oneAPI), and CMakeToolchain now honors CC/CXX from [buildenv] over the hard-coded defaults. (conan-io/conan#20233)
  • Bugfix: Keep the local recipe index cache folder when conan remote add fails on a duplicate without --force. (conan-io/conan#20210)
  • Bugfix: Make CMakeConfigDeps generate common files only for the host context, avoiding lost CMake variables. (conan-io/conan#20198)
Commits
  • 1521d2c Conan 2.32.0
  • 226b40a Feature: Parse reference attributes from --ref in workspace add (#20261) (#20...
  • 7ace888 Add LoongArch64 architecture setting and host detection (#20288)
  • a8f9da3 package_type_traits attribute for recipes (#20228)
  • bff8217 Fix intel-cc default compilers on Windows (classic icl, icx icx, honor builde...
  • b897d9d Add raise_on_errors to CommandAPI.run (#20266)
  • 819005c Add support for !settings.build_type syntax in `tools.cmake.cmake_layout:bu...
  • 9dd3522 workspace: support opening all conanws refs; add --folder option to open/add ...
  • 18a39a3 [fix] Accept .dll.a extension for deduce_full_cpp_info (#20259)
  • 0a733db Add support for lockfile reading in conan source for Python Requires (#20264)
  • Additional commits viewable in compare view

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.31.2 to 2.32.0.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.31.2...2.32.0)

---
updated-dependencies:
- dependency-name: conan
  dependency-version: 2.32.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 Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 05:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 8, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 83.72 MB 83.72 MB 473 B (0%) 🔽
linux/arm64 82.49 MB 82.49 MB 161 B (0%) 🔽

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 23 0 0 0.38s
✅ DOCKERFILE hadolint 4 0 0 0.46s
✅ JSON npm-package-json-lint yes no no 0.54s
✅ JSON prettier 46 8 0 0 0.88s
✅ JSON v8r 46 0 0 14.81s
✅ MARKDOWN markdownlint 13 0 0 0 1.09s
✅ MARKDOWN markdown-table-formatter 13 0 0 0 0.32s
✅ REPOSITORY betterleaks yes no no 2.64s
✅ REPOSITORY checkov yes no no 21.79s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 77.75s
⚠️ REPOSITORY osv-scanner yes 2 no 2.01s
✅ REPOSITORY secretlint yes no no 2.95s
✅ REPOSITORY syft yes no no 5.23s
✅ REPOSITORY trivy yes no no 11.07s
✅ REPOSITORY trivy-sbom yes no no 0.48s
✅ REPOSITORY trufflehog yes no no 4.01s
⚠️ SPELL lychee 118 1 0 9.17s
✅ YAML prettier 36 0 0 0 1.43s
✅ YAML v8r 36 0 0 11.84s
✅ YAML yamllint 36 0 0 1.3s

Detailed Issues

⚠️ SPELL / lychee - 1 error
📝 Summary
---------------------
🔍 Total..........154
🔗 Unique.........126
✅ Successful.....148
⏳ Timeouts.........0
🔀 Redirected......19
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........1
⛔ Unsupported......1

Errors in .github/TOOL_VERSION_ISSUE_TEMPLATE.md
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads (at 38:7) | Rejected status code: 403 Forbidden

Hint: Followed 19 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
Hint: You can configure accepted/rejected response codes with `-a` or `--accept`
⚠️ REPOSITORY / osv-scanner - 2 errors
Scanning dir .
Starting filesystem walk for root: /
Scanned .devcontainer/cpp/requirements.txt file and found 20 packages
Scanned .devcontainer/docs/requirements.txt file and found 14 packages
Scanned package-lock.json file and found 73 packages
Scanned test/embedded-rust/workspace/cortex-mf/Cargo.lock file and found 20 packages
Scanned test/embedded-rust/workspace/cortex-m/Cargo.lock file and found 20 packages
Scanned test/rust/workspace/cargo/Cargo.lock file and found 1 package
Scanned test/rust/workspace/clippy/Cargo.lock file and found 1 package
Scanned test/rust/workspace/test/Cargo.lock file and found 1 package
Scanned .github/actions/update-vscode-extensions/package-lock.json file and found 288 packages
End status: 83 dirs visited, 280 inodes visited, 9 Extract calls, 53.249709ms elapsed, 53.24998ms wall time

Total 3 packages affected by 4 known vulnerabilities (0 Critical, 2 High, 0 Medium, 0 Low, 2 Unknown) from 2 ecosystems.
2 vulnerabilities can be fixed.

+-------------------------------------+------+-----------+-----------------------+---------+---------------+---------------------------------------------------+
| OSV URL                             | CVSS | ECOSYSTEM | PACKAGE               | VERSION | FIXED VERSION | SOURCE                                            |
+-------------------------------------+------+-----------+-----------------------+---------+---------------+---------------------------------------------------+
| https://osv.dev/RUSTSEC-2026-0110   |      | crates.io | bare-metal            | 0.2.5   | --            | test/embedded-rust/workspace/cortex-m/Cargo.lock  |
| https://osv.dev/RUSTSEC-2026-0110   |      | crates.io | bare-metal            | 0.2.5   | --            | test/embedded-rust/workspace/cortex-mf/Cargo.lock |
| https://osv.dev/GHSA-mh99-v99m-4gvg | 7.5  | npm       | brace-expansion (dev) | 5.0.7   | 5.0.8         | package-lock.json                                 |
| https://osv.dev/GHSA-rgw5-rvv9-x895 | 7.5  | npm       | brace-expansion (dev) | 5.0.7   | 5.0.9         | package-lock.json                                 |
+-------------------------------------+------+-----------+-----------------------+---------+---------------+---------------------------------------------------+

See detailed reports in MegaLinter artifacts

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

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@10.0.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-docs:edgeghcr.io/philips-software/amp-devcontainer-docs:pr-1458

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 215.24 MB 215.24 MB 425 B (0%) 🔽
linux/arm64 212.2 MB 212.2 MB 133 B (0%) 🔽

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 506.36 MB 506.36 MB 593 B (0%) 🔽
linux/arm64 456.65 MB 456.65 MB +247 B (+0%) 🔼

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 439.63 MB 439.63 MB 293 B (0%) 🔽
linux/arm64 390.37 MB 390.37 MB 398 B (0%) 🔽

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 606.14 MB 606.22 MB +78.97 kB (+0.01%) 🔼
linux/arm64 586.56 MB 586.6 MB +41.68 kB (+0.01%) 🔼

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 403.91 MB 403.94 MB +30.34 kB (+0.01%) 🔼
linux/arm64 385.17 MB 385.18 MB +16.07 kB (+0%) 🔼

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Test Results

 24 files   - 1   24 suites   - 1   15m 31s ⏱️ - 4m 48s
 47 tests  - 1   47 ✅  - 1  0 💤 ±0  0 ❌ ±0 
208 runs   - 1  208 ✅  - 1  0 💤 ±0  0 ❌ ±0 

Results for commit a39c5be. ± Comparison against base commit 350ac6b.

@rjaegers
Ron (rjaegers) added this pull request to the merge queue Sep 8, 2026
Merged via the queue into main with commit cc54979 Sep 8, 2026
78 checks passed
@rjaegers
Ron (rjaegers) deleted the dependabot/pip/dot-devcontainer/conan-2.32.0 branch September 8, 2026 06:27
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Pull Request Report (#1458)

Static measures

Description Value
Number of added lines 4
Number of deleted lines 4
Number of changed files 2
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 9
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 1
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) 41.2 Min
Time that was spend on the branch before the PR was created 2 Sec
Time that was spend on the branch before the PR was merged 41.2 Min
Time to merge after last review 19.3 Min

Status check related measures

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

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