You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bugfix: Fix [replace_requires] for replacements of same reference name. (conan-io/conan#17409)
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: 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: 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: 📃
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: 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
26caf37 Fix [replace_requires] for replacements of same reference name (#17409)
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)
Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:4a1507ba83a397af01ca76ed1d1624d839fb91205eab546a71f22c7aea87a7ce
Results for commit 9e5a91b. ± Comparison against base commit a8caf55.
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
Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:4e7ebf484c2d22f832b766ba18175a1ed803051eaca99831dacea530849cec56
dependenciesPull requests that update a dependency filepythonPull requests that update Python code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps conan from 2.9.3 to 2.10.1.
Release notes
Sourced from conan's releases.
Commits
26caf37
Fix [replace_requires] for replacements of same reference name (#17409)fb965e9
Conan 2.10.0e33c5f0
Add network to configfile for Docker runners (#17069)cb9651d
recover bump devb992f08
[POC] Github Actions support for OSX platform (#17054)3cda89a
Test github actions for Linux (#17094)1cd1b23
[Windows] GH Actions (#17205)a4f1717
fixing clang-cl flags (#17387)f792d94
Test/static visibility (#16412)f09d596
fixing Premake (#17350)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)