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.11.0 to 2.12.1 in /.devcontainer #710

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps conan from 2.11.0 to 2.12.1.

Release notes

Sourced from conan's releases.

2.12.1 (28-Jan-2025)

  • Bugfix: Fix conan config clean not regenerating every necessary file. (conan-io/conan#17649)
  • Bugfix: Avoid compatibility.py migration if any of the files are modified by users. (conan-io/conan#17647)

2.12.0 (27-Jan-2025)

  • Feature: Make public documented (and experimental) the --build=compatible:[pattern] build mode, to allow building other configurations different than the current one when the current one is invalid and binary compatibility defines compatible binaries. (conan-io/conan#17637). Docs: 📃
  • Feature: Define new tools.cmake.cmaketoolchain:user_presets to customize the name of the generated CMakeUserPresets.json, disabling its generation. Also can generate it in a subfolder. (conan-io/conan#17613). Docs: 📃
  • Feature: Serialize in --format=json graph output the original requirements version range, not only the resolved one. (conan-io/conan#17603)
  • Feature: Add cycloneDX as a Conan tool and implement subgraph for conanfile. (conan-io/conan#17559). Docs: 📃
  • Feature: Initial conan workspace build command to build the full workspace, based on the definition of products. (conan-io/conan#17538). Docs: 📃
  • Feature: Allow applying patches on "create" time for conan-center-index like layouts from an external centralized folder. (conan-io/conan#17520). Docs: 📃
  • Feature: Add report progress while unpacking tarball files. (conan-io/conan#17519)
  • Feature: conan profile show can now select which context's profile to show. (conan-io/conan#17518)
  • Feature: Better logging, printing the username for repositories, successful auth event and trace-level messages including full URL requests. (conan-io/conan#17517)
  • Feature: Adds conan config clean command that will remove all custom config from conan home, excluding the generated packages. (conan-io/conan#17514). Docs: 📃
  • Feature: Add reinit method to ConanApi, which reinitializes every subapi. (conan-io/conan#17514). Docs: 📃
  • Feature: Allow defining --out-file=file.ext instead of --format=ext > file.ext to write to files directly and avoid issues with redirects. (conan-io/conan#17507). Docs: 📃
  • Feature: Cache HTTP request sessions between API calls. (conan-io/conan#17455)
  • Feature: Implement caching in the Remote objects for RemoteManager calls, saving repeated calls to the server for the duration of the life of the Remote objects. (conan-io/conan#17449). Docs: 📃
  • Fix: Added arch_flag as a public attribute to the MesonToolchain generator. (conan-io/conan#17629)
  • Fix: Increase sqlite timeout from 10 to 20 seconds for very heavily loaded CI servers. (conan-io/conan#17616)
  • Fix: Make remotes.json saving transactional to avoid corruption for hard killed processes. (conan-io/conan#17588)
  • Fix: Improve error message for conan create when test_package has missing binaries. (conan-io/conan#17581)
  • Fix: Fix Git is_dirty detection of excluded files with paths. (conan-io/conan#17571)
  • Fix: Allow latest bottle 0.13 release for conan_server to work with Python 3.13. (conan-io/conan#17534)
  • Fix: GnuToolchain's make_args handle empty values correctly. (conan-io/conan#17532)
  • Fix: Fix inconsistency in replace_in_file, that returned False if the pattern was not found (with strict off), otherwise None. (conan-io/conan#17531)
  • Fix: conan profile show does not pollute stdout with information titles. (conan-io/conan#17518)
  • Fix: Error out when unknown language is used in languages attribute. (conan-io/conan#17512)
  • Fix: Fix Workspace when using the workspace_api.load() and using self.run() inside set_version(). (conan-io/conan#17501)
  • Bugfix: conf_build does not exist for cli and conanfile.txt contexts. (conan-io/conan#17640)
  • Bugfix: Make possible to use pattern and strip_root at the same time for conan.tools.files.unzip(). (conan-io/conan#17591)
  • Bugfix: Solve incubating CMakeDeps issues with transitive [replace_requires]. (conan-io/conan#17566)
  • Bugfix: Solve PkgConfigDeps issues with transitive [replace_requires]. (conan-io/conan#17566)
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.11.0 to 2.12.1.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.11.0...2.12.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 February 3, 2025 08:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
Copy link

sonarqubecloud bot commented Feb 3, 2025

Copy link
Contributor

github-actions bot commented Feb 3, 2025

Compressed layer size comparison

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

OS/Platform Previous Size Current Size Delta
linux/amd64 475.28M 475.28M 0.00 (+0.00%)
linux/arm64 614.64M 614.64M 0.00 (+0.00%)

Copy link
Contributor

github-actions bot commented Feb 3, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 17 0 0.08s
✅ DOCKERFILE hadolint 2 0 0.47s
✅ GHERKIN gherkin-lint 2 0 0.85s
✅ JSON npm-package-json-lint yes no 0.35s
✅ JSON prettier 15 1 0 1.12s
✅ JSON v8r 14 0 9.72s
✅ MARKDOWN markdownlint 8 0 0 0.85s
✅ MARKDOWN markdown-table-formatter 8 0 0 0.26s
✅ REPOSITORY checkov yes no 14.51s
✅ REPOSITORY gitleaks yes no 0.89s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.18s
✅ REPOSITORY secretlint yes no 1.05s
✅ REPOSITORY syft yes no 1.18s
✅ REPOSITORY trivy yes no 5.32s
✅ REPOSITORY trivy-sbom yes no 0.07s
✅ REPOSITORY trufflehog yes no 2.65s
✅ SPELL lychee 58 0 1.18s
✅ YAML prettier 22 0 0 0.67s
✅ YAML v8r 22 0 6.15s
✅ YAML yamllint 22 0 0.4s

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 Feb 3, 2025

Test Results

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

Results for commit 5383f9e. ± Comparison against base commit 3bd04a5.

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