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.8.1 to 2.9.1 in amp-devcontainer-cpp #631

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps conan from 2.8.1 to 2.9.1.

Release notes

Sourced from conan's releases.

2.9.1 (30-Oct-2024)

  • Bugfix: Fix deduce_subsystem when scope=None assuming the scope is build. (conan-io/conan#17251)
  • Bugfix: Fixed false positives of profile.py plugin checks over c++26 for latest compiler versions (conan-io/conan#17250)

2.9.0 (29-Oct-2024)

  • Feature: Add missing major OS/compiler version support in settings.yml. (conan-io/conan#17240). Docs: 📃
  • Feature: conan new learned defaults -d name=mypkg -d version=0.1 for simpler UX. (conan-io/conan#17186). Docs: 📃
  • Feature: Warn when patching files and the recipe has no_copy_source = True, which could lead to unforseen issues (conan-io/conan#17162)
  • Feature: Add self.generators_info for tool_requires to propagate generators to their direct dependencies. (conan-io/conan#17129). Docs: 📃
  • Feature: Add support for including paths that are ignored in .conanignore. (conan-io/conan#17123). Docs: 📃
  • Feature: New tools.graph:skip_build conf to be able to skip the expansion of tool_requires. (conan-io/conan#17117). Docs: 📃
  • Feature: New tools.graph:skip_test conf to be able to skip the expansion of test_requires. (conan-io/conan#17117). Docs: 📃
  • Feature: Add ROSEnv generator integration for ROS2 (Robot Operating System). (conan-io/conan#17110)
  • Feature: Add profile arguments information to conan graph build-order to improve UX and usage in CI systems. (conan-io/conan#17102). Docs: 📃
  • Feature: Add C++26 support for gcc, clang, and apple-clang. (conan-io/conan#17092). Docs: 📃
  • Feature: Add Configuration and Platform keys for MSBuildDeps property sheets. (conan-io/conan#17076). Docs: 📃
  • Feature: New CMakeDeps generator activated by tools.cmake.cmakedeps:new conf with value will_break_next for evaluation. This new generator deduces or use cpp_info.location/link_location to define STATIC; SHARED, INTERFACE imported targets. It will also define the IMPORTED_LOCATION, the IMPORTED_CONFIGURATION, etc. (conan-io/conan#16964)
  • Feature: Use cpp_info.languages, that default to the recipe languages to propagate "link-language" requirements to consumers of the packages. (conan-io/conan#16964)
  • Feature: Define cpp_info.default_components for the new CMakeDeps generator only. (conan-io/conan#16964)
  • Feature: Model cpp_info.exes field for executable applications, used only by the new CMakeDeps generator, that generate IMPORTED executable targets in CMakeDeps for cpp_info.exes. (conan-io/conan#16964)
  • Fix: Use a valid prefix path for meson.configure() on Windows, to avoid failures in Python 3.13. (conan-io/conan#17206)
  • Fix: Allow cmake_target_aliases to be set in CMakeDeps. (conan-io/conan#17200). Docs: 📃
  • Fix: Adding the startup options to each Bazel command. (conan-io/conan#17183)
  • Fix: Add remote name to login prompt. (conan-io/conan#17178)
  • Fix: Get credentials and re-authenticate when an expired token gives AuthenticationException. (conan-io/conan#17127)
  • Fix: Moved exceptions from the legacy from conans.error to documented from conan.error. (conan-io/conan#17126). Docs: 📃
  • Fix: Pacman as package manager shouldn't be used for tools.microsoft.bash:subsystem=msys2, but when the target platform is actually msys2 os.subsystem=msys2 (as a setting). (conan-io/conan#17103)
  • Fix: Properly deduce RuntimeLibrary from profile in MSBuildToolchain. (conan-io/conan#17100)
  • Fix: Set C++20 flag to {gnu}c++20 for gcc >= 10 instead of c++2a until gcc 12. (conan-io/conan#17092). Docs: 📃
  • Fix: Set C++23 flag to {gnu}c++23 for gcc >= 11 instead of c++2b. (conan-io/conan#17092). Docs: 📃
  • Fix: Avoid repeated login attempts to the server for 401 when the credentials come from env-vars or credentials.json file, only repeated login attempts for user interactive prompt. (conan-io/conan#17083)
  • Fix: Align CMakeToolchain and AutotoolsToolchain to automatically define cl compiler for compiler=msvc if not defined (only when necessary, as when using Ninja generator in CMake). (conan-io/conan#16875). Docs: 📃
  • Fix: Quote build_args in conan graph build-order -f=json to avoid issues with options with spaces. (conan-io/conan#16594)
  • Bugfix: Improved bazeldeps._get_libs() mechanism. (conan-io/conan#17233)
  • Bugfix: Improve cstd check for different compiler versions at profile load time. (conan-io/conan#17157)
  • Bugfix: Fix cppstd/cstd variable_watch when they are not defined. (conan-io/conan#17156)
  • Bugfix: Fix cstd error reporting when a recipe does not support the required version. (conan-io/conan#17156)
  • Bugfix: Drop the username permission validation bypass in conan_server, it could be a potential security issue. (conan-io/conan#17132)
  • Bugfix: Listing recipes with equal versions under semver rules but different representation (ie 1.0 & 1.0.0) now returns both references. (conan-io/conan#17121)
  • Bugfix: Conan Server: Do not return duplicated references for each revision of the same recipe reference when searching them. (conan-io/conan#17121)
  • Bugfix: Empty version range results in empty condition set. (conan-io/conan#17116)
  • Bugfix: Adding the # do not sort comment to deps section. Regression since Conan 1.61. (conan-io/conan#17109)
  • Bugfix: Restore ConanOutput global state when using Commands API. (conan-io/conan#17095)
  • Bugfix: build_args options in graph build-order now respect the context of the reference. (conan-io/conan#16594)
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.8.1 to 2.9.1.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.8.1...2.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 09:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Copy link

sonarcloud bot commented Nov 4, 2024

Copy link
Contributor

github-actions bot commented Nov 4, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 16 0 0.05s
✅ DOCKERFILE hadolint 2 0 0.38s
✅ GHERKIN gherkin-lint 2 0 0.52s
✅ JSON npm-package-json-lint yes no 0.36s
✅ JSON prettier 15 2 0 0.7s
✅ JSON v8r 14 0 19.82s
✅ MARKDOWN markdownlint 8 0 0 1.03s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.25s
✅ REPOSITORY checkov yes no 14.75s
✅ REPOSITORY gitleaks yes no 0.23s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.02s
✅ REPOSITORY secretlint yes no 1.45s
✅ REPOSITORY syft yes no 0.35s
✅ REPOSITORY trivy yes no 13.96s
✅ REPOSITORY trivy-sbom yes no 0.08s
✅ REPOSITORY trufflehog yes no 1.85s
✅ SPELL lychee 58 0 6.32s
✅ YAML prettier 21 0 0 1.06s
✅ YAML v8r 21 0 18.19s
✅ YAML yamllint 21 0 0.35s

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 Nov 4, 2024

Compressed layer size comparison

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

OS/Platform Previous Size Current Size Delta
linux/amd64 433.00M 459.82M 26.82M (+6.19%)
linux/arm64 572.52M 599.31M 26.80M (+4.68%)

Copy link
Contributor

github-actions bot commented Nov 4, 2024

Test Results

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

Results for commit fcecb91. ± Comparison against base commit 28eaef3.

Copy link
Contributor

github-actions bot commented Nov 4, 2024

Compressed layer size comparison

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

OS/Platform Previous Size Current Size Delta
linux/amd64 650.42M 650.48M 57.97K (+0.01%)
linux/arm64 643.10M 643.16M 61.52K (+0.01%)

@rjaegers rjaegers changed the title chore(deps): bump conan from 2.8.1 to 2.9.1 in /.devcontainer chore(deps): bump conan from 2.8.1 to 2.9.1 in amp-devcontainer-cpp Nov 4, 2024
@rjaegers rjaegers added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit 252fab6 Nov 4, 2024
21 checks passed
@rjaegers rjaegers deleted the dependabot/pip/dot-devcontainer/conan-2.9.1 branch November 4, 2024 12:48
Copy link
Contributor

github-actions bot commented Nov 4, 2024

Pull Request Report (#631)

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

github-actions bot commented Nov 7, 2024

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