Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump conan from 2.9.3 to 2.10.1 in amp-devcontainer-cpp #660

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps conan from 2.9.3 to 2.10.1.

Release notes

Sourced from conan's releases.

2.10.1 (04-Dec-2024)

2.10.0 (03-Dec-2024)

  • Feature: Add --force option to conan remote auth to force authentication even for remotes that have anonymous access enabled. (conan-io/conan#17377). Docs: 📃
  • Feature: Add --output option to conan new command. (conan-io/conan#17359)
  • Feature: Let the new CMakeDeps always define components and check them with find_package( COMPONENTS), listening to new property cmake_components. (conan-io/conan#17302)
  • Feature: Allow tools.microsoft.msbuild:max_cpu_count=0 to use /m to use all available cores. (conan-io/conan#17301). Docs: 📃
  • Feature: define * as default argument if no args specified for conan list. (conan-io/conan#17300). Docs: 📃
  • Feature: Improved auto deduce location function. (conan-io/conan#17296)
  • Feature: BazelDeps using the new deduce_location mechanism to find the libraries. (conan-io/conan#17296)
  • Feature: Initial conan workspace initial proposal to manage local set of editables. Introduced only as a dev/maintainers feature, behind an environment variable. (conan-io/conan#17272). Docs: 📃
  • Feature: Allow --settings in conan config install-pkg to create and install different configurations in different platforms. (conan-io/conan#17217). Docs: 📃
  • Feature: Add network to configfile for Docker runners. (conan-io/conan#17069). Docs: 📃
  • Fix: Fix help message for PowerShell conf. (conan-io/conan#17389). Docs: 📃
  • Fix: Fixed an error that occurred when using conan.tools.scm.Git.fetch_commit() in a subfolder. (conan-io/conan#17369)
  • Fix: Adding a "risk" warning for options conflicts, so users can do warn-as-error to raise when they happen. (conan-io/conan#17366)
  • Fix: New CMakeDeps generator allow fooConfig.cmake for in-package files besides foo-config.cmake. (conan-io/conan#17330)
  • Fix: Add a warning for editable dependencies when building in the cache. (conan-io/conan#17325)
  • Fix: Raise ConanException if source patch does not exist in export_conandata_patches. (conan-io/conan#17294)
  • Fix: Improve the UX for CONAN_LOG_LEVEL env-var incorrect values. (conan-io/conan#17280)
  • Fix: Meson aligns with other build systems considering x86_64->x86 as cross building. (conan-io/conan#17266)
  • Fix: Avoid colorama bug crashing for large outputs. (conan-io/conan#17259)
  • Fix: Fix arch for docker runner tests. (conan-io/conan#17069). Docs: 📃
  • Bugfix: Add correct flags when compiler=clang and compiler_executables={"c": "clang-cl"} to not inject incorrect flags when cross-building from Linux to Windows. (conan-io/conan#17387)
  • Bugfix: Solve Choco().check() bug using legacy choco search --local-only, replaced by choco list. (conan-io/conan#17382)
  • Bugfix: Fix adding tools.android:ndk_path with spaces in path. (conan-io/conan#17379)
  • BugFix: Fix Premake integration. (conan-io/conan#17350). Docs: 📃
  • Bugfix: Solve problem with misdetection of consumer packages for the & pattern. (conan-io/conan#17346)
  • Bugfix: Fix conan graph info ... -f=html in Safari. (conan-io/conan#17335)
  • Bugfix: Allow multiple [replace_requires] by the same dependency. (conan-io/conan#17326)
  • Bugfix: BazelDeps failed to find OpenSSL shared libraries. (conan-io/conan#17296)
  • Bugfix: Solve bug in CMake not using the correct value from tools.microsoft.msbuild:max_cpu_count. (conan-io/conan#17292)
  • Bugfix: Fix cpp_info properties overwriting instead of merging for properties with list values. Necessary for cmake_build_modules to work in editable mode. (conan-io/conan#17214)
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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 08:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
Copy link

sonarqubecloud bot commented Dec 9, 2024

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:4a1507ba83a397af01ca76ed1d1624d839fb91205eab546a71f22c7aea87a7ce

OS/Platform Previous Size Current Size Delta
linux/amd64 458.77M 458.77M -654.00 (-0.00%)
linux/arm64 598.30M 598.30M 1.14K (+0.00%)

Copy link
Contributor

github-actions bot commented Dec 9, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 16 0 0.07s
✅ DOCKERFILE hadolint 2 0 0.57s
✅ GHERKIN gherkin-lint 2 0 0.79s
✅ JSON npm-package-json-lint yes no 0.31s
✅ JSON prettier 15 1 0 0.38s
✅ JSON v8r 14 0 14.94s
✅ MARKDOWN markdownlint 8 0 0 0.66s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.22s
✅ REPOSITORY checkov yes no 16.47s
✅ REPOSITORY gitleaks yes no 0.24s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.97s
✅ REPOSITORY secretlint yes no 0.97s
✅ REPOSITORY syft yes no 1.29s
✅ REPOSITORY trivy yes no 6.17s
✅ REPOSITORY trivy-sbom yes no 0.09s
✅ REPOSITORY trufflehog yes no 3.28s
✅ SPELL lychee 57 0 9.86s
✅ YAML prettier 21 0 0 0.72s
✅ YAML v8r 21 0 12.67s
✅ YAML yamllint 21 0 0.42s

See detailed report in MegaLinter reports

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

MegaLinter is graciously provided by OX Security

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Test Results

 2 files  ±0   2 suites  ±0   1m 20s ⏱️ -1s
29 tests ±0  29 ✅ ±0  0 💤 ±0  0 ❌ ±0 
31 runs  ±0  31 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9e5a91b. ± Comparison against base commit a8caf55.

@rjaegers rjaegers changed the title chore(deps): bump conan from 2.9.3 to 2.10.1 in /.devcontainer chore(deps): bump conan from 2.9.3 to 2.10.1 in amp-devcontainer-cpp Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Compressed layer size comparison

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:4e7ebf484c2d22f832b766ba18175a1ed803051eaca99831dacea530849cec56

OS/Platform Previous Size Current Size Delta
linux/amd64 650.47M 650.48M 7.52K (+0.00%)
linux/arm64 643.19M 643.21M 22.22K (+0.00%)

@rjaegers rjaegers added this pull request to the merge queue Dec 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 9, 2024
@rjaegers rjaegers added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 2b00e57 Dec 9, 2024
22 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/conan-2.10.1 branch December 9, 2024 15:57
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Pull Request Report (#660)

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 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) 7.2 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 7.2 Hours
Time to merge after last review 2 Hours

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 2.2 Hours
Total time spend in last status check run on PR 1.9 Hours

Copy link
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v5.5.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.

1 participant