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

build(deps-dev): bump conan from 2.0.11 to 2.0.16 #115

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps conan from 2.0.11 to 2.0.16.

Release notes

Sourced from conan's releases.

2.0.16 (21-Dec-2023)

2.0.15 (20-Dec-2023)

  • Feature: New conan lock remove command to remove requires from lockfiles. (conan-io/conan#15284). Docs: 📃
  • Feature: New CMake.ctest() helper method to launch directly ctest instead of via cmake --target=RUN_TEST. (conan-io/conan#15282)
  • Feature: Add tracking syntax in <host_version> for different references. (conan-io/conan#15274). Docs: 📃
  • Feature: Adding tools.microsoft:winsdk_version conf to make VCVars generator to use the given winsdk_version. (conan-io/conan#15272). Docs: 📃
  • Feature: Add pkglist formatter for conan export command. (conan-io/conan#15266). Docs: 📃
  • Feature: Define CONAN_LOG_LEVEL env-var to be able to change verbosity at a global level. (conan-io/conan#15263). Docs: 📃
  • Feature: conan cache path xxx --folder xxxx raises an error if the folder requested does not exist. (conan-io/conan#15257)
  • Feature: Add in operator support for ConanFile's self.dependencies. (conan-io/conan#15221). Docs: 📃
  • Feature: Make CMakeDeps generator create a conandeps.cmake that aggregates all direct dependencies in a cmake-like generator style. (conan-io/conan#15207). Docs: 📃
  • Feature: Add build environment information to CMake configure preset and run environment information to CMake test presets. (conan-io/conan#15192). Docs: 📃
  • Feature: Removed a warning about a potential issue with conan migration that would print every time a build failed. (conan-io/conan#15174)
  • Feature: New deploy() method in recipes for explicit per-recipe deployment. (conan-io/conan#15172). Docs: 📃
  • Feature: Allow tool-requires to be used in source() method injecting environment. (conan-io/conan#15153). Docs: 📃
  • Feature: Allow accessing the contents of settings.yml (and settings_user!) from ConfigAPI. (conan-io/conan#15151)
  • Feature: Add builtin conf access from ConfigAPI. (conan-io/conan#15151)
  • Feature: Add redirect_stdout to CMake integration methods. (conan-io/conan#15150)
  • Feature: Add core:warnings_as_errors configuration option to make Conan raise on warnings and errors. (conan-io/conan#15149). Docs: 📃
  • Feature: Added FTP_TLS option using secure argument in ftp_download for secure communication. (conan-io/conan#15137)
  • Feature: New [replace_requires] and [replace_tool_requires] in profile for redefining requires, useful for package replacements like zlibng/zlib, to solve conflicts, and to replace some dependencies by system alternatives wrapped in another Conan package recipe. (conan-io/conan#15136). Docs: 📃
  • Feature: Add stderr capture argument to conanfile's run() method. (conan-io/conan#15121). Docs: 📃
  • Feature: New [platform_requires] profile definition to be able to replace Conan dependencies by platform-provided dependencies. (conan-io/conan#14871). Docs: 📃
  • Feature: New conan graph explain command to search, compare and explain missing binaries. (conan-io/conan#14694). Docs: 📃
  • Feature: Global cpp_info can be used to initialize components values. (conan-io/conan#13994)
  • Fix: Make core:warnings_as_errors accept a list (conan-io/conan#15297)
  • Fix: Fix user confs package scoping when no separator was given (conan-io/conan#15296)
  • Fix: Fix range escaping in conflict reports involving ranges. (conan-io/conan#15222)
  • Fix: Allow hard set_name() and set_version() to mutate name and version provided in command line. (conan-io/conan#15211). Docs: 📃
  • Fix: Make conan graph info --format=text print to stdout. (conan-io/conan#15170)
  • Fix: Avoid warning in CMake output due to CMAKE_POLICY_DEFAULT_CMP0091 unused variable. (conan-io/conan#15127)
  • Fix: Deprecate [system_tools] in favor of [platform_tool_requires] to align with [platform_requires] for regular dependencies. Changed output from "System tool" to "Platform". (conan-io/conan#14871). Docs: 📃
  • Bugfix: Ensure user confs have at least 1 : separator (conan-io/conan#15296)
  • Bugfix: Git.is_dirty() will use git status . -s to make sure it only process the current path, not the whole repo, similarly to other Git methods. (conan-io/conan#15289)
  • Bugfix: Make self.info.clear() and header-only packages to remove python_requires and tool_requires. (conan-io/conan#15285). Docs: 📃
  • Bugfix: Make conan cache save/restore portable across Windows and other OSs. (conan-io/conan#15253)
  • Bugfix: Do not relativize absolute paths in deployers. (conan-io/conan#15244)
  • Bugfix: Add architecture to CMakePresets to avoid cmake ignoring toolchain definitions when using presets. (conan-io/conan#15215)
  • Bugfix: Fix conan graph info --format=html reporting misleading conflicting nodes. (conan-io/conan#15196)
  • Bugfix: Fix serialization of tool_requires in conan profile show --format=json. (conan-io/conan#15185)
  • Bugfix: Fix NMakeDeps quoting issues. (conan-io/conan#15140)
  • Bugfix: Fix the 2.0.14 migration to add LRU data to the cache when storage_path conf is defined. (conan-io/conan#15135)
  • Bugfix: Fix definition of package_metadata_folder for conan export-pkg command. (conan-io/conan#15126)
  • Bugfix: pyinstaller.py was broken for Python 3.12 due to a useless distutils import. (conan-io/conan#15116)
  • Bugfix: Fix backup sources error when no core.sources:download_cache is set. (conan-io/conan#15109)

2.0.14 (14-Nov-2023)

  • Feature: Added riscv64, riscv32 architectures to default settings.yml and management of them in Meson and Autotools. (conan-io/conan#15053)

... (truncated)

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.0.11 to 2.0.16.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@2.0.11...2.0.16)

---
updated-dependencies:
- dependency-name: conan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 25, 2023
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.

0 participants