Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps conan from 2.22.2 to 2.23.0.

Release notes

Sourced from conan's releases.

2.23.0 (25-Nov-2025)

Commits
  • c34f5fb Conan 2.23.0
  • 2830cb5 Add conan run command to run packages from Conan directly (#18972)
  • 3e679b7 Fix Python 3.7, types are evil
  • e3ca199 Compatibility checks are now performed in a single request to each remote (#1...
  • b3f6745 Make verbosity variables in toolchain cache, move to better block (#19307)
  • cc6dae1 [BazelDeps] Adding RPATH to linkopts (#19193)
  • fee7bbb cli_args for meson install (#19301)
  • b6fb7a0 Propagate verbosity confs to CMake toolchain (#19296)
  • 6c286cd Add collapse all and expand level buttons to conan report diff html outpu...
  • f972abd Test/improvements (#19291)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 08:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.56s
✅ DOCKERFILE hadolint 2 0 0 0.83s
✅ GHERKIN gherkin-lint 6 0 0 2.35s
✅ JSON npm-package-json-lint yes no no 0.6s
✅ JSON prettier 19 4 0 0 0.64s
✅ JSON v8r 19 0 0 7.73s
✅ MARKDOWN markdownlint 11 0 0 0 0.91s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.24s
✅ REPOSITORY gitleaks yes no no 1.02s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 30.07s
✅ REPOSITORY secretlint yes no no 1.02s
✅ REPOSITORY syft yes no no 2.05s
✅ REPOSITORY trivy yes no no 4.77s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 3.12s
⚠️ SPELL lychee 77 3 0 37.76s
✅ YAML prettier 28 0 0 0 1.27s
✅ YAML v8r 28 0 0 9.02s
✅ YAML yamllint 28 0 0 0.98s

Detailed Issues

⚠️ SPELL / lychee - 3 errors
[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)
[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)
[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) Maybe a certificate error?
[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.....121
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........3

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

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) Maybe a certificate error?

Errors in .github/workflows/pr-conventional-title.yml
[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?

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.1.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_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
Contributor

github-actions bot commented Dec 8, 2025

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 545.87 MB 545.87 MB +334 B (+0%) 🔼
linux/arm64 500.48 MB 500.48 MB 158 B (0%) 🔽

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 681.05 MB 681.04 MB 5.78 kB (0%) 🔽
linux/arm64 662.79 MB 662.79 MB +8.68 kB (+0%) 🔼

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-devcontainer/conan-2.23.0 branch from 1906d46 to 1b3aff0 Compare December 8, 2025 08:18
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Test Results

 5 files  ±0   5 suites  ±0   3m 17s ⏱️ -28s
32 tests ±0  32 ✅ ±0  0 💤 ±0  0 ❌ ±0 
67 runs  ±0  67 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1b3aff0. ± Comparison against base commit daf6232.

@rjaegers rjaegers added this pull request to the merge queue Dec 8, 2025
Merged via the queue into main with commit 3bad158 Dec 8, 2025
33 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/conan-2.23.0 branch December 8, 2025 08:50
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Pull Request Report (#1038)

Static measures

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

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 37.6 Min
Total time spend in last status check run on PR 16.1 Min

@github-actions
Copy link
Contributor

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

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.

2 participants